body {
  font-family: Rubik;
}

.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-tL0Boj7W5s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL0Boj7W5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL0Boj7W5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL0Boj7W5s .item {
  padding-bottom: 2rem;
}
.cid-tL0Boj7W5s .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tL0Boj7W5s .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tL0Boj7W5s .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-tL0Boj7W5s .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tL0Boj7W5s .carousel-control,
.cid-tL0Boj7W5s .close {
  background: #1b1b1b;
}
.cid-tL0Boj7W5s .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tL0Boj7W5s .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tL0Boj7W5s .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tL0Boj7W5s .carousel-control-next span {
  margin-left: 5px;
}
.cid-tL0Boj7W5s .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-tL0Boj7W5s .close::before {
  content: '\e91a';
}
.cid-tL0Boj7W5s .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tL0Boj7W5s .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-tL0Boj7W5s .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL0Boj7W5s .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL0Boj7W5s .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tL0Boj7W5s .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tL0Boj7W5s .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-tL0Boj7W5s .carousel-indicators li.active,
.cid-tL0Boj7W5s .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tL0Boj7W5s .carousel-indicators li::after,
.cid-tL0Boj7W5s .carousel-indicators li::before {
  content: none;
}
.cid-tL0Boj7W5s .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tL0Boj7W5s .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tL0Boj7W5s .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0Boj7W5s .carousel-indicators {
    display: none;
  }
}
.cid-tL0Boj7W5s .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tL0Boj7W5s .carousel-inner > .active {
  display: block;
}
.cid-tL0Boj7W5s .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL0Boj7W5s .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL0Boj7W5s .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tL0Boj7W5s .carousel-control,
  .cid-tL0Boj7W5s .carousel-indicators,
  .cid-tL0Boj7W5s .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tL0Boj7W5s .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tL0Boj7W5s .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL0Boj7W5s .carousel-indicators .active,
