.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #a8d550 !important;
}
.bg-info {
  background-color: #8dc5f9 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f6468e !important;
  border-color: #f6468e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f877ac !important;
  border-color: #f877ac !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f877ac !important;
  border-color: #f877ac !important;
}
.btn-info,
.btn-info:active {
  background-color: #8dc5f9 !important;
  border-color: #8dc5f9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bddefc !important;
  border-color: #bddefc !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bddefc !important;
  border-color: #bddefc !important;
}
.btn-success,
.btn-success:active {
  background-color: #a8d550 !important;
  border-color: #a8d550 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bcdf79 !important;
  border-color: #bcdf79 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bcdf79 !important;
  border-color: #bcdf79 !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f6468e;
  color: #f6468e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #db0b60 !important;
  background-color: transparent !important;
  border-color: #db0b60 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6468e !important;
  border-color: #f6468e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8dc5f9;
  color: #8dc5f9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3b9bf5 !important;
  background-color: transparent !important;
  border-color: #3b9bf5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8dc5f9 !important;
  border-color: #8dc5f9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a8d550;
  color: #a8d550;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7ca628 !important;
  background-color: transparent !important;
  border-color: #7ca628 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a8d550 !important;
  border-color: #a8d550 !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: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
}
.text-secondary {
  color: #f6468e !important;
}
.text-success {
  color: #a8d550 !important;
}
.text-info {
  color: #8dc5f9 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cc0a59 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #729a25 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2c94f4 !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: #000000 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8dc5f9;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fafcf5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f6468e !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='%23000000' %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-uJjGneafJZ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uJjGneafJZ .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uJjGneafJZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uJjGneafJZ .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.cid-uJjGneafJZ .navbar.opened {
  transition: all 0.2s;
  background: #f7f7f7 !important;
}
.cid-uJjGneafJZ .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uJjGneafJZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uJjGneafJZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uJjGneafJZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJjGneafJZ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uJjGneafJZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uJjGneafJZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJjGneafJZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.88181818vh;
  }
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJjGneafJZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uJjGneafJZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uJjGneafJZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uJjGneafJZ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uJjGneafJZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJjGneafJZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uJjGneafJZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uJjGneafJZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uJjGneafJZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uJjGneafJZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJjGneafJZ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uJjGneafJZ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uJjGneafJZ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uJjGneafJZ .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uJjGneafJZ .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
  width: auto;
}
.cid-uJjGneafJZ .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uJjGneafJZ .navbar-brand {
  height: 11.1rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uJjGneafJZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJjGneafJZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJjGneafJZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJjGneafJZ .dropdown-item.active,
.cid-uJjGneafJZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJjGneafJZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uJjGneafJZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJjGneafJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJjGneafJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uJjGneafJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uJjGneafJZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJjGneafJZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uJjGneafJZ .navbar-buttons {
  text-align: center;
}
.cid-uJjGneafJZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJjGneafJZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJjGneafJZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uJjGneafJZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uJjGneafJZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJjGneafJZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uJjGneafJZ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uJjGneafJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uJjGneafJZ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uJjGneafJZ .nav-link:hover,
.cid-uJjGneafJZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uJjGneafJZ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uJjGneafJZ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uJjGneafJZ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uJjGneafJZ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJjGneafJZ .mbr-text,
.cid-uJjGneafJZ .mbr-section-btn {
  text-align: center;
}
.cid-uJjGNT02qM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  position: relative;
  align-items: center;
  background-color: #000000;
}
.cid-uJjGNT02qM .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJjGNT02qM .image-wrap {
    padding: 16px;
  }
}
.cid-uJjGNT02qM .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uJjGNT02qM .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJjGNT02qM .image-overlay {
    padding: 16px;
  }
}
.cid-uJjGNT02qM .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uJjGNT02qM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjGNT02qM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjGNT02qM .row {
  justify-content: center;
}
.cid-uJjGNT02qM .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #edefeb;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uJjGNT02qM .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJjGNT02qM .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uJjGNT02qM .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #d70081;
}
@media (max-width: 992px) {
  .cid-uJjGNT02qM .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJjGNT02qM .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJjGNT02qM .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJjGNT02qM .mbr-text,
.cid-uJjGNT02qM .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uJjGNT02qM .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJjGNT02qM .mbr-text,
.cid-uJjGNT02qM .mbr-section-btn {
  text-align: center;
}
.cid-uJkqOQb6aR {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/slider-somos-2000x427.webp");
}
.cid-uJkqOQb6aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkqOQb6aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJkqOQb6aR .mbr-section-title {
  text-align: left;
  color: #f6468e;
}
.cid-uJkqQPAIyR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJkqQPAIyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkqQPAIyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJksO66i8i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJksO66i8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJksO66i8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJksO66i8i .mbr-section-title {
  text-align: center;
  color: #a8d550;
}
.cid-uJjGDkaIOa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uJjGDkaIOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjGDkaIOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjGDkaIOa .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uJjGDkaIOa .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJjGDkaIOa .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uJjGDkaIOa .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uJjGDkaIOa .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uJjGDkaIOa .image-wrapper {
  padding: 0 1rem;
}
.cid-uJjGDkaIOa img,
.cid-uJjGDkaIOa .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJjGDkaIOa img,
  .cid-uJjGDkaIOa .image-wrapper {
    max-height: 350px;
  }
}
.cid-uJjGDkaIOa .mbr-section-title {
  color: #f6468e;
}
.cid-uJjGDkaIOa .mbr-text {
  color: #000000;
}
.cid-uJjGDkaIOa .mbr-text,
.cid-uJjGDkaIOa .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uKm0TKRRL7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uKm0TKRRL7 .mbr-text {
  color: #767676;
}
.cid-uKm0TKRRL7 h4 {
  text-align: center;
}
.cid-uKm0TKRRL7 p {
  text-align: center;
}
.cid-uKm0TKRRL7 .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #f6468e;
  border: 2px solid #f6468e;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uKm0TKRRL7 .card:hover .card-img span {
  background: none;
  color: #f6468e;
}
.cid-uKm0TKRRL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm0TKRRL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJwaGMKMEu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uJwaGMKMEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJwaGMKMEu .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-uJwaGMKMEu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJwaGMKMEu .row {
  flex-direction: row-reverse;
}
.cid-uJwaGMKMEu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJwaGMKMEu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJwaGMKMEu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJwaGMKMEu .mbr-section-title {
  color: #000000;
}
.cid-uJwaGMKMEu .mbr-text,
.cid-uJwaGMKMEu .mbr-section-btn {
  color: #232323;
}
.cid-uJwZQ6AZzW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJwZQ6AZzW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uJwZQ6AZzW img,
.cid-uJwZQ6AZzW .item-img {
  width: 100%;
}
.cid-uJwZQ6AZzW .item:focus,
.cid-uJwZQ6AZzW span:focus {
  outline: none;
}
.cid-uJwZQ6AZzW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJwZQ6AZzW .item {
    margin-bottom: 1rem;
  }
}
.cid-uJwZQ6AZzW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJwZQ6AZzW .mbr-section-title {
  color: #232323;
}
.cid-uJwZQ6AZzW .mbr-text,
.cid-uJwZQ6AZzW .mbr-section-btn {
  color: #f6468e;
  text-align: center;
}
.cid-uJwZQ6AZzW .item-title {
  color: #232323;
  text-align: center;
}
.cid-uJwZQ6AZzW .content-head {
  max-width: 800px;
}
.cid-uJly7fG1rW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uJly7fG1rW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJly7fG1rW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJly7fG1rW .content-wrap {
  justify-content: flex-end;
}
.cid-uJly7fG1rW .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJly7fG1rW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJly7fG1rW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJly7fG1rW .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f6468e, #f877ac);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uJly7fG1rW .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJly7fG1rW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJly7fG1rW .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uJly7fG1rW .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uJly7fG1rW .image-wrapper {
    padding: 0;
  }
}
.cid-uJly7fG1rW .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJly7fG1rW .image-wrapper img {
    height: auto;
  }
}
.cid-uJly7fG1rW .mbr-section-title {
  color: #ffffff;
}
.cid-uJly7fG1rW .mbr-text,
.cid-uJly7fG1rW .text-wrapper {
  color: #ffffff;
}
.cid-uJNuqKoIjX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ponte-alebrije-2000x2000.webp");
}
.cid-uJNuqKoIjX .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uJNuqKoIjX .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uJNuqKoIjX img,
.cid-uJNuqKoIjX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJNuqKoIjX .item:focus,
.cid-uJNuqKoIjX span:focus {
  outline: none;
}
.cid-uJNuqKoIjX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJNuqKoIjX .item {
    margin-bottom: 1rem;
  }
}
.cid-uJNuqKoIjX .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJNuqKoIjX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJNuqKoIjX .mbr-section-title {
  color: #232323;
}
.cid-uJNuqKoIjX .mbr-text,
.cid-uJNuqKoIjX .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uJNuqKoIjX .item-title {
  color: #232323;
  text-align: center;
}
.cid-uJNuqKoIjX .content-head {
  max-width: 800px;
}
.cid-uJNykg6zEw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/agave-2000x1334.webp");
}
.cid-uJNykg6zEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJNykg6zEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJNykg6zEw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJNykg6zEw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJNykg6zEw .container {
    padding: 0 20px;
  }
}
.cid-uJNykg6zEw .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-uJNykg6zEw .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-uJNykg6zEw .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uJNykg6zEw .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uJNykg6zEw .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-uJNykg6zEw .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJNykg6zEw .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-uJNykg6zEw .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-uJNykg6zEw .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-uJNykg6zEw .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-uJNykg6zEw .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-uJNykg6zEw .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uJNykg6zEw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJNykg6zEw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-uJNykg6zEw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-uJNykg6zEw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #8dc5f9;
  opacity: .2;
}
.cid-uJNykg6zEw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-uJNykg6zEw .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-uJNykg6zEw .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJNykg6zEw .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uJNykg6zEw .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-uJNykg6zEw .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-uJNykg6zEw .card-number {
  color: #1e1d1c;
}
.cid-uJNykg6zEw .card-title {
  color: #1e1d1c;
}
.cid-uJNykg6zEw .card-text {
  color: #ffffff;
}
.cid-uJNykg6zEw .card-title,
.cid-uJNykg6zEw .mbr-section-btn {
  color: #f6468e;
}
.cid-uKlVLVLPmW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #edefeb;
}
.cid-uKlVLVLPmW p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKlVLVLPmW .row {
    justify-content: flex-start !important;
  }
}
.cid-uKlVLVLPmW .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uKlVLVLPmW .mbr-section-title {
  text-align: center;
  color: #f6468e;
}
.cid-uKlVLVLPmW .mbr-section-subtitle {
  text-align: center;
}
.cid-uKlVLVLPmW .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uKlVLVLPmW .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uKlVLVLPmW .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKlVLVLPmW .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uKlVLVLPmW .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-uKFIkZyMdN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uKFIkZyMdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKFIkZyMdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKFIkZyMdN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKFIkZyMdN .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKFIkZyMdN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKFIkZyMdN .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKFIkZyMdN .container {
    padding: 0 16px;
  }
}
.cid-uKFIkZyMdN .row {
  justify-content: center;
}
.cid-uKFIkZyMdN .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKFIkZyMdN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKFIkZyMdN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uKFIkZyMdN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKFIkZyMdN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKFIkZyMdN .form-wrap {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1200px) {
  .cid-uKFIkZyMdN .form-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uKFIkZyMdN .form-wrap {
    padding: 0;
  }
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uKFIkZyMdN .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKFIkZyMdN .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uKFIkZyMdN .image-wrapper {
  height: 100%;
}
.cid-uKFIkZyMdN .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uKFIkZyMdN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKFIkZyMdN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKFIkZyMdN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJOlBLcdFH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uJOlBLcdFH .mbr-media {
  position: relative;
  border-radius: 1rem;
}
.cid-uJOlBLcdFH .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uJOlBLcdFH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uJOlBLcdFH .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #f6468e;
}
.cid-uJOlBLcdFH .mbr-media span:hover {
  color: #a8d550 !important;
}
.cid-uJOlBLcdFH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJOlBLcdFH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJOlBLcdFH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJOlBLcdFH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJOlBLcdFH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJOlBLcdFH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJOlBLcdFH .mbr-section-title {
  color: #f6468e;
}
.cid-uJOlBLcdFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJOlBLcdFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJNAuevmOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJNAuevmOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJNAuevmOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJNAuevmOl .row {
  justify-content: center;
}
.cid-uJNAuevmOl .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJNAuevmOl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f6468e 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f6468e;
}
.cid-uJNAuevmOl .content-wrapper .social {
  margin-top: 22px;
}
.cid-uJNAuevmOl .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a8d550, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f6468e;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uJNAuevmOl .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJNAuevmOl .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uJNAuevmOl .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJNAuevmOl .mbr-section-title {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-text {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-desc {
  color: #ffffff;
}
.cid-uJNAuevmOl .list {
  color: #ffffff;
}
.cid-uJNAuevmOl .list,
.cid-uJNAuevmOl .item-wrap,
.cid-uJNAuevmOl .nav-wrapper {
  color: #ffffff;
}
.cid-uKm2sH5EGm.popup-builder {
  background-color: #ffffff;
}
.cid-uKm2sH5EGm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm2sH5EGm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm2sH5EGm .modal-content,
.cid-uKm2sH5EGm .modal-dialog {
  height: auto;
}
.cid-uKm2sH5EGm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm2sH5EGm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm2sH5EGm .form-wrapper .mbr-form .form-group,
  .cid-uKm2sH5EGm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm2sH5EGm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm2sH5EGm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKm2sH5EGm .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uKm2sH5EGm .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm2sH5EGm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm2sH5EGm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm2sH5EGm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm2sH5EGm .modal-open {
  overflow: hidden;
}
.cid-uKm2sH5EGm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm2sH5EGm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm2sH5EGm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm2sH5EGm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uKm2sH5EGm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm2sH5EGm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm2sH5EGm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm2sH5EGm .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uKm2sH5EGm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm2sH5EGm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm2sH5EGm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm2sH5EGm .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm2sH5EGm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uKm2sH5EGm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2sH5EGm .modal-header {
    padding: 1rem;
  }
}
.cid-uKm2sH5EGm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm2sH5EGm .modal-header .close svg {
  fill: #f6468e;
}
.cid-uKm2sH5EGm .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm2sH5EGm .modal-header .close:focus {
  outline: none;
}
.cid-uKm2sH5EGm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f6468e;
}
.cid-uKm2sH5EGm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm2sH5EGm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2sH5EGm .modal-body {
    padding: 1rem;
  }
}
.cid-uKm2sH5EGm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uKm2sH5EGm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2sH5EGm .modal-footer {
    padding: 2rem;
  }
}
.cid-uKm2sH5EGm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm2sH5EGm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm2sH5EGm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm2sH5EGm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm2sH5EGm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm2sH5EGm .modal-lg,
  .cid-uKm2sH5EGm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm2sH5EGm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm2sH5EGm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm2sH5EGm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uKm2sH5EGm .form-group {
  margin-bottom: 1rem;
}
.cid-uKm2sH5EGm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm2sH5EGm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm2sH5EGm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uKm2sH5EGm .mbr-section-btn {
  margin: 0;
}
.cid-uKm2sH5EGm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uJou9ocZM8 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uJou9ocZM8 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uJou9ocZM8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uJou9ocZM8 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.cid-uJou9ocZM8 .navbar.opened {
  transition: all 0.2s;
  background: #f7f7f7 !important;
}
.cid-uJou9ocZM8 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uJou9ocZM8 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uJou9ocZM8 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uJou9ocZM8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJou9ocZM8 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uJou9ocZM8 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uJou9ocZM8 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uJou9ocZM8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJou9ocZM8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.88181818vh;
  }
}
.cid-uJou9ocZM8 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uJou9ocZM8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJou9ocZM8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJou9ocZM8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJou9ocZM8 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uJou9ocZM8 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uJou9ocZM8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJou9ocZM8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uJou9ocZM8 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uJou9ocZM8 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uJou9ocZM8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJou9ocZM8 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uJou9ocZM8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJou9ocZM8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJou9ocZM8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJou9ocZM8 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uJou9ocZM8 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uJou9ocZM8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJou9ocZM8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uJou9ocZM8 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uJou9ocZM8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uJou9ocZM8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJou9ocZM8 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uJou9ocZM8 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uJou9ocZM8 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uJou9ocZM8 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uJou9ocZM8 .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
  width: auto;
}
.cid-uJou9ocZM8 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uJou9ocZM8 .navbar-brand {
  height: 11.1rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uJou9ocZM8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJou9ocZM8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJou9ocZM8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJou9ocZM8 .dropdown-item.active,
.cid-uJou9ocZM8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJou9ocZM8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uJou9ocZM8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJou9ocZM8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJou9ocZM8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uJou9ocZM8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uJou9ocZM8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJou9ocZM8 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uJou9ocZM8 .navbar-buttons {
  text-align: center;
}
.cid-uJou9ocZM8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJou9ocZM8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uJou9ocZM8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJou9ocZM8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJou9ocZM8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJou9ocZM8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJou9ocZM8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJou9ocZM8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uJou9ocZM8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uJou9ocZM8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJou9ocZM8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uJou9ocZM8 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uJou9ocZM8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uJou9ocZM8 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uJou9ocZM8 .nav-link:hover,
.cid-uJou9ocZM8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uJou9ocZM8 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uJou9ocZM8 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uJou9ocZM8 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uJou9ocZM8 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJou9ocZM8 .mbr-text,
.cid-uJou9ocZM8 .mbr-section-btn {
  text-align: center;
}
.cid-uJouODQ2WI {
  display: flex;
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/back-view-farmer-straw-hat-harvesting-agave-plant-countryside-2000x1335.webp");
}
.cid-uJouODQ2WI .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uJouODQ2WI .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uJouODQ2WI {
    align-items: center;
  }
  .cid-uJouODQ2WI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJouODQ2WI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJouODQ2WI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJouODQ2WI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJouODQ2WI .content-wrap {
    width: 100%;
  }
}
.cid-uJouODQ2WI .mbr-section-title {
  text-align: center;
}
.cid-uJouODQ2WI .mbr-text,
.cid-uJouODQ2WI .mbr-section-btn {
  text-align: center;
}
.cid-uJou9qlA2D {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/slider-somos-2000x427.webp");
}
.cid-uJou9qlA2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJou9qlA2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJou9qlA2D .mbr-section-title {
  text-align: left;
  color: #f6468e;
}
.cid-uJou9qRp2Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJou9qRp2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJou9qRp2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJou9rxybX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJou9rxybX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJou9rxybX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJou9rxybX .mbr-section-title {
  text-align: center;
  color: #a8d550;
}
.cid-uJou9suFOY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uJou9suFOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJou9suFOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJou9suFOY .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uJou9suFOY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJou9suFOY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uJou9suFOY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uJou9suFOY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uJou9suFOY .image-wrapper {
  padding: 0 1rem;
}
.cid-uJou9suFOY img,
.cid-uJou9suFOY .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJou9suFOY img,
  .cid-uJou9suFOY .image-wrapper {
    max-height: 350px;
  }
}
.cid-uJou9suFOY .mbr-section-title {
  color: #2e481a;
}
.cid-uJou9suFOY .mbr-text {
  color: #000000;
}
.cid-uJou9suFOY .mbr-text,
.cid-uJou9suFOY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uJvVupkePI {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/painted-wall-with-colorful-flowers-2000x1333.webp");
}
@media (max-width: 767px) {
  .cid-uJvVupkePI h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uJvVupkePI .container {
    position: relative;
  }
  .cid-uJvVupkePI .row {
    margin: 0;
  }
  .cid-uJvVupkePI h2 {
    margin: 0;
  }
}
.cid-uJvVupkePI .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uJvVupkePI .mbr-section-subtitle {
  color: #f6468e;
}
.cid-uJvVupkePI .line-title {
  width: 40px;
  height: 2px;
  background-color: #000000;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uJvVupkePI .vertical-line:before {
  content: '';
  background-color: #000000;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uJvVupkePI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvVupkePI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvVupkePI .mbr-text {
  color: #d70081;
}
.cid-uJvWLGojdq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #40b0bf;
}
.cid-uJvWLGojdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvWLGojdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvWLGojdq .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-uJvWLGojdq .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uJvWLGojdq .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uJvWLGojdq .wrapper {
  padding: 30px 0;
}
.cid-uJvWLGojdq .mbr-section-title {
  color: #fafafa;
}
.cid-uJvWLGojdq .mbr-text,
.cid-uJvWLGojdq .mbr-section-btn {
  color: #ffffff;
}
.cid-uJNAuevmOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJNAuevmOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJNAuevmOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJNAuevmOl .row {
  justify-content: center;
}
.cid-uJNAuevmOl .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJNAuevmOl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f6468e 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f6468e;
}
.cid-uJNAuevmOl .content-wrapper .social {
  margin-top: 22px;
}
.cid-uJNAuevmOl .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a8d550, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f6468e;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uJNAuevmOl .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJNAuevmOl .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uJNAuevmOl .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJNAuevmOl .mbr-section-title {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-text {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-desc {
  color: #ffffff;
}
.cid-uJNAuevmOl .list {
  color: #ffffff;
}
.cid-uJNAuevmOl .list,
.cid-uJNAuevmOl .item-wrap,
.cid-uJNAuevmOl .nav-wrapper {
  color: #ffffff;
}
.cid-uJw0YwvjZu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uJw0YwvjZu .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uJw0YwvjZu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uJw0YwvjZu .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.cid-uJw0YwvjZu .navbar.opened {
  transition: all 0.2s;
  background: #f7f7f7 !important;
}
.cid-uJw0YwvjZu .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uJw0YwvjZu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uJw0YwvjZu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uJw0YwvjZu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJw0YwvjZu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uJw0YwvjZu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uJw0YwvjZu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uJw0YwvjZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJw0YwvjZu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.88181818vh;
  }
}
.cid-uJw0YwvjZu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uJw0YwvjZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJw0YwvjZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJw0YwvjZu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJw0YwvjZu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uJw0YwvjZu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uJw0YwvjZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJw0YwvjZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uJw0YwvjZu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uJw0YwvjZu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uJw0YwvjZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJw0YwvjZu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uJw0YwvjZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJw0YwvjZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJw0YwvjZu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJw0YwvjZu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uJw0YwvjZu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uJw0YwvjZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJw0YwvjZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uJw0YwvjZu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uJw0YwvjZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uJw0YwvjZu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJw0YwvjZu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uJw0YwvjZu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uJw0YwvjZu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uJw0YwvjZu .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uJw0YwvjZu .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
  width: auto;
}
.cid-uJw0YwvjZu .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uJw0YwvjZu .navbar-brand {
  height: 11.1rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uJw0YwvjZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJw0YwvjZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJw0YwvjZu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJw0YwvjZu .dropdown-item.active,
.cid-uJw0YwvjZu .dropdown-item:active {
  background-color: transparent;
}
.cid-uJw0YwvjZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uJw0YwvjZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJw0YwvjZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJw0YwvjZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uJw0YwvjZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uJw0YwvjZu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJw0YwvjZu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uJw0YwvjZu .navbar-buttons {
  text-align: center;
}
.cid-uJw0YwvjZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJw0YwvjZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uJw0YwvjZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJw0YwvjZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJw0YwvjZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJw0YwvjZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJw0YwvjZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJw0YwvjZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uJw0YwvjZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uJw0YwvjZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJw0YwvjZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uJw0YwvjZu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uJw0YwvjZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uJw0YwvjZu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uJw0YwvjZu .nav-link:hover,
.cid-uJw0YwvjZu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uJw0YwvjZu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uJw0YwvjZu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uJw0YwvjZu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uJw0YwvjZu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJw0YwvjZu .mbr-text,
.cid-uJw0YwvjZu .mbr-section-btn {
  text-align: center;
}
.cid-uJw0YxFFC8 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/proceso-mezcal-guarapeta-2000x1500.webp");
}
.cid-uJw0YxFFC8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uJw0YxFFC8 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uJw0YxFFC8 {
    align-items: center;
  }
  .cid-uJw0YxFFC8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJw0YxFFC8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJw0YxFFC8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJw0YxFFC8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJw0YxFFC8 .content-wrap {
    width: 100%;
  }
}
.cid-uJw0YxFFC8 .mbr-section-title {
  text-align: center;
}
.cid-uJw0YxFFC8 .mbr-text,
.cid-uJw0YxFFC8 .mbr-section-btn {
  text-align: center;
}
.cid-uJw0YypafV {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/slider-somos-2000x427.webp");
}
.cid-uJw0YypafV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJw0YypafV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJw0YypafV .mbr-section-title {
  text-align: left;
  color: #f6468e;
}
.cid-uJw0YzR6PK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uJw0YzR6PK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJw0YzR6PK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJw1OgZFip {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-uJw1OgZFip .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-uJw1OgZFip .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #a0e2e1;
}
.cid-uJw1OgZFip .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uJw1OgZFip .row:last-child {
  margin-bottom: 0;
}
.cid-uJw1OgZFip .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-uJw1OgZFip .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-uJw1OgZFip img {
  width: 100%;
  border-radius: 50%;
}
.cid-uJw1OgZFip .mbr-section-title {
  color: #45b3df;
}
.cid-uJw1OgZFip .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJw1OgZFip .imageContainer {
  display: flex;
  align-items: center;
}
.cid-uJw1OgZFip .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-uJw1OgZFip .img-wrapper,
.cid-uJw1OgZFip .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #a0e2e1;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-uJw1OgZFip .content-row:hover .img-wrapper,
.cid-uJw1OgZFip .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-uJw1OgZFip .tlv__pointer,
.cid-uJw1OgZFip .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #a0e2e1;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-uJw1OgZFip .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-uJw1OgZFip .tlv__pointer::before,
.cid-uJw1OgZFip .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #a0e2e1;
}
.cid-uJw1OgZFip .tlv__pointer-2::before {
  left: -50px;
}
.cid-uJw1OgZFip .tlv__pointer::after,
.cid-uJw1OgZFip .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #a0e2e1;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-uJw1OgZFip .tlv__item-first,
.cid-uJw1OgZFip .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #a0e2e1;
  transform: rotate(45deg);
}
.cid-uJw1OgZFip .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-uJw1OgZFip {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uJw1OgZFip .img-wrapper,
  .cid-uJw1OgZFip .img-wrapper-2 {
    display: none;
  }
  .cid-uJw1OgZFip .container-fluid {
    padding: 0 1rem;
  }
  .cid-uJw1OgZFip .row {
    margin-bottom: 2rem;
  }
  .cid-uJw1OgZFip .row:last-child {
    margin-bottom: 0;
  }
  .cid-uJw1OgZFip .imageContainer,
  .cid-uJw1OgZFip .imageContainer-2 {
    justify-content: center;
  }
  .cid-uJw1OgZFip .right-wrapper,
  .cid-uJw1OgZFip .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-uJw1OgZFip .tlv__pointer::before,
  .cid-uJw1OgZFip .tlv__pointer-2::before {
    content: none;
  }
  .cid-uJw1OgZFip .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-uJw1OgZFip .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-uJw1OgZFip .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-uJw1OgZFip .tlv__item-first,
  .cid-uJw1OgZFip .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-uJw1OgZFip .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-uJw1OgZFip .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-uJw1OgZFip .img-wrapper {
    margin-left: 43px;
  }
  .cid-uJw1OgZFip .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-uJw1OgZFip .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-uJw1OgZFip .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-uJw1OgZFip .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-uJw1OgZFip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJw1OgZFip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJw0YD1TSa {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/painted-wall-with-colorful-flowers-2000x1333.webp");
}
@media (max-width: 767px) {
  .cid-uJw0YD1TSa h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uJw0YD1TSa .container {
    position: relative;
  }
  .cid-uJw0YD1TSa .row {
    margin: 0;
  }
  .cid-uJw0YD1TSa h2 {
    margin: 0;
  }
}
.cid-uJw0YD1TSa .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uJw0YD1TSa .mbr-section-subtitle {
  color: #f6468e;
}
.cid-uJw0YD1TSa .line-title {
  width: 40px;
  height: 2px;
  background-color: #000000;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uJw0YD1TSa .vertical-line:before {
  content: '';
  background-color: #000000;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uJw0YD1TSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJw0YD1TSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJw0YD1TSa .mbr-text {
  color: #d70081;
}
.cid-uJNAuevmOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJNAuevmOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJNAuevmOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJNAuevmOl .row {
  justify-content: center;
}
.cid-uJNAuevmOl .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJNAuevmOl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f6468e 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f6468e;
}
.cid-uJNAuevmOl .content-wrapper .social {
  margin-top: 22px;
}
.cid-uJNAuevmOl .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a8d550, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f6468e;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uJNAuevmOl .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJNAuevmOl .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uJNAuevmOl .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJNAuevmOl .mbr-section-title {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-text {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-desc {
  color: #ffffff;
}
.cid-uJNAuevmOl .list {
  color: #ffffff;
}
.cid-uJNAuevmOl .list,
.cid-uJNAuevmOl .item-wrap,
.cid-uJNAuevmOl .nav-wrapper {
  color: #ffffff;
}
.cid-uJjGneafJZ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uJjGneafJZ .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uJjGneafJZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uJjGneafJZ .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.cid-uJjGneafJZ .navbar.opened {
  transition: all 0.2s;
  background: #f7f7f7 !important;
}
.cid-uJjGneafJZ .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uJjGneafJZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uJjGneafJZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uJjGneafJZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJjGneafJZ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uJjGneafJZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uJjGneafJZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJjGneafJZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.88181818vh;
  }
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJjGneafJZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uJjGneafJZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uJjGneafJZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uJjGneafJZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uJjGneafJZ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uJjGneafJZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJjGneafJZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uJjGneafJZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uJjGneafJZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uJjGneafJZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uJjGneafJZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uJjGneafJZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJjGneafJZ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uJjGneafJZ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uJjGneafJZ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uJjGneafJZ .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uJjGneafJZ .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
  width: auto;
}
.cid-uJjGneafJZ .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uJjGneafJZ .navbar-brand {
  height: 11.1rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uJjGneafJZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJjGneafJZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJjGneafJZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJjGneafJZ .dropdown-item.active,
.cid-uJjGneafJZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJjGneafJZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uJjGneafJZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJjGneafJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJjGneafJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uJjGneafJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uJjGneafJZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJjGneafJZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uJjGneafJZ .navbar-buttons {
  text-align: center;
}
.cid-uJjGneafJZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJjGneafJZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJjGneafJZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJjGneafJZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uJjGneafJZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uJjGneafJZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJjGneafJZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uJjGneafJZ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uJjGneafJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uJjGneafJZ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uJjGneafJZ .nav-link:hover,
.cid-uJjGneafJZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uJjGneafJZ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uJjGneafJZ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uJjGneafJZ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uJjGneafJZ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJjGneafJZ .mbr-text,
.cid-uJjGneafJZ .mbr-section-btn {
  text-align: center;
}
.cid-uJx9uqrKUP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJx9uqrKUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJx9uqrKUP .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-uJx9uqrKUP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJx9uqrKUP .row {
  flex-direction: row-reverse;
}
.cid-uJx9uqrKUP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJx9uqrKUP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJx9uqrKUP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJx9uqrKUP .mbr-section-title {
  color: #000000;
}
.cid-uJx9uqrKUP .mbr-text,
.cid-uJx9uqrKUP .mbr-section-btn {
  color: #f6468e;
}
.cid-uJxjA27TdY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/back1-2000x1881.webp");
}
@media (min-width: 1500px) {
  .cid-uJxjA27TdY .container {
    max-width: 1400px;
  }
}
.cid-uJxjA27TdY .mbr-section-subtitle {
  color: #f6468e;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uJxjA27TdY .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uJxjA27TdY .main-title {
  margin-bottom: 56px;
}
.cid-uJxjA27TdY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(246, 70, 142, 0.15);
  margin-bottom: 26px;
}
.cid-uJxjA27TdY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uJxjA27TdY .img-wrap {
  display: block;
}
.cid-uJxjA27TdY .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uJxjA27TdY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-uJxjA27TdY .card-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #1d1d1e;
  margin-right: 25px;
}
.cid-uJxjA27TdY .card-wrapper .card-box {
  height: 100%;
}
.cid-uJxjA27TdY .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uJxjA27TdY .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uJxjA27TdY .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uJxjA27TdY .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uJxjA27TdY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uJxjA27TdY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uJxjA27TdY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uJxjA27TdY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uJxjA27TdY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uJxjA27TdY .mbr-section-btn {
  text-align: center;
}
.cid-uJxjA27TdY .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uJxjA27TdY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uJxjA27TdY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-uJxjA27TdY img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJxjA27TdY .card-box .card-title,
  .cid-uJxjA27TdY .card-box .mbr-text {
    text-align: left;
  }
}
.cid-uJxjA27TdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJxjA27TdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJxjA27TdY .card .card-wrapper .card-box .card-title,
.cid-uJxjA27TdY .card-box {
  color: #000000;
}
.cid-uK4aclNuNS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/colorful-pattern-birds-flowers-white-background-1-2000x3000.webp");
}
.cid-uK4aclNuNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK4aclNuNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uK4aclNuNS .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uK4aclNuNS .mbr-section-title {
  color: #ffffff;
}
.cid-uK4aclNuNS .mbr-text,
.cid-uK4aclNuNS .mbr-section-btn {
  color: #ffffff;
}
.cid-uK4aclNuNS .content-head {
  max-width: 800px;
}
.cid-uK4g4LMwZN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uK4g4LMwZN img,
.cid-uK4g4LMwZN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uK4g4LMwZN .item:focus,
.cid-uK4g4LMwZN span:focus {
  outline: none;
}
.cid-uK4g4LMwZN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uK4g4LMwZN .item {
    margin-bottom: 1rem;
  }
}
.cid-uK4g4LMwZN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uK4g4LMwZN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uK4g4LMwZN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uK4g4LMwZN .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uK4g4LMwZN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uK4g4LMwZN .mbr-section-title {
  color: #000000;
}
.cid-uK4g4LMwZN .item-title {
  text-align: center;
}
.cid-uK4g4LMwZN .item-subtitle {
  text-align: center;
}
.cid-uK4g4LMwZN .mbr-text,
.cid-uK4g4LMwZN .item .mbr-section-btn {
  text-align: center;
}
.cid-uK4g4LMwZN .content-head {
  max-width: 800px;
}
.cid-uK4iZrv2Sm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uK4iZrv2Sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK4iZrv2Sm .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-uK4iZrv2Sm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uK4iZrv2Sm .row {
  flex-direction: row-reverse;
}
.cid-uK4iZrv2Sm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uK4iZrv2Sm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uK4iZrv2Sm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uK4iZrv2Sm .mbr-section-title {
  color: #f6468e;
}
.cid-uK4iZrv2Sm .mbr-text,
.cid-uK4iZrv2Sm .mbr-section-btn {
  color: #ffffff;
}
.cid-uKncAySCvq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #edefeb;
}
.cid-uKncAySCvq p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKncAySCvq .row {
    justify-content: flex-start !important;
  }
}
.cid-uKncAySCvq .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uKncAySCvq .mbr-section-title {
  text-align: center;
  color: #f6468e;
}
.cid-uKncAySCvq .mbr-section-subtitle {
  text-align: center;
}
.cid-uKncAySCvq .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uKncAySCvq .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uKncAySCvq .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKncAySCvq .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uKncAySCvq .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-uKGeGVf95W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uKGeGVf95W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGeGVf95W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGeGVf95W .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKGeGVf95W .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKGeGVf95W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKGeGVf95W .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKGeGVf95W .container {
    padding: 0 16px;
  }
}
.cid-uKGeGVf95W .row {
  justify-content: center;
}
.cid-uKGeGVf95W .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKGeGVf95W .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKGeGVf95W .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uKGeGVf95W .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKGeGVf95W .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGeGVf95W .form-wrap {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1200px) {
  .cid-uKGeGVf95W .form-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uKGeGVf95W .form-wrap {
    padding: 0;
  }
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uKGeGVf95W .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKGeGVf95W .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uKGeGVf95W .image-wrapper {
  height: 100%;
}
.cid-uKGeGVf95W .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uKGeGVf95W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKGeGVf95W .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKGeGVf95W .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJNAuevmOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJNAuevmOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJNAuevmOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJNAuevmOl .row {
  justify-content: center;
}
.cid-uJNAuevmOl .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJNAuevmOl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f6468e 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f6468e;
}
.cid-uJNAuevmOl .content-wrapper .social {
  margin-top: 22px;
}
.cid-uJNAuevmOl .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a8d550, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f6468e;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uJNAuevmOl .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJNAuevmOl .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uJNAuevmOl .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJNAuevmOl .mbr-section-title {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-text {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-desc {
  color: #ffffff;
}
.cid-uJNAuevmOl .list {
  color: #ffffff;
}
.cid-uJNAuevmOl .list,
.cid-uJNAuevmOl .item-wrap,
.cid-uJNAuevmOl .nav-wrapper {
  color: #ffffff;
}
.cid-uJHkaU0cwf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uJHkaU0cwf .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uJHkaU0cwf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uJHkaU0cwf .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.cid-uJHkaU0cwf .navbar.opened {
  transition: all 0.2s;
  background: #f7f7f7 !important;
}
.cid-uJHkaU0cwf .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uJHkaU0cwf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uJHkaU0cwf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uJHkaU0cwf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJHkaU0cwf .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uJHkaU0cwf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uJHkaU0cwf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uJHkaU0cwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJHkaU0cwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.88181818vh;
  }
}
.cid-uJHkaU0cwf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uJHkaU0cwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJHkaU0cwf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJHkaU0cwf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJHkaU0cwf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uJHkaU0cwf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uJHkaU0cwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJHkaU0cwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uJHkaU0cwf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uJHkaU0cwf .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uJHkaU0cwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJHkaU0cwf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uJHkaU0cwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJHkaU0cwf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJHkaU0cwf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJHkaU0cwf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uJHkaU0cwf .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uJHkaU0cwf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJHkaU0cwf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uJHkaU0cwf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uJHkaU0cwf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uJHkaU0cwf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJHkaU0cwf .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uJHkaU0cwf .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uJHkaU0cwf .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uJHkaU0cwf .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uJHkaU0cwf .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
  width: auto;
}
.cid-uJHkaU0cwf .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uJHkaU0cwf .navbar-brand {
  height: 11.1rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uJHkaU0cwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJHkaU0cwf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJHkaU0cwf .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJHkaU0cwf .dropdown-item.active,
.cid-uJHkaU0cwf .dropdown-item:active {
  background-color: transparent;
}
.cid-uJHkaU0cwf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uJHkaU0cwf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJHkaU0cwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJHkaU0cwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uJHkaU0cwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uJHkaU0cwf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJHkaU0cwf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uJHkaU0cwf .navbar-buttons {
  text-align: center;
}
.cid-uJHkaU0cwf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJHkaU0cwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uJHkaU0cwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJHkaU0cwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJHkaU0cwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJHkaU0cwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJHkaU0cwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJHkaU0cwf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uJHkaU0cwf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uJHkaU0cwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJHkaU0cwf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uJHkaU0cwf .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uJHkaU0cwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uJHkaU0cwf .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uJHkaU0cwf .nav-link:hover,
.cid-uJHkaU0cwf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uJHkaU0cwf .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uJHkaU0cwf .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uJHkaU0cwf .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uJHkaU0cwf .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJHkaU0cwf .mbr-text,
.cid-uJHkaU0cwf .mbr-section-btn {
  text-align: center;
}
.cid-uJHkaVGpwM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJHkaVGpwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHkaVGpwM .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-uJHkaVGpwM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJHkaVGpwM .row {
  flex-direction: row-reverse;
}
.cid-uJHkaVGpwM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJHkaVGpwM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJHkaVGpwM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJHkaVGpwM .mbr-section-title {
  color: #000000;
}
.cid-uJHkaVGpwM .mbr-text,
.cid-uJHkaVGpwM .mbr-section-btn {
  color: #f6468e;
}
.cid-uJHkaWmoW9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/colorful-pattern-birds-flowers-white-background-2-2000x3000.webp");
}
@media (min-width: 1500px) {
  .cid-uJHkaWmoW9 .container {
    max-width: 1400px;
  }
}
.cid-uJHkaWmoW9 .mbr-section-subtitle {
  color: #f6468e;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uJHkaWmoW9 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uJHkaWmoW9 .main-title {
  margin-bottom: 56px;
}
.cid-uJHkaWmoW9 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(246, 70, 142, 0.15);
  margin-bottom: 26px;
}
.cid-uJHkaWmoW9 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uJHkaWmoW9 .img-wrap {
  display: block;
}
.cid-uJHkaWmoW9 .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uJHkaWmoW9 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-uJHkaWmoW9 .card-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #1d1d1e;
  margin-right: 25px;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box {
  height: 100%;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uJHkaWmoW9 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uJHkaWmoW9 .mbr-section-btn {
  text-align: center;
}
.cid-uJHkaWmoW9 .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uJHkaWmoW9 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uJHkaWmoW9 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-uJHkaWmoW9 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJHkaWmoW9 .card-box .card-title,
  .cid-uJHkaWmoW9 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-uJHkaWmoW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHkaWmoW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHkaWmoW9 .card .card-wrapper .card-box .card-title,
.cid-uJHkaWmoW9 .card-box {
  color: #000000;
}
.cid-uK4k3W2LwU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/colorful-pattern-birds-flowers-white-background-4-2000x3000.webp");
}
.cid-uK4k3W2LwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK4k3W2LwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uK4k3W2LwU .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uK4k3W2LwU .mbr-section-title {
  color: #ffffff;
}
.cid-uK4k3W2LwU .mbr-text,
.cid-uK4k3W2LwU .mbr-section-btn {
  color: #ffffff;
}
.cid-uK4k3W2LwU .content-head {
  max-width: 800px;
}
.cid-uK4k4kFss3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uK4k4kFss3 img,
.cid-uK4k4kFss3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uK4k4kFss3 .item:focus,
.cid-uK4k4kFss3 span:focus {
  outline: none;
}
.cid-uK4k4kFss3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uK4k4kFss3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uK4k4kFss3 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uK4k4kFss3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uK4k4kFss3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uK4k4kFss3 .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uK4k4kFss3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uK4k4kFss3 .mbr-section-title {
  color: #000000;
}
.cid-uK4k4kFss3 .item-title {
  text-align: center;
}
.cid-uK4k4kFss3 .item-subtitle {
  text-align: center;
}
.cid-uK4k4kFss3 .mbr-text,
.cid-uK4k4kFss3 .item .mbr-section-btn {
  text-align: center;
}
.cid-uK4k4kFss3 .content-head {
  max-width: 800px;
}
.cid-uK4k4NENbX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uK4k4NENbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK4k4NENbX .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-uK4k4NENbX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uK4k4NENbX .row {
  flex-direction: row-reverse;
}
.cid-uK4k4NENbX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uK4k4NENbX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uK4k4NENbX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uK4k4NENbX .mbr-section-title {
  color: #f6468e;
}
.cid-uK4k4NENbX .mbr-text,
.cid-uK4k4NENbX .mbr-section-btn {
  color: #ffffff;
}
.cid-uKncXL3h5I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #edefeb;
}
.cid-uKncXL3h5I p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKncXL3h5I .row {
    justify-content: flex-start !important;
  }
}
.cid-uKncXL3h5I .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uKncXL3h5I .mbr-section-title {
  text-align: center;
  color: #f6468e;
}
.cid-uKncXL3h5I .mbr-section-subtitle {
  text-align: center;
}
.cid-uKncXL3h5I .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uKncXL3h5I .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uKncXL3h5I .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKncXL3h5I .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uKncXL3h5I .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-uKGfGC61GI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uKGfGC61GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGfGC61GI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGfGC61GI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKGfGC61GI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKGfGC61GI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKGfGC61GI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKGfGC61GI .container {
    padding: 0 16px;
  }
}
.cid-uKGfGC61GI .row {
  justify-content: center;
}
.cid-uKGfGC61GI .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKGfGC61GI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKGfGC61GI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uKGfGC61GI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKGfGC61GI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGfGC61GI .form-wrap {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1200px) {
  .cid-uKGfGC61GI .form-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uKGfGC61GI .form-wrap {
    padding: 0;
  }
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uKGfGC61GI .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKGfGC61GI .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uKGfGC61GI .image-wrapper {
  height: 100%;
}
.cid-uKGfGC61GI .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uKGfGC61GI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKGfGC61GI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKGfGC61GI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJNAuevmOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJNAuevmOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJNAuevmOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJNAuevmOl .row {
  justify-content: center;
}
.cid-uJNAuevmOl .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJNAuevmOl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f6468e 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f6468e;
}
.cid-uJNAuevmOl .content-wrapper .social {
  margin-top: 22px;
}
.cid-uJNAuevmOl .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a8d550, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f6468e;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uJNAuevmOl .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJNAuevmOl .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uJNAuevmOl .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJNAuevmOl .mbr-section-title {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-text {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-desc {
  color: #ffffff;
}
.cid-uJNAuevmOl .list {
  color: #ffffff;
}
.cid-uJNAuevmOl .list,
.cid-uJNAuevmOl .item-wrap,
.cid-uJNAuevmOl .nav-wrapper {
  color: #ffffff;
}
.cid-uJIWJT8vn4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uJIWJT8vn4 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uJIWJT8vn4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uJIWJT8vn4 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.cid-uJIWJT8vn4 .navbar.opened {
  transition: all 0.2s;
  background: #f7f7f7 !important;
}
.cid-uJIWJT8vn4 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uJIWJT8vn4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uJIWJT8vn4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uJIWJT8vn4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJIWJT8vn4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uJIWJT8vn4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uJIWJT8vn4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uJIWJT8vn4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJIWJT8vn4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.88181818vh;
  }
}
.cid-uJIWJT8vn4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uJIWJT8vn4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJIWJT8vn4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJIWJT8vn4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJIWJT8vn4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uJIWJT8vn4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uJIWJT8vn4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJIWJT8vn4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uJIWJT8vn4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uJIWJT8vn4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uJIWJT8vn4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJIWJT8vn4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uJIWJT8vn4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJIWJT8vn4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJIWJT8vn4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJIWJT8vn4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uJIWJT8vn4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uJIWJT8vn4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJIWJT8vn4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uJIWJT8vn4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uJIWJT8vn4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uJIWJT8vn4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJIWJT8vn4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uJIWJT8vn4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uJIWJT8vn4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uJIWJT8vn4 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uJIWJT8vn4 .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
  width: auto;
}
.cid-uJIWJT8vn4 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uJIWJT8vn4 .navbar-brand {
  height: 11.1rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uJIWJT8vn4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJIWJT8vn4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJIWJT8vn4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJIWJT8vn4 .dropdown-item.active,
.cid-uJIWJT8vn4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJIWJT8vn4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uJIWJT8vn4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJIWJT8vn4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJIWJT8vn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uJIWJT8vn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uJIWJT8vn4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJIWJT8vn4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uJIWJT8vn4 .navbar-buttons {
  text-align: center;
}
.cid-uJIWJT8vn4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJIWJT8vn4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uJIWJT8vn4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJIWJT8vn4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJIWJT8vn4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uJIWJT8vn4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJIWJT8vn4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIWJT8vn4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uJIWJT8vn4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uJIWJT8vn4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIWJT8vn4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uJIWJT8vn4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uJIWJT8vn4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uJIWJT8vn4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uJIWJT8vn4 .nav-link:hover,
.cid-uJIWJT8vn4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uJIWJT8vn4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uJIWJT8vn4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uJIWJT8vn4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uJIWJT8vn4 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJIWJT8vn4 .mbr-text,
.cid-uJIWJT8vn4 .mbr-section-btn {
  text-align: center;
}
.cid-uJIWJTXv8o {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJIWJTXv8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIWJTXv8o .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-uJIWJTXv8o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJIWJTXv8o .row {
  flex-direction: row-reverse;
}
.cid-uJIWJTXv8o .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJIWJTXv8o .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJIWJTXv8o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJIWJTXv8o .mbr-section-title {
  color: #000000;
}
.cid-uJIWJTXv8o .mbr-text,
.cid-uJIWJTXv8o .mbr-section-btn {
  color: #f6468e;
}
.cid-uJIWJUhauC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/colorful-pattern-birds-flowers-white-background-5-2000x3000.webp");
}
@media (min-width: 1500px) {
  .cid-uJIWJUhauC .container {
    max-width: 1400px;
  }
}
.cid-uJIWJUhauC .mbr-section-subtitle {
  color: #f6468e;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uJIWJUhauC .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uJIWJUhauC .main-title {
  margin-bottom: 56px;
}
.cid-uJIWJUhauC .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(246, 70, 142, 0.15);
  margin-bottom: 26px;
}
.cid-uJIWJUhauC .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uJIWJUhauC .img-wrap {
  display: block;
}
.cid-uJIWJUhauC .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uJIWJUhauC .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-uJIWJUhauC .card-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #1d1d1e;
  margin-right: 25px;
}
.cid-uJIWJUhauC .card-wrapper .card-box {
  height: 100%;
}
.cid-uJIWJUhauC .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uJIWJUhauC .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uJIWJUhauC .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uJIWJUhauC .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uJIWJUhauC .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uJIWJUhauC .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uJIWJUhauC .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uJIWJUhauC .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uJIWJUhauC .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uJIWJUhauC .mbr-section-btn {
  text-align: center;
}
.cid-uJIWJUhauC .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uJIWJUhauC .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uJIWJUhauC .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-uJIWJUhauC img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJIWJUhauC .card-box .card-title,
  .cid-uJIWJUhauC .card-box .mbr-text {
    text-align: left;
  }
}
.cid-uJIWJUhauC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIWJUhauC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJIWJUhauC .card .card-wrapper .card-box .card-title,
.cid-uJIWJUhauC .card-box {
  color: #000000;
}
.cid-uK4kUDikKG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/colorful-pattern-birds-flowers-white-background-6-2000x3000.webp");
}
.cid-uK4kUDikKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK4kUDikKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uK4kUDikKG .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uK4kUDikKG .mbr-section-title {
  color: #ffffff;
}
.cid-uK4kUDikKG .mbr-text,
.cid-uK4kUDikKG .mbr-section-btn {
  color: #ffffff;
}
.cid-uK4kUDikKG .content-head {
  max-width: 800px;
}
.cid-uK4kUXsYWq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uK4kUXsYWq img,
.cid-uK4kUXsYWq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uK4kUXsYWq .item:focus,
.cid-uK4kUXsYWq span:focus {
  outline: none;
}
.cid-uK4kUXsYWq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uK4kUXsYWq .item {
    margin-bottom: 1rem;
  }
}
.cid-uK4kUXsYWq .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uK4kUXsYWq .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uK4kUXsYWq .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uK4kUXsYWq .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uK4kUXsYWq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uK4kUXsYWq .mbr-section-title {
  color: #000000;
}
.cid-uK4kUXsYWq .item-title {
  text-align: center;
}
.cid-uK4kUXsYWq .item-subtitle {
  text-align: center;
}
.cid-uK4kUXsYWq .mbr-text,
.cid-uK4kUXsYWq .item .mbr-section-btn {
  text-align: center;
}
.cid-uK4kUXsYWq .content-head {
  max-width: 800px;
}
.cid-uK4kVkEPVo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uK4kVkEPVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK4kVkEPVo .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-uK4kVkEPVo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uK4kVkEPVo .row {
  flex-direction: row-reverse;
}
.cid-uK4kVkEPVo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uK4kVkEPVo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uK4kVkEPVo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uK4kVkEPVo .mbr-section-title {
  color: #f6468e;
}
.cid-uK4kVkEPVo .mbr-text,
.cid-uK4kVkEPVo .mbr-section-btn {
  color: #ffffff;
}
.cid-uKnd9HKGpK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #edefeb;
}
.cid-uKnd9HKGpK p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKnd9HKGpK .row {
    justify-content: flex-start !important;
  }
}
.cid-uKnd9HKGpK .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uKnd9HKGpK .mbr-section-title {
  text-align: center;
  color: #f6468e;
}
.cid-uKnd9HKGpK .mbr-section-subtitle {
  text-align: center;
}
.cid-uKnd9HKGpK .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uKnd9HKGpK .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uKnd9HKGpK .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKnd9HKGpK .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uKnd9HKGpK .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-uKGfKeHPxp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uKGfKeHPxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGfKeHPxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGfKeHPxp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKGfKeHPxp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKGfKeHPxp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKGfKeHPxp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKGfKeHPxp .container {
    padding: 0 16px;
  }
}
.cid-uKGfKeHPxp .row {
  justify-content: center;
}
.cid-uKGfKeHPxp .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKGfKeHPxp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKGfKeHPxp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uKGfKeHPxp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKGfKeHPxp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGfKeHPxp .form-wrap {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1200px) {
  .cid-uKGfKeHPxp .form-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uKGfKeHPxp .form-wrap {
    padding: 0;
  }
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uKGfKeHPxp .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKGfKeHPxp .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uKGfKeHPxp .image-wrapper {
  height: 100%;
}
.cid-uKGfKeHPxp .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uKGfKeHPxp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKGfKeHPxp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKGfKeHPxp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJNAuevmOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJNAuevmOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJNAuevmOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJNAuevmOl .row {
  justify-content: center;
}
.cid-uJNAuevmOl .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJNAuevmOl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uJNAuevmOl .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f6468e 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f6468e;
}
.cid-uJNAuevmOl .content-wrapper .social {
  margin-top: 22px;
}
.cid-uJNAuevmOl .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a8d550, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJNAuevmOl .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f6468e;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uJNAuevmOl .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJNAuevmOl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJNAuevmOl .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJNAuevmOl .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uJNAuevmOl .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJNAuevmOl .mbr-section-title {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-text {
  color: #ffffff;
}
.cid-uJNAuevmOl .mbr-desc {
  color: #ffffff;
}
.cid-uJNAuevmOl .list {
  color: #ffffff;
}
.cid-uJNAuevmOl .list,
.cid-uJNAuevmOl .item-wrap,
.cid-uJNAuevmOl .nav-wrapper {
  color: #ffffff;
}
.cid-uKm5GOVZqX {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uKm5GOVZqX .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uKm5GOVZqX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uKm5GOVZqX .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.cid-uKm5GOVZqX .navbar.opened {
  transition: all 0.2s;
  background: #f7f7f7 !important;
}
.cid-uKm5GOVZqX .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uKm5GOVZqX .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uKm5GOVZqX .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uKm5GOVZqX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKm5GOVZqX .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uKm5GOVZqX .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uKm5GOVZqX .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uKm5GOVZqX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKm5GOVZqX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.88181818vh;
  }
}
.cid-uKm5GOVZqX .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uKm5GOVZqX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKm5GOVZqX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKm5GOVZqX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKm5GOVZqX .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uKm5GOVZqX .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uKm5GOVZqX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKm5GOVZqX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uKm5GOVZqX .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uKm5GOVZqX .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uKm5GOVZqX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKm5GOVZqX .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uKm5GOVZqX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKm5GOVZqX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKm5GOVZqX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKm5GOVZqX .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uKm5GOVZqX .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uKm5GOVZqX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKm5GOVZqX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uKm5GOVZqX .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uKm5GOVZqX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uKm5GOVZqX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKm5GOVZqX .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uKm5GOVZqX .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm5GOVZqX .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uKm5GOVZqX .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uKm5GOVZqX .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
  width: auto;
}
.cid-uKm5GOVZqX .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uKm5GOVZqX .navbar-brand {
  height: 11.1rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uKm5GOVZqX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKm5GOVZqX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKm5GOVZqX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uKm5GOVZqX .dropdown-item.active,
.cid-uKm5GOVZqX .dropdown-item:active {
  background-color: transparent;
}
.cid-uKm5GOVZqX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uKm5GOVZqX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKm5GOVZqX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKm5GOVZqX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uKm5GOVZqX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uKm5GOVZqX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKm5GOVZqX ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uKm5GOVZqX .navbar-buttons {
  text-align: center;
}
.cid-uKm5GOVZqX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKm5GOVZqX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKm5GOVZqX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKm5GOVZqX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uKm5GOVZqX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uKm5GOVZqX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKm5GOVZqX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKm5GOVZqX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uKm5GOVZqX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uKm5GOVZqX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKm5GOVZqX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uKm5GOVZqX .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uKm5GOVZqX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uKm5GOVZqX .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uKm5GOVZqX .nav-link:hover,
.cid-uKm5GOVZqX .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uKm5GOVZqX .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uKm5GOVZqX .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uKm5GOVZqX .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uKm5GOVZqX .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKm5GOVZqX .mbr-text,
.cid-uKm5GOVZqX .mbr-section-btn {
  text-align: center;
}
.cid-uKm5GPhEy5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uKm5GPhEy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm5GPhEy5 .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-uKm5GPhEy5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKm5GPhEy5 .row {
  flex-direction: row-reverse;
}
.cid-uKm5GPhEy5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKm5GPhEy5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKm5GPhEy5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKm5GPhEy5 .mbr-section-title {
  color: #ffffff;
}
.cid-uKm5GPhEy5 .mbr-text,
.cid-uKm5GPhEy5 .mbr-section-btn {
  color: #f6468e;
}
.cid-uKm5GPWOfG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/colorful-pattern-birds-flowers-white-background-1-2000x3000.webp");
}
.cid-uKm5GPWOfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm5GPWOfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uKm5GPWOfG .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uKm5GPWOfG .mbr-section-title {
  color: #ffffff;
}
.cid-uKm5GPWOfG .mbr-text,
.cid-uKm5GPWOfG .mbr-section-btn {
  color: #ffffff;
}
.cid-uKm5GPWOfG .content-head {
  max-width: 800px;
}
.cid-uKm5GQdMi5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uKm5GQdMi5 img,
.cid-uKm5GQdMi5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uKm5GQdMi5 .item:focus,
.cid-uKm5GQdMi5 span:focus {
  outline: none;
}
.cid-uKm5GQdMi5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKm5GQdMi5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uKm5GQdMi5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKm5GQdMi5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKm5GQdMi5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uKm5GQdMi5 .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKm5GQdMi5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKm5GQdMi5 .mbr-section-title {
  color: #000000;
}
.cid-uKm5GQdMi5 .item-title {
  text-align: center;
}
.cid-uKm5GQdMi5 .item-subtitle {
  text-align: center;
}
.cid-uKm5GQdMi5 .mbr-text,
.cid-uKm5GQdMi5 .item .mbr-section-btn {
  text-align: center;
}
.cid-uKm5GQdMi5 .content-head {
  max-width: 800px;
}
.cid-uKm5GQzMRQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uKm5GQzMRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm5GQzMRQ .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-uKm5GQzMRQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKm5GQzMRQ .row {
  flex-direction: row-reverse;
}
.cid-uKm5GQzMRQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKm5GQzMRQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKm5GQzMRQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKm5GQzMRQ .mbr-section-title {
  color: #f6468e;
}
.cid-uKm5GQzMRQ .mbr-text,
.cid-uKm5GQzMRQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uKncQUaSeS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #edefeb;
}
.cid-uKncQUaSeS p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKncQUaSeS .row {
    justify-content: flex-start !important;
  }
}
.cid-uKncQUaSeS .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uKncQUaSeS .mbr-section-title {
  text-align: center;
  color: #f6468e;
}
.cid-uKncQUaSeS .mbr-section-subtitle {
  text-align: center;
}
.cid-uKncQUaSeS .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uKncQUaSeS .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uKncQUaSeS .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKncQUaSeS .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uKncQUaSeS .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-uKGeLhGiRA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uKGeLhGiRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGeLhGiRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGeLhGiRA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKGeLhGiRA .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKGeLhGiRA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKGeLhGiRA .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKGeLhGiRA .container {
    padding: 0 16px;
  }
}
.cid-uKGeLhGiRA .row {
  justify-content: center;
}
.cid-uKGeLhGiRA .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKGeLhGiRA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKGeLhGiRA .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uKGeLhGiRA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKGeLhGiRA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGeLhGiRA .form-wrap {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1200px) {
  .cid-uKGeLhGiRA .form-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uKGeLhGiRA .form-wrap {
    padding: 0;
  }
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uKGeLhGiRA .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKGeLhGiRA .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uKGeLhGiRA .image-wrapper {
  height: 100%;
}
.cid-uKGeLhGiRA .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uKGeLhGiRA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKGeLhGiRA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKGeLhGiRA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKm5GRaz14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uKm5GRaz14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm5GRaz14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKm5GRaz14 .row {
  justify-content: center;
}
.cid-uKm5GRaz14 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKm5GRaz14 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uKm5GRaz14 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKm5GRaz14 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKm5GRaz14 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKm5GRaz14 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKm5GRaz14 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uKm5GRaz14 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #f6468e 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f6468e;
}
.cid-uKm5GRaz14 .content-wrapper .social {
  margin-top: 22px;
}
.cid-uKm5GRaz14 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKm5GRaz14 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uKm5GRaz14 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKm5GRaz14 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKm5GRaz14 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a8d550, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKm5GRaz14 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f6468e;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uKm5GRaz14 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKm5GRaz14 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKm5GRaz14 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uKm5GRaz14 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uKm5GRaz14 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uKm5GRaz14 .mbr-section-title {
  color: #ffffff;
}
.cid-uKm5GRaz14 .mbr-text {
  color: #ffffff;
}
.cid-uKm5GRaz14 .mbr-desc {
  color: #ffffff;
}
.cid-uKm5GRaz14 .list {
  color: #ffffff;
}
.cid-uKm5GRaz14 .list,
.cid-uKm5GRaz14 .item-wrap,
.cid-uKm5GRaz14 .nav-wrapper {
  color: #ffffff;
}
