.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #d70081 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #45592e;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #45592e !important;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d70081 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c4d6b0;
  color: #c4d6b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99b877 !important;
  background-color: transparent !important;
  border-color: #99b877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #45592e !important;
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d70081 !important;
}
.text-secondary {
  color: #c4d6b0 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #710044 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92b36d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d70081;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d70081;
  border-color: #d70081;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d70081;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'EB Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d70081 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #d70081;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d70081;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d70081;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d70081;
  border-bottom-color: #d70081;
}
.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: #d70081 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c4d6b0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d70081' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .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;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #050f0f;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050f0f;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #050f0f !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #050f0f !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #050f0f;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvazzkAVZC {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uvazzkAVZC {
    padding: 26px;
  }
}
.cid-uvazzkAVZC .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uvazzkAVZC .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uvazzkAVZC .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uvazzkAVZC .container {
    padding: 26px;
  }
}
.cid-uvazzkAVZC .container-fluid,
.cid-uvazzkAVZC .container {
  background-image: url("../../../assets/images/carousel2-sep-26-mobile-1736x822.jpeg");
  background-size: cover;
}
.cid-uvazzkAVZC .container-fluid .mbr-fallback-image.disabled,
.cid-uvazzkAVZC .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvazzkAVZC .container-fluid .mbr-fallback-image,
.cid-uvazzkAVZC .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvazzkAVZC .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uvazzkAVZC .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uvazzkAVZC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvazzkAVZC .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uvazzkAVZC .mbr-section-title {
  color: #ffffff;
}
.cid-uvazzkAVZC .mbr-text {
  color: #ffffff;
}
.cid-uvaBlx4jRi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bae1b3;
}
.cid-uvaBlx4jRi .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcee 0, #ffeb69 43%, #ffa600 100%);
}
.cid-uvaBlx4jRi .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcee 0, #ffeb69 43%, #ffa600 100%);
}
.cid-uvaBlx4jRi .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcee 0, #ffeb69 43%, #ffa600 100%);
}
.cid-uvaBlx4jRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaBlx4jRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvaBlx4jRi .container {
    padding: 0 30px;
  }
}
.cid-uvaBlx4jRi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvaBlx4jRi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uvaBlx4jRi .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvaBlx4jRi .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uvaBlx4jRi .mbr-section-title {
  color: #ffffff;
}
.cid-uvaBlx4jRi .mbr-text,
.cid-uvaBlx4jRi .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uvaBlx4jRi .mbr-section-title,
.cid-uvaBlx4jRi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvaBJsiugi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvaBJsiugi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaBJsiugi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvaBJsiugi .container {
    padding: 0 30px;
  }
}
.cid-uvaBJsiugi .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 992px) {
  .cid-uvaBJsiugi .content-wrapper {
    display: block;
  }
}
.cid-uvaBJsiugi .content-wrapper .card {
  justify-content: center;
}
.cid-uvaBJsiugi .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvaBJsiugi .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvaBJsiugi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvaBJsiugi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvaBJsiugi .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvaBJsiugi .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvaBJsiugi .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-uvaBJsiugi .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvaBJsiugi .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvaBJsiugi .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvaBJsiugi .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvaBJsiugi .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvaBJsiugi .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvaBJsiugi .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-uvaBJsiugi .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvaBJsiugi .mbr-section-title {
  color: #144031;
}
.cid-uvaBJsiugi .mbr-text {
  color: #f7f7f7;
}
.cid-uvaBJsiugi .list {
  color: #144031;
}
.cid-uvaBJsiugi .mbr-section-title,
.cid-uvaBJsiugi .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uvaCcPqsEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bae1b3;
}
.cid-uvaCcPqsEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaCcPqsEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvaCcPqsEk .container {
    padding: 0 22px;
  }
}
.cid-uvaCcPqsEk .row {
  justify-content: center;
}
.cid-uvaCcPqsEk .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvaCcPqsEk .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvaCcPqsEk .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uvaCcPqsEk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvaCcPqsEk .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvaCcPqsEk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvaCcPqsEk .mbr-section-title {
  color: #ffffff;
}
.cid-uvaCcPqsEk .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uvaCcPqsEk .mbr-section-title,
.cid-uvaCcPqsEk .icon-wrapper {
  text-align: center;
  color: #232323;
}
.cid-tZsab36GEu {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tZsab36GEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsab36GEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsab36GEu .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-tZsab36GEu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-tZsab36GEu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-tZsab36GEu {
    align-items: center;
  }
  .cid-tZsab36GEu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZsab36GEu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZsab36GEu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZsab36GEu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZsab36GEu .content-wrap {
    width: 100%;
  }
}
.cid-tZsab36GEu .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-tZsab36GEu .mbr-text,
.cid-tZsab36GEu .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-tZsab36GEu .mbr-section-title,
.cid-tZsab36GEu .line {
  color: #fffcee;
}
.cid-uI26xCHSoa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uI26xCHSoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI26xCHSoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI26xCHSoa .row {
  flex-direction: row-reverse;
}
.cid-uvaGVXd9DA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bae1b3;
}
.cid-uvaGVXd9DA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaGVXd9DA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvaGVXd9DA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uvaGVXd9DA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvaGVXd9DA .container {
    padding: 0 30px;
  }
}
.cid-uvaGVXd9DA .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uvaGVXd9DA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvaGVXd9DA .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uvaGVXd9DA .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uvaGVXd9DA .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uvaGVXd9DA .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uvaGVXd9DA .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uvaGVXd9DA .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uvaGVXd9DA .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvaGVXd9DA .mbr-section-title {
  color: #ffffff;
}
.cid-uvaGVXd9DA .mbr-card-title {
  color: #2b2b2b;
}
.cid-uvaGVXd9DA .mbr-text {
  color: #4E4E4E;
}
.cid-uvaGVXd9DA .mbr-number {
  color: #FE5115;
}
.cid-uv7uJpu1N2 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/107340518-1701263040125-gettyimages-1161832563-phillips-66-2000x1334.jpg");
}
.cid-uv7uJpu1N2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uv7uJpu1N2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7uJpu1N2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uv7uJpu1N2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7uJpu1N2 h1 {
  max-width: 800px;
}
.cid-uv7uJpu1N2 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uv7uJpu1N2 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.cid-uv7uJpu1N2 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uv7uJpu1N2 .btn div {
  overflow: hidden;
}
.cid-uv7uJpu1N2 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uv7uJpu1N2 {
    align-items: center;
  }
  .cid-uv7uJpu1N2 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uv7uJpu1N2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uv7uJpu1N2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uv7uJpu1N2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uv7uJpu1N2 .content-wrap {
    width: 100%;
  }
}
.cid-uv7uJpu1N2 .mbr-section-subtitle,
.cid-uv7uJpu1N2 .line {
  color: #291f1e;
}
.cid-uv7uJpu1N2 .mbr-text,
.cid-uv7uJpu1N2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uv7uJpu1N2 .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-uI26leisRe {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #bae1b3;
}
.cid-uI26leisRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI26leisRe .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uI26leisRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI26leisRe h1 {
  max-width: 800px;
}
.cid-uI26leisRe p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uI26leisRe .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #d70081 !important;
}
.cid-uI26leisRe .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uI26leisRe .btn div {
  overflow: hidden;
}
.cid-uI26leisRe .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uI26leisRe {
    align-items: center;
  }
  .cid-uI26leisRe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uI26leisRe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uI26leisRe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uI26leisRe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uI26leisRe .content-wrap {
    width: 100%;
  }
}
.cid-uI26leisRe .mbr-section-subtitle,
.cid-uI26leisRe .line {
  color: #291f1e;
}
.cid-uI26leisRe .mbr-text,
.cid-uI26leisRe .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uI26leisRe .mbr-section-title {
  color: #291f1e;
}
.cid-uI1UyOYnt2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI1UyOYnt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI1UyOYnt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI1UyOYnt2 .row {
  justify-content: center;
}
.cid-uI1UyOYnt2 .card {
  justify-content: center;
}
.cid-uI1UyOYnt2 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI1UyOYnt2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI1UyOYnt2 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap:hover,
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI1UyOYnt2 .list,
.cid-uI1UyOYnt2 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uv8aJrcU6U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uv8aJrcU6U .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;
}
@media (max-width: 767px) {
  .cid-uv8aJrcU6U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uv8aJrcU6U .btn {
  font-weight: 400;
}
.cid-uv8aJrcU6U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uv8aJrcU6U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uv8aJrcU6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uv8aJrcU6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv8aJrcU6U .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uv8aJrcU6U .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uv8aJrcU6U .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uv8aJrcU6U .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uv8aJrcU6U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uv8aJrcU6U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uv8aJrcU6U .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uv8aJrcU6U .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uv8aJrcU6U .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uv8aJrcU6U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uv8aJrcU6U .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uv8aJrcU6U .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uv8aJrcU6U .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uv8aJrcU6U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uv8aJrcU6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uv8aJrcU6U .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uv8aJrcU6U .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uv8aJrcU6U .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uv8aJrcU6U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uv8aJrcU6U .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #050f0f;
}
.cid-uv8aJrcU6U .nav-item:focus,
.cid-uv8aJrcU6U .nav-link:focus {
  outline: none;
}
.cid-uv8aJrcU6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv8aJrcU6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv8aJrcU6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv8aJrcU6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv8aJrcU6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv8aJrcU6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv8aJrcU6U .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uv8aJrcU6U .navbar.opened {
  transition: all 0.25s;
}
.cid-uv8aJrcU6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uv8aJrcU6U .navbar .navbar-logo img {
  width: auto;
}
.cid-uv8aJrcU6U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uv8aJrcU6U .navbar.collapsed {
  justify-content: center;
}
.cid-uv8aJrcU6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv8aJrcU6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uv8aJrcU6U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uv8aJrcU6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv8aJrcU6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv8aJrcU6U .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-uv8aJrcU6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv8aJrcU6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uv8aJrcU6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uv8aJrcU6U .navbar {
    min-height: 72px;
  }
  .cid-uv8aJrcU6U .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uv8aJrcU6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv8aJrcU6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv8aJrcU6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv8aJrcU6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uv8aJrcU6U .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-uv8aJrcU6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uv8aJrcU6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uv8aJrcU6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv8aJrcU6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uv8aJrcU6U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uv8aJrcU6U .dropdown-item.active,
