.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a0e1e1 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #edefeb !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
  color: #1f6363 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f6363 !important;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a0e1e1;
  color: #a0e1e1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5ecccc !important;
  background-color: transparent !important;
  border-color: #5ecccc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1f6363 !important;
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a0e1e1 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #edefeb !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #52c9c9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bac2b2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a0e1e1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #edefeb;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a0e1e1;
  border-color: #a0e1e1;
  color: #257676;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a0e1e1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #a0e1e1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #a0e1e1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a0e1e1;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a0e1e1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a0e1e1;
  border-bottom-color: #a0e1e1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #a0e1e1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23a0e1e1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uC5gcZbmMI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uC5gcZbmMI nav.navbar {
  position: fixed;
}
.cid-uC5gcZbmMI .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uC5gcZbmMI .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-uC5gcZbmMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uC5gcZbmMI .nav-link:hover,
.cid-uC5gcZbmMI .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uC5gcZbmMI .nav-item {
    position: relative;
  }
}
.cid-uC5gcZbmMI .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uC5gcZbmMI .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uC5gcZbmMI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uC5gcZbmMI .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uC5gcZbmMI .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uC5gcZbmMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC5gcZbmMI .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uC5gcZbmMI .navbar.collapsed .navbar-collapse.show,
.cid-uC5gcZbmMI .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uC5gcZbmMI .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uC5gcZbmMI .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uC5gcZbmMI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC5gcZbmMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC5gcZbmMI .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uC5gcZbmMI .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uC5gcZbmMI .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uC5gcZbmMI .navbar .navbar-collapse.show,
  .cid-uC5gcZbmMI .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uC5gcZbmMI .navbar .navbar-collapse.show .brand-container,
  .cid-uC5gcZbmMI .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uC5gcZbmMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC5gcZbmMI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC5gcZbmMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC5gcZbmMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC5gcZbmMI .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-uC5gcZbmMI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC5gcZbmMI .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uC5gcZbmMI .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uC5gcZbmMI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uC5gcZbmMI .navbar .right-menu,
  .cid-uC5gcZbmMI .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uC5gcZbmMI .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uC5gcZbmMI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC5gcZbmMI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uC5gcZbmMI .navbar {
    padding: 2rem 1rem;
  }
  .cid-uC5gcZbmMI .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uC5gcZbmMI .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uC5gcZbmMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uC5gcZbmMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC5gcZbmMI .dropdown-item.active,
.cid-uC5gcZbmMI .dropdown-item:active {
  background-color: transparent;
}
.cid-uC5gcZbmMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC5gcZbmMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uC5gcZbmMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC5gcZbmMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC5gcZbmMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC5gcZbmMI ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uC5gcZbmMI ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uC5gcZbmMI .navbar-buttons {
  margin-left: auto;
}
.cid-uC5gcZbmMI button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uC5gcZbmMI button.navbar-toggler:hover {
  outline: none;
}
.cid-uC5gcZbmMI button.navbar-toggler:active {
  outline: none;
}
.cid-uC5gcZbmMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uC5gcZbmMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC5gcZbmMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC5gcZbmMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC5gcZbmMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC5gcZbmMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC5gcZbmMI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uC5gcZbmMI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uC5gcZbmMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC5gcZbmMI .navbar-dropdown {
  position: fixed;
}
.cid-uC5gcZbmMI a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uC5gcZbmMI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uC5gcZbmMI .right-menu,
.cid-uC5gcZbmMI .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uC5gcZbmMI .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uC5gcZbmMI .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uC5gcZbmMI .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uC5gcZbmMI .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uC5gcZbmMI .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uC5gcZbmMI .brand-container {
    padding: 0;
  }
}
.cid-uC5gcZbmMI .card-wrapper {
  z-index: 3;
}
.cid-uC5gcZbmMI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uC5gcZbmMI .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uC5gcZbmMI .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uC5gcZbmMI .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uC5gcZbmMI .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uC5gcZbmMI .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uC5gcZbmMI .navbar-caption {
  color: #ffffff;
}
.cid-uC5gcZbmMI .navbar-caption:hover {
  color: #ffffff;
}
.cid-uC5gcZbmMI .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uC5gcZbmMI a:hover .line-animation,
.cid-uC5gcZbmMI a:focus .line-animation {
  opacity: 1;
}
.cid-uC5gcZbmMI .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uC5gcZbmMI .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uC5gcZbmMI .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uC5d6ZoX43 {
  display: flex;
  background-image: url("../../../assets/images/fotografa-de-exteriores-cumple-de-15-pocitos-montevideo.jpg-1920x1202.jpg");
}
.cid-uC5d6ZoX43 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uC5d6ZoX43 {
    align-items: flex-end;
  }
  .cid-uC5d6ZoX43 .row {
    justify-content: center;
  }
  .cid-uC5d6ZoX43 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC5d6ZoX43 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC5d6ZoX43 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC5d6ZoX43 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC5d6ZoX43 .content-wrap {
    width: 100%;
  }
}
.cid-uC5d6ZoX43 .mbr-section-title,
.cid-uC5d6ZoX43 .mbr-section-subtitle {
  text-align: center;
}
.cid-uC5d6ZoX43 .mbr-text,
.cid-uC5d6ZoX43 .mbr-section-btn {
  text-align: center;
}
.cid-uKHZA9sxt9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKHZA9sxt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHZA9sxt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHZA9sxt9 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKHZA9sxt9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKHZA9sxt9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKHZA9sxt9 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uKHZA9sxt9 .mbr-text,
.cid-uKHZA9sxt9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKHZA9sxt9 .card-title,
.cid-uKHZA9sxt9 .card-box {
  text-align: center;
  color: #232323;
}
.cid-uKeaKkWVNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/foto-embarazo-parque-del-plata-dulce-espera.jpg-2000x1261.jpg-2000x1261.jpg-2000x1261.jpg");
}
.cid-uKeaKkWVNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeaKkWVNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeaKkWVNq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKeaKkWVNq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKeaKkWVNq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKeaKkWVNq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKeaKkWVNq .container {
    padding: 0 24px;
  }
}
.cid-uKeaKkWVNq .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uKeaKkWVNq .content-wrapper {
    padding: 0;
  }
}
.cid-uKeaKkWVNq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uKeaKkWVNq .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uKeaKkWVNq .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uKeaKkWVNq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKeaKkWVNq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKeaKkWVNq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKeaKkWVNq .mbr-section-title {
  color: #ffffff;
}
.cid-uKeaKkWVNq .mbr-desc,
.cid-uKeaKkWVNq .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKeaKkWVNq .mbr-text,
.cid-uKeaKkWVNq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKeaKkWVNq .mbr-section-title,
.cid-uKeaKkWVNq .mbr-section-btn {
  text-align: center;
}
.cid-uP05Z86KNB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP05Z86KNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP05Z86KNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP05Z86KNB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uP05Z86KNB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP05Z86KNB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uP05Z86KNB .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uP05Z86KNB .mbr-text,
.cid-uP05Z86KNB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uP05Z86KNB .card-title,
.cid-uP05Z86KNB .card-box {
  text-align: center;
  color: #232323;
}
.cid-uNGcpneb2n {
  display: flex;
  background-image: url("../../../assets/images/fotografia-pre-boda-novios.jpg-1920x1277.jpg-1920x1277.jpg");
}
.cid-uNGcpneb2n .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uNGcpneb2n {
    align-items: flex-end;
  }
  .cid-uNGcpneb2n .row {
    justify-content: center;
  }
  .cid-uNGcpneb2n .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNGcpneb2n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNGcpneb2n {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNGcpneb2n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNGcpneb2n .content-wrap {
    width: 100%;
  }
}
.cid-uNGcpneb2n .mbr-section-title,
.cid-uNGcpneb2n .mbr-section-subtitle {
  text-align: center;
}
.cid-uNGcpneb2n .mbr-text,
.cid-uNGcpneb2n .mbr-section-btn {
  text-align: center;
}
.cid-uNXAZK5ev1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNXAZK5ev1 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #4b4b4b;
}
.cid-uNXAZK5ev1 .card {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uNXAZK5ev1 .card:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #edefeb;
}
.cid-uNXAZK5ev1 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uNXAZK5ev1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uNXAZK5ev1 .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uNXAZK5ev1 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uNXAZK5ev1 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uNXAZK5ev1 img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uNXAZK5ev1 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uNXAZK5ev1 .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uNXAZK5ev1 .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uNXAZK5ev1 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uNXAZK5ev1 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uNXAZK5ev1 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uNXAZK5ev1 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uNXAZK5ev1 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uNXAZK5ev1 .align {
  display: flex;
  align-items: center;
}
.cid-uNXAZK5ev1 .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uNXAZK5ev1 .card-text,
.cid-uNXAZK5ev1 .iconfont-wrapper {
  color: #4b4b4b;
}
.cid-uP0ppkojHl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP0ppkojHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0ppkojHl .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-uP0ppkojHl .container {
    padding: 0 30px;
  }
}
.cid-uP0ppkojHl .row {
  justify-content: center;
}
.cid-uP0ppkojHl .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #a0e1e1;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uP0ppkojHl .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uP0ppkojHl .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP0ppkojHl .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uP0ppkojHl .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP0ppkojHl .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uP0ppkojHl .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uP0ppkojHl .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uP0ppkojHl .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uP0ppkojHl .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uP0ppkojHl .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uP0ppkojHl .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uP0ppkojHl .mbr-desc {
  color: #232323;
}
.cid-uOeGU6ZP42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uOeGU6ZP42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeGU6ZP42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeGU6ZP42 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uOeGU6ZP42 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uOeGU6ZP42 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uOeGU6ZP42 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uOeGU6ZP42 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uOeGU6ZP42 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uOeGU6ZP42 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uOeGU6ZP42 .soc-item {
    padding: 10px;
  }
}
.cid-uOeGU6ZP42 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uOeGU6ZP42 .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uOeGU6ZP42 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uOeGU6ZP42 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uOeGU6ZP42 .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uOeGU6ZP42 .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uKeiGl8qsn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKeiGl8qsn nav.navbar {
  position: fixed;
}
.cid-uKeiGl8qsn .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uKeiGl8qsn .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-uKeiGl8qsn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uKeiGl8qsn .nav-link:hover,
.cid-uKeiGl8qsn .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uKeiGl8qsn .nav-item {
    position: relative;
  }
}
.cid-uKeiGl8qsn .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKeiGl8qsn .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uKeiGl8qsn .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uKeiGl8qsn .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uKeiGl8qsn .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uKeiGl8qsn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKeiGl8qsn .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uKeiGl8qsn .navbar.collapsed .navbar-collapse.show,
.cid-uKeiGl8qsn .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uKeiGl8qsn .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uKeiGl8qsn .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uKeiGl8qsn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKeiGl8qsn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKeiGl8qsn .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uKeiGl8qsn .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uKeiGl8qsn .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKeiGl8qsn .navbar .navbar-collapse.show,
  .cid-uKeiGl8qsn .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uKeiGl8qsn .navbar .navbar-collapse.show .brand-container,
  .cid-uKeiGl8qsn .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uKeiGl8qsn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKeiGl8qsn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKeiGl8qsn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKeiGl8qsn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKeiGl8qsn .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-uKeiGl8qsn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKeiGl8qsn .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uKeiGl8qsn .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uKeiGl8qsn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uKeiGl8qsn .navbar .right-menu,
  .cid-uKeiGl8qsn .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uKeiGl8qsn .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uKeiGl8qsn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKeiGl8qsn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKeiGl8qsn .navbar {
    padding: 2rem 1rem;
  }
  .cid-uKeiGl8qsn .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uKeiGl8qsn .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uKeiGl8qsn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKeiGl8qsn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKeiGl8qsn .dropdown-item.active,