.cid-tL0Boj7W5s .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tL0Boj7W5s .carousel-indicators .active {
  background: #fff;
}
.cid-tL0Boj7W5s .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tL0Boj7W5s .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tL0Boj7W5s .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL0Boj7W5s .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tL0Boj7W5s .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tL0Boj7W5s .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tL0Boj7W5s .carousel {
  width: 100%;
}
.cid-tL0Boj7W5s .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tL0Boj7W5s .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tL0Boj7W5s .modal.fade .modal-dialog,
.cid-tL0Boj7W5s .modal.in .modal-dialog {
  transform: none;
}
.cid-tL0Boj7W5s .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tL0Boj7W5s H6 {
  text-align: center;
}
.cid-txYKb8AbkT {
  z-index: 1000;
  width: 100%;
}
.cid-txYKb8AbkT nav.navbar {
  position: fixed;
}
.cid-txYKb8AbkT .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-txYKb8AbkT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txYKb8AbkT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txYKb8AbkT .dropdown-item:hover,
.cid-txYKb8AbkT .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-txYKb8AbkT .dropdown-item:hover span {
  color: white;
}
.cid-txYKb8AbkT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txYKb8AbkT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txYKb8AbkT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txYKb8AbkT .nav-link {
  position: relative;
}
.cid-txYKb8AbkT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown-menu,
.cid-txYKb8AbkT .navbar.opened {
  background: #ffffff !important;
}
.cid-txYKb8AbkT .nav-item:focus,
.cid-txYKb8AbkT .nav-link:focus {
  outline: none;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txYKb8AbkT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txYKb8AbkT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-txYKb8AbkT .navbar.opened {
  transition: all 0.3s;
}
.cid-txYKb8AbkT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txYKb8AbkT .navbar .navbar-logo img {
  width: auto;
}
.cid-txYKb8AbkT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar.collapsed {
  justify-content: center;
}
.cid-txYKb8AbkT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txYKb8AbkT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txYKb8AbkT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txYKb8AbkT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txYKb8AbkT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txYKb8AbkT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txYKb8AbkT .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-txYKb8AbkT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txYKb8AbkT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txYKb8AbkT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txYKb8AbkT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txYKb8AbkT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txYKb8AbkT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txYKb8AbkT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txYKb8AbkT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txYKb8AbkT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txYKb8AbkT .dropdown-item.active,
.cid-txYKb8AbkT .dropdown-item:active {
  background-color: transparent;
}
.cid-txYKb8AbkT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txYKb8AbkT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txYKb8AbkT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txYKb8AbkT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txYKb8AbkT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txYKb8AbkT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txYKb8AbkT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txYKb8AbkT .navbar {
    height: 70px;
  }
  .cid-txYKb8AbkT .navbar.opened {
    height: auto;
  }
  .cid-txYKb8AbkT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txZOfQLhJX {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-txZOfQLhJX .carousel {
  width: 100%;
}
.cid-txZOfQLhJX .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-txZOfQLhJX .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-txZOfQLhJX .mbr-overlay {
  z-index: 1;
}
.cid-txZOfQLhJX .carousel-caption {
  bottom: 40px;
}
.cid-txZOfQLhJX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-txZOfQLhJX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-txZOfQLhJX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-txZOfQLhJX .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-txZOfQLhJX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-txZOfQLhJX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-txZOfQLhJX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-txZOfQLhJX .carousel-control {
  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-txZOfQLhJX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txZOfQLhJX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txZOfQLhJX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txZOfQLhJX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-txZOfQLhJX .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-txZOfQLhJX .carousel-indicators li.active,
.cid-txZOfQLhJX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txZOfQLhJX .carousel-indicators li::after,
.cid-txZOfQLhJX .carousel-indicators li::before {
  content: none;
}
.cid-txZOfQLhJX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txZOfQLhJX .carousel-indicators {
    display: none !important;
  }
}
.cid-ty0dMtrq0K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty0dMtrq0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0dMtrq0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0dMtrq0K .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ty0dMtrq0K .card-wrapper {
  background-color: #f9feff;
  border-radius: 4px;
}
.cid-ty0dMtrq0K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ty0dMtrq0K .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ty0dMtrq0K .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ty0dMtrq0K .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ty0dMtrq0K .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ty0dMtrq0K .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ty0dMtrq0K .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ty0dMtrq0K .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tyhAiv1cer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyhAiv1cer .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyhAiv1cer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyhAiv1cer .item {
  padding-bottom: 2rem;
}
.cid-tyhAiv1cer .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyhAiv1cer .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyhAiv1cer .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-tyhAiv1cer .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyhAiv1cer .carousel-control,
.cid-tyhAiv1cer .close {
  background: #1b1b1b;
}
.cid-tyhAiv1cer .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyhAiv1cer .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyhAiv1cer .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyhAiv1cer .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyhAiv1cer .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-tyhAiv1cer .close::before {
  content: '\e91a';
}
.cid-tyhAiv1cer .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyhAiv1cer .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-tyhAiv1cer .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyhAiv1cer .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyhAiv1cer .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyhAiv1cer .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyhAiv1cer .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-tyhAiv1cer .carousel-indicators li.active,
.cid-tyhAiv1cer .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyhAiv1cer .carousel-indicators li::after,
.cid-tyhAiv1cer .carousel-indicators li::before {
  content: none;
}
.cid-tyhAiv1cer .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyhAiv1cer .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyhAiv1cer .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyhAiv1cer .carousel-indicators {
    display: none;
  }
}
.cid-tyhAiv1cer .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyhAiv1cer .carousel-inner > .active {
  display: block;
}
.cid-tyhAiv1cer .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyhAiv1cer .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyhAiv1cer .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyhAiv1cer .carousel-control,
  .cid-tyhAiv1cer .carousel-indicators,
  .cid-tyhAiv1cer .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyhAiv1cer .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyhAiv1cer .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyhAiv1cer .carousel-indicators .active,
.cid-tyhAiv1cer .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyhAiv1cer .carousel-indicators .active {
  background: #fff;
}
.cid-tyhAiv1cer .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyhAiv1cer .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyhAiv1cer .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyhAiv1cer .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyhAiv1cer .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyhAiv1cer .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyhAiv1cer .carousel {
  width: 100%;
}
.cid-tyhAiv1cer .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyhAiv1cer .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyhAiv1cer .modal.fade .modal-dialog,
.cid-tyhAiv1cer .modal.in .modal-dialog {
  transform: none;
}
.cid-tyhAiv1cer .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyhAiv1cer H6 {
  text-align: center;
}
.cid-tyhC3SbXzS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyhC3SbXzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyhC3SbXzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyhC3SbXzS .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tyhC3SbXzS .card-wrapper {
  background-color: #f9feff;
  border-radius: 4px;
}
.cid-tyhC3SbXzS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tyhC3SbXzS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tyhC3SbXzS .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tyhC3SbXzS .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tyhC3SbXzS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyhC3SbXzS .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tyhC3SbXzS .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyhC3SbXzS .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tyhCluLuyt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyhCluLuyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyhCluLuyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyhCluLuyt .item {
  padding-bottom: 2rem;
}
.cid-tyhCluLuyt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyhCluLuyt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyhCluLuyt .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-tyhCluLuyt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyhCluLuyt .carousel-control,
.cid-tyhCluLuyt .close {
  background: #1b1b1b;
}
.cid-tyhCluLuyt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyhCluLuyt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyhCluLuyt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyhCluLuyt .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyhCluLuyt .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-tyhCluLuyt .close::before {
  content: '\e91a';
}
.cid-tyhCluLuyt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyhCluLuyt .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-tyhCluLuyt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyhCluLuyt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyhCluLuyt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyhCluLuyt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyhCluLuyt .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-tyhCluLuyt .carousel-indicators li.active,
.cid-tyhCluLuyt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyhCluLuyt .carousel-indicators li::after,
.cid-tyhCluLuyt .carousel-indicators li::before {
  content: none;
}
.cid-tyhCluLuyt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyhCluLuyt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyhCluLuyt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyhCluLuyt .carousel-indicators {
    display: none;
  }
}
.cid-tyhCluLuyt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyhCluLuyt .carousel-inner > .active {
  display: block;
}
.cid-tyhCluLuyt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyhCluLuyt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyhCluLuyt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyhCluLuyt .carousel-control,
  .cid-tyhCluLuyt .carousel-indicators,
  .cid-tyhCluLuyt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyhCluLuyt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyhCluLuyt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyhCluLuyt .carousel-indicators .active,