.cid-uv8aJrcU6U .dropdown-item:active {
  background-color: transparent;
}
.cid-uv8aJrcU6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uv8aJrcU6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv8aJrcU6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv8aJrcU6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050f0f;
}
.cid-uv8aJrcU6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uv8aJrcU6U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uv8aJrcU6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uv8aJrcU6U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uv8aJrcU6U .navbar-buttons {
    text-align: left;
  }
}
.cid-uv8aJrcU6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uv8aJrcU6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uv8aJrcU6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv8aJrcU6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8aJrcU6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8aJrcU6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv8aJrcU6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8aJrcU6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv8aJrcU6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv8aJrcU6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8aJrcU6U .navbar-dropdown {
  padding: 0;
  background-color: #050f0f !important;
}
.cid-uv8aJrcU6U .opacityScroll {
  background: #050f0f !important;
}
.cid-uv8aJrcU6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uv8aJrcU6U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv8aJrcU6U .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uv8aJrcU6U .navbar {
    height: 70px;
  }
  .cid-uv8aJrcU6U .navbar.opened {
    height: auto;
  }
  .cid-uv8aJrcU6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uv8aJrcU6U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uv8aJrcU6U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uv8aJrcU6U .navbar-brand {
    margin-right: auto;
  }
  .cid-uv8aJrcU6U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #050f0f;
    backdrop-filter: blur(8px);
  }
  .cid-uv8aJrcU6U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uv8aJrcU6U .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uv8aJrcU6U .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uv8aJrcU6U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uv8aJrcU6U .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uv8aJrcU6U .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uv8aJrcU6U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uv9YPM5asd {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffeb69;
}
.cid-uv9YPM5asd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uv9YPM5asd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9YPM5asd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9YPM5asd .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uv9YPM5asd .content-wrap .card {
  justify-content: space-between;
}
.cid-uv9YPM5asd .content-wrapper {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uv9YPM5asd .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv9YPM5asd .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .cid-uv9YPM5asd .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv9YPM5asd .content-wrapper {
    padding: 0;
  }
}
.cid-uv9YPM5asd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv9YPM5asd .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uv9YPM5asd .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv9YPM5asd .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uv9YPM5asd .image-wrap {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uv9YPM5asd .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv9YPM5asd .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .cid-uv9YPM5asd .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv9YPM5asd .image-wrap {
    padding: 0;
  }
}
.cid-uv9YPM5asd .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv9YPM5asd .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uv9YPM5asd .mbr-section-title {
  color: #150764;
}
.cid-uv9YPM5asd .mbr-text {
  color: #150764;
}
.cid-uv9YPM5asd .mbr-section-title,
.cid-uv9YPM5asd .mbr-section-btn {
  color: #000000;
}
.cid-uv9Z9mQkHO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bae1b3;
}
.cid-uv9Z9mQkHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9Z9mQkHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9Z9mQkHO .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv9Z9mQkHO .content-wrapper {
    padding: 0;
  }
}
.cid-uv9Z9mQkHO .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uv9Z9mQkHO .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uv9Z9mQkHO .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uv9Z9mQkHO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv9Z9mQkHO .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uv9Z9mQkHO .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv9Z9mQkHO .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uv9Z9mQkHO .mbr-text,
.cid-uv9Z9mQkHO .text-wrapper {
  color: #050f0f;
}
.cid-uv9Z9mQkHO .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uv9Z9mQkHO .mbr-text,
.cid-uv9Z9mQkHO .text-wrapper,
.cid-uv9Z9mQkHO .rating-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI1UyOYnt2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI1UyOYnt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI1UyOYnt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI1UyOYnt2 .row {
  justify-content: center;
}
.cid-uI1UyOYnt2 .card {
  justify-content: center;
}
.cid-uI1UyOYnt2 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI1UyOYnt2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI1UyOYnt2 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap:hover,
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI1UyOYnt2 .list,
.cid-uI1UyOYnt2 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI2tvsGLpg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uI2tvsGLpg .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;
}
@media (max-width: 767px) {
  .cid-uI2tvsGLpg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uI2tvsGLpg .btn {
  font-weight: 400;
}
.cid-uI2tvsGLpg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI2tvsGLpg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uI2tvsGLpg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI2tvsGLpg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI2tvsGLpg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uI2tvsGLpg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uI2tvsGLpg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uI2tvsGLpg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uI2tvsGLpg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uI2tvsGLpg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uI2tvsGLpg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uI2tvsGLpg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uI2tvsGLpg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uI2tvsGLpg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uI2tvsGLpg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uI2tvsGLpg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uI2tvsGLpg .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uI2tvsGLpg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uI2tvsGLpg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uI2tvsGLpg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uI2tvsGLpg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI2tvsGLpg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uI2tvsGLpg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI2tvsGLpg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #050f0f;
}
.cid-uI2tvsGLpg .nav-item:focus,
.cid-uI2tvsGLpg .nav-link:focus {
  outline: none;
}
.cid-uI2tvsGLpg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2tvsGLpg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2tvsGLpg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI2tvsGLpg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tvsGLpg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2tvsGLpg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2tvsGLpg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uI2tvsGLpg .navbar.opened {
  transition: all 0.25s;
}
.cid-uI2tvsGLpg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI2tvsGLpg .navbar .navbar-logo img {
  width: auto;
}
.cid-uI2tvsGLpg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uI2tvsGLpg .navbar.collapsed {
  justify-content: center;
}
.cid-uI2tvsGLpg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI2tvsGLpg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI2tvsGLpg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uI2tvsGLpg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI2tvsGLpg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI2tvsGLpg .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-uI2tvsGLpg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI2tvsGLpg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI2tvsGLpg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uI2tvsGLpg .navbar {
    min-height: 72px;
  }
  .cid-uI2tvsGLpg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uI2tvsGLpg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI2tvsGLpg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI2tvsGLpg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI2tvsGLpg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI2tvsGLpg .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-uI2tvsGLpg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI2tvsGLpg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uI2tvsGLpg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI2tvsGLpg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI2tvsGLpg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uI2tvsGLpg .dropdown-item.active,