.cid-uKeiGl8qsn .dropdown-item:active {
  background-color: transparent;
}
.cid-uKeiGl8qsn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKeiGl8qsn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uKeiGl8qsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKeiGl8qsn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKeiGl8qsn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKeiGl8qsn ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uKeiGl8qsn ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uKeiGl8qsn .navbar-buttons {
  margin-left: auto;
}
.cid-uKeiGl8qsn button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uKeiGl8qsn button.navbar-toggler:hover {
  outline: none;
}
.cid-uKeiGl8qsn button.navbar-toggler:active {
  outline: none;
}
.cid-uKeiGl8qsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uKeiGl8qsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKeiGl8qsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKeiGl8qsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKeiGl8qsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKeiGl8qsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKeiGl8qsn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uKeiGl8qsn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uKeiGl8qsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKeiGl8qsn .navbar-dropdown {
  position: fixed;
}
.cid-uKeiGl8qsn a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uKeiGl8qsn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKeiGl8qsn .right-menu,
.cid-uKeiGl8qsn .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uKeiGl8qsn .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKeiGl8qsn .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKeiGl8qsn .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uKeiGl8qsn .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uKeiGl8qsn .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uKeiGl8qsn .brand-container {
    padding: 0;
  }
}
.cid-uKeiGl8qsn .card-wrapper {
  z-index: 3;
}
.cid-uKeiGl8qsn .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uKeiGl8qsn .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uKeiGl8qsn .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uKeiGl8qsn .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uKeiGl8qsn .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uKeiGl8qsn .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uKeiGl8qsn .navbar-caption {
  color: #ffffff;
}
.cid-uKeiGl8qsn .navbar-caption:hover {
  color: #ffffff;
}
.cid-uKeiGl8qsn .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uKeiGl8qsn a:hover .line-animation,
.cid-uKeiGl8qsn a:focus .line-animation {
  opacity: 1;
}
.cid-uKeiGl8qsn .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uKeiGl8qsn .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKeiGl8qsn .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uKI94nG9Vq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sobre-mi-caroroig-fotografa-profesional.jpg-2000x908.jpg");
}
.cid-uKI94nG9Vq .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uKI94nG9Vq .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uKI94nG9Vq .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uKI94nG9Vq .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKI94nG9Vq .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uKI94nG9Vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI94nG9Vq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKI94nG9Vq .header4 {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cid-uKI94nG9Vq .header4::before {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cid-uKIlEiJyjx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKIxCcLXjz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-uKIxCcLXjz .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uKIxCcLXjz .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uKIxCcLXjz .image-block:hover:before {
  opacity: 0.4;
}
.cid-uKIxCcLXjz .image-block:hover .wrap {
  opacity: 1;
}
.cid-uKIxCcLXjz .image-block:hover img {
  transform: scale(1.05);
}
.cid-uKIxCcLXjz figcaption {
  position: relative;
}
.cid-uKIxCcLXjz figcaption .wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uKIxCcLXjz img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKIxCcLXjz .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uKIxCcLXjz .wrap {
    opacity: 1 !important;
  }
  .cid-uKIxCcLXjz .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uKIxCcLXjz .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uKIIHXyypi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKIIHXyypi .mbr-section-subtitle {
  color: #ffd7ef;
}
.cid-uKIIHXyypi .mbr-section-title {
  color: #a0e1e1;
}
.cid-uKIIHXyypi img {
  width: 100%;
}
.cid-uKIIHXyypi .mbr-text {
  color: #edefeb;
}
.cid-uKIIHXyypi .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKIIHXyypi .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uKIIHXyypi * {
    text-align: left;
  }
}
.cid-uKIIHXyypi .cards-wrap {
  flex-direction: column;
}
.cid-uKIIHXyypi .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uKIIHXyypi .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #edefeb;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uKIIHXyypi .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uKIIHXyypi .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #000000;
  border-radius: 50%;
}
.cid-uKIIHXyypi .wrapper .content .mbr-card-title {
  color: #a0e1e1;
  margin-bottom: 10px;
}
.cid-uKIIHXyypi .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #edefeb;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uKIIHXyypi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIIHXyypi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIIHXyypi .wrapper .content .mbr-text,
.cid-uKIIHXyypi .img {
  color: #232323;
}
.cid-uOeGU6ZP42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uOeGU6ZP42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeGU6ZP42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeGU6ZP42 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uOeGU6ZP42 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uOeGU6ZP42 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uOeGU6ZP42 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uOeGU6ZP42 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uOeGU6ZP42 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uOeGU6ZP42 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uOeGU6ZP42 .soc-item {
    padding: 10px;
  }
}
.cid-uOeGU6ZP42 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uOeGU6ZP42 .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uOeGU6ZP42 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uOeGU6ZP42 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uOeGU6ZP42 .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uOeGU6ZP42 .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uNWK9wyyrM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNWK9wyyrM nav.navbar {
  position: fixed;
}
.cid-uNWK9wyyrM .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uNWK9wyyrM .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-uNWK9wyyrM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uNWK9wyyrM .nav-link:hover,
.cid-uNWK9wyyrM .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uNWK9wyyrM .nav-item {
    position: relative;
  }
}
.cid-uNWK9wyyrM .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNWK9wyyrM .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNWK9wyyrM .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uNWK9wyyrM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uNWK9wyyrM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uNWK9wyyrM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNWK9wyyrM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNWK9wyyrM .navbar.collapsed .navbar-collapse.show,
.cid-uNWK9wyyrM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uNWK9wyyrM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uNWK9wyyrM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uNWK9wyyrM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNWK9wyyrM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNWK9wyyrM .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uNWK9wyyrM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uNWK9wyyrM .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNWK9wyyrM .navbar .navbar-collapse.show,
  .cid-uNWK9wyyrM .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uNWK9wyyrM .navbar .navbar-collapse.show .brand-container,
  .cid-uNWK9wyyrM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uNWK9wyyrM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNWK9wyyrM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNWK9wyyrM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNWK9wyyrM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNWK9wyyrM .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-uNWK9wyyrM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uNWK9wyyrM .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uNWK9wyyrM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uNWK9wyyrM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uNWK9wyyrM .navbar .right-menu,
  .cid-uNWK9wyyrM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uNWK9wyyrM .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uNWK9wyyrM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNWK9wyyrM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNWK9wyyrM .navbar {
    padding: 2rem 1rem;
  }
  .cid-uNWK9wyyrM .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uNWK9wyyrM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uNWK9wyyrM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNWK9wyyrM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNWK9wyyrM .dropdown-item.active,