.cid-tyhCluLuyt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyhCluLuyt .carousel-indicators .active {
  background: #fff;
}
.cid-tyhCluLuyt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyhCluLuyt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyhCluLuyt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyhCluLuyt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyhCluLuyt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyhCluLuyt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyhCluLuyt .carousel {
  width: 100%;
}
.cid-tyhCluLuyt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyhCluLuyt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyhCluLuyt .modal.fade .modal-dialog,
.cid-tyhCluLuyt .modal.in .modal-dialog {
  transform: none;
}
.cid-tyhCluLuyt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyhCluLuyt H6 {
  text-align: center;
}
.cid-tyhIIL6WVw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyhIIL6WVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyhIIL6WVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyhIIL6WVw .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tyhIIL6WVw .card-wrapper {
  background-color: #f9feff;
  border-radius: 4px;
}
.cid-tyhIIL6WVw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tyhIIL6WVw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tyhIIL6WVw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tyhIIL6WVw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tyhIIL6WVw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyhIIL6WVw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tyhIIL6WVw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyhIIL6WVw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tyhCuuiE1p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyhCuuiE1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyhCuuiE1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyhCuuiE1p .item {
  padding-bottom: 2rem;
}
.cid-tyhCuuiE1p .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyhCuuiE1p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyhCuuiE1p .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-tyhCuuiE1p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyhCuuiE1p .carousel-control,
.cid-tyhCuuiE1p .close {
  background: #1b1b1b;
}
.cid-tyhCuuiE1p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyhCuuiE1p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyhCuuiE1p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyhCuuiE1p .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyhCuuiE1p .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-tyhCuuiE1p .close::before {
  content: '\e91a';
}
.cid-tyhCuuiE1p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyhCuuiE1p .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-tyhCuuiE1p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyhCuuiE1p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyhCuuiE1p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyhCuuiE1p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyhCuuiE1p .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-tyhCuuiE1p .carousel-indicators li.active,
.cid-tyhCuuiE1p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyhCuuiE1p .carousel-indicators li::after,
.cid-tyhCuuiE1p .carousel-indicators li::before {
  content: none;
}
.cid-tyhCuuiE1p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyhCuuiE1p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyhCuuiE1p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyhCuuiE1p .carousel-indicators {
    display: none;
  }
}
.cid-tyhCuuiE1p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyhCuuiE1p .carousel-inner > .active {
  display: block;
}
.cid-tyhCuuiE1p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyhCuuiE1p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyhCuuiE1p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyhCuuiE1p .carousel-control,
  .cid-tyhCuuiE1p .carousel-indicators,
  .cid-tyhCuuiE1p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyhCuuiE1p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyhCuuiE1p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyhCuuiE1p .carousel-indicators .active,
.cid-tyhCuuiE1p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyhCuuiE1p .carousel-indicators .active {
  background: #fff;
}
.cid-tyhCuuiE1p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyhCuuiE1p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyhCuuiE1p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyhCuuiE1p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyhCuuiE1p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyhCuuiE1p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyhCuuiE1p .carousel {
  width: 100%;
}
.cid-tyhCuuiE1p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyhCuuiE1p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyhCuuiE1p .modal.fade .modal-dialog,
.cid-tyhCuuiE1p .modal.in .modal-dialog {
  transform: none;
}
.cid-tyhCuuiE1p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyhCuuiE1p H6 {
  text-align: center;
}
.cid-tyhCqSju3L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyhCqSju3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyhCqSju3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyhCqSju3L .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tyhCqSju3L .card-wrapper {
  background-color: #f9feff;
  border-radius: 4px;
}
.cid-tyhCqSju3L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tyhCqSju3L .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tyhCqSju3L .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tyhCqSju3L .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tyhCqSju3L .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyhCqSju3L .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tyhCqSju3L .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyhCqSju3L .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tyhCrCK0Km {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyhCrCK0Km .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyhCrCK0Km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyhCrCK0Km .item {
  padding-bottom: 2rem;
}
.cid-tyhCrCK0Km .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyhCrCK0Km .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyhCrCK0Km .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-tyhCrCK0Km .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyhCrCK0Km .carousel-control,
.cid-tyhCrCK0Km .close {
  background: #1b1b1b;
}
.cid-tyhCrCK0Km .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyhCrCK0Km .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyhCrCK0Km .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyhCrCK0Km .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyhCrCK0Km .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-tyhCrCK0Km .close::before {
  content: '\e91a';
}
.cid-tyhCrCK0Km .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyhCrCK0Km .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-tyhCrCK0Km .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyhCrCK0Km .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyhCrCK0Km .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyhCrCK0Km .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyhCrCK0Km .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-tyhCrCK0Km .carousel-indicators li.active,
.cid-tyhCrCK0Km .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyhCrCK0Km .carousel-indicators li::after,
.cid-tyhCrCK0Km .carousel-indicators li::before {
  content: none;
}
.cid-tyhCrCK0Km .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyhCrCK0Km .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyhCrCK0Km .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyhCrCK0Km .carousel-indicators {
    display: none;
  }
}
.cid-tyhCrCK0Km .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyhCrCK0Km .carousel-inner > .active {
  display: block;
}
.cid-tyhCrCK0Km .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyhCrCK0Km .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyhCrCK0Km .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyhCrCK0Km .carousel-control,
  .cid-tyhCrCK0Km .carousel-indicators,
  .cid-tyhCrCK0Km .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyhCrCK0Km .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyhCrCK0Km .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyhCrCK0Km .carousel-indicators .active,
