body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 3.75rem;
}
/* ---- 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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e21f1f !important;
}
.bg-success {
  background-color: #b50000 !important;
}
.bg-info {
  background-color: #e02020 !important;
}
.bg-warning {
  background-color: #b50000 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e21f1f !important;
  border-color: #e21f1f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #971414 !important;
  border-color: #971414 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #971414 !important;
  border-color: #971414 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e02020 !important;
  border-color: #e02020 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #951515 !important;
  border-color: #951515 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #951515 !important;
  border-color: #951515 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b50000 !important;
  border-color: #b50000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5e0000 !important;
  border-color: #5e0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5e0000 !important;
  border-color: #5e0000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b50000 !important;
  border-color: #b50000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5e0000 !important;
  border-color: #5e0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5e0000 !important;
  border-color: #5e0000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e21f1f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #971414 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e21f1f !important;
  border-color: #e21f1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e02020;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #951515 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e02020 !important;
  border-color: #e02020 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b50000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5e0000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b50000 !important;
  border-color: #b50000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b50000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5e0000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b50000 !important;
  border-color: #b50000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #e21f1f !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #b50000 !important;
}
.text-info {
  color: #e02020 !important;
}
.text-warning {
  color: #b50000 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #891212 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4f0000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #871313 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4f0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !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: #e21f1f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e02020;
}
.alert-warning {
  background-color: #b50000;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e21f1f;
  border-color: #e21f1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e21f1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d4d4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff3636;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f9d3d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ff3636;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e21f1f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e21f1f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e21f1f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e21f1f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e21f1f;
  border-bottom-color: #e21f1f;
}
.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: #e21f1f !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: #e43f3f !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='%23e21f1f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uS4h0qkdBm {
  z-index: 1000;
  width: 100%;
}
.cid-uS4h0qkdBm nav.navbar {
  position: fixed;
}
.cid-uS4h0qkdBm .navbar-nav {
  margin: auto;
}
.cid-uS4h0qkdBm .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS4h0qkdBm .dropdown-item:hover,
.cid-uS4h0qkdBm .dropdown-item:focus {
  background: #e21f1f !important;
  color: white !important;
}
.cid-uS4h0qkdBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4h0qkdBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4h0qkdBm .navbar-short,
.cid-uS4h0qkdBm .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar-short .nav-link,
.cid-uS4h0qkdBm .opened .nav-link,
.cid-uS4h0qkdBm .navbar-short .navbar-caption,
.cid-uS4h0qkdBm .opened .navbar-caption,
.cid-uS4h0qkdBm .navbar-short .mbr-iconfont,
.cid-uS4h0qkdBm .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uS4h0qkdBm .navbar-short .hamburger span,
.cid-uS4h0qkdBm .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uS4h0qkdBm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uS4h0qkdBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS4h0qkdBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4h0qkdBm .container {
  display: flex;
  margin: auto;
}
.cid-uS4h0qkdBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown-menu,
.cid-uS4h0qkdBm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS4h0qkdBm .nav-item:focus,
.cid-uS4h0qkdBm .nav-link:focus {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4h0qkdBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4h0qkdBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uS4h0qkdBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS4h0qkdBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uS4h0qkdBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar.collapsed {
  justify-content: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4h0qkdBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4h0qkdBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS4h0qkdBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4h0qkdBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4h0qkdBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS4h0qkdBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4h0qkdBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS4h0qkdBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS4h0qkdBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4h0qkdBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4h0qkdBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS4h0qkdBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown-item.active,
.cid-uS4h0qkdBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4h0qkdBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS4h0qkdBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4h0qkdBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS4h0qkdBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS4h0qkdBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS4h0qkdBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4h0qkdBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS4h0qkdBm .navbar {
    height: 70px;
  }
  .cid-uS4h0qkdBm .navbar.opened {
    height: auto;
  }
  .cid-uS4h0qkdBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQuWbTtRkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuWbTtRkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/0ceffa9925cda955993e8e55a3dc7bea-564x752.jpg");
}
.cid-uQuWbTtRkX .row {
  justify-content: center;
}
.cid-uQuWbTtRkX .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uQuWbTtRkX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQuWbTtRkX .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQuWbTtRkX .mbr-section-title {
  color: #ffffff;
}
.cid-uQuWbTtRkX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQuWbTtRkX .mbr-section-title,
.cid-uQuWbTtRkX .mbr-section-btn {
  text-align: center;
}
.cid-uQuY0nwnI0 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQuY0nwnI0 .container,
.cid-uQuY0nwnI0 .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-uQuY0nwnI0 .mbr-section-subtitle,
.cid-uQuY0nwnI0 .mbr-section-title,
.cid-uQuY0nwnI0 .mbr-subtext,
.cid-uQuY0nwnI0 .mbr-text,
.cid-uQuY0nwnI0 .mbr-section-btn,
.cid-uQuY0nwnI0 .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-uQuY0nwnI0 .title__block {
    padding-top: 70px;
  }
}
.cid-uQuY0nwnI0 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #b50000;
}
.cid-uQuY0nwnI0 .mbr-section-title {
  color: #e02020;
  margin-bottom: 25px;
  font-weight: 300;
  text-align: center;
}
.cid-uQuY0nwnI0 .mbr-section-title b,
.cid-uQuY0nwnI0 .mbr-section-title strong {
  font-weight: 500;
}
.cid-uQuY0nwnI0 .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-uQuY0nwnI0 .mbr-section-btn {
  margin-top: 60px;
}
.cid-uQuY0nwnI0 .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-uQuY0nwnI0 .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uQuY0nwnI0 .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uQuY0nwnI0 .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-uQuY0nwnI0 .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uQuY0nwnI0 .wrap__image {
    text-align: right;
  }
  .cid-uQuY0nwnI0 .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-uQuY0nwnI0 .wrap__image {
    text-align: center !important;
  }
}
.cid-uQuY0nwnI0 .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-uQuY0nwnI0 .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uQuY0nwnI0 .image__block2 {
    display: none;
  }
}
.cid-uQuY0nwnI0 .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(181, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-uQuY0nwnI0 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uQuY0nwnI0 .image__background .circle__image1 {
    display: none;
  }
}
.cid-uQuY0nwnI0 .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(228, 63, 63, 0.23);
}
@media (max-width: 1199px) {
  .cid-uQuY0nwnI0 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uQuY0nwnI0 .image__background .circle__image2 {
    display: none;
  }
}
.cid-uQuY0nwnI0 .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-uQuY0nwnI0 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uQuY0nwnI0 .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-uQuY0nwnI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuY0nwnI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRIt4BxzNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRIt4BxzNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRIt4BxzNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRIt4BxzNQ .container {
    padding: 0 22px;
  }
}
.cid-uRIt4BxzNQ .card {
  justify-content: center;
}
.cid-uRIt4BxzNQ .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uRIt4BxzNQ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRIt4BxzNQ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uRIt4BxzNQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRIt4BxzNQ .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRIt4BxzNQ .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #e21f1f;
}
@media (max-width: 1440px) {
  .cid-uRIt4BxzNQ .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uRIt4BxzNQ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uRIt4BxzNQ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uRIt4BxzNQ .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uRIt4BxzNQ .mbr-section-title {
  color: #000000;
}
.cid-uRIt4BxzNQ .mbr-text {
  color: #000000;
}
.cid-uRIpp7OgXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm-1.jpeg-1600x1068.jpg");
}
.cid-uRIpp7OgXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRIpp7OgXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRIpp7OgXK .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uRIpp7OgXK .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRIpp7OgXK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRIpp7OgXK .container {
    padding: 0 20px;
  }
  .cid-uRIpp7OgXK .container .row {
    padding: 0;
  }
}
.cid-uRIpp7OgXK .row {
  justify-content: center;
}
.cid-uRIpp7OgXK .dragArea.row .mbr-section-title {
  margin-bottom: 90px !important;
}
@media (max-width: 992px) {
  .cid-uRIpp7OgXK .dragArea.row .mbr-section-title {
    margin-bottom: 40px !important;
  }
}
.cid-uRIpp7OgXK .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uRIpp7OgXK .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uRIpp7OgXK .dragArea.row .form-group .form-control::placeholder {
  color: #e8e8e8;
}
.cid-uRIpp7OgXK .dragArea.row .form-group .form-control:hover,
.cid-uRIpp7OgXK .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uRIpp7OgXK .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uRIpp7OgXK .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uRIpp7OgXK .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uRIpp7OgXK .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.cid-uRIpp7OgXK .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRIpp7OgXK .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uRIpp7OgXK .mbr-section-title {
  color: #ffffff;
}
.cid-uRIpp7OgXK label {
  color: #ffffff;
}
.cid-uRIpp7OgXK H2 {
  text-align: center;
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uS4h0qkdBm {
  z-index: 1000;
  width: 100%;
}
.cid-uS4h0qkdBm nav.navbar {
  position: fixed;
}
.cid-uS4h0qkdBm .navbar-nav {
  margin: auto;
}
.cid-uS4h0qkdBm .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS4h0qkdBm .dropdown-item:hover,
.cid-uS4h0qkdBm .dropdown-item:focus {
  background: #e21f1f !important;
  color: white !important;
}
.cid-uS4h0qkdBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4h0qkdBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4h0qkdBm .navbar-short,
.cid-uS4h0qkdBm .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar-short .nav-link,
.cid-uS4h0qkdBm .opened .nav-link,
.cid-uS4h0qkdBm .navbar-short .navbar-caption,
.cid-uS4h0qkdBm .opened .navbar-caption,
.cid-uS4h0qkdBm .navbar-short .mbr-iconfont,
.cid-uS4h0qkdBm .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uS4h0qkdBm .navbar-short .hamburger span,
.cid-uS4h0qkdBm .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uS4h0qkdBm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uS4h0qkdBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS4h0qkdBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4h0qkdBm .container {
  display: flex;
  margin: auto;
}
.cid-uS4h0qkdBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown-menu,
.cid-uS4h0qkdBm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS4h0qkdBm .nav-item:focus,
.cid-uS4h0qkdBm .nav-link:focus {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4h0qkdBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4h0qkdBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uS4h0qkdBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS4h0qkdBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uS4h0qkdBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar.collapsed {
  justify-content: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4h0qkdBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4h0qkdBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS4h0qkdBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4h0qkdBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4h0qkdBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS4h0qkdBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4h0qkdBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS4h0qkdBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS4h0qkdBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4h0qkdBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4h0qkdBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS4h0qkdBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown-item.active,
.cid-uS4h0qkdBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4h0qkdBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS4h0qkdBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4h0qkdBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS4h0qkdBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS4h0qkdBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS4h0qkdBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4h0qkdBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS4h0qkdBm .navbar {
    height: 70px;
  }
  .cid-uS4h0qkdBm .navbar.opened {
    height: auto;
  }
  .cid-uS4h0qkdBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2Mec3OWjg {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm-1.jpeg-1600x1068.jpg");
}
.cid-u2Mec3OWjg h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u2Mec3OWjg span {
  background-image: url("../../../assets/images/6cc992cc12755ad5b88b58ead3125ce6.jpg-960x1440.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u2Mec3OWjg .mbr-section-title {
  color: #ffffff;
}
.cid-uS4wWBBZX8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4wWBBZX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4wWBBZX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4wWBBZX8 .card-wrapper {
  position: relative;
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper {
  position: relative;
  padding: 64px;
  width: 50%;
  pointer-events: visible;
  overflow: hidden;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #f10008;
}
@media (max-width: 1440px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper {
    width: 55%;
    padding: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper {
    width: 100%;
    padding: 24px;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
    margin-bottom: 12px !important;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin: 12px 0 12px 0;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: none !important;
  background-color: #e5e5e5;
  text-align: center;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #63635d;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #63635d;
  border-color: #63635d;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap {
  width: 30%;
  padding: 48px;
  height: fit-content;
  pointer-events: visible;
  position: relative;
  overflow: hidden;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #f10008;
}
@media (max-width: 1440px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap {
    width: 35%;
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap {
    width: 100%;
    padding: 24px;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap .card-title {
    margin-bottom: 24px;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uS4wWBBZX8 .card-wrapper .content-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS4wWBBZX8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS4wWBBZX8 .mbr-text,
.cid-uS4wWBBZX8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS4wWBBZX8 .card-title {
  color: #ffffff;
}
.cid-uS4wWBBZX8 .card-text {
  color: #ffffff;
}
.cid-uS4wWBBZX8 label {
  color: #2c2c26;
}
.cid-uS4wWBBZX8 .mbr-section-btn {
  text-align: center;
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uS4h0qkdBm {
  z-index: 1000;
  width: 100%;
}
.cid-uS4h0qkdBm nav.navbar {
  position: fixed;
}
.cid-uS4h0qkdBm .navbar-nav {
  margin: auto;
}
.cid-uS4h0qkdBm .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS4h0qkdBm .dropdown-item:hover,
.cid-uS4h0qkdBm .dropdown-item:focus {
  background: #e21f1f !important;
  color: white !important;
}
.cid-uS4h0qkdBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4h0qkdBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4h0qkdBm .navbar-short,
.cid-uS4h0qkdBm .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar-short .nav-link,
.cid-uS4h0qkdBm .opened .nav-link,
.cid-uS4h0qkdBm .navbar-short .navbar-caption,
.cid-uS4h0qkdBm .opened .navbar-caption,
.cid-uS4h0qkdBm .navbar-short .mbr-iconfont,
.cid-uS4h0qkdBm .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uS4h0qkdBm .navbar-short .hamburger span,
.cid-uS4h0qkdBm .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uS4h0qkdBm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uS4h0qkdBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS4h0qkdBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4h0qkdBm .container {
  display: flex;
  margin: auto;
}
.cid-uS4h0qkdBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown-menu,
.cid-uS4h0qkdBm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS4h0qkdBm .nav-item:focus,
.cid-uS4h0qkdBm .nav-link:focus {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4h0qkdBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4h0qkdBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uS4h0qkdBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS4h0qkdBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uS4h0qkdBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar.collapsed {
  justify-content: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4h0qkdBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4h0qkdBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS4h0qkdBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4h0qkdBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4h0qkdBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS4h0qkdBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4h0qkdBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS4h0qkdBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS4h0qkdBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4h0qkdBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4h0qkdBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS4h0qkdBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown-item.active,
.cid-uS4h0qkdBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4h0qkdBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS4h0qkdBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4h0qkdBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS4h0qkdBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS4h0qkdBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS4h0qkdBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4h0qkdBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS4h0qkdBm .navbar {
    height: 70px;
  }
  .cid-uS4h0qkdBm .navbar.opened {
    height: auto;
  }
  .cid-uS4h0qkdBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRUci8PEGO {
  display: flex;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm.jpeg-1068x1600.jpeg");
}
.cid-uRUci8PEGO .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uRUci8PEGO {
    align-items: flex-end;
  }
  .cid-uRUci8PEGO .row {
    justify-content: center;
  }
  .cid-uRUci8PEGO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRUci8PEGO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRUci8PEGO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRUci8PEGO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRUci8PEGO .content-wrap {
    width: 100%;
  }
}
.cid-uRUci8PEGO .mbr-section-title,
.cid-uRUci8PEGO .mbr-section-subtitle {
  text-align: center;
}
.cid-uRUci8PEGO .mbr-text,
.cid-uRUci8PEGO .mbr-section-btn {
  text-align: center;
}
.cid-uRUgXKtY78 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRUgXKtY78 h3 {
  position: relative;
}
.cid-uRUgXKtY78 h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uRUgXKtY78 .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #e21f1f;
}
.cid-uRUgXKtY78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUgXKtY78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUg9PKTyn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRUg9PKTyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUg9PKTyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUg9PKTyn .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #f18a8a, -10px -10px 19px #ffdddd;
}
@media (max-width: 767px) {
  .cid-uRUg9PKTyn .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uRUg9PKTyn .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uRUg9PKTyn .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uRUg9PKTyn .card-title {
    margin-bottom: 20px;
  }
}
.cid-uRUg9PKTyn .card-subtitle {
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRUg9PKTyn .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uRUg9PKTyn .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uRUg9PKTyn .card-subtitle DIV {
  text-align: center;
}
.cid-uRUiLs9tga {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUiLs9tga .container,
.cid-uRUiLs9tga .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUiLs9tga .icon__wrap,
.cid-uRUiLs9tga .mbr-section-title,
.cid-uRUiLs9tga .mbr-text,
.cid-uRUiLs9tga .items__block,
.cid-uRUiLs9tga .mbr-section-btn,
.cid-uRUiLs9tga .image {
  pointer-events: all;
}
.cid-uRUiLs9tga .image {
  text-align: center;
}
.cid-uRUiLs9tga .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUiLs9tga .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUiLs9tga .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUiLs9tga .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUiLs9tga .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUiLs9tga .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUiLs9tga .icon__block {
  background: linear-gradient(135deg, rgba(226, 31, 31, 0.54) 0%, rgba(226, 31, 31, 0.85) 60%, #e21f1f 100%);
}
.cid-uRUiLs9tga .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUiLs9tga .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUiLs9tga .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUiLs9tga .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUiLs9tga .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUiLs9tga .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUiLs9tga .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUiLs9tga .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUiLs9tga .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUiLs9tga .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUiLs9tga .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUiLs9tga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUiLs9tga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUjL78Nlz {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUjL78Nlz .container,
.cid-uRUjL78Nlz .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUjL78Nlz .icon__wrap,
.cid-uRUjL78Nlz .mbr-section-title,
.cid-uRUjL78Nlz .mbr-text,
.cid-uRUjL78Nlz .items__block,
.cid-uRUjL78Nlz .mbr-section-btn,
.cid-uRUjL78Nlz .image {
  pointer-events: all;
}
.cid-uRUjL78Nlz .image {
  text-align: center;
}
.cid-uRUjL78Nlz .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUjL78Nlz .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUjL78Nlz .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUjL78Nlz .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUjL78Nlz .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUjL78Nlz .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUjL78Nlz .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUjL78Nlz .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUjL78Nlz .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUjL78Nlz .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUjL78Nlz .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUjL78Nlz .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUjL78Nlz .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUjL78Nlz .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUjL78Nlz .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUjL78Nlz .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUjL78Nlz .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUjL78Nlz .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUjL78Nlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUjL78Nlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUjL78Nlz .mbr-text,
.cid-uRUjL78Nlz .mbr-section-btn {
  text-align: center;
}
.cid-uRUkJPrYnn {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUkJPrYnn .container,
.cid-uRUkJPrYnn .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUkJPrYnn .icon__wrap,
.cid-uRUkJPrYnn .mbr-section-title,
.cid-uRUkJPrYnn .mbr-text,
.cid-uRUkJPrYnn .items__block,
.cid-uRUkJPrYnn .mbr-section-btn,
.cid-uRUkJPrYnn .image {
  pointer-events: all;
}
.cid-uRUkJPrYnn .image {
  text-align: center;
}
.cid-uRUkJPrYnn .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUkJPrYnn .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUkJPrYnn .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUkJPrYnn .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUkJPrYnn .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUkJPrYnn .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUkJPrYnn .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUkJPrYnn .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUkJPrYnn .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUkJPrYnn .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUkJPrYnn .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUkJPrYnn .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUkJPrYnn .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUkJPrYnn .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUkJPrYnn .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUkJPrYnn .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUkJPrYnn .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUkJPrYnn .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUkJPrYnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUkJPrYnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUkJPrYnn .mbr-text,
.cid-uRUkJPrYnn .mbr-section-btn {
  text-align: center;
}
.cid-uRUlc6oo3S {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUlc6oo3S .container,
.cid-uRUlc6oo3S .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUlc6oo3S .icon__wrap,
.cid-uRUlc6oo3S .mbr-section-title,
.cid-uRUlc6oo3S .mbr-text,
.cid-uRUlc6oo3S .items__block,
.cid-uRUlc6oo3S .mbr-section-btn,
.cid-uRUlc6oo3S .image {
  pointer-events: all;
}
.cid-uRUlc6oo3S .image {
  text-align: center;
}
.cid-uRUlc6oo3S .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUlc6oo3S .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUlc6oo3S .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUlc6oo3S .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUlc6oo3S .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUlc6oo3S .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUlc6oo3S .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUlc6oo3S .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUlc6oo3S .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUlc6oo3S .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUlc6oo3S .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUlc6oo3S .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUlc6oo3S .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUlc6oo3S .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUlc6oo3S .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUlc6oo3S .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUlc6oo3S .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUlc6oo3S .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUlc6oo3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUlc6oo3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUlc6oo3S .mbr-text,
.cid-uRUlc6oo3S .mbr-section-btn {
  text-align: center;
}
.cid-uRUlyB5EGv {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUlyB5EGv .container,
.cid-uRUlyB5EGv .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUlyB5EGv .icon__wrap,
.cid-uRUlyB5EGv .mbr-section-title,
.cid-uRUlyB5EGv .mbr-text,
.cid-uRUlyB5EGv .items__block,
.cid-uRUlyB5EGv .mbr-section-btn,
.cid-uRUlyB5EGv .image {
  pointer-events: all;
}
.cid-uRUlyB5EGv .image {
  text-align: center;
}
.cid-uRUlyB5EGv .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUlyB5EGv .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUlyB5EGv .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUlyB5EGv .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUlyB5EGv .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUlyB5EGv .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUlyB5EGv .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUlyB5EGv .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUlyB5EGv .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUlyB5EGv .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUlyB5EGv .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUlyB5EGv .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUlyB5EGv .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUlyB5EGv .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUlyB5EGv .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUlyB5EGv .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUlyB5EGv .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUlyB5EGv .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUlyB5EGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUlyB5EGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUlyB5EGv .mbr-text,
.cid-uRUlyB5EGv .mbr-section-btn {
  text-align: center;
}
.cid-uRUm4to82G {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUm4to82G .container,
.cid-uRUm4to82G .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUm4to82G .icon__wrap,
.cid-uRUm4to82G .mbr-section-title,
.cid-uRUm4to82G .mbr-text,
.cid-uRUm4to82G .items__block,
.cid-uRUm4to82G .mbr-section-btn,
.cid-uRUm4to82G .image {
  pointer-events: all;
}
.cid-uRUm4to82G .image {
  text-align: center;
}
.cid-uRUm4to82G .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUm4to82G .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUm4to82G .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUm4to82G .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUm4to82G .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUm4to82G .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUm4to82G .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUm4to82G .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUm4to82G .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUm4to82G .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUm4to82G .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUm4to82G .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUm4to82G .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUm4to82G .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUm4to82G .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUm4to82G .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUm4to82G .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUm4to82G .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUm4to82G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUm4to82G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUm4to82G .mbr-text,
.cid-uRUm4to82G .mbr-section-btn {
  text-align: center;
}
.cid-uRUmlOierL {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUmlOierL .container,
.cid-uRUmlOierL .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUmlOierL .icon__wrap,
.cid-uRUmlOierL .mbr-section-title,
.cid-uRUmlOierL .mbr-text,
.cid-uRUmlOierL .items__block,
.cid-uRUmlOierL .mbr-section-btn,
.cid-uRUmlOierL .image {
  pointer-events: all;
}
.cid-uRUmlOierL .image {
  text-align: center;
}
.cid-uRUmlOierL .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUmlOierL .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUmlOierL .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUmlOierL .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUmlOierL .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUmlOierL .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUmlOierL .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUmlOierL .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUmlOierL .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUmlOierL .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUmlOierL .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUmlOierL .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUmlOierL .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUmlOierL .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUmlOierL .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUmlOierL .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUmlOierL .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUmlOierL .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUmlOierL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUmlOierL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUmlOierL .mbr-text,
.cid-uRUmlOierL .mbr-section-btn {
  text-align: center;
}
.cid-uRUmN9iX2Q {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUmN9iX2Q .container,
.cid-uRUmN9iX2Q .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUmN9iX2Q .icon__wrap,
.cid-uRUmN9iX2Q .mbr-section-title,
.cid-uRUmN9iX2Q .mbr-text,
.cid-uRUmN9iX2Q .items__block,
.cid-uRUmN9iX2Q .mbr-section-btn,
.cid-uRUmN9iX2Q .image {
  pointer-events: all;
}
.cid-uRUmN9iX2Q .image {
  text-align: center;
}
.cid-uRUmN9iX2Q .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUmN9iX2Q .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUmN9iX2Q .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUmN9iX2Q .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUmN9iX2Q .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUmN9iX2Q .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUmN9iX2Q .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUmN9iX2Q .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUmN9iX2Q .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUmN9iX2Q .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUmN9iX2Q .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUmN9iX2Q .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUmN9iX2Q .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUmN9iX2Q .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUmN9iX2Q .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUmN9iX2Q .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUmN9iX2Q .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUmN9iX2Q .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUmN9iX2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUmN9iX2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUmN9iX2Q .mbr-text,
.cid-uRUmN9iX2Q .mbr-section-btn {
  text-align: center;
}
.cid-uRUmWIouMG {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUmWIouMG .container,
.cid-uRUmWIouMG .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUmWIouMG .icon__wrap,
.cid-uRUmWIouMG .mbr-section-title,
.cid-uRUmWIouMG .mbr-text,
.cid-uRUmWIouMG .items__block,
.cid-uRUmWIouMG .mbr-section-btn,
.cid-uRUmWIouMG .image {
  pointer-events: all;
}
.cid-uRUmWIouMG .image {
  text-align: center;
}
.cid-uRUmWIouMG .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUmWIouMG .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUmWIouMG .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUmWIouMG .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUmWIouMG .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUmWIouMG .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUmWIouMG .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUmWIouMG .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUmWIouMG .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUmWIouMG .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUmWIouMG .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUmWIouMG .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUmWIouMG .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUmWIouMG .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUmWIouMG .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUmWIouMG .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUmWIouMG .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUmWIouMG .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUmWIouMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUmWIouMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUmWIouMG .mbr-text,
.cid-uRUmWIouMG .mbr-section-btn {
  text-align: center;
}
.cid-uRUmWIouMG .item {
  text-align: left;
}
.cid-uRUneyPgif {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUneyPgif .container,
.cid-uRUneyPgif .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUneyPgif .icon__wrap,
.cid-uRUneyPgif .mbr-section-title,
.cid-uRUneyPgif .mbr-text,
.cid-uRUneyPgif .items__block,
.cid-uRUneyPgif .mbr-section-btn,
.cid-uRUneyPgif .image {
  pointer-events: all;
}
.cid-uRUneyPgif .image {
  text-align: center;
}
.cid-uRUneyPgif .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUneyPgif .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUneyPgif .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUneyPgif .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUneyPgif .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUneyPgif .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUneyPgif .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUneyPgif .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUneyPgif .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUneyPgif .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUneyPgif .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUneyPgif .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUneyPgif .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUneyPgif .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUneyPgif .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUneyPgif .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUneyPgif .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUneyPgif .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUneyPgif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUneyPgif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUneyPgif .mbr-text,
.cid-uRUneyPgif .mbr-section-btn {
  text-align: center;
}
.cid-uRUneyPgif .item {
  text-align: left;
}
.cid-uRUnCLtirF {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUnCLtirF .container,
.cid-uRUnCLtirF .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUnCLtirF .icon__wrap,
.cid-uRUnCLtirF .mbr-section-title,
.cid-uRUnCLtirF .mbr-text,
.cid-uRUnCLtirF .items__block,
.cid-uRUnCLtirF .mbr-section-btn,
.cid-uRUnCLtirF .image {
  pointer-events: all;
}
.cid-uRUnCLtirF .image {
  text-align: center;
}
.cid-uRUnCLtirF .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUnCLtirF .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUnCLtirF .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUnCLtirF .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUnCLtirF .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUnCLtirF .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUnCLtirF .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUnCLtirF .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUnCLtirF .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUnCLtirF .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUnCLtirF .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUnCLtirF .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUnCLtirF .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUnCLtirF .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUnCLtirF .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUnCLtirF .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUnCLtirF .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUnCLtirF .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUnCLtirF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUnCLtirF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUnCLtirF .mbr-text,
.cid-uRUnCLtirF .mbr-section-btn {
  text-align: center;
}
.cid-uRUnCLtirF .item {
  text-align: left;
}
.cid-uRUnYHm8Vi {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUnYHm8Vi .container,
.cid-uRUnYHm8Vi .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUnYHm8Vi .icon__wrap,
.cid-uRUnYHm8Vi .mbr-section-title,
.cid-uRUnYHm8Vi .mbr-text,
.cid-uRUnYHm8Vi .items__block,
.cid-uRUnYHm8Vi .mbr-section-btn,
.cid-uRUnYHm8Vi .image {
  pointer-events: all;
}
.cid-uRUnYHm8Vi .image {
  text-align: center;
}
.cid-uRUnYHm8Vi .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUnYHm8Vi .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUnYHm8Vi .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUnYHm8Vi .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUnYHm8Vi .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUnYHm8Vi .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUnYHm8Vi .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUnYHm8Vi .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUnYHm8Vi .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUnYHm8Vi .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUnYHm8Vi .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUnYHm8Vi .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUnYHm8Vi .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUnYHm8Vi .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUnYHm8Vi .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUnYHm8Vi .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUnYHm8Vi .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUnYHm8Vi .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUnYHm8Vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUnYHm8Vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUnYHm8Vi .mbr-text,
.cid-uRUnYHm8Vi .mbr-section-btn {
  text-align: center;
}
.cid-uRUnYHm8Vi .item {
  text-align: left;
}
.cid-uRUoxsMgN2 {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUoxsMgN2 .container,
.cid-uRUoxsMgN2 .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUoxsMgN2 .icon__wrap,
.cid-uRUoxsMgN2 .mbr-section-title,
.cid-uRUoxsMgN2 .mbr-text,
.cid-uRUoxsMgN2 .items__block,
.cid-uRUoxsMgN2 .mbr-section-btn,
.cid-uRUoxsMgN2 .image {
  pointer-events: all;
}
.cid-uRUoxsMgN2 .image {
  text-align: center;
}
.cid-uRUoxsMgN2 .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUoxsMgN2 .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUoxsMgN2 .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUoxsMgN2 .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUoxsMgN2 .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUoxsMgN2 .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUoxsMgN2 .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUoxsMgN2 .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUoxsMgN2 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUoxsMgN2 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUoxsMgN2 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUoxsMgN2 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUoxsMgN2 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUoxsMgN2 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUoxsMgN2 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUoxsMgN2 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUoxsMgN2 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUoxsMgN2 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUoxsMgN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUoxsMgN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUoxsMgN2 .mbr-text,
.cid-uRUoxsMgN2 .mbr-section-btn {
  text-align: center;
}
.cid-uRUoxsMgN2 .item {
  text-align: left;
}
.cid-uRUoQuJcJJ {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRUoQuJcJJ .container,
.cid-uRUoQuJcJJ .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uRUoQuJcJJ .icon__wrap,
.cid-uRUoQuJcJJ .mbr-section-title,
.cid-uRUoQuJcJJ .mbr-text,
.cid-uRUoQuJcJJ .items__block,
.cid-uRUoQuJcJJ .mbr-section-btn,
.cid-uRUoQuJcJJ .image {
  pointer-events: all;
}
.cid-uRUoQuJcJJ .image {
  text-align: center;
}
.cid-uRUoQuJcJJ .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uRUoQuJcJJ .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uRUoQuJcJJ .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uRUoQuJcJJ .mbr-text {
  margin-bottom: 40px;
}
.cid-uRUoQuJcJJ .items__block .item .mbr-iconfont {
  color: #b50000;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uRUoQuJcJJ .mbr-section-btn {
  margin-top: 55px;
}
.cid-uRUoQuJcJJ .icon__block {
  background: linear-gradient(135deg, rgba(224, 32, 32, 0.54) 0%, rgba(224, 32, 32, 0.85) 60%, #e02020 100%);
}
.cid-uRUoQuJcJJ .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uRUoQuJcJJ .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #b50000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUoQuJcJJ .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b50000;
  animation: animationOne 30s infinite linear;
}
.cid-uRUoQuJcJJ .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e02020;
  animation: animationTwo 30s infinite linear;
}
.cid-uRUoQuJcJJ .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e43f3f;
  animation: animationOne 25s infinite linear;
}
.cid-uRUoQuJcJJ .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e21f1f;
  animation: animationTwo 25s infinite linear;
}
.cid-uRUoQuJcJJ .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uRUoQuJcJJ .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uRUoQuJcJJ .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uRUoQuJcJJ .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uRUoQuJcJJ .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uRUoQuJcJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUoQuJcJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUoQuJcJJ .mbr-text,
.cid-uRUoQuJcJJ .mbr-section-btn {
  text-align: center;
}
.cid-uRUoQuJcJJ .item {
  text-align: left;
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uS4h0qkdBm {
  z-index: 1000;
  width: 100%;
}
.cid-uS4h0qkdBm nav.navbar {
  position: fixed;
}
.cid-uS4h0qkdBm .navbar-nav {
  margin: auto;
}
.cid-uS4h0qkdBm .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS4h0qkdBm .dropdown-item:hover,
.cid-uS4h0qkdBm .dropdown-item:focus {
  background: #e21f1f !important;
  color: white !important;
}
.cid-uS4h0qkdBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4h0qkdBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4h0qkdBm .navbar-short,
.cid-uS4h0qkdBm .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar-short .nav-link,
.cid-uS4h0qkdBm .opened .nav-link,
.cid-uS4h0qkdBm .navbar-short .navbar-caption,
.cid-uS4h0qkdBm .opened .navbar-caption,
.cid-uS4h0qkdBm .navbar-short .mbr-iconfont,
.cid-uS4h0qkdBm .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uS4h0qkdBm .navbar-short .hamburger span,
.cid-uS4h0qkdBm .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uS4h0qkdBm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uS4h0qkdBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS4h0qkdBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4h0qkdBm .container {
  display: flex;
  margin: auto;
}
.cid-uS4h0qkdBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown-menu,
.cid-uS4h0qkdBm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS4h0qkdBm .nav-item:focus,
.cid-uS4h0qkdBm .nav-link:focus {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4h0qkdBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4h0qkdBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uS4h0qkdBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS4h0qkdBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uS4h0qkdBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar.collapsed {
  justify-content: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4h0qkdBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4h0qkdBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS4h0qkdBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4h0qkdBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4h0qkdBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS4h0qkdBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4h0qkdBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS4h0qkdBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS4h0qkdBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4h0qkdBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4h0qkdBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS4h0qkdBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown-item.active,
.cid-uS4h0qkdBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4h0qkdBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS4h0qkdBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4h0qkdBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS4h0qkdBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS4h0qkdBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS4h0qkdBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4h0qkdBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS4h0qkdBm .navbar {
    height: 70px;
  }
  .cid-uS4h0qkdBm .navbar.opened {
    height: auto;
  }
  .cid-uS4h0qkdBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRUrI17TzU {
  background-image: url("../../../assets/images/sitio-web-bloguero-fotocntrica-bio-enlace-nen-amarillo.png-1366x768.png");
}
.cid-uRUrI17TzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUrI17TzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYtl33c71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYtl33c71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYtl33c71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYtl33c71 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uRYtl33c71 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRYtl33c71 .container {
    padding: 0 24px;
  }
}
.cid-uRYtl33c71 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uRYtl33c71 .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uRYtl33c71 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uRYtl33c71 .image-wrapper img {
    height: 350px;
  }
}
.cid-uRYtl33c71 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uRYtl33c71 .content-wrapper {
    padding: 0;
  }
}
.cid-uRYtl33c71 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRYtl33c71 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRYtl33c71 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRYtl33c71 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRYtl33c71 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uRYtl33c71 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uRYtl33c71 .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #e46666;
}
.cid-uRYtl33c71 .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #e46666;
}
.cid-uRYtl33c71 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uRYtl33c71 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRYtl33c71 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uRYtl33c71 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #ffffff;
  background-color: #fa6d6d;
}
.cid-uRYtl33c71 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uRYtl33c71 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uRYtl33c71 .mbr-section-subtitle {
  color: #000000;
}
.cid-uRYtl33c71 .card-text {
  color: #262642;
}
.cid-uRYISlTATs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/red-gradient-background-1542348556ntz.jpg-1920x1176.jpg");
}
.cid-uRYISlTATs .title_block {
  margin-bottom: 80px;
}
.cid-uRYISlTATs .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uRYISlTATs .mbr-section-title,
.cid-uRYISlTATs .card-title {
  color: #e43f3f;
}
.cid-uRYISlTATs .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uRYISlTATs .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uRYISlTATs .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(226, 31, 31, 0.07);
}
.cid-uRYISlTATs .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #e21f1f;
}
.cid-uRYISlTATs .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(181, 0, 0, 0.07);
}
.cid-uRYISlTATs .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #b50000;
}
.cid-uRYISlTATs .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(181, 0, 0, 0.07);
}
.cid-uRYISlTATs .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #b50000;
}
.cid-uRYISlTATs .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(224, 32, 32, 0.07);
}
.cid-uRYISlTATs .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #e02020;
}
.cid-uRYISlTATs .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uRYISlTATs .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uRYISlTATs .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uRYISlTATs .card-title {
  margin-bottom: 20px;
}
.cid-uRYISlTATs .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uRYISlTATs .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uRYISlTATs .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uRYISlTATs .btn_link:hover {
  cursor: pointer;
}
.cid-uRYISlTATs .btn_link:hover a {
  color: #e21f1f !important;
}
.cid-uRYISlTATs .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uRYISlTATs .title_block {
    margin-bottom: 40px;
  }
  .cid-uRYISlTATs .card {
    text-align: center;
  }
  .cid-uRYISlTATs .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uRYISlTATs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYISlTATs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYISlTATs .card-title,
.cid-uRYISlTATs .icon_block {
  color: #000000;
}
.cid-uRYLKON9DQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRYLKON9DQ h3 {
  text-align: center;
}
.cid-uRYLKON9DQ .pie_progress {
  padding-top: 1rem;
  position: relative;
  width: 100px !important;
  height: 100px !important;
}
.cid-uRYLKON9DQ .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-uRYLKON9DQ p {
  line-height: 1.6;
}
.cid-uRYLKON9DQ svg {
  width: 100px;
  height: 100px;
}
@media (min-width: 1600px) {
  .cid-uRYLKON9DQ .img-col {
    padding-right: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uRYLKON9DQ .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uRYLKON9DQ .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
@media (min-width: 1600px) {
  .cid-uRYLKON9DQ .item {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRYLKON9DQ .item {
    padding-bottom: 2rem;
  }
}
.cid-uRYLKON9DQ .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-uRYLKON9DQ .wrap {
  width: 200px;
  margin: 0;
  margin-left: 0;
  height: 130px !important;
  margin-right: auto;
}
.cid-uRYLKON9DQ .mbr-section-subtitle {
  color: #383838;
  text-align: left;
}
.cid-uRYLKON9DQ .pie_progress__number {
  text-align: center !important;
}
.cid-uRYLKON9DQ .card-title {
  margin-bottom: 0;
}
.cid-uRYLKON9DQ .svg-gradient {
  position: absolute;
}
.cid-uRYLKON9DQ ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRYLKON9DQ .card {
    flex-basis: 50%;
  }
}
.cid-uRYLKON9DQ H4 {
  color: #232323;
}
.cid-uRYLKON9DQ .mbr-section-title {
  color: #181818;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRYLKON9DQ .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uRYLKON9DQ .content {
    padding-left: 0rem;
  }
  .cid-uRYLKON9DQ .wrap {
    width: 100px;
  }
}
.cid-uRYLKON9DQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYLKON9DQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYLKON9DQ .card-text1 {
  text-align: left;
}
.cid-uRYKNwpvZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm-1.jpeg-1600x1068.jpg");
}
.cid-uRYKNwpvZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYKNwpvZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYKNwpvZi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uRYKNwpvZi .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRYKNwpvZi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRYKNwpvZi .container {
    padding: 0 20px;
  }
  .cid-uRYKNwpvZi .container .row {
    padding: 0;
  }
}
.cid-uRYKNwpvZi .row {
  justify-content: center;
}
.cid-uRYKNwpvZi .dragArea.row .mbr-section-title {
  margin-bottom: 90px !important;
}
@media (max-width: 992px) {
  .cid-uRYKNwpvZi .dragArea.row .mbr-section-title {
    margin-bottom: 40px !important;
  }
}
.cid-uRYKNwpvZi .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uRYKNwpvZi .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uRYKNwpvZi .dragArea.row .form-group .form-control::placeholder {
  color: #e8e8e8;
}
.cid-uRYKNwpvZi .dragArea.row .form-group .form-control:hover,
.cid-uRYKNwpvZi .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uRYKNwpvZi .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uRYKNwpvZi .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uRYKNwpvZi .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uRYKNwpvZi .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.cid-uRYKNwpvZi .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRYKNwpvZi .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uRYKNwpvZi .mbr-section-title {
  color: #ffffff;
}
.cid-uRYKNwpvZi label {
  color: #ffffff;
}
.cid-uRYKNwpvZi H2 {
  text-align: center;
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uS4h0qkdBm {
  z-index: 1000;
  width: 100%;
}
.cid-uS4h0qkdBm nav.navbar {
  position: fixed;
}
.cid-uS4h0qkdBm .navbar-nav {
  margin: auto;
}
.cid-uS4h0qkdBm .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS4h0qkdBm .dropdown-item:hover,
.cid-uS4h0qkdBm .dropdown-item:focus {
  background: #e21f1f !important;
  color: white !important;
}
.cid-uS4h0qkdBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4h0qkdBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4h0qkdBm .navbar-short,
.cid-uS4h0qkdBm .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar-short .nav-link,
.cid-uS4h0qkdBm .opened .nav-link,
.cid-uS4h0qkdBm .navbar-short .navbar-caption,
.cid-uS4h0qkdBm .opened .navbar-caption,
.cid-uS4h0qkdBm .navbar-short .mbr-iconfont,
.cid-uS4h0qkdBm .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uS4h0qkdBm .navbar-short .hamburger span,
.cid-uS4h0qkdBm .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uS4h0qkdBm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uS4h0qkdBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS4h0qkdBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4h0qkdBm .container {
  display: flex;
  margin: auto;
}
.cid-uS4h0qkdBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown-menu,
.cid-uS4h0qkdBm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS4h0qkdBm .nav-item:focus,
.cid-uS4h0qkdBm .nav-link:focus {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4h0qkdBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4h0qkdBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uS4h0qkdBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS4h0qkdBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uS4h0qkdBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar.collapsed {
  justify-content: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4h0qkdBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4h0qkdBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS4h0qkdBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4h0qkdBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4h0qkdBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS4h0qkdBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4h0qkdBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS4h0qkdBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS4h0qkdBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4h0qkdBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4h0qkdBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS4h0qkdBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown-item.active,
.cid-uS4h0qkdBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4h0qkdBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS4h0qkdBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4h0qkdBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS4h0qkdBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS4h0qkdBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS4h0qkdBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4h0qkdBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS4h0qkdBm .navbar {
    height: 70px;
  }
  .cid-uS4h0qkdBm .navbar.opened {
    height: auto;
  }
  .cid-uS4h0qkdBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRYUqUfH0a {
  background-image: url("../../../assets/images/sitio-web-bloguero-fotocntrica-bio-enlace-nen-amarillo-4.png-1366x768.png");
}
.cid-uRYUqUfH0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYUqUfH0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYVPC37v0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRYVPC37v0 H1 {
  color: #79104a;
}
.cid-uRYVPC37v0 h1 {
  background: linear-gradient(to left, #e43f3f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRYVPC37v0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYVPC37v0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYWdei9Rz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYWdei9Rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYWdei9Rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYWdei9Rz .row {
  justify-content: space-between;
}
.cid-uRYWdei9Rz .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRYWdei9Rz .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRYWdei9Rz .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #f3a0a0;
}
@media (max-width: 992px) {
  .cid-uRYWdei9Rz .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRYWdei9Rz .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uRYWdei9Rz .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uRYWdei9Rz .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #e02020;
  margin-bottom: 0;
}
.cid-uRYWdei9Rz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRYWdei9Rz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRYWdei9Rz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRYWdei9Rz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRYWdei9Rz .mbr-label {
  color: #19171c;
}
.cid-uRYWdei9Rz .mbr-section-title {
  color: #19171c;
}
.cid-uRYWdei9Rz .mbr-text,
.cid-uRYWdei9Rz .text-wrapper {
  color: #19171c;
}
.cid-uRYZNp46iw {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/514646.jpg-1920x1176.jpg");
}
.cid-uRYZNp46iw .title_block {
  margin-bottom: 25px;
}
.cid-uRYZNp46iw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uRYZNp46iw .mbr-section-title {
  color: #e43f3f;
}
.cid-uRYZNp46iw .carousel {
  position: relative;
  width: 100%;
}
.cid-uRYZNp46iw .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-uRYZNp46iw .carousel-item.active,
.cid-uRYZNp46iw .carousel-item-next,
.cid-uRYZNp46iw .carousel-item-prev {
  display: flex;
}
.cid-uRYZNp46iw .carousel-controls {
  justify-content: center;
}
.cid-uRYZNp46iw .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uRYZNp46iw .carousel-controls a span:hover {
  background-color: #e21f1f;
  color: #ffffff;
}
.cid-uRYZNp46iw .carousel-control-prev {
  width: 50px;
  left: -60px;
}
.cid-uRYZNp46iw .carousel-control-next {
  width: 50px;
  right: -60px;
}
.cid-uRYZNp46iw .box {
  padding: 55px 0;
  height: 100%;
}
.cid-uRYZNp46iw .card_wrap {
  height: 100%;
  background: #ffffff;
  padding: 40px 30px 40px;
  position: relative;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uRYZNp46iw .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-uRYZNp46iw .card_header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRYZNp46iw .card_title {
  display: inline-block;
  max-width: 160px;
  margin-bottom: 0;
  color: #e43f3f;
  text-align: left;
}
.cid-uRYZNp46iw .carousel-item .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(228, 63, 63, 0.4);
  background-image: linear-gradient(40deg, #e43f3f 0%, #f19898 100%);
}
.cid-uRYZNp46iw .carousel-item .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(181, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #b50000 0%, #ff1c1c 100%);
}
.cid-uRYZNp46iw .carousel-item .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(181, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #b50000 0%, #ff1c1c 100%);
}
.cid-uRYZNp46iw .iconfont-wrapper {
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -4px 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-uRYZNp46iw .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 60px;
}
.cid-uRYZNp46iw .image {
  display: block;
  max-width: 150px;
  margin-left: auto;
}
.cid-uRYZNp46iw .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uRYZNp46iw .box {
    padding: 45px 0;
    padding-bottom: 0;
  }
  .cid-uRYZNp46iw .item:last-child .box {
    padding-bottom: 55px;
  }
  .cid-uRYZNp46iw .title_block {
    margin-bottom: 0;
  }
  .cid-uRYZNp46iw .carousel-control-prev {
    width: 50px;
    left: 0;
  }
  .cid-uRYZNp46iw .carousel-control-next {
    width: 50px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uRYZNp46iw .carousel-controls {
    height: 50px;
    width: 100%;
    position: relative;
  }
  .cid-uRYZNp46iw .carousel-controls .carousel-control-prev {
    position: static;
    margin-right: 10px;
    width: 50px;
  }
  .cid-uRYZNp46iw .carousel-controls .carousel-control-next {
    position: static;
    width: 50px;
  }
}
@media (max-width: 567px) {
  .cid-uRYZNp46iw .container_sm {
    margin: 0 15px;
  }
}
.cid-uRYZNp46iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYZNp46iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS07fUFGr6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/red-gradient-background-1542348556ntz.jpg-1920x1176.jpg");
}
.cid-uS07fUFGr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS07fUFGr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS07fUFGr6 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uS07fUFGr6 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uS07fUFGr6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uS07fUFGr6 .container {
    padding: 0 16px;
  }
}
.cid-uS07fUFGr6 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uS07fUFGr6 .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS07fUFGr6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uS07P5aBFW {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/514646.jpg-1920x1176.jpg");
}
.cid-uS07P5aBFW .title_block {
  margin-bottom: 25px;
}
.cid-uS07P5aBFW .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uS07P5aBFW .mbr-section-title {
  color: #e43f3f;
}
.cid-uS07P5aBFW .carousel {
  position: relative;
  width: 100%;
}
.cid-uS07P5aBFW .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-uS07P5aBFW .carousel-item.active,
.cid-uS07P5aBFW .carousel-item-next,
.cid-uS07P5aBFW .carousel-item-prev {
  display: flex;
}
.cid-uS07P5aBFW .carousel-controls {
  justify-content: center;
}
.cid-uS07P5aBFW .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uS07P5aBFW .carousel-controls a span:hover {
  background-color: #e21f1f;
  color: #ffffff;
}
.cid-uS07P5aBFW .carousel-control-prev {
  width: 50px;
  left: -60px;
}
.cid-uS07P5aBFW .carousel-control-next {
  width: 50px;
  right: -60px;
}
.cid-uS07P5aBFW .box {
  padding: 55px 0;
  height: 100%;
}
.cid-uS07P5aBFW .card_wrap {
  height: 100%;
  background: #ffffff;
  padding: 40px 30px 40px;
  position: relative;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uS07P5aBFW .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-uS07P5aBFW .card_header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS07P5aBFW .card_title {
  display: inline-block;
  max-width: 160px;
  margin-bottom: 0;
  color: #e43f3f;
}
.cid-uS07P5aBFW .carousel-item .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(228, 63, 63, 0.4);
  background-image: linear-gradient(40deg, #e43f3f 0%, #f19898 100%);
}
.cid-uS07P5aBFW .carousel-item .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(181, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #b50000 0%, #ff1c1c 100%);
}
.cid-uS07P5aBFW .carousel-item .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(181, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #b50000 0%, #ff1c1c 100%);
}
.cid-uS07P5aBFW .iconfont-wrapper {
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -4px 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-uS07P5aBFW .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 60px;
}
.cid-uS07P5aBFW .image {
  display: block;
  max-width: 150px;
  margin-left: auto;
}
.cid-uS07P5aBFW .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uS07P5aBFW .box {
    padding: 45px 0;
    padding-bottom: 0;
  }
  .cid-uS07P5aBFW .item:last-child .box {
    padding-bottom: 55px;
  }
  .cid-uS07P5aBFW .title_block {
    margin-bottom: 0;
  }
  .cid-uS07P5aBFW .carousel-control-prev {
    width: 50px;
    left: 0;
  }
  .cid-uS07P5aBFW .carousel-control-next {
    width: 50px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS07P5aBFW .carousel-controls {
    height: 50px;
    width: 100%;
    position: relative;
  }
  .cid-uS07P5aBFW .carousel-controls .carousel-control-prev {
    position: static;
    margin-right: 10px;
    width: 50px;
  }
  .cid-uS07P5aBFW .carousel-controls .carousel-control-next {
    position: static;
    width: 50px;
  }
}
@media (max-width: 567px) {
  .cid-uS07P5aBFW .container_sm {
    margin: 0 15px;
  }
}
.cid-uS07P5aBFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS07P5aBFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS08kZg1Q6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm-1.jpeg-1600x1068.jpg");
}
.cid-uS08kZg1Q6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS08kZg1Q6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS08kZg1Q6 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uS08kZg1Q6 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS08kZg1Q6 .content-wrapper {
    padding: 0;
  }
}
.cid-uS08kZg1Q6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uS08kZg1Q6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uS08kZg1Q6 .mbr-section-title,
.cid-uS08kZg1Q6 .title-wrapper {
  color: #ffffff;
}
.cid-uS08kZg1Q6 .mbr-section-title,
.cid-uS08kZg1Q6 .mbr-section-btn,
.cid-uS08kZg1Q6 .title-wrapper {
  text-align: center;
}
.cid-uS0UISg4wD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uS0UISg4wD h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-uS0UISg4wD .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-uS0UISg4wD .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #999999;
}
.cid-uS0UISg4wD .mbr-section-subtitle {
  color: #000000;
}
.cid-uS0UISg4wD .card-title {
  margin-bottom: 0;
}
.cid-uS0UISg4wD .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uS0UISg4wD .svg-gradient {
  position: absolute;
}
.cid-uS0UISg4wD svg {
  overflow: visible;
}
.cid-uS0UISg4wD ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-uS0UISg4wD path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uS0UISg4wD .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uS0UISg4wD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS0UISg4wD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS0UISg4wD .mbr-section-title {
  color: #b60309;
}
.cid-uRYUqXLcUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm-1.jpeg-1600x1068.jpg");
}
.cid-uRYUqXLcUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYUqXLcUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYUqXLcUX .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uRYUqXLcUX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRYUqXLcUX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRYUqXLcUX .container {
    padding: 0 20px;
  }
  .cid-uRYUqXLcUX .container .row {
    padding: 0;
  }
}
.cid-uRYUqXLcUX .row {
  justify-content: center;
}
.cid-uRYUqXLcUX .dragArea.row .mbr-section-title {
  margin-bottom: 90px !important;
}
@media (max-width: 992px) {
  .cid-uRYUqXLcUX .dragArea.row .mbr-section-title {
    margin-bottom: 40px !important;
  }
}
.cid-uRYUqXLcUX .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uRYUqXLcUX .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uRYUqXLcUX .dragArea.row .form-group .form-control::placeholder {
  color: #e8e8e8;
}
.cid-uRYUqXLcUX .dragArea.row .form-group .form-control:hover,
.cid-uRYUqXLcUX .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uRYUqXLcUX .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uRYUqXLcUX .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uRYUqXLcUX .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uRYUqXLcUX .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.cid-uRYUqXLcUX .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRYUqXLcUX .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uRYUqXLcUX .mbr-section-title {
  color: #ffffff;
}
.cid-uRYUqXLcUX label {
  color: #ffffff;
}
.cid-uRYUqXLcUX H2 {
  text-align: center;
}
.cid-uRYUqYwbk0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRYUqYwbk0 .mbr-text {
  color: #ffffff;
}
.cid-uRYUqYwbk0 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uS4h0qkdBm {
  z-index: 1000;
  width: 100%;
}
.cid-uS4h0qkdBm nav.navbar {
  position: fixed;
}
.cid-uS4h0qkdBm .navbar-nav {
  margin: auto;
}
.cid-uS4h0qkdBm .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS4h0qkdBm .dropdown-item:hover,
.cid-uS4h0qkdBm .dropdown-item:focus {
  background: #e21f1f !important;
  color: white !important;
}
.cid-uS4h0qkdBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4h0qkdBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4h0qkdBm .navbar-short,
.cid-uS4h0qkdBm .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar-short .nav-link,
.cid-uS4h0qkdBm .opened .nav-link,
.cid-uS4h0qkdBm .navbar-short .navbar-caption,
.cid-uS4h0qkdBm .opened .navbar-caption,
.cid-uS4h0qkdBm .navbar-short .mbr-iconfont,
.cid-uS4h0qkdBm .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uS4h0qkdBm .navbar-short .hamburger span,
.cid-uS4h0qkdBm .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uS4h0qkdBm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uS4h0qkdBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS4h0qkdBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4h0qkdBm .container {
  display: flex;
  margin: auto;
}
.cid-uS4h0qkdBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown-menu,
.cid-uS4h0qkdBm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS4h0qkdBm .nav-item:focus,
.cid-uS4h0qkdBm .nav-link:focus {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4h0qkdBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4h0qkdBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uS4h0qkdBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS4h0qkdBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uS4h0qkdBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar.collapsed {
  justify-content: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4h0qkdBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4h0qkdBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS4h0qkdBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4h0qkdBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4h0qkdBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS4h0qkdBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4h0qkdBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS4h0qkdBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS4h0qkdBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4h0qkdBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4h0qkdBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS4h0qkdBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown-item.active,
.cid-uS4h0qkdBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4h0qkdBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS4h0qkdBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4h0qkdBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS4h0qkdBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS4h0qkdBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS4h0qkdBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4h0qkdBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS4h0qkdBm .navbar {
    height: 70px;
  }
  .cid-uS4h0qkdBm .navbar.opened {
    height: auto;
  }
  .cid-uS4h0qkdBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS0W1WOs3d {
  background-image: url("../../../assets/images/sitio-web-bloguero-fotocntrica-bio-enlace-nen-amarillo-5.png-1366x768.png");
}
.cid-uS0W1WOs3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS0W1WOs3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS0W1XJYTA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS0W1XJYTA H1 {
  color: #79104a;
}
.cid-uS0W1XJYTA h1 {
  background: linear-gradient(to left, #e43f3f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uS0W1XJYTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS0W1XJYTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS0XZcZMUg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS0XZcZMUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS0XZcZMUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS0XZcZMUg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uS0XZcZMUg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uS0XZcZMUg .container {
    padding: 0 24px;
  }
}
.cid-uS0XZcZMUg .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uS0XZcZMUg .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uS0XZcZMUg .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uS0XZcZMUg .image-wrapper img {
    height: 350px;
  }
}
.cid-uS0XZcZMUg .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uS0XZcZMUg .content-wrapper {
    padding: 0;
  }
}
.cid-uS0XZcZMUg .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS0XZcZMUg .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uS0XZcZMUg .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uS0XZcZMUg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uS0XZcZMUg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uS0XZcZMUg .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uS0XZcZMUg .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-uS0XZcZMUg .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uS0XZcZMUg .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uS0XZcZMUg .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uS0XZcZMUg .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uS0XZcZMUg .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-uS0XZcZMUg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS0XZcZMUg .mbr-section-title {
  color: #262642;
}
.cid-uS0XZcZMUg .mbr-section-subtitle {
  color: #000000;
}
.cid-uS0XZcZMUg .card-text {
  color: #262642;
}
.cid-uS10RloLCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/red-gradient-background-1542348556ntz.jpg-1-1920x1176.jpg");
}
.cid-uS10RloLCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS10RloLCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS10RloLCl .container {
    padding: 0 16px;
  }
}
.cid-uS10RloLCl .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uS10RloLCl .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uS10RloLCl .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #ffffff;
}
.cid-uS10RloLCl .item .item-wrapper {
  height: 100%;
}
.cid-uS10RloLCl .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS10RloLCl .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uS10RloLCl .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uS10RloLCl .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uS10RloLCl .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uS10RloLCl .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uS10RloLCl .item-emoji {
  color: #000000;
  text-align: center;
}
.cid-uS10RloLCl .item-title {
  color: #000000;
}
.cid-uS10RloLCl .item-text {
  color: #000000;
}
.cid-uS0W25nf7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm-1.jpeg-1600x1068.jpg");
}
.cid-uS0W25nf7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS0W25nf7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS0W25nf7N .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uS0W25nf7N .container-fluid {
    padding: 0 20px;
  }
}
.cid-uS0W25nf7N .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS0W25nf7N .container {
    padding: 0 20px;
  }
  .cid-uS0W25nf7N .container .row {
    padding: 0;
  }
}
.cid-uS0W25nf7N .row {
  justify-content: center;
}
.cid-uS0W25nf7N .dragArea.row .mbr-section-title {
  margin-bottom: 90px !important;
}
@media (max-width: 992px) {
  .cid-uS0W25nf7N .dragArea.row .mbr-section-title {
    margin-bottom: 40px !important;
  }
}
.cid-uS0W25nf7N .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uS0W25nf7N .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uS0W25nf7N .dragArea.row .form-group .form-control::placeholder {
  color: #e8e8e8;
}
.cid-uS0W25nf7N .dragArea.row .form-group .form-control:hover,
.cid-uS0W25nf7N .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uS0W25nf7N .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uS0W25nf7N .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uS0W25nf7N .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uS0W25nf7N .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.cid-uS0W25nf7N .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS0W25nf7N .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uS0W25nf7N .mbr-section-title {
  color: #ffffff;
}
.cid-uS0W25nf7N label {
  color: #ffffff;
}
.cid-uS0W25nf7N H2 {
  text-align: center;
}
.cid-uS0W26rMgY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS0W26rMgY .mbr-text {
  color: #ffffff;
}
.cid-uS0W26rMgY .media-container-row .mbr-text {
  color: #000000;
}
.cid-uS4h0qkdBm {
  z-index: 1000;
  width: 100%;
}
.cid-uS4h0qkdBm nav.navbar {
  position: fixed;
}
.cid-uS4h0qkdBm .navbar-nav {
  margin: auto;
}
.cid-uS4h0qkdBm .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS4h0qkdBm .dropdown-item:hover,
.cid-uS4h0qkdBm .dropdown-item:focus {
  background: #e21f1f !important;
  color: white !important;
}
.cid-uS4h0qkdBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4h0qkdBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4h0qkdBm .navbar-short,
.cid-uS4h0qkdBm .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar-short .nav-link,
.cid-uS4h0qkdBm .opened .nav-link,
.cid-uS4h0qkdBm .navbar-short .navbar-caption,
.cid-uS4h0qkdBm .opened .navbar-caption,
.cid-uS4h0qkdBm .navbar-short .mbr-iconfont,
.cid-uS4h0qkdBm .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uS4h0qkdBm .navbar-short .hamburger span,
.cid-uS4h0qkdBm .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uS4h0qkdBm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uS4h0qkdBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS4h0qkdBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4h0qkdBm .container {
  display: flex;
  margin: auto;
}
.cid-uS4h0qkdBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown-menu,
.cid-uS4h0qkdBm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS4h0qkdBm .nav-item:focus,
.cid-uS4h0qkdBm .nav-link:focus {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4h0qkdBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4h0qkdBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uS4h0qkdBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS4h0qkdBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uS4h0qkdBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar.collapsed {
  justify-content: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4h0qkdBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4h0qkdBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS4h0qkdBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4h0qkdBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4h0qkdBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS4h0qkdBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4h0qkdBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS4h0qkdBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS4h0qkdBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4h0qkdBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4h0qkdBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS4h0qkdBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown-item.active,
.cid-uS4h0qkdBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4h0qkdBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS4h0qkdBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4h0qkdBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS4h0qkdBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS4h0qkdBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS4h0qkdBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4h0qkdBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS4h0qkdBm .navbar {
    height: 70px;
  }
  .cid-uS4h0qkdBm .navbar.opened {
    height: auto;
  }
  .cid-uS4h0qkdBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS12ONic1M {
  background-image: url("../../../assets/images/sitio-web-bloguero-fotocntrica-bio-enlace-nen-amarillo-6.png-1366x768.png");
}
.cid-uS12ONic1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS12ONic1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS12OO9J3t {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS12OO9J3t H1 {
  color: #79104a;
}
.cid-uS12OO9J3t h1 {
  background: linear-gradient(to left, #e43f3f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uS12OO9J3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS12OO9J3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS170TZyn5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uS170TZyn5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uS170TZyn5 .mbr-text {
  text-align: center;
}
.cid-uS16DDpWmH {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uS16DDpWmH {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uS16DDpWmH .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uS16DDpWmH .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uS16DDpWmH .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/red-gradient-background-1542348556ntz.jpg-1-1920x1176.jpg");
}
.cid-uS16DDpWmH .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS16DDpWmH .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS16DDpWmH .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uS16DDpWmH .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uS16DDpWmH .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uS16DDpWmH .mbr-section-title {
  color: #ffffff;
}
.cid-uS17C3CEse {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS17C3CEse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS17C3CEse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS17C3CEse .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uS17C3CEse .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uS17C3CEse .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uS17C3CEse .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uS17C3CEse .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uS17C3CEse .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uS17C3CEse .carousel-control,
.cid-uS17C3CEse .close {
  background: #1b1b1b;
}
.cid-uS17C3CEse .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uS17C3CEse .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uS17C3CEse .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uS17C3CEse .carousel-control-next span {
  margin-left: 5px;
}
.cid-uS17C3CEse .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uS17C3CEse .close::before {
  content: '\e91a';
}
.cid-uS17C3CEse .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uS17C3CEse .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uS17C3CEse .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uS17C3CEse .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uS17C3CEse .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uS17C3CEse .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uS17C3CEse .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uS17C3CEse .carousel-indicators li.active,
.cid-uS17C3CEse .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uS17C3CEse .carousel-indicators li::after,
.cid-uS17C3CEse .carousel-indicators li::before {
  content: none;
}
.cid-uS17C3CEse .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uS17C3CEse .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uS17C3CEse .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uS17C3CEse .carousel-indicators {
    display: none;
  }
}
.cid-uS17C3CEse .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uS17C3CEse .carousel-inner > .active {
  display: block;
}
.cid-uS17C3CEse .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uS17C3CEse .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uS17C3CEse .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uS17C3CEse .carousel-control,
  .cid-uS17C3CEse .carousel-indicators,
  .cid-uS17C3CEse .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uS17C3CEse .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uS17C3CEse .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uS17C3CEse .carousel-indicators .active,
.cid-uS17C3CEse .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uS17C3CEse .carousel-indicators .active {
  background: #fff;
}
.cid-uS17C3CEse .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uS17C3CEse .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uS17C3CEse .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uS17C3CEse .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uS17C3CEse .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uS17C3CEse .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uS17C3CEse .carousel {
  width: 100%;
}
.cid-uS17C3CEse .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uS17C3CEse .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uS17C3CEse .modal.fade .modal-dialog,
.cid-uS17C3CEse .modal.in .modal-dialog {
  transform: none;
}
.cid-uS17C3CEse .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uS17C3CEse H6 {
  text-align: center;
}
.cid-uS18eUD1Z7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uS18eUD1Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS18eUD1Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS18eUD1Z7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uS18eUD1Z7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uS18eUD1Z7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uS18eUD1Z7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uS18eUD1Z7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uS18eUD1Z7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uS18eUD1Z7 .carousel-control,
.cid-uS18eUD1Z7 .close {
  background: #1b1b1b;
}
.cid-uS18eUD1Z7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uS18eUD1Z7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uS18eUD1Z7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uS18eUD1Z7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uS18eUD1Z7 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uS18eUD1Z7 .close::before {
  content: '\e91a';
}
.cid-uS18eUD1Z7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uS18eUD1Z7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uS18eUD1Z7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uS18eUD1Z7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uS18eUD1Z7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uS18eUD1Z7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uS18eUD1Z7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uS18eUD1Z7 .carousel-indicators li.active,
.cid-uS18eUD1Z7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uS18eUD1Z7 .carousel-indicators li::after,
.cid-uS18eUD1Z7 .carousel-indicators li::before {
  content: none;
}
.cid-uS18eUD1Z7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uS18eUD1Z7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uS18eUD1Z7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uS18eUD1Z7 .carousel-indicators {
    display: none;
  }
}
.cid-uS18eUD1Z7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uS18eUD1Z7 .carousel-inner > .active {
  display: block;
}
.cid-uS18eUD1Z7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uS18eUD1Z7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uS18eUD1Z7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uS18eUD1Z7 .carousel-control,
  .cid-uS18eUD1Z7 .carousel-indicators,
  .cid-uS18eUD1Z7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uS18eUD1Z7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uS18eUD1Z7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uS18eUD1Z7 .carousel-indicators .active,
.cid-uS18eUD1Z7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uS18eUD1Z7 .carousel-indicators .active {
  background: #fff;
}
.cid-uS18eUD1Z7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uS18eUD1Z7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uS18eUD1Z7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uS18eUD1Z7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uS18eUD1Z7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uS18eUD1Z7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uS18eUD1Z7 .carousel {
  width: 100%;
}
.cid-uS18eUD1Z7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uS18eUD1Z7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uS18eUD1Z7 .modal.fade .modal-dialog,
.cid-uS18eUD1Z7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uS18eUD1Z7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uS18eUD1Z7 H6 {
  text-align: center;
}
.cid-uS12OQP9xx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm-1.jpeg-1600x1068.jpg");
}
.cid-uS12OQP9xx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS12OQP9xx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS12OQP9xx .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uS12OQP9xx .container-fluid {
    padding: 0 20px;
  }
}
.cid-uS12OQP9xx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS12OQP9xx .container {
    padding: 0 20px;
  }
  .cid-uS12OQP9xx .container .row {
    padding: 0;
  }
}
.cid-uS12OQP9xx .row {
  justify-content: center;
}
.cid-uS12OQP9xx .dragArea.row .mbr-section-title {
  margin-bottom: 90px !important;
}
@media (max-width: 992px) {
  .cid-uS12OQP9xx .dragArea.row .mbr-section-title {
    margin-bottom: 40px !important;
  }
}
.cid-uS12OQP9xx .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uS12OQP9xx .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uS12OQP9xx .dragArea.row .form-group .form-control::placeholder {
  color: #e8e8e8;
}
.cid-uS12OQP9xx .dragArea.row .form-group .form-control:hover,
.cid-uS12OQP9xx .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uS12OQP9xx .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uS12OQP9xx .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uS12OQP9xx .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uS12OQP9xx .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.cid-uS12OQP9xx .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS12OQP9xx .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uS12OQP9xx .mbr-section-title {
  color: #ffffff;
}
.cid-uS12OQP9xx label {
  color: #ffffff;
}
.cid-uS12OQP9xx H2 {
  text-align: center;
}
.cid-uS12ORHWKb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS12ORHWKb .mbr-text {
  color: #ffffff;
}
.cid-uS12ORHWKb .media-container-row .mbr-text {
  color: #000000;
}
.cid-uS4h0qkdBm {
  z-index: 1000;
  width: 100%;
}
.cid-uS4h0qkdBm nav.navbar {
  position: fixed;
}
.cid-uS4h0qkdBm .navbar-nav {
  margin: auto;
}
.cid-uS4h0qkdBm .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS4h0qkdBm .dropdown-item:hover,
.cid-uS4h0qkdBm .dropdown-item:focus {
  background: #e21f1f !important;
  color: white !important;
}
.cid-uS4h0qkdBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4h0qkdBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4h0qkdBm .navbar-short,
.cid-uS4h0qkdBm .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar-short .nav-link,
.cid-uS4h0qkdBm .opened .nav-link,
.cid-uS4h0qkdBm .navbar-short .navbar-caption,
.cid-uS4h0qkdBm .opened .navbar-caption,
.cid-uS4h0qkdBm .navbar-short .mbr-iconfont,
.cid-uS4h0qkdBm .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uS4h0qkdBm .navbar-short .hamburger span,
.cid-uS4h0qkdBm .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uS4h0qkdBm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uS4h0qkdBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS4h0qkdBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4h0qkdBm .container {
  display: flex;
  margin: auto;
}
.cid-uS4h0qkdBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown-menu,
.cid-uS4h0qkdBm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS4h0qkdBm .nav-item:focus,
.cid-uS4h0qkdBm .nav-link:focus {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4h0qkdBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4h0qkdBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4h0qkdBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4h0qkdBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uS4h0qkdBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4h0qkdBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS4h0qkdBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uS4h0qkdBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar.collapsed {
  justify-content: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4h0qkdBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4h0qkdBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS4h0qkdBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4h0qkdBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4h0qkdBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4h0qkdBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4h0qkdBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS4h0qkdBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4h0qkdBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4h0qkdBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS4h0qkdBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS4h0qkdBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4h0qkdBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4h0qkdBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS4h0qkdBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS4h0qkdBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS4h0qkdBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4h0qkdBm .dropdown-item.active,
.cid-uS4h0qkdBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4h0qkdBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4h0qkdBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uS4h0qkdBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS4h0qkdBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4h0qkdBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS4h0qkdBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS4h0qkdBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS4h0qkdBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4h0qkdBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4h0qkdBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS4h0qkdBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4h0qkdBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS4h0qkdBm .navbar {
    height: 70px;
  }
  .cid-uS4h0qkdBm .navbar.opened {
    height: auto;
  }
  .cid-uS4h0qkdBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS4gGNCxke {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uS4gGNCxke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4gGNCxke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-uS4gGNCxke .container {
    padding: 0 16px;
  }
}
.cid-uS4gGNCxke .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS4gGNCxke .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4gGNCxke .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-uS4gGNCxke .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uS4gGNCxke .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS4gGNCxke .mbr-text {
  color: #ffffff;
}
.cid-uS4gGNCxke .mbr-text,
.cid-uS4gGNCxke .mbr-section-btn {
  text-align: center;
}
.cid-uS4gtkw82Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS4gtkw82Z H1 {
  color: #79104a;
}
.cid-uS4gtkw82Z h1 {
  background: linear-gradient(to left, #e43f3f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uS4gtkw82Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4gtkw82Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4i7VlBFA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4i7VlBFA .line {
  background-color: #f10008;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uS4piA9aUL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/514646.jpg-1920x1176.jpg");
}
.cid-uS4piA9aUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4piA9aUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4piA9aUL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uS4piA9aUL .mbr-section-title {
  color: #ffffff;
}
.cid-uS4oM47QF0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/514646.jpg-1-1920x1176.jpg");
}
.cid-uS4oM47QF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4oM47QF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4oM47QF0 .items-wrap {
  justify-content: center;
}
.cid-uS4oM47QF0 .tab-content .tab-pane .item-content {
  padding: 48px;
  background-color: #f10008;
}
@media (max-width: 992px) {
  .cid-uS4oM47QF0 .tab-content .tab-pane .item-content {
    padding: 26px 22px;
  }
}
.cid-uS4oM47QF0 .tab-content .tab-pane .item-content .image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uS4oM47QF0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uS4oM47QF0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uS4oM47QF0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uS4oM47QF0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uS4oM47QF0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uS4oM47QF0 .tab-content .tab-pane .item-content .image-wrapper .number-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cid-uS4oM47QF0 .tab-content .tab-pane .item-content .image-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #d03339;
  margin-bottom: 0;
}
.cid-uS4oM47QF0 .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uS4oM47QF0 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uS4oM47QF0 .tabs-wrapper {
  padding-top: 48px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS4oM47QF0 .tabs-wrapper {
    padding-top: 0;
    text-align: center;
  }
}
.cid-uS4oM47QF0 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uS4oM47QF0 .tabs-wrapper .nav.nav-tabs {
    align-items: center !important;
  }
}
.cid-uS4oM47QF0 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 16px;
}
.cid-uS4oM47QF0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #ffffff;
  background-color: #f5f5fb;
  color: #191c25;
  padding: 10px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uS4oM47QF0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #da2f35;
  border: 1px solid #da2f35;
}
.cid-uS4oM47QF0 .card {
  justify-content: space-between;
}
.cid-uS4oM47QF0 .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
.cid-uS4oM47QF0 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS4oM47QF0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uS4oM47QF0 .item-number {
  color: #191c25;
}
.cid-uS4oM47QF0 .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uS4oM47QF0 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uS4oM47QF0 .item-title,
.cid-uS4oM47QF0 .tabs-wrapper,
.cid-uS4oM47QF0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uS4rbcSoHw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uS4rbcSoHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4rbcSoHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4rbcSoHw .row {
  align-items: center;
}
.cid-uS4rbcSoHw .content-wrapper {
  padding: 108px;
  background-color: #ffffff;
  border-right: 2px solid #000000;
}
@media (max-width: 1440px) {
  .cid-uS4rbcSoHw .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS4rbcSoHw .content-wrapper {
    padding: 80px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS4rbcSoHw .content-wrapper {
    border-right: none;
  }
}
.cid-uS4rbcSoHw .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4rbcSoHw .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uS4rbcSoHw .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4rbcSoHw .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4rbcSoHw .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 32px 0;
  border-bottom: 2px solid #ffffff;
}
.cid-uS4rbcSoHw .content-wrapper .items-wrapper .item .item-wrapper:first-child {
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4rbcSoHw .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uS4rbcSoHw .content-wrapper .items-wrapper .item .item-wrapper .item-date {
  width: 30%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uS4rbcSoHw .content-wrapper .items-wrapper .item .item-wrapper .item-date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uS4rbcSoHw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uS4rbcSoHw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uS4rbcSoHw .image-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uS4rbcSoHw .image-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS4rbcSoHw .image-wrapper {
    padding: 80px 20px;
  }
}
.cid-uS4rbcSoHw .image-wrapper img {
  object-fit: cover;
  height: 450px;
  border: 2px solid #b60309;
  box-shadow: -10px 10px 0 0 #b60309;
}
@media (max-width: 992px) {
  .cid-uS4rbcSoHw .image-wrapper img {
    box-shadow: -5px 5px 0 0 #b60309;
    height: 350px;
  }
}
.cid-uS4rbcSoHw .mbr-label {
  color: #b60309;
  text-align: center;
}
.cid-uS4rbcSoHw .mbr-section-title {
  color: #000000;
}
.cid-uS4rbcSoHw .item-date {
  color: #b60309;
}
.cid-uS4rbcSoHw .item-title {
  color: #000000;
}
.cid-uS4rbcSoHw .item-desc {
  color: #000000;
}
.cid-uS4tzors3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/514646.jpg-1920x1176.jpg");
}
.cid-uS4tzors3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4tzors3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4tzors3J .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uS4tzors3J .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uS4tzors3J .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS4tzors3J .container {
    padding: 0 20px;
  }
}
.cid-uS4tzors3J .row {
  justify-content: space-between;
}
.cid-uS4tzors3J .tab-content {
  margin-bottom: 64px;
}
.cid-uS4tzors3J .tab-content .tab-pane .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uS4tzors3J .tab-content .tab-pane .content-wrapper .image-wrapper {
    padding: 24px;
    min-height: 500px;
  }
}
.cid-uS4tzors3J .tab-content .tab-pane .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uS4tzors3J .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 1.2rem;
  background-color: #b60309;
  padding: 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uS4tzors3J .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
    padding: 24px;
  }
}
.cid-uS4tzors3J .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-uS4tzors3J .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .text-wrap .card-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
.cid-uS4tzors3J .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4tzors3J .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs {
  display: inline-block;
  border: none;
  width: 100%;
}
.cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0;
}
.cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 24px;
  color: #c3b2b2;
  padding: 0 0 8px 0;
  border-radius: 0 !important;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 16px;
  }
}
.cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #c3b2b2;
  transition: all .3s ease;
}
.cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #ffffff;
  transition: all 1s ease;
}
.cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
}
.cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uS4tzors3J .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-uS4tzors3J .mbr-desc {
  color: #000000;
}
.cid-uS4tzors3J .card-title {
  color: #000000;
  text-align: center;
}
.cid-uS4tzors3J .card-text {
  color: #9a9a9a;
}
.cid-uS4tzors3J .mbr-desc,
.cid-uS4tzors3J .nav-item {
  color: #ffffff;
  text-align: center;
}
.cid-uS4tzors3J .card-text,
.cid-uS4tzors3J .text-wrap {
  color: #ffffff;
}
.cid-uS4gtm6n4S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-22-at-4.04.17-pm-1.jpeg-1600x1068.jpg");
}
.cid-uS4gtm6n4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4gtm6n4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4gtm6n4S .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uS4gtm6n4S .container-fluid {
    padding: 0 20px;
  }
}
.cid-uS4gtm6n4S .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS4gtm6n4S .container {
    padding: 0 20px;
  }
  .cid-uS4gtm6n4S .container .row {
    padding: 0;
  }
}
.cid-uS4gtm6n4S .row {
  justify-content: center;
}
.cid-uS4gtm6n4S .dragArea.row .mbr-section-title {
  margin-bottom: 90px !important;
}
@media (max-width: 992px) {
  .cid-uS4gtm6n4S .dragArea.row .mbr-section-title {
    margin-bottom: 40px !important;
  }
}
.cid-uS4gtm6n4S .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uS4gtm6n4S .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uS4gtm6n4S .dragArea.row .form-group .form-control::placeholder {
  color: #e8e8e8;
}
.cid-uS4gtm6n4S .dragArea.row .form-group .form-control:hover,
.cid-uS4gtm6n4S .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uS4gtm6n4S .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uS4gtm6n4S .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uS4gtm6n4S .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uS4gtm6n4S .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.cid-uS4gtm6n4S .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS4gtm6n4S .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uS4gtm6n4S .mbr-section-title {
  color: #ffffff;
}
.cid-uS4gtm6n4S label {
  color: #ffffff;
}
.cid-uS4gtm6n4S H2 {
  text-align: center;
}
.cid-uS4gtmFvLU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS4gtmFvLU .mbr-text {
  color: #ffffff;
}
.cid-uS4gtmFvLU .media-container-row .mbr-text {
  color: #000000;
}