.cid-uI2tvsGLpg .dropdown-item:active {
  background-color: transparent;
}
.cid-uI2tvsGLpg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI2tvsGLpg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI2tvsGLpg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI2tvsGLpg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050f0f;
}
.cid-uI2tvsGLpg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uI2tvsGLpg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uI2tvsGLpg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI2tvsGLpg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uI2tvsGLpg .navbar-buttons {
    text-align: left;
  }
}
.cid-uI2tvsGLpg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI2tvsGLpg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uI2tvsGLpg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2tvsGLpg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tvsGLpg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tvsGLpg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2tvsGLpg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tvsGLpg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2tvsGLpg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2tvsGLpg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tvsGLpg .navbar-dropdown {
  padding: 0;
  background-color: #050f0f !important;
}
.cid-uI2tvsGLpg .opacityScroll {
  background: #050f0f !important;
}
.cid-uI2tvsGLpg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2tvsGLpg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI2tvsGLpg .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI2tvsGLpg .navbar {
    height: 70px;
  }
  .cid-uI2tvsGLpg .navbar.opened {
    height: auto;
  }
  .cid-uI2tvsGLpg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uI2tvsGLpg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uI2tvsGLpg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uI2tvsGLpg .navbar-brand {
    margin-right: auto;
  }
  .cid-uI2tvsGLpg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #050f0f;
    backdrop-filter: blur(8px);
  }
  .cid-uI2tvsGLpg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uI2tvsGLpg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uI2tvsGLpg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uI2tvsGLpg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI2tvsGLpg .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uI2tvsGLpg .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uI2tvsGLpg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uI2tvtqH5u {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffeb69;
}
.cid-uI2tvtqH5u .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uI2tvtqH5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2tvtqH5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2tvtqH5u .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uI2tvtqH5u .content-wrap .card {
  justify-content: space-between;
}
.cid-uI2tvtqH5u .content-wrapper {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uI2tvtqH5u .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uI2tvtqH5u .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .cid-uI2tvtqH5u .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uI2tvtqH5u .content-wrapper {
    padding: 0;
  }
}
.cid-uI2tvtqH5u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI2tvtqH5u .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uI2tvtqH5u .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uI2tvtqH5u .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uI2tvtqH5u .image-wrap {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uI2tvtqH5u .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uI2tvtqH5u .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .cid-uI2tvtqH5u .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uI2tvtqH5u .image-wrap {
    padding: 0;
  }
}
.cid-uI2tvtqH5u .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uI2tvtqH5u .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uI2tvtqH5u .mbr-section-title {
  color: #150764;
}
.cid-uI2tvtqH5u .mbr-text {
  color: #150764;
}
.cid-uI2tvtqH5u .mbr-section-title,
.cid-uI2tvtqH5u .mbr-section-btn {
  color: #000000;
}
.cid-uI2tvtKqgz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bae1b3;
}
.cid-uI2tvtKqgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2tvtKqgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2tvtKqgz .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uI2tvtKqgz .content-wrapper {
    padding: 0;
  }
}
.cid-uI2tvtKqgz .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uI2tvtKqgz .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uI2tvtKqgz .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uI2tvtKqgz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI2tvtKqgz .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uI2tvtKqgz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uI2tvtKqgz .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uI2tvtKqgz .mbr-text,
.cid-uI2tvtKqgz .text-wrapper {
  color: #050f0f;
}
.cid-uI2tvtKqgz .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uI2tvtKqgz .mbr-text,
.cid-uI2tvtKqgz .text-wrapper,
.cid-uI2tvtKqgz .rating-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI2tvu5EWD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI2tvu5EWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2tvu5EWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2tvu5EWD .row {
  justify-content: center;
}
.cid-uI2tvu5EWD .card {
  justify-content: center;
}
.cid-uI2tvu5EWD .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI2tvu5EWD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI2tvu5EWD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI2tvu5EWD .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI2tvu5EWD .nav-wrapper .list .item-wrap:hover,
.cid-uI2tvu5EWD .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI2tvu5EWD .list,
.cid-uI2tvu5EWD .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .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;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #050f0f;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050f0f;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #050f0f !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #050f0f !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #050f0f;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uI2uUSn5Nk {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uI2uUSn5Nk {
    padding: 26px;
  }
}
.cid-uI2uUSn5Nk .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uI2uUSn5Nk .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uI2uUSn5Nk .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uI2uUSn5Nk .container {
    padding: 26px;
  }
}
.cid-uI2uUSn5Nk .container-fluid,
.cid-uI2uUSn5Nk .container {
  background-image: url("../../../assets/images/jamie-kripke-gasstations-02copy-1500x1000.jpg");
  background-size: cover;
}
.cid-uI2uUSn5Nk .container-fluid .mbr-fallback-image.disabled,
.cid-uI2uUSn5Nk .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2uUSn5Nk .container-fluid .mbr-fallback-image,
.cid-uI2uUSn5Nk .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2uUSn5Nk .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uI2uUSn5Nk .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uI2uUSn5Nk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI2uUSn5Nk .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uI2uUSn5Nk .mbr-section-title {
  color: #ffffff;
}
.cid-uI2uUSn5Nk .mbr-text {
  color: #ffffff;
}
.cid-uv9WUCrIkN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #bae1b3;
}
.cid-uv9WUCrIkN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uv9WUCrIkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9WUCrIkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9WUCrIkN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uv9WUCrIkN .content-wrap .card {
  justify-content: space-between;
}
.cid-uv9WUCrIkN .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uv9WUCrIkN .content-wrapper {
    padding: 0;
  }
}
.cid-uv9WUCrIkN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uv9WUCrIkN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uv9WUCrIkN .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uv9WUCrIkN .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uv9WUCrIkN .mbr-desc,
.cid-uv9WUCrIkN .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uv9WUCrIkN .mbr-section-title,
.cid-uv9WUCrIkN .mbr-section-btn {
  color: #000000;
}
.cid-uI1UyOYnt2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI1UyOYnt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI1UyOYnt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI1UyOYnt2 .row {
  justify-content: center;
}
.cid-uI1UyOYnt2 .card {
  justify-content: center;
}
.cid-uI1UyOYnt2 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI1UyOYnt2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI1UyOYnt2 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap:hover,
.cid-uI1UyOYnt2 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI1UyOYnt2 .list,
.cid-uI1UyOYnt2 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI2wegC3Om {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uI2wegC3Om .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;
}
@media (max-width: 767px) {
  .cid-uI2wegC3Om .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uI2wegC3Om .btn {
  font-weight: 400;
}
.cid-uI2wegC3Om .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI2wegC3Om .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uI2wegC3Om .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI2wegC3Om .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI2wegC3Om .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uI2wegC3Om .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uI2wegC3Om .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uI2wegC3Om .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uI2wegC3Om .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uI2wegC3Om .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uI2wegC3Om .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uI2wegC3Om .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uI2wegC3Om .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uI2wegC3Om .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uI2wegC3Om .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uI2wegC3Om .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uI2wegC3Om .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uI2wegC3Om .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uI2wegC3Om .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uI2wegC3Om .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uI2wegC3Om .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI2wegC3Om .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uI2wegC3Om .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI2wegC3Om .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #050f0f;
}
.cid-uI2wegC3Om .nav-item:focus,
.cid-uI2wegC3Om .nav-link:focus {
  outline: none;
}
.cid-uI2wegC3Om .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2wegC3Om .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2wegC3Om .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI2wegC3Om .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2wegC3Om .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2wegC3Om .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2wegC3Om .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uI2wegC3Om .navbar.opened {
  transition: all 0.25s;
}
.cid-uI2wegC3Om .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI2wegC3Om .navbar .navbar-logo img {
  width: auto;
}
.cid-uI2wegC3Om .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uI2wegC3Om .navbar.collapsed {
  justify-content: center;
}
.cid-uI2wegC3Om .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI2wegC3Om .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI2wegC3Om .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uI2wegC3Om .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI2wegC3Om .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI2wegC3Om .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-uI2wegC3Om .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI2wegC3Om .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI2wegC3Om .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uI2wegC3Om .navbar {
    min-height: 72px;
  }
  .cid-uI2wegC3Om .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uI2wegC3Om .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI2wegC3Om .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI2wegC3Om .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI2wegC3Om .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI2wegC3Om .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-uI2wegC3Om .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI2wegC3Om .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uI2wegC3Om .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI2wegC3Om .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI2wegC3Om .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uI2wegC3Om .dropdown-item.active,