.cid-tyhCrCK0Km .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyhCrCK0Km .carousel-indicators .active {
  background: #fff;
}
.cid-tyhCrCK0Km .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyhCrCK0Km .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyhCrCK0Km .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyhCrCK0Km .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyhCrCK0Km .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyhCrCK0Km .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyhCrCK0Km .carousel {
  width: 100%;
}
.cid-tyhCrCK0Km .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyhCrCK0Km .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyhCrCK0Km .modal.fade .modal-dialog,
.cid-tyhCrCK0Km .modal.in .modal-dialog {
  transform: none;
}
.cid-tyhCrCK0Km .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyhCrCK0Km H6 {
  text-align: center;
}
.cid-ty0i6CGLyL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets55/images/whatsapp-image-2023-03-08-at-4.44.43-pm-2000x1500.jpg");
}
.cid-ty0i6CGLyL .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ty0i6CGLyL .content {
    text-align: center;
  }
  .cid-ty0i6CGLyL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ty0i6CGLyL .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-ty0i6CGLyL .form-group,
.cid-ty0i6CGLyL .input-group-btn {
  padding: 0;
}
.cid-ty0i6CGLyL .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ty0i6CGLyL .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ty0i6CGLyL .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ty0i6CGLyL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ty0i6CGLyL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ty0i6CGLyL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty0i6CGLyL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ty0i6CGLyL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty0i6CGLyL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty0i6CGLyL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty0i6CGLyL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ty0i6CGLyL .foot-logo {
    text-align: center !important;
  }
  .cid-ty0i6CGLyL .foot-title {
    text-align: center !important;
  }
  .cid-ty0i6CGLyL .mbr-text {
    text-align: center !important;
  }
  .cid-ty0i6CGLyL .form-group {
    margin: 0;
  }
}
.cid-ty0i6CGLyL .foot-logo {
  text-align: center;
}
.cid-ty0i6CGLyL .copyright .mbr-text {
  color: #ffffff;
}
.cid-ty0i6CGLyL .foot-title {
  color: #ffffff;
}
.cid-ty0i6CGLyL .mbr-links-column {
  color: #ffffff;
}
.cid-txYKb8AbkT {
  z-index: 1000;
  width: 100%;
}
.cid-txYKb8AbkT nav.navbar {
  position: fixed;
}
.cid-txYKb8AbkT .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-txYKb8AbkT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txYKb8AbkT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txYKb8AbkT .dropdown-item:hover,
.cid-txYKb8AbkT .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-txYKb8AbkT .dropdown-item:hover span {
  color: white;
}
.cid-txYKb8AbkT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txYKb8AbkT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txYKb8AbkT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txYKb8AbkT .nav-link {
  position: relative;
}
.cid-txYKb8AbkT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown-menu,
.cid-txYKb8AbkT .navbar.opened {
  background: #ffffff !important;
}
.cid-txYKb8AbkT .nav-item:focus,
.cid-txYKb8AbkT .nav-link:focus {
  outline: none;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txYKb8AbkT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txYKb8AbkT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-txYKb8AbkT .navbar.opened {
  transition: all 0.3s;
}
.cid-txYKb8AbkT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txYKb8AbkT .navbar .navbar-logo img {
  width: auto;
}
.cid-txYKb8AbkT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar.collapsed {
  justify-content: center;
}
.cid-txYKb8AbkT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txYKb8AbkT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txYKb8AbkT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txYKb8AbkT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txYKb8AbkT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txYKb8AbkT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txYKb8AbkT .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-txYKb8AbkT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txYKb8AbkT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txYKb8AbkT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txYKb8AbkT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txYKb8AbkT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txYKb8AbkT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txYKb8AbkT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txYKb8AbkT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txYKb8AbkT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txYKb8AbkT .dropdown-item.active,
.cid-txYKb8AbkT .dropdown-item:active {
  background-color: transparent;
}
.cid-txYKb8AbkT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txYKb8AbkT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txYKb8AbkT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txYKb8AbkT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txYKb8AbkT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txYKb8AbkT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txYKb8AbkT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txYKb8AbkT .navbar {
    height: 70px;
  }
  .cid-txYKb8AbkT .navbar.opened {
    height: auto;
  }
  .cid-txYKb8AbkT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txZCstehLg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txZCstehLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZCstehLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-txZCstehLg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txZCstehLg .row {
  flex-direction: row-reverse;
}
.cid-txZCstehLg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txZCstehLg .text-wrapper {
    padding: 2rem;
  }
}
.cid-txZCt4M6vm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txZCt4M6vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZCt4M6vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-txZCt4M6vm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txZCt4M6vm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txZCt4M6vm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyaH3JCXiz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyaH3JCXiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyaH3JCXiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tyaH3JCXiz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyaH3JCXiz .row {
  flex-direction: row-reverse;
}
.cid-tyaH3JCXiz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyaH3JCXiz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyaH3JCXiz .mbr-section-title {
  text-align: center;
}
.cid-tyaH3JCXiz .mbr-text {
  text-align: center;
}
.cid-tyaH6pcai2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyaH6pcai2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyaH6pcai2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tyaH6pcai2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyaH6pcai2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyaH6pcai2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyaH6pcai2 .mbr-section-title DIV {
  text-align: center;
}
.cid-tyaH6pcai2 .mbr-section-title {
  text-align: center;
}
.cid-tyaH6pcai2 .mbr-text {
  text-align: center;
}
.cid-tyaH6Q6kQV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyaH6Q6kQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyaH6Q6kQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tyaH6Q6kQV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyaH6Q6kQV .row {
  flex-direction: row-reverse;
}
.cid-tyaH6Q6kQV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyaH6Q6kQV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyaH6Q6kQV .mbr-section-title {
  text-align: center;
}
.cid-tyaH6Q6kQV .mbr-text {
  text-align: center;
}
.cid-txZCs1tlL8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txZCs1tlL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZCs1tlL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-txZCs1tlL8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txZCs1tlL8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txZCs1tlL8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-txZCs1tlL8 .mbr-section-title {
  text-align: center;
}
.cid-ty0iatyYfr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets55/images/whatsapp-image-2023-03-08-at-4.44.43-pm-2000x1500.jpg");
}
.cid-ty0iatyYfr .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ty0iatyYfr .content {
    text-align: center;
  }
  .cid-ty0iatyYfr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ty0iatyYfr .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-ty0iatyYfr .form-group,