.cid-uNWK9wyyrM .dropdown-item:active {
  background-color: transparent;
}
.cid-uNWK9wyyrM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNWK9wyyrM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uNWK9wyyrM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNWK9wyyrM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNWK9wyyrM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNWK9wyyrM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNWK9wyyrM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uNWK9wyyrM .navbar-buttons {
  margin-left: auto;
}
.cid-uNWK9wyyrM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uNWK9wyyrM button.navbar-toggler:hover {
  outline: none;
}
.cid-uNWK9wyyrM button.navbar-toggler:active {
  outline: none;
}
.cid-uNWK9wyyrM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uNWK9wyyrM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNWK9wyyrM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNWK9wyyrM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNWK9wyyrM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNWK9wyyrM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNWK9wyyrM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uNWK9wyyrM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uNWK9wyyrM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNWK9wyyrM .navbar-dropdown {
  position: fixed;
}
.cid-uNWK9wyyrM a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uNWK9wyyrM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uNWK9wyyrM .right-menu,
.cid-uNWK9wyyrM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uNWK9wyyrM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNWK9wyyrM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNWK9wyyrM .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNWK9wyyrM .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNWK9wyyrM .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uNWK9wyyrM .brand-container {
    padding: 0;
  }
}
.cid-uNWK9wyyrM .card-wrapper {
  z-index: 3;
}
.cid-uNWK9wyyrM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uNWK9wyyrM .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uNWK9wyyrM .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uNWK9wyyrM .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uNWK9wyyrM .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uNWK9wyyrM .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uNWK9wyyrM .navbar-caption {
  color: #ffffff;
}
.cid-uNWK9wyyrM .navbar-caption:hover {
  color: #ffffff;
}
.cid-uNWK9wyyrM .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uNWK9wyyrM a:hover .line-animation,
.cid-uNWK9wyyrM a:focus .line-animation {
  opacity: 1;
}
.cid-uNWK9wyyrM .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uNWK9wyyrM .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uNWK9wyyrM .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uNWKBPWxuX {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fotografia-cumpleanos-15-exteriores-montevideo.jpg-2000x1331.jpg");
}
.cid-uNWKBPWxuX .mbr-overlay {
  background-color: #232323;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uNWKBPWxuX {
    align-items: flex-end;
  }
  .cid-uNWKBPWxuX .row {
    justify-content: center;
  }
  .cid-uNWKBPWxuX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNWKBPWxuX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNWKBPWxuX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNWKBPWxuX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNWKBPWxuX .content-wrap {
    width: 100%;
  }
}
.cid-uNWKBPWxuX .mbr-section-title,
.cid-uNWKBPWxuX .mbr-section-subtitle {
  text-align: center;
}
.cid-uNWKBPWxuX .mbr-text,
.cid-uNWKBPWxuX .mbr-section-btn {
  text-align: center;
}
.cid-uNX72AHpJL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNX72AHpJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNX72AHpJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNX72AHpJL .items-wrapper,
.cid-uNX72AHpJL .items-wrap {
  margin: 0 -27px;
}
.cid-uNX72AHpJL .items-wrap {
  justify-content: space-between;
}
.cid-uNX72AHpJL .items-wrapper {
  justify-content: center;
}
.cid-uNX72AHpJL .card {
  justify-content: flex-end;
  padding: 0 27px;
}
.cid-uNX72AHpJL .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uNX72AHpJL .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNX72AHpJL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNX72AHpJL .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNX72AHpJL .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uNX72AHpJL .item {
  margin-bottom: 54px;
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uNX72AHpJL .item {
    margin-bottom: 12px;
  }
}
.cid-uNX72AHpJL .item .item-wrapper .item-img img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNX72AHpJL .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNX72AHpJL .mbr-label {
  color: #232323;
}
.cid-uNX72AHpJL .mbr-section-title {
  color: #232323;
}
.cid-uNX72AHpJL .item-number {
  color: #c10b02;
}
.cid-uNX72AHpJL .item-title {
  color: #c10b02;
}
.cid-uNX72AHpJL .item-text {
  color: #4b4949;
}
.cid-uNX72AHpJL .item-img img {
  border-radius: 0 !important;
}
.cid-uNXllXtGZT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNXllXtGZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNXllXtGZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNXllXtGZT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNXllXtGZT .image-wrapper,
.cid-uNXllXtGZT .image-wrapper img {
  border-radius: 0 !important;
  overflow: visible !important;
}
.cid-uOcw5zDkUe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOcw5zDkUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcw5zDkUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcw5zDkUe .items-wrapper,
.cid-uOcw5zDkUe .items-wrap {
  margin: 0 -27px;
}
.cid-uOcw5zDkUe .items-wrap {
  justify-content: space-between;
}
.cid-uOcw5zDkUe .items-wrapper {
  justify-content: center;
}
.cid-uOcw5zDkUe .card {
  justify-content: flex-end;
  padding: 0 27px;
}
.cid-uOcw5zDkUe .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOcw5zDkUe .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOcw5zDkUe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOcw5zDkUe .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOcw5zDkUe .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOcw5zDkUe .item {
  margin-bottom: 54px;
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uOcw5zDkUe .item {
    margin-bottom: 12px;
  }
}
.cid-uOcw5zDkUe .item .item-wrapper .item-img img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOcw5zDkUe .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOcw5zDkUe .mbr-label {
  color: #232323;
}
.cid-uOcw5zDkUe .mbr-section-title {
  color: #232323;
}
.cid-uOcw5zDkUe .item-number {
  color: #c10b02;
}
.cid-uOcw5zDkUe .item-title {
  color: #c10b02;
}
.cid-uOcw5zDkUe .item-text {
  color: #4b4949;
}
.cid-uOcw5zDkUe .item-img img {
  border-radius: 0 !important;
}
.cid-uOeGU6ZP42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uOeGU6ZP42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeGU6ZP42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeGU6ZP42 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uOeGU6ZP42 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeGU6ZP42 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uOeGU6ZP42 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uOeGU6ZP42 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uOeGU6ZP42 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uOeGU6ZP42 .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uOeGU6ZP42 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uOeGU6ZP42 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uOeGU6ZP42 .soc-item {
    padding: 10px;
  }
}
.cid-uOeGU6ZP42 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uOeGU6ZP42 .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uOeGU6ZP42 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uOeGU6ZP42 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uOeGU6ZP42 .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uOeGU6ZP42 .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uOeGU6ZP42 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uOeGU6ZP42 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uOeOHlZGNF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOeOHlZGNF nav.navbar {
  position: fixed;
}
.cid-uOeOHlZGNF .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uOeOHlZGNF .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-uOeOHlZGNF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uOeOHlZGNF .nav-link:hover,
.cid-uOeOHlZGNF .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uOeOHlZGNF .nav-item {
    position: relative;
  }
}
.cid-uOeOHlZGNF .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uOeOHlZGNF .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOeOHlZGNF .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uOeOHlZGNF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uOeOHlZGNF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uOeOHlZGNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOeOHlZGNF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOeOHlZGNF .navbar.collapsed .navbar-collapse.show,
.cid-uOeOHlZGNF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOeOHlZGNF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uOeOHlZGNF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uOeOHlZGNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOeOHlZGNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOeOHlZGNF .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uOeOHlZGNF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOeOHlZGNF .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOeOHlZGNF .navbar .navbar-collapse.show,
  .cid-uOeOHlZGNF .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uOeOHlZGNF .navbar .navbar-collapse.show .brand-container,
  .cid-uOeOHlZGNF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uOeOHlZGNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOeOHlZGNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOeOHlZGNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOeOHlZGNF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOeOHlZGNF .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-uOeOHlZGNF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOeOHlZGNF .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uOeOHlZGNF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uOeOHlZGNF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOeOHlZGNF .navbar .right-menu,
  .cid-uOeOHlZGNF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uOeOHlZGNF .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uOeOHlZGNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOeOHlZGNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOeOHlZGNF .navbar {
    padding: 2rem 1rem;
  }
  .cid-uOeOHlZGNF .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uOeOHlZGNF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uOeOHlZGNF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOeOHlZGNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOeOHlZGNF .dropdown-item.active,