.cid-uI2wegC3Om .dropdown-item:active {
  background-color: transparent;
}
.cid-uI2wegC3Om .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI2wegC3Om .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI2wegC3Om .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI2wegC3Om .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050f0f;
}
.cid-uI2wegC3Om .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uI2wegC3Om .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uI2wegC3Om ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI2wegC3Om .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uI2wegC3Om .navbar-buttons {
    text-align: left;
  }
}
.cid-uI2wegC3Om button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI2wegC3Om button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uI2wegC3Om button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2wegC3Om button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2wegC3Om button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2wegC3Om button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2wegC3Om nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2wegC3Om nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2wegC3Om nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2wegC3Om nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2wegC3Om .navbar-dropdown {
  padding: 0;
  background-color: #050f0f !important;
}
.cid-uI2wegC3Om .opacityScroll {
  background: #050f0f !important;
}
.cid-uI2wegC3Om a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2wegC3Om .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI2wegC3Om .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI2wegC3Om .navbar {
    height: 70px;
  }
  .cid-uI2wegC3Om .navbar.opened {
    height: auto;
  }
  .cid-uI2wegC3Om .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uI2wegC3Om .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uI2wegC3Om .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uI2wegC3Om .navbar-brand {
    margin-right: auto;
  }
  .cid-uI2wegC3Om .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #050f0f;
    backdrop-filter: blur(8px);
  }
  .cid-uI2wegC3Om .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uI2wegC3Om .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uI2wegC3Om .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uI2wegC3Om .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI2wegC3Om .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uI2wegC3Om .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uI2wegC3Om .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uI2wehL91I {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uI2wehL91I {
    padding: 26px;
  }
}
.cid-uI2wehL91I .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uI2wehL91I .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uI2wehL91I .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uI2wehL91I .container {
    padding: 26px;
  }
}
.cid-uI2wehL91I .container-fluid,
.cid-uI2wehL91I .container {
  background-image: url("../../../assets/images/ov6rfinhgzauvf5adajve4lnoe-1088x608.jpg");
  background-size: cover;
}
.cid-uI2wehL91I .container-fluid .mbr-fallback-image.disabled,
.cid-uI2wehL91I .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2wehL91I .container-fluid .mbr-fallback-image,
.cid-uI2wehL91I .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2wehL91I .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uI2wehL91I .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uI2wehL91I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI2wehL91I .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uI2wehL91I .mbr-section-title {
  color: #ffffff;
}
.cid-uI2wehL91I .mbr-text {
  color: #ffffff;
}
.cid-uI2weitF2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #bae1b3;
}
.cid-uI2weitF2t .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uI2weitF2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2weitF2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2weitF2t .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uI2weitF2t .content-wrap .card {
  justify-content: space-between;
}
.cid-uI2weitF2t .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uI2weitF2t .content-wrapper {
    padding: 0;
  }
}
.cid-uI2weitF2t .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uI2weitF2t .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uI2weitF2t .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uI2weitF2t .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uI2weitF2t .mbr-desc,
.cid-uI2weitF2t .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI2weitF2t .mbr-section-title,
.cid-uI2weitF2t .mbr-section-btn {
  color: #000000;
}
.cid-uI2wej00ZD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI2wej00ZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2wej00ZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2wej00ZD .row {
  justify-content: center;
}
.cid-uI2wej00ZD .card {
  justify-content: center;
}
.cid-uI2wej00ZD .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI2wej00ZD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI2wej00ZD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI2wej00ZD .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI2wej00ZD .nav-wrapper .list .item-wrap:hover,
.cid-uI2wej00ZD .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI2wej00ZD .list,
.cid-uI2wej00ZD .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI2xmvNdRI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uI2xmvNdRI .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;
}
@media (max-width: 767px) {
  .cid-uI2xmvNdRI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uI2xmvNdRI .btn {
  font-weight: 400;
}
.cid-uI2xmvNdRI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI2xmvNdRI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uI2xmvNdRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI2xmvNdRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI2xmvNdRI .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uI2xmvNdRI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uI2xmvNdRI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uI2xmvNdRI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uI2xmvNdRI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uI2xmvNdRI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uI2xmvNdRI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uI2xmvNdRI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uI2xmvNdRI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uI2xmvNdRI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uI2xmvNdRI .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uI2xmvNdRI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uI2xmvNdRI .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uI2xmvNdRI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uI2xmvNdRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uI2xmvNdRI .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uI2xmvNdRI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI2xmvNdRI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uI2xmvNdRI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI2xmvNdRI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #050f0f;
}
.cid-uI2xmvNdRI .nav-item:focus,
.cid-uI2xmvNdRI .nav-link:focus {
  outline: none;
}
.cid-uI2xmvNdRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2xmvNdRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2xmvNdRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI2xmvNdRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2xmvNdRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2xmvNdRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2xmvNdRI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uI2xmvNdRI .navbar.opened {
  transition: all 0.25s;
}
.cid-uI2xmvNdRI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI2xmvNdRI .navbar .navbar-logo img {
  width: auto;
}
.cid-uI2xmvNdRI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uI2xmvNdRI .navbar.collapsed {
  justify-content: center;
}
.cid-uI2xmvNdRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI2xmvNdRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI2xmvNdRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uI2xmvNdRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI2xmvNdRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI2xmvNdRI .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-uI2xmvNdRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI2xmvNdRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI2xmvNdRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uI2xmvNdRI .navbar {
    min-height: 72px;
  }
  .cid-uI2xmvNdRI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uI2xmvNdRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI2xmvNdRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI2xmvNdRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI2xmvNdRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI2xmvNdRI .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-uI2xmvNdRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI2xmvNdRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uI2xmvNdRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI2xmvNdRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI2xmvNdRI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uI2xmvNdRI .dropdown-item.active,