.cid-ty0iatyYfr .input-group-btn {
  padding: 0;
}
.cid-ty0iatyYfr .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ty0iatyYfr .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ty0iatyYfr .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ty0iatyYfr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ty0iatyYfr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ty0iatyYfr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty0iatyYfr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ty0iatyYfr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty0iatyYfr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty0iatyYfr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty0iatyYfr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ty0iatyYfr .foot-logo {
    text-align: center !important;
  }
  .cid-ty0iatyYfr .foot-title {
    text-align: center !important;
  }
  .cid-ty0iatyYfr .mbr-text {
    text-align: center !important;
  }
  .cid-ty0iatyYfr .form-group {
    margin: 0;
  }
}
.cid-ty0iatyYfr .foot-logo {
  text-align: center;
}
.cid-ty0iatyYfr .copyright .mbr-text {
  color: #ffffff;
}
.cid-ty0iatyYfr .foot-title {
  color: #ffffff;
}
.cid-ty0iatyYfr .mbr-links-column {
  color: #ffffff;
}
.cid-txYKb8AbkT {
  z-index: 1000;
  width: 100%;
}
.cid-txYKb8AbkT nav.navbar {
  position: fixed;
}
.cid-txYKb8AbkT .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-txYKb8AbkT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txYKb8AbkT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txYKb8AbkT .dropdown-item:hover,
.cid-txYKb8AbkT .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-txYKb8AbkT .dropdown-item:hover span {
  color: white;
}
.cid-txYKb8AbkT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txYKb8AbkT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txYKb8AbkT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txYKb8AbkT .nav-link {
  position: relative;
}
.cid-txYKb8AbkT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown-menu,
.cid-txYKb8AbkT .navbar.opened {
  background: #ffffff !important;
}
.cid-txYKb8AbkT .nav-item:focus,
.cid-txYKb8AbkT .nav-link:focus {
  outline: none;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txYKb8AbkT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txYKb8AbkT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-txYKb8AbkT .navbar.opened {
  transition: all 0.3s;
}
.cid-txYKb8AbkT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txYKb8AbkT .navbar .navbar-logo img {
  width: auto;
}
.cid-txYKb8AbkT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar.collapsed {
  justify-content: center;
}
.cid-txYKb8AbkT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txYKb8AbkT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txYKb8AbkT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txYKb8AbkT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txYKb8AbkT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txYKb8AbkT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txYKb8AbkT .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-txYKb8AbkT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txYKb8AbkT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txYKb8AbkT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txYKb8AbkT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txYKb8AbkT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txYKb8AbkT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txYKb8AbkT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txYKb8AbkT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txYKb8AbkT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txYKb8AbkT .dropdown-item.active,
.cid-txYKb8AbkT .dropdown-item:active {
  background-color: transparent;
}
.cid-txYKb8AbkT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txYKb8AbkT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txYKb8AbkT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txYKb8AbkT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txYKb8AbkT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txYKb8AbkT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txYKb8AbkT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txYKb8AbkT .navbar {
    height: 70px;
  }
  .cid-txYKb8AbkT .navbar.opened {
    height: auto;
  }
  .cid-txYKb8AbkT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txZYpppUyZ {
  background-image: url("../../../assets55/images/qu1a7398-2000x1333.jpg");
}
.cid-txZYpppUyZ .form-control,
.cid-txZYpppUyZ .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-txZYpppUyZ .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#cccccc, #55b4d4);
  border: none;
}
.cid-txZYpppUyZ textarea.form-control {
  min-height: 188px;
}
.cid-txZYpppUyZ .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-txZYpppUyZ .content-container {
    padding-right: 5rem;
  }
}
.cid-txZYpppUyZ H1 {
  text-align: center;
}
.cid-txZ4Df6B7o {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txZ4Df6B7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZ4Df6B7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZ4Df6B7o .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txZ4Df6B7o .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-txZ4Df6B7o .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txZ4Df6B7o .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txZ4Df6B7o .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #149dcc;
}
.cid-txZYZ6HjNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txZYZ6HjNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZYZ6HjNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZYZ6HjNx .google-map {
  height: 350px;
  position: relative;
}
.cid-txZYZ6HjNx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txZYZ6HjNx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txZYZ6HjNx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txZYZ6HjNx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txZ4JC0dEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txZ4JC0dEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZ4JC0dEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZ4JC0dEv .google-map {
  height: 350px;
  position: relative;
}
.cid-txZ4JC0dEv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txZ4JC0dEv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txZ4JC0dEv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txZ4JC0dEv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ty0iDe8CZY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets55/images/whatsapp-image-2023-03-08-at-4.44.43-pm-2000x1500.jpg");
}
.cid-ty0iDe8CZY .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ty0iDe8CZY .content {
    text-align: center;
  }
  .cid-ty0iDe8CZY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ty0iDe8CZY .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-ty0iDe8CZY .form-group,