.cid-uOeOHlZGNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uOeOHlZGNF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOeOHlZGNF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uOeOHlZGNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOeOHlZGNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOeOHlZGNF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOeOHlZGNF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uOeOHlZGNF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uOeOHlZGNF .navbar-buttons {
  margin-left: auto;
}
.cid-uOeOHlZGNF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uOeOHlZGNF button.navbar-toggler:hover {
  outline: none;
}
.cid-uOeOHlZGNF button.navbar-toggler:active {
  outline: none;
}
.cid-uOeOHlZGNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uOeOHlZGNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOeOHlZGNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOeOHlZGNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOeOHlZGNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOeOHlZGNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOeOHlZGNF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uOeOHlZGNF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uOeOHlZGNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOeOHlZGNF .navbar-dropdown {
  position: fixed;
}
.cid-uOeOHlZGNF a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uOeOHlZGNF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOeOHlZGNF .right-menu,
.cid-uOeOHlZGNF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uOeOHlZGNF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOeOHlZGNF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOeOHlZGNF .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOeOHlZGNF .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOeOHlZGNF .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uOeOHlZGNF .brand-container {
    padding: 0;
  }
}
.cid-uOeOHlZGNF .card-wrapper {
  z-index: 3;
}
.cid-uOeOHlZGNF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uOeOHlZGNF .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uOeOHlZGNF .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uOeOHlZGNF .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uOeOHlZGNF .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uOeOHlZGNF .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uOeOHlZGNF .navbar-caption {
  color: #ffffff;
}
.cid-uOeOHlZGNF .navbar-caption:hover {
  color: #ffffff;
}
.cid-uOeOHlZGNF .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uOeOHlZGNF a:hover .line-animation,
.cid-uOeOHlZGNF a:focus .line-animation {
  opacity: 1;
}
.cid-uOeOHlZGNF .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uOeOHlZGNF .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uOeOHlZGNF .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uP0y8MobU2 {
  padding-top: 225px;
  padding-bottom: 225px;
}
@media screen and (max-width: 768px) {
  .cid-uP0y8MobU2 {
    background-image: url("../../../assets/images/fotograifa-profesional-de-nina-con-globo-en-cumpleanos-montevideo.jpg-1024x681.jpeg");
    background-position-x: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .cid-uP0y8MobU2 {
    background-image: url("../../../assets/images/fotografia-nina-paloma-evento-infantil-caroroig.jpg-1920x1278.jpg");
    background-position-x: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cid-uP0y8MobU2 {
    background-image: url("../../../assets/images/fotografia-nina-paloma-evento-infantil-caroroig.jpg-1920x1278.jpg");
    background-position-x: 43%;
  }
}
.cid-uP0y8MobU2 .mbr-text,
.cid-uP0y8MobU2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uP0y8MobU2 .seen-desk,
.cid-uP0y8MobU2 .seen-mob,
.cid-uP0y8MobU2 .seen-tab {
  display: none;
}
@media (min-width: 1px) and (max-width: 768px) {
  .cid-uP0y8MobU2 .seen-mob {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .cid-uP0y8MobU2 .seen-tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uP0y8MobU2 .seen-desk {
    display: block;
  }
}
.cid-uP0y8MobU2 H1 {
  color: #efefef;
}
.cid-uP0y8MobU2 H3 {
  color: #ffffff;
}
.cid-uOePGDrV7q {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOePGDrV7q .mbr-text {
  color: #000000;
}
.cid-uOePGDrV7q .mbr-section-subtitle {
  color: #000000;
}
.cid-uOePGDrV7q .mbr-section-title {
  color: #000000;
}
.cid-uOZYkL2WU5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOZYkL2WU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZYkL2WU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZYkL2WU5 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOZYkL2WU5 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOZYkL2WU5 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uOZYkL2WU5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOZYkL2WU5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOZYkL2WU5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uOZYkL2WU5 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uOZYkL2WU5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOZYkL2WU5 .mbr-label,
.cid-uOZYkL2WU5 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uOZYkL2WU5 .mbr-section-title {
  color: #19171c;
}
.cid-uOZYkL2WU5 .mbr-text,
.cid-uOZYkL2WU5 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uOZYkL2WU5 .mbr-section-title,
.cid-uOZYkL2WU5 .title-wrapper,
.cid-uOZYkL2WU5 .mbr-section-btn {
  text-align: center;
}
.cid-uOZp35exKh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOZp35exKh .item:focus,
.cid-uOZp35exKh span:focus {
  outline: none;
}
.cid-uOZp35exKh .item {
  cursor: pointer;
}
.cid-uOZp35exKh .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uOZp35exKh .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uOZp35exKh .grid-container-1,
.cid-uOZp35exKh .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uOZp35exKh .grid-container-1,
  .cid-uOZp35exKh .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uOZp35exKh .mbr-section-title {
  color: #000000;
}
.cid-uOZp35exKh .mbr-text,
.cid-uOZp35exKh .mbr-section-btn {
  color: #000000;
}
.cid-uOZp35exKh .content-head {
  max-width: 800px;
}
.cid-uOZp35exKh .container,
.cid-uOZp35exKh .container-fluid {
  overflow: hidden;
}
.cid-uOZp35exKh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uOZp35exKh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOZp35exKh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOZp35exKh .grid-item img {
    min-width: 35vw;
  }
}
.cid-uOZp35exKh .grid-container-1,
.cid-uOZp35exKh .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uOZp35exKh .grid-container-1 {
  align-items: flex-end;
}
.cid-uOZp35exKh .grid-container-2 {
  align-items: flex-start;
}
.cid-uOeOHpdhDZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOeOHpdhDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeOHpdhDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeOHpdhDZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOeOHpdhDZ .image-wrapper,
.cid-uOeOHpdhDZ .image-wrapper img {
  border-radius: 0 !important;
  overflow: visible !important;
}
.cid-uOeOHqdH7d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uOeOHqdH7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeOHqdH7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeOHqdH7d .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOeOHqdH7d .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uOeOHqdH7d .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uOeOHqdH7d .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uOeOHqdH7d .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uOeOHqdH7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeOHqdH7d .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uOeOHqdH7d .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeOHqdH7d .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uOeOHqdH7d .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uOeOHqdH7d .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uOeOHqdH7d .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uOeOHqdH7d .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uOeOHqdH7d .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uOeOHqdH7d .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uOeOHqdH7d .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uOeOHqdH7d .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uOeOHqdH7d .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uOeOHqdH7d .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uOeOHqdH7d .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uOeOHqdH7d .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uOeOHqdH7d .soc-item {
    padding: 10px;
  }
}
.cid-uOeOHqdH7d .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uOeOHqdH7d .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uOeOHqdH7d .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uOeOHqdH7d .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uOeOHqdH7d .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uOeOHqdH7d .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOeOHqdH7d .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uOeOHqdH7d .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uOeOHqdH7d .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uOeOHqdH7d .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uOeQm2BPbj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOeQm2BPbj nav.navbar {
  position: fixed;
}
.cid-uOeQm2BPbj .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uOeQm2BPbj .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-uOeQm2BPbj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uOeQm2BPbj .nav-link:hover,
.cid-uOeQm2BPbj .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uOeQm2BPbj .nav-item {
    position: relative;
  }
}
.cid-uOeQm2BPbj .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uOeQm2BPbj .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOeQm2BPbj .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uOeQm2BPbj .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uOeQm2BPbj .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uOeQm2BPbj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOeQm2BPbj .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOeQm2BPbj .navbar.collapsed .navbar-collapse.show,
.cid-uOeQm2BPbj .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOeQm2BPbj .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uOeQm2BPbj .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uOeQm2BPbj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOeQm2BPbj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOeQm2BPbj .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uOeQm2BPbj .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOeQm2BPbj .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOeQm2BPbj .navbar .navbar-collapse.show,
  .cid-uOeQm2BPbj .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uOeQm2BPbj .navbar .navbar-collapse.show .brand-container,
  .cid-uOeQm2BPbj .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uOeQm2BPbj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOeQm2BPbj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOeQm2BPbj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOeQm2BPbj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOeQm2BPbj .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-uOeQm2BPbj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOeQm2BPbj .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uOeQm2BPbj .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uOeQm2BPbj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOeQm2BPbj .navbar .right-menu,
  .cid-uOeQm2BPbj .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uOeQm2BPbj .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uOeQm2BPbj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOeQm2BPbj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOeQm2BPbj .navbar {
    padding: 2rem 1rem;
  }
  .cid-uOeQm2BPbj .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uOeQm2BPbj .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uOeQm2BPbj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOeQm2BPbj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOeQm2BPbj .dropdown-item.active,
.cid-uOeQm2BPbj .dropdown-item:active {
  background-color: transparent;
}
.cid-uOeQm2BPbj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOeQm2BPbj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uOeQm2BPbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOeQm2BPbj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOeQm2BPbj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOeQm2BPbj ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uOeQm2BPbj ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uOeQm2BPbj .navbar-buttons {
  margin-left: auto;
}
.cid-uOeQm2BPbj button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uOeQm2BPbj button.navbar-toggler:hover {
  outline: none;
}
.cid-uOeQm2BPbj button.navbar-toggler:active {
  outline: none;
}
.cid-uOeQm2BPbj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uOeQm2BPbj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOeQm2BPbj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOeQm2BPbj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOeQm2BPbj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOeQm2BPbj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOeQm2BPbj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uOeQm2BPbj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uOeQm2BPbj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOeQm2BPbj .navbar-dropdown {
  position: fixed;
}
.cid-uOeQm2BPbj a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uOeQm2BPbj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOeQm2BPbj .right-menu,
.cid-uOeQm2BPbj .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uOeQm2BPbj .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOeQm2BPbj .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOeQm2BPbj .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOeQm2BPbj .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOeQm2BPbj .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uOeQm2BPbj .brand-container {
    padding: 0;
  }
}
.cid-uOeQm2BPbj .card-wrapper {
  z-index: 3;
}
.cid-uOeQm2BPbj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uOeQm2BPbj .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uOeQm2BPbj .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uOeQm2BPbj .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uOeQm2BPbj .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uOeQm2BPbj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uOeQm2BPbj .navbar-caption {
  color: #ffffff;
}
.cid-uOeQm2BPbj .navbar-caption:hover {
  color: #ffffff;
}
.cid-uOeQm2BPbj .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uOeQm2BPbj a:hover .line-animation,
.cid-uOeQm2BPbj a:focus .line-animation {
  opacity: 1;
}
.cid-uOeQm2BPbj .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uOeQm2BPbj .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uOeQm2BPbj .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uOeQm4winq {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fotografia-familiar-natural-ninos-paisaje-marino-caroroig.jpg-1920x1440.jpg");
}
.cid-uOeQm4winq .mbr-overlay {
  background-color: #232323;
  opacity: 0.2;
}
@media (min-width: 767px) {
  .cid-uOeQm4winq {
    align-items: flex-end;
  }
  .cid-uOeQm4winq .row {
    justify-content: center;
  }
  .cid-uOeQm4winq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOeQm4winq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOeQm4winq .header16 {
    background-image: url('assets/images/fotografia-familiar-caroroig-formato-mobile-9x16.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-color: #ffffff;
  }
  .cid-uOeQm4winq .mbr-overlay {
    background-color: rgba(0, 0, 0, 0);
  }
}
.cid-uOeQm58bo2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOeQm58bo2 .mbr-text {
  color: #000000;
}
.cid-uOeQm58bo2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uOeQm58bo2 .mbr-section-title {
  color: #000000;
}
.cid-uOeQm5DJXg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOeQm5DJXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeQm5DJXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeQm5DJXg .items-wrapper,
.cid-uOeQm5DJXg .items-wrap {
  margin: 0 -27px;
}
.cid-uOeQm5DJXg .items-wrap {
  justify-content: space-between;
}
.cid-uOeQm5DJXg .items-wrapper {
  justify-content: center;
}
.cid-uOeQm5DJXg .card {
  justify-content: flex-end;
  padding: 0 27px;
}
.cid-uOeQm5DJXg .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOeQm5DJXg .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOeQm5DJXg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOeQm5DJXg .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOeQm5DJXg .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOeQm5DJXg .item {
  margin-bottom: 54px;
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uOeQm5DJXg .item {
    margin-bottom: 12px;
  }
}
.cid-uOeQm5DJXg .item .item-wrapper .item-img img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOeQm5DJXg .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOeQm5DJXg .mbr-label {
  color: #232323;
}
.cid-uOeQm5DJXg .mbr-section-title {
  color: #232323;
}
.cid-uOeQm5DJXg .item-number {
  color: #c10b02;
}
.cid-uOeQm5DJXg .item-title {
  color: #c10b02;
}
.cid-uOeQm5DJXg .item-text {
  color: #4b4949;
}
.cid-uOeQm5DJXg .item-img img {
  border-radius: 0 !important;
}
.cid-uOeQm6grJ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOeQm6grJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeQm6grJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeQm6grJ4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOeQm6grJ4 .image-wrapper,
.cid-uOeQm6grJ4 .image-wrapper img {
  border-radius: 0 !important;
  overflow: visible !important;
}
.cid-uOeQm7hbyf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uOeQm7hbyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeQm7hbyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeQm7hbyf .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOeQm7hbyf .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uOeQm7hbyf .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uOeQm7hbyf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uOeQm7hbyf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uOeQm7hbyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeQm7hbyf .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uOeQm7hbyf .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOeQm7hbyf .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uOeQm7hbyf .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uOeQm7hbyf .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uOeQm7hbyf .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uOeQm7hbyf .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uOeQm7hbyf .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uOeQm7hbyf .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uOeQm7hbyf .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uOeQm7hbyf .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uOeQm7hbyf .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uOeQm7hbyf .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uOeQm7hbyf .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uOeQm7hbyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uOeQm7hbyf .soc-item {
    padding: 10px;
  }
}
.cid-uOeQm7hbyf .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uOeQm7hbyf .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uOeQm7hbyf .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uOeQm7hbyf .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uOeQm7hbyf .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uOeQm7hbyf .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOeQm7hbyf .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uOeQm7hbyf .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uOeQm7hbyf .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uOeQm7hbyf .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uOZ6RtnA3I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOZ6RtnA3I nav.navbar {
  position: fixed;
}
.cid-uOZ6RtnA3I .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uOZ6RtnA3I .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-uOZ6RtnA3I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uOZ6RtnA3I .nav-link:hover,
.cid-uOZ6RtnA3I .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uOZ6RtnA3I .nav-item {
    position: relative;
  }
}
.cid-uOZ6RtnA3I .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uOZ6RtnA3I .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOZ6RtnA3I .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uOZ6RtnA3I .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uOZ6RtnA3I .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uOZ6RtnA3I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOZ6RtnA3I .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOZ6RtnA3I .navbar.collapsed .navbar-collapse.show,
.cid-uOZ6RtnA3I .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOZ6RtnA3I .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uOZ6RtnA3I .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uOZ6RtnA3I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOZ6RtnA3I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOZ6RtnA3I .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uOZ6RtnA3I .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOZ6RtnA3I .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOZ6RtnA3I .navbar .navbar-collapse.show,
  .cid-uOZ6RtnA3I .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uOZ6RtnA3I .navbar .navbar-collapse.show .brand-container,
  .cid-uOZ6RtnA3I .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uOZ6RtnA3I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOZ6RtnA3I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOZ6RtnA3I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOZ6RtnA3I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOZ6RtnA3I .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-uOZ6RtnA3I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOZ6RtnA3I .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uOZ6RtnA3I .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uOZ6RtnA3I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOZ6RtnA3I .navbar .right-menu,
  .cid-uOZ6RtnA3I .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uOZ6RtnA3I .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uOZ6RtnA3I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOZ6RtnA3I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOZ6RtnA3I .navbar {
    padding: 2rem 1rem;
  }
  .cid-uOZ6RtnA3I .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uOZ6RtnA3I .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uOZ6RtnA3I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOZ6RtnA3I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOZ6RtnA3I .dropdown-item.active,