.cid-uI2xmvNdRI .dropdown-item:active {
  background-color: transparent;
}
.cid-uI2xmvNdRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI2xmvNdRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI2xmvNdRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI2xmvNdRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050f0f;
}
.cid-uI2xmvNdRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uI2xmvNdRI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uI2xmvNdRI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI2xmvNdRI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uI2xmvNdRI .navbar-buttons {
    text-align: left;
  }
}
.cid-uI2xmvNdRI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI2xmvNdRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uI2xmvNdRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2xmvNdRI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2xmvNdRI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2xmvNdRI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2xmvNdRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2xmvNdRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2xmvNdRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2xmvNdRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2xmvNdRI .navbar-dropdown {
  padding: 0;
  background-color: #050f0f !important;
}
.cid-uI2xmvNdRI .opacityScroll {
  background: #050f0f !important;
}
.cid-uI2xmvNdRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2xmvNdRI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI2xmvNdRI .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI2xmvNdRI .navbar {
    height: 70px;
  }
  .cid-uI2xmvNdRI .navbar.opened {
    height: auto;
  }
  .cid-uI2xmvNdRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uI2xmvNdRI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uI2xmvNdRI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uI2xmvNdRI .navbar-brand {
    margin-right: auto;
  }
  .cid-uI2xmvNdRI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #050f0f;
    backdrop-filter: blur(8px);
  }
  .cid-uI2xmvNdRI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uI2xmvNdRI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uI2xmvNdRI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uI2xmvNdRI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI2xmvNdRI .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uI2xmvNdRI .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uI2xmvNdRI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uI2xmx3hKE {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uI2xmx3hKE {
    padding: 26px;
  }
}
.cid-uI2xmx3hKE .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uI2xmx3hKE .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uI2xmx3hKE .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uI2xmx3hKE .container {
    padding: 26px;
  }
}
.cid-uI2xmx3hKE .container-fluid,
.cid-uI2xmx3hKE .container {
  background-image: url("../../../assets/images/gas-pump-nozzle-1508150390sq2.webp");
  background-size: cover;
}
.cid-uI2xmx3hKE .container-fluid .mbr-fallback-image.disabled,
.cid-uI2xmx3hKE .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2xmx3hKE .container-fluid .mbr-fallback-image,
.cid-uI2xmx3hKE .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2xmx3hKE .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uI2xmx3hKE .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uI2xmx3hKE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI2xmx3hKE .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uI2xmx3hKE .mbr-section-title {
  color: #ffffff;
}
.cid-uI2xmx3hKE .mbr-text {
  color: #ffffff;
}
.cid-uI2xmxJYwY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #bae1b3;
}
.cid-uI2xmxJYwY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uI2xmxJYwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2xmxJYwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2xmxJYwY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uI2xmxJYwY .content-wrap .card {
  justify-content: space-between;
}
.cid-uI2xmxJYwY .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uI2xmxJYwY .content-wrapper {
    padding: 0;
  }
}
.cid-uI2xmxJYwY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uI2xmxJYwY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uI2xmxJYwY .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uI2xmxJYwY .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uI2xmxJYwY .mbr-desc,
.cid-uI2xmxJYwY .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI2xmxJYwY .mbr-section-title,
.cid-uI2xmxJYwY .mbr-section-btn {
  color: #000000;
}
.cid-uI2xmyaqSc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI2xmyaqSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2xmyaqSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2xmyaqSc .row {
  justify-content: center;
}
.cid-uI2xmyaqSc .card {
  justify-content: center;
}
.cid-uI2xmyaqSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI2xmyaqSc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uI2xmyaqSc .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uI2xmyaqSc .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uI2xmyaqSc .nav-wrapper .list .item-wrap:hover,
.cid-uI2xmyaqSc .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uI2xmyaqSc .list,
.cid-uI2xmyaqSc .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