.cid-ty0iDe8CZY .input-group-btn {
  padding: 0;
}
.cid-ty0iDe8CZY .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ty0iDe8CZY .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ty0iDe8CZY .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ty0iDe8CZY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ty0iDe8CZY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ty0iDe8CZY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty0iDe8CZY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ty0iDe8CZY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty0iDe8CZY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty0iDe8CZY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty0iDe8CZY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ty0iDe8CZY .foot-logo {
    text-align: center !important;
  }
  .cid-ty0iDe8CZY .foot-title {
    text-align: center !important;
  }
  .cid-ty0iDe8CZY .mbr-text {
    text-align: center !important;
  }
  .cid-ty0iDe8CZY .form-group {
    margin: 0;
  }
}
.cid-ty0iDe8CZY .foot-logo {
  text-align: center;
}
.cid-ty0iDe8CZY .copyright .mbr-text {
  color: #ffffff;
}
.cid-ty0iDe8CZY .foot-title {
  color: #ffffff;
}
.cid-ty0iDe8CZY .mbr-links-column {
  color: #ffffff;
}
.cid-txYKb8AbkT {
  z-index: 1000;
  width: 100%;
}
.cid-txYKb8AbkT nav.navbar {
  position: fixed;
}
.cid-txYKb8AbkT .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-txYKb8AbkT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txYKb8AbkT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txYKb8AbkT .dropdown-item:hover,
.cid-txYKb8AbkT .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-txYKb8AbkT .dropdown-item:hover span {
  color: white;
}
.cid-txYKb8AbkT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txYKb8AbkT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txYKb8AbkT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txYKb8AbkT .nav-link {
  position: relative;
}
.cid-txYKb8AbkT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown-menu,
.cid-txYKb8AbkT .navbar.opened {
  background: #ffffff !important;
}
.cid-txYKb8AbkT .nav-item:focus,
.cid-txYKb8AbkT .nav-link:focus {
  outline: none;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txYKb8AbkT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txYKb8AbkT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-txYKb8AbkT .navbar.opened {
  transition: all 0.3s;
}
.cid-txYKb8AbkT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txYKb8AbkT .navbar .navbar-logo img {
  width: auto;
}
.cid-txYKb8AbkT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar.collapsed {
  justify-content: center;
}
.cid-txYKb8AbkT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txYKb8AbkT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txYKb8AbkT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txYKb8AbkT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txYKb8AbkT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txYKb8AbkT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txYKb8AbkT .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-txYKb8AbkT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txYKb8AbkT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txYKb8AbkT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txYKb8AbkT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txYKb8AbkT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txYKb8AbkT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txYKb8AbkT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txYKb8AbkT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txYKb8AbkT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txYKb8AbkT .dropdown-item.active,
.cid-txYKb8AbkT .dropdown-item:active {
  background-color: transparent;
}
.cid-txYKb8AbkT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txYKb8AbkT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txYKb8AbkT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txYKb8AbkT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txYKb8AbkT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txYKb8AbkT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txYKb8AbkT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txYKb8AbkT .navbar {
    height: 70px;
  }
  .cid-txYKb8AbkT .navbar.opened {
    height: auto;
  }
  .cid-txYKb8AbkT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txZ0lKdIm1 {
  background-image: url("../../../assets55/images/whatsapp-image-2023-03-08-at-4.44.42-pm-1900x1425.jpg");
}
.cid-txZ0lKdIm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZ0lKdIm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZ0lKdIm1 .mbr-section-title {
  color: #ffffff;
}
.cid-txZ0lKdIm1 .mbr-text,
.cid-txZ0lKdIm1 .mbr-section-btn {
  color: #ffffff;
}
.cid-txZ8da5ivd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txZ8da5ivd p {
  color: #767676;
}
.cid-txZ8da5ivd .mbr-section-subtitle {
  color: #767676;
}
.cid-txZ8da5ivd .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-txZ8da5ivd .panel-group {
  width: 100%;
}
.cid-txZ8da5ivd .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-txZ8da5ivd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-txZ8da5ivd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-txZ8da5ivd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-txZ8da5ivd .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-txZ8da5ivd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-txZ8da5ivd .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-txZ8da5ivd .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-txZ7JIezmK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-txZ7JIezmK .title {
  margin-bottom: 2rem;
}
.cid-txZ7JIezmK .mbr-section-subtitle {
  color: #767676;
}
.cid-txZ7JIezmK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-txZ7JIezmK a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-txZ7JIezmK textarea.form-control {
  min-height: 188px;
}
.cid-ty0iKGF9G4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets55/images/whatsapp-image-2023-03-08-at-4.44.43-pm-2000x1500.jpg");
}
.cid-ty0iKGF9G4 .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ty0iKGF9G4 .content {
    text-align: center;
  }
  .cid-ty0iKGF9G4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ty0iKGF9G4 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-ty0iKGF9G4 .form-group,