.cid-uOZ6RtnA3I .dropdown-item:active {
  background-color: transparent;
}
.cid-uOZ6RtnA3I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOZ6RtnA3I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uOZ6RtnA3I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOZ6RtnA3I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOZ6RtnA3I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOZ6RtnA3I ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uOZ6RtnA3I ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uOZ6RtnA3I .navbar-buttons {
  margin-left: auto;
}
.cid-uOZ6RtnA3I button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uOZ6RtnA3I button.navbar-toggler:hover {
  outline: none;
}
.cid-uOZ6RtnA3I button.navbar-toggler:active {
  outline: none;
}
.cid-uOZ6RtnA3I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uOZ6RtnA3I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOZ6RtnA3I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOZ6RtnA3I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOZ6RtnA3I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOZ6RtnA3I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOZ6RtnA3I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uOZ6RtnA3I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uOZ6RtnA3I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOZ6RtnA3I .navbar-dropdown {
  position: fixed;
}
.cid-uOZ6RtnA3I a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uOZ6RtnA3I .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOZ6RtnA3I .right-menu,
.cid-uOZ6RtnA3I .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uOZ6RtnA3I .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOZ6RtnA3I .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOZ6RtnA3I .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOZ6RtnA3I .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOZ6RtnA3I .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uOZ6RtnA3I .brand-container {
    padding: 0;
  }
}
.cid-uOZ6RtnA3I .card-wrapper {
  z-index: 3;
}
.cid-uOZ6RtnA3I .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uOZ6RtnA3I .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uOZ6RtnA3I .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uOZ6RtnA3I .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uOZ6RtnA3I .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uOZ6RtnA3I .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uOZ6RtnA3I .navbar-caption {
  color: #ffffff;
}
.cid-uOZ6RtnA3I .navbar-caption:hover {
  color: #ffffff;
}
.cid-uOZ6RtnA3I .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uOZ6RtnA3I a:hover .line-animation,
.cid-uOZ6RtnA3I a:focus .line-animation {
  opacity: 1;
}
.cid-uOZ6RtnA3I .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uOZ6RtnA3I .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uOZ6RtnA3I .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uOZ6RuoaY0 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fotografia-evento-corporativo-equipo-thermomix-caroroig.jpg-1920x1277.jpg");
}
.cid-uOZ6RuoaY0 .mbr-overlay {
  background-color: #232323;
  opacity: 0.2;
}
@media (min-width: 767px) {
  .cid-uOZ6RuoaY0 {
    align-items: flex-end;
  }
  .cid-uOZ6RuoaY0 .row {
    justify-content: center;
  }
  .cid-uOZ6RuoaY0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOZ6RuoaY0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOZ6RuoaY0 .header16 {
    background-image: url('assets/images/fotografia-familiar-caroroig-formato-mobile-9x16.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-color: #ffffff;
  }
  .cid-uOZ6RuoaY0 .mbr-overlay {
    background-color: rgba(0, 0, 0, 0);
  }
}
.cid-uP07UFCS5K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP07UFCS5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP07UFCS5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP07UFCS5K .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uP07UFCS5K .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP07UFCS5K .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uP07UFCS5K .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uP07UFCS5K .mbr-text,
.cid-uP07UFCS5K .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uP07UFCS5K .card-title,
.cid-uP07UFCS5K .card-box {
  text-align: center;
  color: #232323;
}
.cid-uOZ9YU7ZmV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOZ9YU7ZmV .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uOZ9YU7ZmV .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uOZ9YU7ZmV .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #a0e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOZ9YU7ZmV .mbr-section-title {
  text-align: center;
}
.cid-uOZ9YU7ZmV .mbr-section-subtitle {
  text-align: center;
}
.cid-uOZdEDOZU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOZdEDOZU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZdEDOZU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZdEDOZU9 .item {
  padding-bottom: 2rem;
}
.cid-uOZdEDOZU9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOZdEDOZU9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOZdEDOZU9 .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-uOZdEDOZU9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOZdEDOZU9 .carousel-control,
.cid-uOZdEDOZU9 .close {
  background: #1b1b1b;
}
.cid-uOZdEDOZU9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOZdEDOZU9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOZdEDOZU9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOZdEDOZU9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOZdEDOZU9 .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-uOZdEDOZU9 .close::before {
  content: '\e91a';
}
.cid-uOZdEDOZU9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOZdEDOZU9 .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-uOZdEDOZU9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOZdEDOZU9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOZdEDOZU9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOZdEDOZU9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOZdEDOZU9 .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-uOZdEDOZU9 .carousel-indicators li.active,
.cid-uOZdEDOZU9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOZdEDOZU9 .carousel-indicators li::after,
.cid-uOZdEDOZU9 .carousel-indicators li::before {
  content: none;
}
.cid-uOZdEDOZU9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOZdEDOZU9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOZdEDOZU9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOZdEDOZU9 .carousel-indicators {
    display: none;
  }
}
.cid-uOZdEDOZU9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOZdEDOZU9 .carousel-inner > .active {
  display: block;
}
.cid-uOZdEDOZU9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOZdEDOZU9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOZdEDOZU9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOZdEDOZU9 .carousel-control,
  .cid-uOZdEDOZU9 .carousel-indicators,
  .cid-uOZdEDOZU9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOZdEDOZU9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOZdEDOZU9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOZdEDOZU9 .carousel-indicators .active,
.cid-uOZdEDOZU9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOZdEDOZU9 .carousel-indicators .active {
  background: #fff;
}
.cid-uOZdEDOZU9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOZdEDOZU9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOZdEDOZU9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOZdEDOZU9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOZdEDOZU9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOZdEDOZU9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOZdEDOZU9 .carousel {
  width: 100%;
}
.cid-uOZdEDOZU9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOZdEDOZU9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOZdEDOZU9 .modal.fade .modal-dialog,
.cid-uOZdEDOZU9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uOZdEDOZU9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOZdEDOZU9 H6 {
  text-align: center;
}
.cid-uOZ6RvR88S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOZ6RvR88S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZ6RvR88S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZ6RvR88S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOZ6RvR88S .image-wrapper,
.cid-uOZ6RvR88S .image-wrapper img {
  border-radius: 0 !important;
  overflow: visible !important;
}
.cid-uOZ6Rx1DfR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uOZ6Rx1DfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZ6Rx1DfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZ6Rx1DfR .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOZ6Rx1DfR .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uOZ6Rx1DfR .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uOZ6Rx1DfR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uOZ6Rx1DfR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uOZ6Rx1DfR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOZ6Rx1DfR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uOZ6Rx1DfR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOZ6Rx1DfR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uOZ6Rx1DfR .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uOZ6Rx1DfR .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uOZ6Rx1DfR .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uOZ6Rx1DfR .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uOZ6Rx1DfR .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uOZ6Rx1DfR .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uOZ6Rx1DfR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uOZ6Rx1DfR .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uOZ6Rx1DfR .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uOZ6Rx1DfR .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uOZ6Rx1DfR .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uOZ6Rx1DfR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uOZ6Rx1DfR .soc-item {
    padding: 10px;
  }
}
.cid-uOZ6Rx1DfR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uOZ6Rx1DfR .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uOZ6Rx1DfR .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uOZ6Rx1DfR .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uOZ6Rx1DfR .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uOZ6Rx1DfR .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOZ6Rx1DfR .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uOZ6Rx1DfR .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uOZ6Rx1DfR .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uOZ6Rx1DfR .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uOZxvfROVJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOZxvfROVJ nav.navbar {
  position: fixed;
}
.cid-uOZxvfROVJ .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uOZxvfROVJ .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-uOZxvfROVJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uOZxvfROVJ .nav-link:hover,
.cid-uOZxvfROVJ .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uOZxvfROVJ .nav-item {
    position: relative;
  }
}
.cid-uOZxvfROVJ .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uOZxvfROVJ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOZxvfROVJ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uOZxvfROVJ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uOZxvfROVJ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uOZxvfROVJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOZxvfROVJ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOZxvfROVJ .navbar.collapsed .navbar-collapse.show,
.cid-uOZxvfROVJ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOZxvfROVJ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uOZxvfROVJ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uOZxvfROVJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOZxvfROVJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOZxvfROVJ .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uOZxvfROVJ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOZxvfROVJ .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOZxvfROVJ .navbar .navbar-collapse.show,
  .cid-uOZxvfROVJ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uOZxvfROVJ .navbar .navbar-collapse.show .brand-container,
  .cid-uOZxvfROVJ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uOZxvfROVJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOZxvfROVJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOZxvfROVJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOZxvfROVJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOZxvfROVJ .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-uOZxvfROVJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOZxvfROVJ .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uOZxvfROVJ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uOZxvfROVJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOZxvfROVJ .navbar .right-menu,
  .cid-uOZxvfROVJ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uOZxvfROVJ .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uOZxvfROVJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOZxvfROVJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOZxvfROVJ .navbar {
    padding: 2rem 1rem;
  }
  .cid-uOZxvfROVJ .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uOZxvfROVJ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uOZxvfROVJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOZxvfROVJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOZxvfROVJ .dropdown-item.active,