.cid-ty0iKGF9G4 .input-group-btn {
  padding: 0;
}
.cid-ty0iKGF9G4 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ty0iKGF9G4 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ty0iKGF9G4 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ty0iKGF9G4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ty0iKGF9G4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ty0iKGF9G4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty0iKGF9G4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ty0iKGF9G4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty0iKGF9G4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty0iKGF9G4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty0iKGF9G4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ty0iKGF9G4 .foot-logo {
    text-align: center !important;
  }
  .cid-ty0iKGF9G4 .foot-title {
    text-align: center !important;
  }
  .cid-ty0iKGF9G4 .mbr-text {
    text-align: center !important;
  }
  .cid-ty0iKGF9G4 .form-group {
    margin: 0;
  }
}
.cid-ty0iKGF9G4 .foot-logo {
  text-align: center;
}
.cid-ty0iKGF9G4 .copyright .mbr-text {
  color: #ffffff;
}
.cid-ty0iKGF9G4 .foot-title {
  color: #ffffff;
}
.cid-ty0iKGF9G4 .mbr-links-column {
  color: #ffffff;
}
.cid-txYKb8AbkT {
  z-index: 1000;
  width: 100%;
}
.cid-txYKb8AbkT nav.navbar {
  position: fixed;
}
.cid-txYKb8AbkT .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-txYKb8AbkT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txYKb8AbkT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txYKb8AbkT .dropdown-item:hover,
.cid-txYKb8AbkT .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-txYKb8AbkT .dropdown-item:hover span {
  color: white;
}
.cid-txYKb8AbkT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txYKb8AbkT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txYKb8AbkT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txYKb8AbkT .nav-link {
  position: relative;
}
.cid-txYKb8AbkT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txYKb8AbkT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown-menu,
.cid-txYKb8AbkT .navbar.opened {
  background: #ffffff !important;
}
.cid-txYKb8AbkT .nav-item:focus,
.cid-txYKb8AbkT .nav-link:focus {
  outline: none;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txYKb8AbkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txYKb8AbkT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txYKb8AbkT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txYKb8AbkT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-txYKb8AbkT .navbar.opened {
  transition: all 0.3s;
}
.cid-txYKb8AbkT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txYKb8AbkT .navbar .navbar-logo img {
  width: auto;
}
.cid-txYKb8AbkT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar.collapsed {
  justify-content: center;
}
.cid-txYKb8AbkT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txYKb8AbkT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txYKb8AbkT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txYKb8AbkT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txYKb8AbkT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txYKb8AbkT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txYKb8AbkT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txYKb8AbkT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txYKb8AbkT .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-txYKb8AbkT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txYKb8AbkT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txYKb8AbkT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txYKb8AbkT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txYKb8AbkT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txYKb8AbkT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txYKb8AbkT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txYKb8AbkT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txYKb8AbkT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txYKb8AbkT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txYKb8AbkT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txYKb8AbkT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txYKb8AbkT .dropdown-item.active,
.cid-txYKb8AbkT .dropdown-item:active {
  background-color: transparent;
}
.cid-txYKb8AbkT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txYKb8AbkT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txYKb8AbkT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txYKb8AbkT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txYKb8AbkT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txYKb8AbkT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txYKb8AbkT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYKb8AbkT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txYKb8AbkT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYKb8AbkT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txYKb8AbkT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txYKb8AbkT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txYKb8AbkT .navbar {
    height: 70px;
  }
  .cid-txYKb8AbkT .navbar.opened {
    height: auto;
  }
  .cid-txYKb8AbkT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txYKcFb8bq {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-txYKcFb8bq .carousel {
  width: 100%;
}
.cid-txYKcFb8bq .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-txYKcFb8bq .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-txYKcFb8bq .mbr-overlay {
  z-index: 1;
}
.cid-txYKcFb8bq .carousel-caption {
  bottom: 40px;
}
.cid-txYKcFb8bq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-txYKcFb8bq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-txYKcFb8bq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-txYKcFb8bq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-txYKcFb8bq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-txYKcFb8bq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-txYKcFb8bq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-txYKcFb8bq .carousel-control {
  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-txYKcFb8bq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txYKcFb8bq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txYKcFb8bq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txYKcFb8bq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-txYKcFb8bq .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-txYKcFb8bq .carousel-indicators li.active,
.cid-txYKcFb8bq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txYKcFb8bq .carousel-indicators li::after,
.cid-txYKcFb8bq .carousel-indicators li::before {
  content: none;
}
.cid-txYKcFb8bq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txYKcFb8bq .carousel-indicators {
    display: none !important;
  }
}
.cid-txYKZKqdf1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-txYKZKqdf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYKZKqdf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txYKZKqdf1 .item {
  padding-bottom: 2rem;
}
.cid-txYKZKqdf1 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-txYKZKqdf1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-txYKZKqdf1 .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-txYKZKqdf1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txYKZKqdf1 .carousel-control,
.cid-txYKZKqdf1 .close {
  background: #1b1b1b;
}
.cid-txYKZKqdf1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txYKZKqdf1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txYKZKqdf1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txYKZKqdf1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-txYKZKqdf1 .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-txYKZKqdf1 .close::before {
  content: '\e91a';
}
.cid-txYKZKqdf1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txYKZKqdf1 .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-txYKZKqdf1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txYKZKqdf1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txYKZKqdf1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txYKZKqdf1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txYKZKqdf1 .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-txYKZKqdf1 .carousel-indicators li.active,
.cid-txYKZKqdf1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txYKZKqdf1 .carousel-indicators li::after,
.cid-txYKZKqdf1 .carousel-indicators li::before {
  content: none;
}
.cid-txYKZKqdf1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txYKZKqdf1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txYKZKqdf1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txYKZKqdf1 .carousel-indicators {
    display: none;
  }
}
.cid-txYKZKqdf1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txYKZKqdf1 .carousel-inner > .active {
  display: block;
}
.cid-txYKZKqdf1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txYKZKqdf1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txYKZKqdf1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txYKZKqdf1 .carousel-control,
  .cid-txYKZKqdf1 .carousel-indicators,
  .cid-txYKZKqdf1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txYKZKqdf1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txYKZKqdf1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txYKZKqdf1 .carousel-indicators .active,
.cid-txYKZKqdf1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txYKZKqdf1 .carousel-indicators .active {
  background: #fff;
}
.cid-txYKZKqdf1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txYKZKqdf1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txYKZKqdf1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txYKZKqdf1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txYKZKqdf1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txYKZKqdf1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txYKZKqdf1 .carousel {
  width: 100%;
}
.cid-txYKZKqdf1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txYKZKqdf1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txYKZKqdf1 .modal.fade .modal-dialog,
.cid-txYKZKqdf1 .modal.in .modal-dialog {
  transform: none;
}
.cid-txYKZKqdf1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txYKZKqdf1 H6 {
  text-align: center;
}
.cid-txYUvKMEpK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets55/images/qu1a7468-2000x1333.jpg");
}
.cid-txYUvKMEpK h2 {
  text-align: center;
}
.cid-txYUvKMEpK h3 {
  text-align: center;
  font-weight: 300;
}
.cid-txYUvKMEpK p {
  color: #767676;
}
.cid-txYUvKMEpK img {
  object-fit: cover;
}
.cid-txYUvKMEpK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-txYUvKMEpK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-txYUvKMEpK .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-txYUvKMEpK .mbr-section-subtitle {
  color: #767676;
}
.cid-txYUvKMEpK .card-title {
  font-weight: 500;
}
.cid-txYUvKMEpK .card-img {
  text-align: inherit;
}
.cid-txYUvKMEpK .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-txYUvKMEpK .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-txYUvKMEpK .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-txYUvKMEpK .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-txYUvKMEpK .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-txYUvKMEpK .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-txYUvKMEpK .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-txYUskNIs0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-txYUskNIs0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-txYUskNIs0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txYUskNIs0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txYUskNIs0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-txYUskNIs0 .row > .row {
  display: block;
}
.cid-txYUskNIs0 .mbr-gallery-item {
  width: 100%;
}
.cid-txYUskNIs0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #149dcc) !important;
}
.cid-txYUskNIs0 .mbr-gallery-item > div {
  position: relative;
}
.cid-txYUskNIs0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-txYUskNIs0 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-txYUskNIs0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-txYUskNIs0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #149dcc) !important;
}
.cid-txYPPJl83B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets55/images/whatsapp-image-2023-03-08-at-4.44.43-pm-2000x1500.jpg");
}
.cid-txYPPJl83B .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txYPPJl83B .content {
    text-align: center;
  }
  .cid-txYPPJl83B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txYPPJl83B .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-txYPPJl83B .form-group,
.cid-txYPPJl83B .input-group-btn {
  padding: 0;
}
.cid-txYPPJl83B .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-txYPPJl83B .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-txYPPJl83B .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-txYPPJl83B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txYPPJl83B .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-txYPPJl83B .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txYPPJl83B .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-txYPPJl83B .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txYPPJl83B .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txYPPJl83B .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txYPPJl83B .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-txYPPJl83B .foot-logo {
    text-align: center !important;
  }
  .cid-txYPPJl83B .foot-title {
    text-align: center !important;
  }
  .cid-txYPPJl83B .mbr-text {
    text-align: center !important;
  }
  .cid-txYPPJl83B .form-group {
    margin: 0;
  }
}
.cid-txYPPJl83B .foot-logo {
  text-align: center;
}
.cid-txYPPJl83B .copyright .mbr-text {
  color: #ffffff;
}
.cid-txYPPJl83B .foot-title {
  color: #ffffff;
}
.cid-txYPPJl83B .mbr-links-column {
  color: #ffffff;
}