.cid-uOZxvfROVJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOZxvfROVJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOZxvfROVJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uOZxvfROVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOZxvfROVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOZxvfROVJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOZxvfROVJ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uOZxvfROVJ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uOZxvfROVJ .navbar-buttons {
  margin-left: auto;
}
.cid-uOZxvfROVJ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uOZxvfROVJ button.navbar-toggler:hover {
  outline: none;
}
.cid-uOZxvfROVJ button.navbar-toggler:active {
  outline: none;
}
.cid-uOZxvfROVJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uOZxvfROVJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOZxvfROVJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOZxvfROVJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOZxvfROVJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOZxvfROVJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOZxvfROVJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uOZxvfROVJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uOZxvfROVJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOZxvfROVJ .navbar-dropdown {
  position: fixed;
}
.cid-uOZxvfROVJ a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uOZxvfROVJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOZxvfROVJ .right-menu,
.cid-uOZxvfROVJ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uOZxvfROVJ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOZxvfROVJ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOZxvfROVJ .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOZxvfROVJ .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOZxvfROVJ .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uOZxvfROVJ .brand-container {
    padding: 0;
  }
}
.cid-uOZxvfROVJ .card-wrapper {
  z-index: 3;
}
.cid-uOZxvfROVJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uOZxvfROVJ .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uOZxvfROVJ .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uOZxvfROVJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uOZxvfROVJ .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uOZxvfROVJ .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uOZxvfROVJ .navbar-caption {
  color: #ffffff;
}
.cid-uOZxvfROVJ .navbar-caption:hover {
  color: #ffffff;
}
.cid-uOZxvfROVJ .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uOZxvfROVJ a:hover .line-animation,
.cid-uOZxvfROVJ a:focus .line-animation {
  opacity: 1;
}
.cid-uOZxvfROVJ .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uOZxvfROVJ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uOZxvfROVJ .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uOZxvgEz8b {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/novia-de-espalda.jpeg-1216x832.jpg");
}
.cid-uOZxvgEz8b .mbr-overlay {
  background-color: #232323;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uOZxvgEz8b {
    align-items: flex-end;
  }
  .cid-uOZxvgEz8b .row {
    justify-content: center;
  }
  .cid-uOZxvgEz8b .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOZxvgEz8b .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOZxvgEz8b {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uOZxvgEz8b .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOZxvgEz8b .content-wrap {
    width: 100%;
  }
}
.cid-uOZxvgEz8b .mbr-section-title,
.cid-uOZxvgEz8b .mbr-section-subtitle {
  text-align: center;
}
.cid-uOZxvgEz8b .mbr-text,
.cid-uOZxvgEz8b .mbr-section-btn {
  text-align: center;
}
.cid-uOZCnnzspk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOZCnnzspk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZCnnzspk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZCnnzspk .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOZCnnzspk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOZCnnzspk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uOZCnnzspk .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uOZCnnzspk .mbr-text,
.cid-uOZCnnzspk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uOZCnnzspk .card-title,
.cid-uOZCnnzspk .card-box {
  text-align: center;
  color: #232323;
}
.cid-uOZz6XdpOg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOZz6XdpOg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOZz6XdpOg .item {
    margin-bottom: 1rem;
  }
}
.cid-uOZz6XdpOg .item-wrapper {
  position: relative;
}
.cid-uOZz6XdpOg .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uOZz6XdpOg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uOZz6XdpOg .carousel-control,
.cid-uOZz6XdpOg .close {
  background: #1b1b1b;
}
.cid-uOZz6XdpOg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOZz6XdpOg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOZz6XdpOg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOZz6XdpOg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOZz6XdpOg .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-uOZz6XdpOg .close::before {
  content: '\e91a';
}
.cid-uOZz6XdpOg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOZz6XdpOg .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-uOZz6XdpOg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOZz6XdpOg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOZz6XdpOg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOZz6XdpOg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOZz6XdpOg .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-uOZz6XdpOg .carousel-indicators li.active,
.cid-uOZz6XdpOg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOZz6XdpOg .carousel-indicators li::after,
.cid-uOZz6XdpOg .carousel-indicators li::before {
  content: none;
}
.cid-uOZz6XdpOg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOZz6XdpOg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOZz6XdpOg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOZz6XdpOg .carousel-indicators {
    display: none;
  }
}
.cid-uOZz6XdpOg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOZz6XdpOg .carousel-inner > .active {
  display: block;
}
.cid-uOZz6XdpOg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOZz6XdpOg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOZz6XdpOg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOZz6XdpOg .carousel-control,
  .cid-uOZz6XdpOg .carousel-indicators,
  .cid-uOZz6XdpOg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOZz6XdpOg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOZz6XdpOg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOZz6XdpOg .carousel-indicators .active,
.cid-uOZz6XdpOg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOZz6XdpOg .carousel-indicators .active {
  background: #fff;
}
.cid-uOZz6XdpOg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOZz6XdpOg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOZz6XdpOg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOZz6XdpOg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOZz6XdpOg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOZz6XdpOg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOZz6XdpOg .carousel {
  width: 100%;
}
.cid-uOZz6XdpOg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOZz6XdpOg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOZz6XdpOg .modal.fade .modal-dialog,
.cid-uOZz6XdpOg .modal.in .modal-dialog {
  transform: none;
}
.cid-uOZz6XdpOg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOZz6XdpOg .content-head {
  max-width: 800px;
}
.cid-uOZxvhhALJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOZxvhhALJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZxvhhALJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZxvhhALJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOZxvhhALJ .image-wrapper,
.cid-uOZxvhhALJ .image-wrapper img {
  border-radius: 0 !important;
  overflow: visible !important;
}
.cid-uOZBCmgDC8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOZBCmgDC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZBCmgDC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZBCmgDC8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOZBCmgDC8 .image-wrapper,
.cid-uOZBCmgDC8 .image-wrapper img {
  border-radius: 0 !important;
  overflow: visible !important;
}
.cid-uP0tcz3KVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP0tcz3KVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0tcz3KVz .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-uP0tcz3KVz .container {
    padding: 0 30px;
  }
}
.cid-uP0tcz3KVz .row {
  justify-content: center;
}
.cid-uP0tcz3KVz .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #a0e1e1;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uP0tcz3KVz .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uP0tcz3KVz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP0tcz3KVz .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uP0tcz3KVz .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP0tcz3KVz .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uP0tcz3KVz .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uP0tcz3KVz .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uP0tcz3KVz .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uP0tcz3KVz .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uP0tcz3KVz .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uP0tcz3KVz .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uP0tcz3KVz .mbr-desc {
  color: #232323;
}
.cid-uOZxvhWlbt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uOZxvhWlbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZxvhWlbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZxvhWlbt .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOZxvhWlbt .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uOZxvhWlbt .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uOZxvhWlbt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uOZxvhWlbt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uOZxvhWlbt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOZxvhWlbt .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uOZxvhWlbt .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOZxvhWlbt .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uOZxvhWlbt .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uOZxvhWlbt .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uOZxvhWlbt .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uOZxvhWlbt .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uOZxvhWlbt .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uOZxvhWlbt .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uOZxvhWlbt .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uOZxvhWlbt .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uOZxvhWlbt .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uOZxvhWlbt .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uOZxvhWlbt .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uOZxvhWlbt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uOZxvhWlbt .soc-item {
    padding: 10px;
  }
}
.cid-uOZxvhWlbt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uOZxvhWlbt .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uOZxvhWlbt .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uOZxvhWlbt .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uOZxvhWlbt .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uOZxvhWlbt .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOZxvhWlbt .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uOZxvhWlbt .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uOZxvhWlbt .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uOZxvhWlbt .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uPD7kyRUoo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPD7kyRUoo nav.navbar {
  position: fixed;
}
.cid-uPD7kyRUoo .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uPD7kyRUoo .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-uPD7kyRUoo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uPD7kyRUoo .nav-link:hover,
.cid-uPD7kyRUoo .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uPD7kyRUoo .nav-item {
    position: relative;
  }
}
.cid-uPD7kyRUoo .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPD7kyRUoo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uPD7kyRUoo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uPD7kyRUoo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uPD7kyRUoo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uPD7kyRUoo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPD7kyRUoo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPD7kyRUoo .navbar.collapsed .navbar-collapse.show,
.cid-uPD7kyRUoo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPD7kyRUoo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uPD7kyRUoo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uPD7kyRUoo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPD7kyRUoo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPD7kyRUoo .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uPD7kyRUoo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPD7kyRUoo .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPD7kyRUoo .navbar .navbar-collapse.show,
  .cid-uPD7kyRUoo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uPD7kyRUoo .navbar .navbar-collapse.show .brand-container,
  .cid-uPD7kyRUoo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uPD7kyRUoo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPD7kyRUoo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPD7kyRUoo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPD7kyRUoo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPD7kyRUoo .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-uPD7kyRUoo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPD7kyRUoo .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uPD7kyRUoo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPD7kyRUoo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uPD7kyRUoo .navbar .right-menu,
  .cid-uPD7kyRUoo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPD7kyRUoo .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uPD7kyRUoo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPD7kyRUoo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPD7kyRUoo .navbar {
    padding: 2rem 1rem;
  }
  .cid-uPD7kyRUoo .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uPD7kyRUoo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uPD7kyRUoo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPD7kyRUoo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPD7kyRUoo .dropdown-item.active,
.cid-uPD7kyRUoo .dropdown-item:active {
  background-color: transparent;
}
.cid-uPD7kyRUoo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPD7kyRUoo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uPD7kyRUoo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPD7kyRUoo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPD7kyRUoo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPD7kyRUoo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uPD7kyRUoo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uPD7kyRUoo .navbar-buttons {
  margin-left: auto;
}
.cid-uPD7kyRUoo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uPD7kyRUoo button.navbar-toggler:hover {
  outline: none;
}
.cid-uPD7kyRUoo button.navbar-toggler:active {
  outline: none;
}
.cid-uPD7kyRUoo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uPD7kyRUoo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPD7kyRUoo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPD7kyRUoo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPD7kyRUoo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPD7kyRUoo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPD7kyRUoo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uPD7kyRUoo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uPD7kyRUoo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPD7kyRUoo .navbar-dropdown {
  position: fixed;
}
.cid-uPD7kyRUoo a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uPD7kyRUoo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPD7kyRUoo .right-menu,
.cid-uPD7kyRUoo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uPD7kyRUoo .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPD7kyRUoo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPD7kyRUoo .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPD7kyRUoo .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPD7kyRUoo .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uPD7kyRUoo .brand-container {
    padding: 0;
  }
}
.cid-uPD7kyRUoo .card-wrapper {
  z-index: 3;
}
.cid-uPD7kyRUoo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uPD7kyRUoo .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uPD7kyRUoo .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uPD7kyRUoo .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uPD7kyRUoo .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uPD7kyRUoo .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uPD7kyRUoo .navbar-caption {
  color: #ffffff;
}
.cid-uPD7kyRUoo .navbar-caption:hover {
  color: #ffffff;
}
.cid-uPD7kyRUoo .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uPD7kyRUoo a:hover .line-animation,
.cid-uPD7kyRUoo a:focus .line-animation {
  opacity: 1;
}
.cid-uPD7kyRUoo .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uPD7kyRUoo .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uPD7kyRUoo .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uPD7kAPW6B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/yo-caroroig-fotografa-profesional-montevideo.jpg.jpg-1845x995.jpg");
}
.cid-uPD7kAPW6B .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uPD7kAPW6B .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uPD7kAPW6B .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uPD7kAPW6B .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPD7kAPW6B .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uPD7kAPW6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD7kAPW6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD7kAPW6B .header4 {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cid-uPD7kAPW6B .header4::before {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cid-uPD7kBywsR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPD8Ulicbf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uPD8Ulicbf::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uPD8Ulicbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD8Ulicbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD8Ulicbf .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uPD8Ulicbf .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uPD8Ulicbf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD8Ulicbf .container {
    padding: 0 16px;
  }
}
.cid-uPD8Ulicbf .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPD8Ulicbf .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uPD8Ulicbf .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-uPD8Ulicbf .row .item {
  padding: 0 24px;
}
.cid-uPD8Ulicbf .row .item:first-child {
  margin-bottom: 0;
}
.cid-uPD8Ulicbf .item {
  margin-bottom: 32px;
}
.cid-uPD8Ulicbf .item .item-wrapper {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-uPD8Ulicbf .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uPD8Ulicbf .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uPD8Ulicbf .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPD8Ulicbf .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uPD8Ulicbf .card-text {
  color: #232323;
  text-align: center;
}
.cid-uPD8Ulicbf .card-title,
.cid-uPD8Ulicbf .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uPD8Ulicbf .mbr-section-title,
.cid-uPD8Ulicbf .title-wrapper {
  text-align: center;
}
.cid-uPD95uFrlG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPD95uFrlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD95uFrlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD95uFrlG .card-wrapper {
  position: relative;
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPD95uFrlG .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-uPD95uFrlG .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-uPD95uFrlG .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-uPD95uFrlG .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper {
  position: relative;
  padding: 64px;
  width: 50%;
  pointer-events: visible;
  overflow: hidden;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper {
    width: 55%;
    padding: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper {
    width: 100%;
    padding: 24px;
  }
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPD95uFrlG .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-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
@media (max-width: 992px) {
  .cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
    margin-bottom: 12px !important;
  }
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin: 12px 0 12px 0;
}
.cid-uPD95uFrlG .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-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #63635d;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #63635d;
  border-color: #63635d;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap {
  width: 30%;
  padding: 48px;
  height: fit-content;
  pointer-events: visible;
  position: relative;
  overflow: hidden;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #a0e1e1;
}
@media (max-width: 1440px) {
  .cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap {
    width: 35%;
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap {
    width: 100%;
    padding: 24px;
  }
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap .card-title {
    margin-bottom: 24px;
  }
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uPD95uFrlG .card-wrapper .content-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPD95uFrlG .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPD95uFrlG .mbr-text,
.cid-uPD95uFrlG .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uPD95uFrlG .card-title {
  color: #ffffff;
}
.cid-uPD95uFrlG .card-text {
  color: #ffffff;
}
.cid-uPD95uFrlG label {
  color: #2c2c26;
}
.cid-uPD95uFrlG .mbr-section-btn {
  text-align: center;
}
.cid-uPD7kCM4KU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uPD7kCM4KU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD7kCM4KU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD7kCM4KU .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPD7kCM4KU .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uPD7kCM4KU .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uPD7kCM4KU .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPD7kCM4KU .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPD7kCM4KU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPD7kCM4KU .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPD7kCM4KU .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPD7kCM4KU .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uPD7kCM4KU .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uPD7kCM4KU .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uPD7kCM4KU .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uPD7kCM4KU .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uPD7kCM4KU .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uPD7kCM4KU .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uPD7kCM4KU .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uPD7kCM4KU .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uPD7kCM4KU .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uPD7kCM4KU .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uPD7kCM4KU .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uPD7kCM4KU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uPD7kCM4KU .soc-item {
    padding: 10px;
  }
}
.cid-uPD7kCM4KU .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uPD7kCM4KU .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uPD7kCM4KU .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uPD7kCM4KU .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uPD7kCM4KU .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uPD7kCM4KU .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uPD7kCM4KU .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uPD7kCM4KU .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uPD7kCM4KU .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uPD7kCM4KU .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uPDV5UBw51 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPDV5UBw51 nav.navbar {
  position: fixed;
}
.cid-uPDV5UBw51 .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uPDV5UBw51 .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-uPDV5UBw51 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uPDV5UBw51 .nav-link:hover,
.cid-uPDV5UBw51 .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uPDV5UBw51 .nav-item {
    position: relative;
  }
}
.cid-uPDV5UBw51 .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPDV5UBw51 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uPDV5UBw51 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uPDV5UBw51 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uPDV5UBw51 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uPDV5UBw51 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPDV5UBw51 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPDV5UBw51 .navbar.collapsed .navbar-collapse.show,
.cid-uPDV5UBw51 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPDV5UBw51 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uPDV5UBw51 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uPDV5UBw51 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPDV5UBw51 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPDV5UBw51 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uPDV5UBw51 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPDV5UBw51 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPDV5UBw51 .navbar .navbar-collapse.show,
  .cid-uPDV5UBw51 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uPDV5UBw51 .navbar .navbar-collapse.show .brand-container,
  .cid-uPDV5UBw51 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uPDV5UBw51 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPDV5UBw51 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPDV5UBw51 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPDV5UBw51 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPDV5UBw51 .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-uPDV5UBw51 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPDV5UBw51 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uPDV5UBw51 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPDV5UBw51 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uPDV5UBw51 .navbar .right-menu,
  .cid-uPDV5UBw51 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPDV5UBw51 .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uPDV5UBw51 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPDV5UBw51 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPDV5UBw51 .navbar {
    padding: 2rem 1rem;
  }
  .cid-uPDV5UBw51 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uPDV5UBw51 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uPDV5UBw51 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPDV5UBw51 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPDV5UBw51 .dropdown-item.active,
.cid-uPDV5UBw51 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPDV5UBw51 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPDV5UBw51 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uPDV5UBw51 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPDV5UBw51 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPDV5UBw51 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPDV5UBw51 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uPDV5UBw51 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uPDV5UBw51 .navbar-buttons {
  margin-left: auto;
}
.cid-uPDV5UBw51 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uPDV5UBw51 button.navbar-toggler:hover {
  outline: none;
}
.cid-uPDV5UBw51 button.navbar-toggler:active {
  outline: none;
}
.cid-uPDV5UBw51 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uPDV5UBw51 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPDV5UBw51 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPDV5UBw51 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPDV5UBw51 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPDV5UBw51 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPDV5UBw51 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uPDV5UBw51 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uPDV5UBw51 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPDV5UBw51 .navbar-dropdown {
  position: fixed;
}
.cid-uPDV5UBw51 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uPDV5UBw51 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPDV5UBw51 .right-menu,
.cid-uPDV5UBw51 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uPDV5UBw51 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPDV5UBw51 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPDV5UBw51 .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPDV5UBw51 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPDV5UBw51 .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uPDV5UBw51 .brand-container {
    padding: 0;
  }
}
.cid-uPDV5UBw51 .card-wrapper {
  z-index: 3;
}
.cid-uPDV5UBw51 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uPDV5UBw51 .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uPDV5UBw51 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uPDV5UBw51 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uPDV5UBw51 .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uPDV5UBw51 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uPDV5UBw51 .navbar-caption {
  color: #ffffff;
}
.cid-uPDV5UBw51 .navbar-caption:hover {
  color: #ffffff;
}
.cid-uPDV5UBw51 .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uPDV5UBw51 a:hover .line-animation,
.cid-uPDV5UBw51 a:focus .line-animation {
  opacity: 1;
}
.cid-uPDV5UBw51 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uPDV5UBw51 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uPDV5UBw51 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uPDVp4Mt2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uPDVp4Mt2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDVp4Mt2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDVp4Mt2k .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPDVp4Mt2k .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPDVp4Mt2k .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uPDVp4Mt2k .card-wrapper {
    padding: 4rem;
  }
}
.cid-uPDVp4Mt2k .mbr-text,
.cid-uPDVp4Mt2k .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uPDVp4Mt2k .card-title,
.cid-uPDVp4Mt2k .card-box {
  text-align: left;
  color: #000000;
}
.cid-uPDV5ZUgGP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uPDV5ZUgGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDV5ZUgGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDV5ZUgGP .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPDV5ZUgGP .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uPDV5ZUgGP .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uPDV5ZUgGP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPDV5ZUgGP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPDV5ZUgGP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPDV5ZUgGP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPDV5ZUgGP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPDV5ZUgGP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uPDV5ZUgGP .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uPDV5ZUgGP .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uPDV5ZUgGP .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uPDV5ZUgGP .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uPDV5ZUgGP .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uPDV5ZUgGP .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uPDV5ZUgGP .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uPDV5ZUgGP .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uPDV5ZUgGP .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uPDV5ZUgGP .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uPDV5ZUgGP .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uPDV5ZUgGP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uPDV5ZUgGP .soc-item {
    padding: 10px;
  }
}
.cid-uPDV5ZUgGP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uPDV5ZUgGP .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uPDV5ZUgGP .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uPDV5ZUgGP .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uPDV5ZUgGP .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uPDV5ZUgGP .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uPDV5ZUgGP .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uPDV5ZUgGP .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uPDV5ZUgGP .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uPDV5ZUgGP .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uPELw2LMMA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPELw2LMMA nav.navbar {
  position: fixed;
}
.cid-uPELw2LMMA .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uPELw2LMMA .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-uPELw2LMMA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uPELw2LMMA .nav-link:hover,
.cid-uPELw2LMMA .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uPELw2LMMA .nav-item {
    position: relative;
  }
}
.cid-uPELw2LMMA .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPELw2LMMA .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uPELw2LMMA .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uPELw2LMMA .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uPELw2LMMA .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uPELw2LMMA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPELw2LMMA .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPELw2LMMA .navbar.collapsed .navbar-collapse.show,
.cid-uPELw2LMMA .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPELw2LMMA .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uPELw2LMMA .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uPELw2LMMA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPELw2LMMA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPELw2LMMA .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uPELw2LMMA .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPELw2LMMA .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPELw2LMMA .navbar .navbar-collapse.show,
  .cid-uPELw2LMMA .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uPELw2LMMA .navbar .navbar-collapse.show .brand-container,
  .cid-uPELw2LMMA .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uPELw2LMMA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPELw2LMMA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPELw2LMMA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPELw2LMMA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPELw2LMMA .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-uPELw2LMMA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPELw2LMMA .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uPELw2LMMA .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPELw2LMMA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uPELw2LMMA .navbar .right-menu,
  .cid-uPELw2LMMA .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPELw2LMMA .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uPELw2LMMA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPELw2LMMA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPELw2LMMA .navbar {
    padding: 2rem 1rem;
  }
  .cid-uPELw2LMMA .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uPELw2LMMA .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uPELw2LMMA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPELw2LMMA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPELw2LMMA .dropdown-item.active,
.cid-uPELw2LMMA .dropdown-item:active {
  background-color: transparent;
}
.cid-uPELw2LMMA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPELw2LMMA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uPELw2LMMA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPELw2LMMA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPELw2LMMA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPELw2LMMA ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uPELw2LMMA ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uPELw2LMMA .navbar-buttons {
  margin-left: auto;
}
.cid-uPELw2LMMA button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uPELw2LMMA button.navbar-toggler:hover {
  outline: none;
}
.cid-uPELw2LMMA button.navbar-toggler:active {
  outline: none;
}
.cid-uPELw2LMMA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uPELw2LMMA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPELw2LMMA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPELw2LMMA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPELw2LMMA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPELw2LMMA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPELw2LMMA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uPELw2LMMA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uPELw2LMMA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPELw2LMMA .navbar-dropdown {
  position: fixed;
}
.cid-uPELw2LMMA a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uPELw2LMMA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPELw2LMMA .right-menu,
.cid-uPELw2LMMA .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uPELw2LMMA .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPELw2LMMA .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPELw2LMMA .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPELw2LMMA .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPELw2LMMA .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uPELw2LMMA .brand-container {
    padding: 0;
  }
}
.cid-uPELw2LMMA .card-wrapper {
  z-index: 3;
}
.cid-uPELw2LMMA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uPELw2LMMA .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uPELw2LMMA .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uPELw2LMMA .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uPELw2LMMA .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uPELw2LMMA .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uPELw2LMMA .navbar-caption {
  color: #ffffff;
}
.cid-uPELw2LMMA .navbar-caption:hover {
  color: #ffffff;
}
.cid-uPELw2LMMA .dropdown-item:hover {
  color: #a0e1e1 !important;
}
.cid-uPELw2LMMA a:hover .line-animation,
.cid-uPELw2LMMA a:focus .line-animation {
  opacity: 1;
}
.cid-uPELw2LMMA .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uPELw2LMMA .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uPELw2LMMA .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uPELw4gQp8 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fotografia-empresarial-y-corporativa-caroroig-ciudad-vieja.jpg-1024x684.jpg");
}
.cid-uPELw4gQp8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 767px) {
  .cid-uPELw4gQp8 {
    align-items: flex-end;
  }
  .cid-uPELw4gQp8 .row {
    justify-content: center;
  }
  .cid-uPELw4gQp8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPELw4gQp8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPELw4gQp8 .header16 {
    background-image: url('assets/images/fotografia-familiar-caroroig-formato-mobile-9x16.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-color: #ffffff;
  }
  .cid-uPELw4gQp8 .mbr-overlay {
    background-color: rgba(0, 0, 0, 0);
  }
}
.cid-uPELw4LfKB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPELw4LfKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELw4LfKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPELw4LfKB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPELw4LfKB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPELw4LfKB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uPELw4LfKB .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uPELw4LfKB .mbr-text,
.cid-uPELw4LfKB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPELw4LfKB .card-title,
.cid-uPELw4LfKB .card-box {
  text-align: center;
  color: #232323;
}
.cid-uPELw5bxrZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPELw5bxrZ .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uPELw5bxrZ .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uPELw5bxrZ .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #a0e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPELw5bxrZ .mbr-section-title {
  text-align: center;
}
.cid-uPELw5bxrZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uPELw5t1HK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPELw5t1HK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELw5t1HK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPELw5t1HK .item {
  padding-bottom: 2rem;
}
.cid-uPELw5t1HK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uPELw5t1HK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPELw5t1HK .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-uPELw5t1HK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uPELw5t1HK .carousel-control,
.cid-uPELw5t1HK .close {
  background: #1b1b1b;
}
.cid-uPELw5t1HK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uPELw5t1HK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uPELw5t1HK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uPELw5t1HK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uPELw5t1HK .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-uPELw5t1HK .close::before {
  content: '\e91a';
}
.cid-uPELw5t1HK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uPELw5t1HK .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-uPELw5t1HK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPELw5t1HK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPELw5t1HK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPELw5t1HK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uPELw5t1HK .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-uPELw5t1HK .carousel-indicators li.active,
.cid-uPELw5t1HK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPELw5t1HK .carousel-indicators li::after,
.cid-uPELw5t1HK .carousel-indicators li::before {
  content: none;
}
.cid-uPELw5t1HK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPELw5t1HK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uPELw5t1HK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPELw5t1HK .carousel-indicators {
    display: none;
  }
}
.cid-uPELw5t1HK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uPELw5t1HK .carousel-inner > .active {
  display: block;
}
.cid-uPELw5t1HK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPELw5t1HK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPELw5t1HK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uPELw5t1HK .carousel-control,
  .cid-uPELw5t1HK .carousel-indicators,
  .cid-uPELw5t1HK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uPELw5t1HK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uPELw5t1HK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPELw5t1HK .carousel-indicators .active,
.cid-uPELw5t1HK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uPELw5t1HK .carousel-indicators .active {
  background: #fff;
}
.cid-uPELw5t1HK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uPELw5t1HK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uPELw5t1HK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uPELw5t1HK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uPELw5t1HK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uPELw5t1HK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uPELw5t1HK .carousel {
  width: 100%;
}
.cid-uPELw5t1HK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uPELw5t1HK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uPELw5t1HK .modal.fade .modal-dialog,
.cid-uPELw5t1HK .modal.in .modal-dialog {
  transform: none;
}
.cid-uPELw5t1HK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uPELw5t1HK H6 {
  text-align: center;
}
.cid-uPELw61pQC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPELw61pQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELw61pQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPELw61pQC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uPELw61pQC .image-wrapper,
.cid-uPELw61pQC .image-wrapper img {
  border-radius: 0 !important;
  overflow: visible !important;
}
.cid-uPELw6iqZc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uPELw6iqZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELw6iqZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPELw6iqZc .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPELw6iqZc .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uPELw6iqZc .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uPELw6iqZc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPELw6iqZc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPELw6iqZc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPELw6iqZc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPELw6iqZc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPELw6iqZc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uPELw6iqZc .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uPELw6iqZc .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uPELw6iqZc .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uPELw6iqZc .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f7f7f7;
  transition: 0.4s all;
}
.cid-uPELw6iqZc .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uPELw6iqZc .list li:hover {
  color: #a0e1e1 !important;
}
.cid-uPELw6iqZc .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uPELw6iqZc .list a:hover {
  color: #a0e1e1 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uPELw6iqZc .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uPELw6iqZc .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uPELw6iqZc .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uPELw6iqZc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uPELw6iqZc .soc-item {
    padding: 10px;
  }
}
.cid-uPELw6iqZc .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uPELw6iqZc .soc-item:hover .mbr-iconfont {
  color: #a0e1e1 !important;
}
.cid-uPELw6iqZc .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uPELw6iqZc .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uPELw6iqZc .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uPELw6iqZc .border-item {
  width: 100%;
  height: 1px;
  background-color: #7787a5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uPELw6iqZc .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uPELw6iqZc .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uPELw6iqZc .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uPELw6iqZc .copyright {
    margin-top: 1.5rem;
  }
}
