.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@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: #376596 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #376596 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #376596 !important;
  border-color: #376596 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #457ebb !important;
  border-color: #457ebb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #457ebb !important;
  border-color: #457ebb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #376596 !important;
  border-color: #376596 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #457ebb !important;
  border-color: #457ebb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #457ebb !important;
  border-color: #457ebb !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #376596;
  color: #376596;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #203a57 !important;
  background-color: transparent !important;
  border-color: #203a57 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #376596 !important;
  border-color: #376596 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #376596;
  color: #376596;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #203a57 !important;
  background-color: transparent !important;
  border-color: #203a57 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #376596 !important;
  border-color: #376596 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #376596 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #376596 !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: #1c334b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1c334b !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: #376596;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #376596;
}
.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: #376596;
  border-color: #376596;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #376596;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7da5cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7da5cf;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #376596 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #376596;
}
/* 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: #376596;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #376596;
}
.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: #376596;
  border-bottom-color: #376596;
}
.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: #376596 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23376596' %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-uFrw6E3Opw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uFrw6E3Opw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrw6E3Opw .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uFrw6E3Opw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrw6E3Opw .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFrw6E3Opw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFrw6E3Opw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uFrw6E3Opw .card-title,
.cid-uFrw6E3Opw .iconfont-wrapper {
  color: #000000;
}
.cid-uFrw6E3Opw .card-text {
  color: #000000;
}
.cid-uFrw6E3Opw .content-head {
  max-width: 800px;
}
.cid-uFrw6E3Opw .mbr-section-title {
  color: #ffffff;
}
.cid-uFrw6E3Opw .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFrw6E3Opw .card-title,
.cid-uFrw6E3Opw .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uH1p5UgZuw {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/winnats-pass-5455265-1920.jpg-1368x1920.jpg");
  overflow: hidden;
}
.cid-uH1p5UgZuw svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1p5UgZuw #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1p5UgZuw img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1p5UgZuw img {
    width: 90%!important;
  }
}
.cid-uH1p5UgZuw H1 {
  color: #ffffff;
}
.cid-uH1p5UgZuw H3 {
  color: #ffffff;
}
.cid-uIUV6V30vo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIUV6V30vo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uIUV6V30vo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uIUV6V30vo .user {
  padding: 0!important;
}
.cid-uIUV6V30vo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uIUV6V30vo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uIUV6V30vo .carousel-item.active,
.cid-uIUV6V30vo .carousel-item-next,
.cid-uIUV6V30vo .carousel-item-prev {
  display: flex;
}
.cid-uIUV6V30vo .user_name {
  margin: 0;
}
.cid-uIUV6V30vo .carousel-controls a {
  font-size: 2rem;
}
.cid-uIUV6V30vo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uIUV6V30vo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uIUV6V30vo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uIUV6V30vo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uIUV6V30vo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uIUV6V30vo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uIUV6V30vo .user_desk {
  color: #767676;
}
.cid-uIUV6V30vo .mbr-text,
.cid-uIUV6V30vo .mbr-section-btn {
  color: #000000;
}
.cid-uH1p8nJpYa {
  background-color: #ffffff;
}
.cid-uH1p8nJpYa .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1p8nJpYa .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1p8nJpYa .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1p8nJpYa .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1p8nJpYa .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1p8nJpYa .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1p8nJpYa .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1p8nJpYa .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1p8nJpYa .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1p8nJpYa .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1p8nJpYa .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1p8nJpYa .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1p8nJpYa .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1p8nJpYa .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1paqddXu {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/15-waterfall-5008564-1920.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH1paqddXu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1paqddXu #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1paqddXu img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1paqddXu img {
    width: 90%!important;
  }
}
.cid-uH1paqddXu H1 {
  color: #ffffff;
}
.cid-uH1paqddXu H3 {
  color: #ffffff;
}
.cid-uJ140HoXRM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ140HoXRM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ140HoXRM .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ140HoXRM .user {
  padding: 0!important;
}
.cid-uJ140HoXRM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ140HoXRM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ140HoXRM .carousel-item.active,
.cid-uJ140HoXRM .carousel-item-next,
.cid-uJ140HoXRM .carousel-item-prev {
  display: flex;
}
.cid-uJ140HoXRM .user_name {
  margin: 0;
}
.cid-uJ140HoXRM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ140HoXRM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ140HoXRM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ140HoXRM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ140HoXRM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ140HoXRM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ140HoXRM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ140HoXRM .user_desk {
  color: #767676;
}
.cid-uJ140HoXRM .mbr-text,
.cid-uJ140HoXRM .mbr-section-btn {
  color: #000000;
}
.cid-uH1pcKpRE9 {
  background-color: #ffffff;
}
.cid-uH1pcKpRE9 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pcKpRE9 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pcKpRE9 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pcKpRE9 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pcKpRE9 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1pcKpRE9 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1pcKpRE9 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1pcKpRE9 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1pcKpRE9 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1pcKpRE9 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1pcKpRE9 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1pcKpRE9 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1pcKpRE9 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1pcKpRE9 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1pdZRgNh {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/7-forest-4918605-1920.jpg-1301x1920.jpg");
  overflow: hidden;
}
.cid-uH1pdZRgNh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1pdZRgNh #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1pdZRgNh img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1pdZRgNh img {
    width: 90%!important;
  }
}
.cid-uH1pdZRgNh H1 {
  color: #ffffff;
}
.cid-uH1pdZRgNh H3 {
  color: #ffffff;
}
.cid-uH1pjMUCsD {
  background-color: #ffffff;
}
.cid-uH1pjMUCsD .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pjMUCsD .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pjMUCsD .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pjMUCsD .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pjMUCsD .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1pjMUCsD .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1pjMUCsD .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1pjMUCsD .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1pjMUCsD .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1pjMUCsD .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1pjMUCsD .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1pjMUCsD .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1pjMUCsD .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1pjMUCsD .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uJ14bIwmTf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ14bIwmTf .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ14bIwmTf .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ14bIwmTf .user {
  padding: 0!important;
}
.cid-uJ14bIwmTf .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ14bIwmTf .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ14bIwmTf .carousel-item.active,
.cid-uJ14bIwmTf .carousel-item-next,
.cid-uJ14bIwmTf .carousel-item-prev {
  display: flex;
}
.cid-uJ14bIwmTf .user_name {
  margin: 0;
}
.cid-uJ14bIwmTf .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ14bIwmTf .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ14bIwmTf .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ14bIwmTf ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ14bIwmTf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ14bIwmTf .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ14bIwmTf .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ14bIwmTf .user_desk {
  color: #767676;
}
.cid-uJ14bIwmTf .mbr-text,
.cid-uJ14bIwmTf .mbr-section-btn {
  color: #000000;
}
.cid-uMvVgnjtjr {
  background-color: #ffffff;
}
.cid-uMvVgnjtjr .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uMvVgnjtjr .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uMvVgnjtjr .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uMvVgnjtjr .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uMvVgnjtjr .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMvVgnjtjr .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMvVgnjtjr .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uMvVgnjtjr .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uMvVgnjtjr .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uMvVgnjtjr .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uMvVgnjtjr .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uMvVgnjtjr .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uMvVgnjtjr .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uMvVgnjtjr .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1phD1yb1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-4.jpg-1272x1920.jpg");
  overflow: hidden;
}
.cid-uH1phD1yb1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1phD1yb1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1phD1yb1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1phD1yb1 img {
    width: 90%!important;
  }
}
.cid-uH1phD1yb1 H1 {
  color: #ffffff;
}
.cid-uH1phD1yb1 H3 {
  color: #ffffff;
}
.cid-uJ14iFjbSR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ14iFjbSR .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ14iFjbSR .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ14iFjbSR .user {
  padding: 0!important;
}
.cid-uJ14iFjbSR .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ14iFjbSR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ14iFjbSR .carousel-item.active,
.cid-uJ14iFjbSR .carousel-item-next,
.cid-uJ14iFjbSR .carousel-item-prev {
  display: flex;
}
.cid-uJ14iFjbSR .user_name {
  margin: 0;
}
.cid-uJ14iFjbSR .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ14iFjbSR .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ14iFjbSR .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ14iFjbSR ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ14iFjbSR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ14iFjbSR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ14iFjbSR .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ14iFjbSR .user_desk {
  color: #767676;
}
.cid-uJ14iFjbSR .mbr-text,
.cid-uJ14iFjbSR .mbr-section-btn {
  color: #000000;
}
.cid-uH1uuBkSqG {
  background-color: #ffffff;
}
.cid-uH1uuBkSqG .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uuBkSqG .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uuBkSqG .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uuBkSqG .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uuBkSqG .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1uuBkSqG .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1uuBkSqG .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1uuBkSqG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1uuBkSqG .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1uuBkSqG .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1uuBkSqG .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1uuBkSqG .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1uuBkSqG .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1uuBkSqG .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1usXj1pQ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-5.jpg-1285x1920.jpg");
  overflow: hidden;
}
.cid-uH1usXj1pQ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1usXj1pQ #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1usXj1pQ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1usXj1pQ img {
    width: 90%!important;
  }
}
.cid-uH1usXj1pQ H1 {
  color: #ffffff;
}
.cid-uH1usXj1pQ H3 {
  color: #ffffff;
}
.cid-uJ14qvVjuA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ14qvVjuA .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ14qvVjuA .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ14qvVjuA .user {
  padding: 0!important;
}
.cid-uJ14qvVjuA .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ14qvVjuA .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ14qvVjuA .carousel-item.active,
.cid-uJ14qvVjuA .carousel-item-next,
.cid-uJ14qvVjuA .carousel-item-prev {
  display: flex;
}
.cid-uJ14qvVjuA .user_name {
  margin: 0;
}
.cid-uJ14qvVjuA .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ14qvVjuA .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ14qvVjuA .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ14qvVjuA ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ14qvVjuA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ14qvVjuA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ14qvVjuA .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ14qvVjuA .user_desk {
  color: #767676;
}
.cid-uJ14qvVjuA .mbr-text,
.cid-uJ14qvVjuA .mbr-section-btn {
  color: #000000;
}
.cid-uH1pg446rP {
  background-color: #ffffff;
}
.cid-uH1pg446rP .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pg446rP .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pg446rP .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pg446rP .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1pg446rP .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1pg446rP .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1pg446rP .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1pg446rP .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1pg446rP .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1pg446rP .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1pg446rP .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1pg446rP .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1pg446rP .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1pg446rP .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1uxpq785 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-6.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH1uxpq785 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1uxpq785 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1uxpq785 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1uxpq785 img {
    width: 90%!important;
  }
}
.cid-uH1uxpq785 H1 {
  color: #ffffff;
}
.cid-uH1uxpq785 H3 {
  color: #ffffff;
}
.cid-uJ14yqkxIt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ14yqkxIt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ14yqkxIt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ14yqkxIt .user {
  padding: 0!important;
}
.cid-uJ14yqkxIt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ14yqkxIt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ14yqkxIt .carousel-item.active,
.cid-uJ14yqkxIt .carousel-item-next,
.cid-uJ14yqkxIt .carousel-item-prev {
  display: flex;
}
.cid-uJ14yqkxIt .user_name {
  margin: 0;
}
.cid-uJ14yqkxIt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ14yqkxIt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ14yqkxIt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ14yqkxIt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ14yqkxIt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ14yqkxIt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ14yqkxIt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ14yqkxIt .user_desk {
  color: #767676;
}
.cid-uJ14yqkxIt .mbr-text,
.cid-uJ14yqkxIt .mbr-section-btn {
  color: #000000;
}
.cid-uH1uAuW6iG {
  background-color: #ffffff;
}
.cid-uH1uAuW6iG .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uAuW6iG .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uAuW6iG .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uAuW6iG .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uAuW6iG .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1uAuW6iG .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1uAuW6iG .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1uAuW6iG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1uAuW6iG .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1uAuW6iG .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1uAuW6iG .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1uAuW6iG .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1uAuW6iG .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1uAuW6iG .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1uCsIv8d {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-7.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1uCsIv8d svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1uCsIv8d #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1uCsIv8d img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1uCsIv8d img {
    width: 90%!important;
  }
}
.cid-uH1uCsIv8d H1 {
  color: #ffffff;
}
.cid-uH1uCsIv8d H3 {
  color: #ffffff;
}
.cid-uJ16KfZ2FQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ16KfZ2FQ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ16KfZ2FQ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ16KfZ2FQ .user {
  padding: 0!important;
}
.cid-uJ16KfZ2FQ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ16KfZ2FQ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ16KfZ2FQ .carousel-item.active,
.cid-uJ16KfZ2FQ .carousel-item-next,
.cid-uJ16KfZ2FQ .carousel-item-prev {
  display: flex;
}
.cid-uJ16KfZ2FQ .user_name {
  margin: 0;
}
.cid-uJ16KfZ2FQ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ16KfZ2FQ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ16KfZ2FQ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ16KfZ2FQ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ16KfZ2FQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ16KfZ2FQ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ16KfZ2FQ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ16KfZ2FQ .user_desk {
  color: #767676;
}
.cid-uJ16KfZ2FQ .mbr-text,
.cid-uJ16KfZ2FQ .mbr-section-btn {
  color: #000000;
}
.cid-uH1uIf6B1c {
  background-color: #ffffff;
}
.cid-uH1uIf6B1c .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uIf6B1c .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uIf6B1c .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uIf6B1c .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uIf6B1c .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1uIf6B1c .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1uIf6B1c .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1uIf6B1c .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1uIf6B1c .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1uIf6B1c .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1uIf6B1c .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1uIf6B1c .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1uIf6B1c .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1uIf6B1c .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1uGPFz0M {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-8.jpg-1275x1920.jpg");
  overflow: hidden;
}
.cid-uH1uGPFz0M svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1uGPFz0M #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1uGPFz0M img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1uGPFz0M img {
    width: 90%!important;
  }
}
.cid-uH1uGPFz0M H1 {
  color: #ffffff;
}
.cid-uH1uGPFz0M H3 {
  color: #ffffff;
}
.cid-uJ16T5O8Pe {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ16T5O8Pe .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ16T5O8Pe .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ16T5O8Pe .user {
  padding: 0!important;
}
.cid-uJ16T5O8Pe .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ16T5O8Pe .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ16T5O8Pe .carousel-item.active,
.cid-uJ16T5O8Pe .carousel-item-next,
.cid-uJ16T5O8Pe .carousel-item-prev {
  display: flex;
}
.cid-uJ16T5O8Pe .user_name {
  margin: 0;
}
.cid-uJ16T5O8Pe .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ16T5O8Pe .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ16T5O8Pe .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ16T5O8Pe ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ16T5O8Pe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ16T5O8Pe .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ16T5O8Pe .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ16T5O8Pe .user_desk {
  color: #767676;
}
.cid-uJ16T5O8Pe .mbr-text,
.cid-uJ16T5O8Pe .mbr-section-btn {
  color: #000000;
}
.cid-uJ16UPkvjD {
  background-color: #ffffff;
}
.cid-uJ16UPkvjD .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ16UPkvjD .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ16UPkvjD .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ16UPkvjD .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ16UPkvjD .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ16UPkvjD .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ16UPkvjD .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ16UPkvjD .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ16UPkvjD .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ16UPkvjD .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ16UPkvjD .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ16UPkvjD .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ16UPkvjD .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ16UPkvjD .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1uPXNXTL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/blue-sky-4508297-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1uPXNXTL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1uPXNXTL #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1uPXNXTL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1uPXNXTL img {
    width: 90%!important;
  }
}
.cid-uH1uPXNXTL H1 {
  color: #ffffff;
}
.cid-uH1uPXNXTL H3 {
  color: #ffffff;
}
.cid-uJ174Iu5mT {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ174Iu5mT .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ174Iu5mT .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ174Iu5mT .user {
  padding: 0!important;
}
.cid-uJ174Iu5mT .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ174Iu5mT .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ174Iu5mT .carousel-item.active,
.cid-uJ174Iu5mT .carousel-item-next,
.cid-uJ174Iu5mT .carousel-item-prev {
  display: flex;
}
.cid-uJ174Iu5mT .user_name {
  margin: 0;
}
.cid-uJ174Iu5mT .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ174Iu5mT .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ174Iu5mT .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ174Iu5mT ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ174Iu5mT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ174Iu5mT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ174Iu5mT .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ174Iu5mT .user_desk {
  color: #767676;
}
.cid-uJ174Iu5mT .mbr-text,
.cid-uJ174Iu5mT .mbr-section-btn {
  color: #000000;
}
.cid-uH1uF0KxaG {
  background-color: #ffffff;
}
.cid-uH1uF0KxaG .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uF0KxaG .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uF0KxaG .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uF0KxaG .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1uF0KxaG .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1uF0KxaG .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1uF0KxaG .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1uF0KxaG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1uF0KxaG .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1uF0KxaG .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1uF0KxaG .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1uF0KxaG .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1uF0KxaG .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1uF0KxaG .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1vBn5DfC {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-10.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1vBn5DfC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1vBn5DfC #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1vBn5DfC img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1vBn5DfC img {
    width: 90%!important;
  }
}
.cid-uH1vBn5DfC H1 {
  color: #ffffff;
}
.cid-uH1vBn5DfC H3 {
  color: #ffffff;
}
.cid-uJ17cZKdEU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ17cZKdEU .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ17cZKdEU .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ17cZKdEU .user {
  padding: 0!important;
}
.cid-uJ17cZKdEU .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ17cZKdEU .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ17cZKdEU .carousel-item.active,
.cid-uJ17cZKdEU .carousel-item-next,
.cid-uJ17cZKdEU .carousel-item-prev {
  display: flex;
}
.cid-uJ17cZKdEU .user_name {
  margin: 0;
}
.cid-uJ17cZKdEU .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ17cZKdEU .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ17cZKdEU .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ17cZKdEU ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ17cZKdEU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ17cZKdEU .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ17cZKdEU .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ17cZKdEU .user_desk {
  color: #767676;
}
.cid-uJ17cZKdEU .mbr-text,
.cid-uJ17cZKdEU .mbr-section-btn {
  color: #000000;
}
.cid-uH1vI4HydA {
  background-color: #ffffff;
}
.cid-uH1vI4HydA .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1vI4HydA .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1vI4HydA .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1vI4HydA .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1vI4HydA .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1vI4HydA .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1vI4HydA .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1vI4HydA .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1vI4HydA .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1vI4HydA .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1vI4HydA .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1vI4HydA .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1vI4HydA .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1vI4HydA .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1vGsxTFD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-11.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1vGsxTFD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1vGsxTFD #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1vGsxTFD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1vGsxTFD img {
    width: 90%!important;
  }
}
.cid-uH1vGsxTFD H1 {
  color: #ffffff;
}
.cid-uH1vGsxTFD H3 {
  color: #ffffff;
}
.cid-uJ17luP1vo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ17luP1vo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ17luP1vo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ17luP1vo .user {
  padding: 0!important;
}
.cid-uJ17luP1vo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ17luP1vo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ17luP1vo .carousel-item.active,
.cid-uJ17luP1vo .carousel-item-next,
.cid-uJ17luP1vo .carousel-item-prev {
  display: flex;
}
.cid-uJ17luP1vo .user_name {
  margin: 0;
}
.cid-uJ17luP1vo .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ17luP1vo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ17luP1vo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ17luP1vo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ17luP1vo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ17luP1vo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ17luP1vo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ17luP1vo .user_desk {
  color: #767676;
}
.cid-uJ17luP1vo .mbr-text,
.cid-uJ17luP1vo .mbr-section-btn {
  color: #000000;
}
.cid-uH1w6KfP2A {
  background-color: #ffffff;
}
.cid-uH1w6KfP2A .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1w6KfP2A .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1w6KfP2A .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1w6KfP2A .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1w6KfP2A .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1w6KfP2A .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1w6KfP2A .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1w6KfP2A .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1w6KfP2A .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1w6KfP2A .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1w6KfP2A .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1w6KfP2A .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1w6KfP2A .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1w6KfP2A .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1w5qXLv2 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-12.jpg-1271x1920.jpg");
  overflow: hidden;
}
.cid-uH1w5qXLv2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1w5qXLv2 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1w5qXLv2 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1w5qXLv2 img {
    width: 90%!important;
  }
}
.cid-uH1w5qXLv2 H1 {
  color: #ffffff;
}
.cid-uH1w5qXLv2 H3 {
  color: #ffffff;
}
.cid-uJ17tPkES8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ17tPkES8 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ17tPkES8 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ17tPkES8 .user {
  padding: 0!important;
}
.cid-uJ17tPkES8 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ17tPkES8 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ17tPkES8 .carousel-item.active,
.cid-uJ17tPkES8 .carousel-item-next,
.cid-uJ17tPkES8 .carousel-item-prev {
  display: flex;
}
.cid-uJ17tPkES8 .user_name {
  margin: 0;
}
.cid-uJ17tPkES8 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ17tPkES8 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ17tPkES8 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ17tPkES8 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ17tPkES8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ17tPkES8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ17tPkES8 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ17tPkES8 .user_desk {
  color: #767676;
}
.cid-uJ17tPkES8 .mbr-text,
.cid-uJ17tPkES8 .mbr-section-btn {
  color: #000000;
}
.cid-uH1wdFF7H0 {
  background-color: #ffffff;
}
.cid-uH1wdFF7H0 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wdFF7H0 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wdFF7H0 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wdFF7H0 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wdFF7H0 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1wdFF7H0 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1wdFF7H0 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1wdFF7H0 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1wdFF7H0 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1wdFF7H0 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1wdFF7H0 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1wdFF7H0 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1wdFF7H0 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1wdFF7H0 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1waeSN0y {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/27-waterfall-5229807-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1waeSN0y svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1waeSN0y #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1waeSN0y img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1waeSN0y img {
    width: 90%!important;
  }
}
.cid-uH1waeSN0y H1 {
  color: #ffffff;
}
.cid-uH1waeSN0y H3 {
  color: #ffffff;
}
.cid-uJ17D9bch4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ17D9bch4 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ17D9bch4 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ17D9bch4 .user {
  padding: 0!important;
}
.cid-uJ17D9bch4 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ17D9bch4 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ17D9bch4 .carousel-item.active,
.cid-uJ17D9bch4 .carousel-item-next,
.cid-uJ17D9bch4 .carousel-item-prev {
  display: flex;
}
.cid-uJ17D9bch4 .user_name {
  margin: 0;
}
.cid-uJ17D9bch4 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ17D9bch4 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ17D9bch4 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ17D9bch4 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ17D9bch4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ17D9bch4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ17D9bch4 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ17D9bch4 .user_desk {
  color: #767676;
}
.cid-uJ17D9bch4 .mbr-text,
.cid-uJ17D9bch4 .mbr-section-btn {
  color: #000000;
}
.cid-uH1wjWWULB {
  background-color: #ffffff;
}
.cid-uH1wjWWULB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wjWWULB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wjWWULB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wjWWULB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wjWWULB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1wjWWULB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1wjWWULB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1wjWWULB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1wjWWULB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1wjWWULB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1wjWWULB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1wjWWULB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1wjWWULB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1wjWWULB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1wf4hOIe {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-14.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1wf4hOIe svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1wf4hOIe #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1wf4hOIe img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1wf4hOIe img {
    width: 90%!important;
  }
}
.cid-uH1wf4hOIe H1 {
  color: #ffffff;
}
.cid-uH1wf4hOIe H3 {
  color: #ffffff;
}
.cid-uJ17NQDfdR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ17NQDfdR .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ17NQDfdR .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ17NQDfdR .user {
  padding: 0!important;
}
.cid-uJ17NQDfdR .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ17NQDfdR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ17NQDfdR .carousel-item.active,
.cid-uJ17NQDfdR .carousel-item-next,
.cid-uJ17NQDfdR .carousel-item-prev {
  display: flex;
}
.cid-uJ17NQDfdR .user_name {
  margin: 0;
}
.cid-uJ17NQDfdR .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ17NQDfdR .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ17NQDfdR .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ17NQDfdR ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ17NQDfdR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ17NQDfdR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ17NQDfdR .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ17NQDfdR .user_desk {
  color: #767676;
}
.cid-uJ17NQDfdR .mbr-text,
.cid-uJ17NQDfdR .mbr-section-btn {
  color: #000000;
}
.cid-uH1woIPc3F {
  background-color: #ffffff;
}
.cid-uH1woIPc3F .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1woIPc3F .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1woIPc3F .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1woIPc3F .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1woIPc3F .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1woIPc3F .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1woIPc3F .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1woIPc3F .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1woIPc3F .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1woIPc3F .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1woIPc3F .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1woIPc3F .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1woIPc3F .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1woIPc3F .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1wlNJ9HG {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-15.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH1wlNJ9HG svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1wlNJ9HG #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1wlNJ9HG img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1wlNJ9HG img {
    width: 90%!important;
  }
}
.cid-uH1wlNJ9HG H1 {
  color: #ffffff;
}
.cid-uH1wlNJ9HG H3 {
  color: #ffffff;
}
.cid-uJ17VvLRG4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ17VvLRG4 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ17VvLRG4 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ17VvLRG4 .user {
  padding: 0!important;
}
.cid-uJ17VvLRG4 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ17VvLRG4 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ17VvLRG4 .carousel-item.active,
.cid-uJ17VvLRG4 .carousel-item-next,
.cid-uJ17VvLRG4 .carousel-item-prev {
  display: flex;
}
.cid-uJ17VvLRG4 .user_name {
  margin: 0;
}
.cid-uJ17VvLRG4 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ17VvLRG4 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ17VvLRG4 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ17VvLRG4 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ17VvLRG4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ17VvLRG4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ17VvLRG4 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ17VvLRG4 .user_desk {
  color: #767676;
}
.cid-uJ17VvLRG4 .mbr-text,
.cid-uJ17VvLRG4 .mbr-section-btn {
  color: #000000;
}
.cid-uH1wvCyLkl {
  background-color: #ffffff;
}
.cid-uH1wvCyLkl .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wvCyLkl .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wvCyLkl .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wvCyLkl .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wvCyLkl .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1wvCyLkl .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1wvCyLkl .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1wvCyLkl .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1wvCyLkl .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1wvCyLkl .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1wvCyLkl .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1wvCyLkl .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1wvCyLkl .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1wvCyLkl .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1wsfbv5F {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-16.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1wsfbv5F svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1wsfbv5F #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1wsfbv5F img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1wsfbv5F img {
    width: 90%!important;
  }
}
.cid-uH1wsfbv5F H1 {
  color: #ffffff;
}
.cid-uH1wsfbv5F H3 {
  color: #ffffff;
}
.cid-uJ185J25ex {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ185J25ex .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ185J25ex .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ185J25ex .user {
  padding: 0!important;
}
.cid-uJ185J25ex .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ185J25ex .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ185J25ex .carousel-item.active,
.cid-uJ185J25ex .carousel-item-next,
.cid-uJ185J25ex .carousel-item-prev {
  display: flex;
}
.cid-uJ185J25ex .user_name {
  margin: 0;
}
.cid-uJ185J25ex .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ185J25ex .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ185J25ex .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ185J25ex ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ185J25ex .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ185J25ex .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ185J25ex .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ185J25ex .user_desk {
  color: #767676;
}
.cid-uJ185J25ex .mbr-text,
.cid-uJ185J25ex .mbr-section-btn {
  color: #000000;
}
.cid-uH1wGJAh0Q {
  background-color: #ffffff;
}
.cid-uH1wGJAh0Q .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wGJAh0Q .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wGJAh0Q .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wGJAh0Q .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wGJAh0Q .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1wGJAh0Q .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1wGJAh0Q .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1wGJAh0Q .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1wGJAh0Q .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1wGJAh0Q .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1wGJAh0Q .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1wGJAh0Q .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1wGJAh0Q .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1wGJAh0Q .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1wBeG0BD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-17.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH1wBeG0BD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1wBeG0BD #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1wBeG0BD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1wBeG0BD img {
    width: 90%!important;
  }
}
.cid-uH1wBeG0BD H1 {
  color: #ffffff;
}
.cid-uH1wBeG0BD H3 {
  color: #ffffff;
}
.cid-uJ18hiqlbc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ18hiqlbc .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ18hiqlbc .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ18hiqlbc .user {
  padding: 0!important;
}
.cid-uJ18hiqlbc .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ18hiqlbc .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ18hiqlbc .carousel-item.active,
.cid-uJ18hiqlbc .carousel-item-next,
.cid-uJ18hiqlbc .carousel-item-prev {
  display: flex;
}
.cid-uJ18hiqlbc .user_name {
  margin: 0;
}
.cid-uJ18hiqlbc .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ18hiqlbc .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ18hiqlbc .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ18hiqlbc ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ18hiqlbc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ18hiqlbc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ18hiqlbc .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ18hiqlbc .user_desk {
  color: #767676;
}
.cid-uJ18hiqlbc .mbr-text,
.cid-uJ18hiqlbc .mbr-section-btn {
  color: #000000;
}
.cid-uH1wKP8uhT {
  background-color: #ffffff;
}
.cid-uH1wKP8uhT .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wKP8uhT .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wKP8uhT .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wKP8uhT .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wKP8uhT .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1wKP8uhT .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1wKP8uhT .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1wKP8uhT .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1wKP8uhT .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1wKP8uhT .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1wKP8uhT .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1wKP8uhT .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1wKP8uhT .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1wKP8uhT .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1vEBRZ8L {
  background-color: #ffffff;
}
.cid-uH1vEBRZ8L .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1vEBRZ8L .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1vEBRZ8L .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1vEBRZ8L .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1vEBRZ8L .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1vEBRZ8L .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1vEBRZ8L .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1vEBRZ8L .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1vEBRZ8L .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1vEBRZ8L .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1vEBRZ8L .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1vEBRZ8L .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1vEBRZ8L .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1vEBRZ8L .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1wIPgfID {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-18.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1wIPgfID svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1wIPgfID #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1wIPgfID img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1wIPgfID img {
    width: 90%!important;
  }
}
.cid-uH1wIPgfID H1 {
  color: #ffffff;
}
.cid-uH1wIPgfID H3 {
  color: #ffffff;
}
.cid-uJ18s9utGj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ18s9utGj .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ18s9utGj .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ18s9utGj .user {
  padding: 0!important;
}
.cid-uJ18s9utGj .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ18s9utGj .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ18s9utGj .carousel-item.active,
.cid-uJ18s9utGj .carousel-item-next,
.cid-uJ18s9utGj .carousel-item-prev {
  display: flex;
}
.cid-uJ18s9utGj .user_name {
  margin: 0;
}
.cid-uJ18s9utGj .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ18s9utGj .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ18s9utGj .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ18s9utGj ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ18s9utGj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ18s9utGj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ18s9utGj .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ18s9utGj .user_desk {
  color: #767676;
}
.cid-uJ18s9utGj .mbr-text,
.cid-uJ18s9utGj .mbr-section-btn {
  color: #000000;
}
.cid-uH1wOLPeRE {
  background-color: #ffffff;
}
.cid-uH1wOLPeRE .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wOLPeRE .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wOLPeRE .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wOLPeRE .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wOLPeRE .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1wOLPeRE .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1wOLPeRE .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1wOLPeRE .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1wOLPeRE .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1wOLPeRE .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1wOLPeRE .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1wOLPeRE .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1wOLPeRE .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1wOLPeRE .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1wRhuUQ4 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-19.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1wRhuUQ4 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1wRhuUQ4 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1wRhuUQ4 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1wRhuUQ4 img {
    width: 90%!important;
  }
}
.cid-uH1wRhuUQ4 H1 {
  color: #ffffff;
}
.cid-uH1wRhuUQ4 H3 {
  color: #ffffff;
}
.cid-uJ18zSbw2Q {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ18zSbw2Q .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ18zSbw2Q .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ18zSbw2Q .user {
  padding: 0!important;
}
.cid-uJ18zSbw2Q .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ18zSbw2Q .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ18zSbw2Q .carousel-item.active,
.cid-uJ18zSbw2Q .carousel-item-next,
.cid-uJ18zSbw2Q .carousel-item-prev {
  display: flex;
}
.cid-uJ18zSbw2Q .user_name {
  margin: 0;
}
.cid-uJ18zSbw2Q .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ18zSbw2Q .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ18zSbw2Q .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ18zSbw2Q ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ18zSbw2Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ18zSbw2Q .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ18zSbw2Q .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ18zSbw2Q .user_desk {
  color: #767676;
}
.cid-uJ18zSbw2Q .mbr-text,
.cid-uJ18zSbw2Q .mbr-section-btn {
  color: #000000;
}
.cid-uH1zU7y39d {
  background-color: #ffffff;
}
.cid-uH1zU7y39d .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1zU7y39d .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1zU7y39d .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1zU7y39d .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1zU7y39d .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1zU7y39d .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1zU7y39d .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1zU7y39d .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1zU7y39d .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1zU7y39d .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1zU7y39d .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1zU7y39d .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1zU7y39d .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1zU7y39d .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1zOJXQp7 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cusco-4533606-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1zOJXQp7 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1zOJXQp7 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1zOJXQp7 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1zOJXQp7 img {
    width: 90%!important;
  }
}
.cid-uH1zOJXQp7 H1 {
  color: #ffffff;
}
.cid-uH1zOJXQp7 H3 {
  color: #ffffff;
}
.cid-uJ18JH2GW1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ18JH2GW1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ18JH2GW1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ18JH2GW1 .user {
  padding: 0!important;
}
.cid-uJ18JH2GW1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ18JH2GW1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ18JH2GW1 .carousel-item.active,
.cid-uJ18JH2GW1 .carousel-item-next,
.cid-uJ18JH2GW1 .carousel-item-prev {
  display: flex;
}
.cid-uJ18JH2GW1 .user_name {
  margin: 0;
}
.cid-uJ18JH2GW1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ18JH2GW1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ18JH2GW1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ18JH2GW1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ18JH2GW1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ18JH2GW1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ18JH2GW1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ18JH2GW1 .user_desk {
  color: #767676;
}
.cid-uJ18JH2GW1 .mbr-text,
.cid-uJ18JH2GW1 .mbr-section-btn {
  color: #000000;
}
.cid-uH1zY7uuZ5 {
  background-color: #ffffff;
}
.cid-uH1zY7uuZ5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1zY7uuZ5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1zY7uuZ5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1zY7uuZ5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1zY7uuZ5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1zY7uuZ5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1zY7uuZ5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1zY7uuZ5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1zY7uuZ5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1zY7uuZ5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1zY7uuZ5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1zY7uuZ5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1zY7uuZ5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1zY7uuZ5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1zWp4llC {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-21.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH1zWp4llC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1zWp4llC #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1zWp4llC img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1zWp4llC img {
    width: 90%!important;
  }
}
.cid-uH1zWp4llC H1 {
  color: #ffffff;
}
.cid-uH1zWp4llC H3 {
  color: #ffffff;
}
.cid-uJ18QnLvZL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ18QnLvZL .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ18QnLvZL .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ18QnLvZL .user {
  padding: 0!important;
}
.cid-uJ18QnLvZL .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ18QnLvZL .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ18QnLvZL .carousel-item.active,
.cid-uJ18QnLvZL .carousel-item-next,
.cid-uJ18QnLvZL .carousel-item-prev {
  display: flex;
}
.cid-uJ18QnLvZL .user_name {
  margin: 0;
}
.cid-uJ18QnLvZL .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ18QnLvZL .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ18QnLvZL .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ18QnLvZL ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ18QnLvZL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ18QnLvZL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ18QnLvZL .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ18QnLvZL .user_desk {
  color: #767676;
}
.cid-uJ18QnLvZL .mbr-text,
.cid-uJ18QnLvZL .mbr-section-btn {
  color: #000000;
}
.cid-uH1AiXmXlq {
  background-color: #ffffff;
}
.cid-uH1AiXmXlq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AiXmXlq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AiXmXlq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AiXmXlq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AiXmXlq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1AiXmXlq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1AiXmXlq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1AiXmXlq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1AiXmXlq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1AiXmXlq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1AiXmXlq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1AiXmXlq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1AiXmXlq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1AiXmXlq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1AeLpd5T {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-22.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1AeLpd5T svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1AeLpd5T #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1AeLpd5T img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1AeLpd5T img {
    width: 90%!important;
  }
}
.cid-uH1AeLpd5T H1 {
  color: #ffffff;
}
.cid-uH1AeLpd5T H3 {
  color: #ffffff;
}
.cid-uJ18XogePu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ18XogePu .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ18XogePu .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ18XogePu .user {
  padding: 0!important;
}
.cid-uJ18XogePu .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ18XogePu .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ18XogePu .carousel-item.active,
.cid-uJ18XogePu .carousel-item-next,
.cid-uJ18XogePu .carousel-item-prev {
  display: flex;
}
.cid-uJ18XogePu .user_name {
  margin: 0;
}
.cid-uJ18XogePu .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ18XogePu .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ18XogePu .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ18XogePu ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ18XogePu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ18XogePu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ18XogePu .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ18XogePu .user_desk {
  color: #767676;
}
.cid-uJ18XogePu .mbr-text,
.cid-uJ18XogePu .mbr-section-btn {
  color: #000000;
}
.cid-uH1An2dEnI {
  background-color: #ffffff;
}
.cid-uH1An2dEnI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1An2dEnI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1An2dEnI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1An2dEnI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1An2dEnI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1An2dEnI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1An2dEnI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1An2dEnI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1An2dEnI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1An2dEnI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1An2dEnI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1An2dEnI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1An2dEnI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1An2dEnI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1AlqpxUo {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-23.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1AlqpxUo svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1AlqpxUo #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1AlqpxUo img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1AlqpxUo img {
    width: 90%!important;
  }
}
.cid-uH1AlqpxUo H1 {
  color: #ffffff;
}
.cid-uH1AlqpxUo H3 {
  color: #ffffff;
}
.cid-uJ196TiwUc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ196TiwUc .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ196TiwUc .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ196TiwUc .user {
  padding: 0!important;
}
.cid-uJ196TiwUc .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ196TiwUc .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ196TiwUc .carousel-item.active,
.cid-uJ196TiwUc .carousel-item-next,
.cid-uJ196TiwUc .carousel-item-prev {
  display: flex;
}
.cid-uJ196TiwUc .user_name {
  margin: 0;
}
.cid-uJ196TiwUc .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ196TiwUc .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ196TiwUc .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ196TiwUc ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ196TiwUc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ196TiwUc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ196TiwUc .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ196TiwUc .user_desk {
  color: #767676;
}
.cid-uJ196TiwUc .mbr-text,
.cid-uJ196TiwUc .mbr-section-btn {
  color: #000000;
}
.cid-uH1AwXfjJh {
  background-color: #ffffff;
}
.cid-uH1AwXfjJh .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AwXfjJh .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AwXfjJh .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AwXfjJh .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AwXfjJh .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1AwXfjJh .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1AwXfjJh .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1AwXfjJh .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1AwXfjJh .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1AwXfjJh .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1AwXfjJh .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1AwXfjJh .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1AwXfjJh .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1AwXfjJh .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1AtsH8Sv {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-24.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1AtsH8Sv svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1AtsH8Sv #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1AtsH8Sv img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1AtsH8Sv img {
    width: 90%!important;
  }
}
.cid-uH1AtsH8Sv H1 {
  color: #ffffff;
}
.cid-uH1AtsH8Sv H3 {
  color: #ffffff;
}
.cid-uJ19ggN5L7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ19ggN5L7 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ19ggN5L7 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ19ggN5L7 .user {
  padding: 0!important;
}
.cid-uJ19ggN5L7 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ19ggN5L7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ19ggN5L7 .carousel-item.active,
.cid-uJ19ggN5L7 .carousel-item-next,
.cid-uJ19ggN5L7 .carousel-item-prev {
  display: flex;
}
.cid-uJ19ggN5L7 .user_name {
  margin: 0;
}
.cid-uJ19ggN5L7 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ19ggN5L7 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ19ggN5L7 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ19ggN5L7 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ19ggN5L7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ19ggN5L7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ19ggN5L7 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ19ggN5L7 .user_desk {
  color: #767676;
}
.cid-uJ19ggN5L7 .mbr-text,
.cid-uJ19ggN5L7 .mbr-section-btn {
  color: #000000;
}
.cid-uH1AGbQb9y {
  background-color: #ffffff;
}
.cid-uH1AGbQb9y .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AGbQb9y .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AGbQb9y .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AGbQb9y .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AGbQb9y .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1AGbQb9y .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1AGbQb9y .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1AGbQb9y .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1AGbQb9y .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1AGbQb9y .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1AGbQb9y .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1AGbQb9y .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1AGbQb9y .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1AGbQb9y .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1AA27TF8 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-25.jpg-1272x1920.jpg");
  overflow: hidden;
}
.cid-uH1AA27TF8 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1AA27TF8 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1AA27TF8 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1AA27TF8 img {
    width: 90%!important;
  }
}
.cid-uH1AA27TF8 H1 {
  color: #ffffff;
}
.cid-uH1AA27TF8 H3 {
  color: #ffffff;
}
.cid-uJ19qIXTZy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ19qIXTZy .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ19qIXTZy .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ19qIXTZy .user {
  padding: 0!important;
}
.cid-uJ19qIXTZy .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ19qIXTZy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ19qIXTZy .carousel-item.active,
.cid-uJ19qIXTZy .carousel-item-next,
.cid-uJ19qIXTZy .carousel-item-prev {
  display: flex;
}
.cid-uJ19qIXTZy .user_name {
  margin: 0;
}
.cid-uJ19qIXTZy .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ19qIXTZy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ19qIXTZy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ19qIXTZy ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ19qIXTZy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ19qIXTZy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ19qIXTZy .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ19qIXTZy .user_desk {
  color: #767676;
}
.cid-uJ19qIXTZy .mbr-text,
.cid-uJ19qIXTZy .mbr-section-btn {
  color: #000000;
}
.cid-uH1AD9MmNn {
  background-color: #ffffff;
}
.cid-uH1AD9MmNn .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AD9MmNn .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AD9MmNn .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AD9MmNn .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AD9MmNn .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1AD9MmNn .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1AD9MmNn .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1AD9MmNn .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1AD9MmNn .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1AD9MmNn .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1AD9MmNn .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1AD9MmNn .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1AD9MmNn .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1AD9MmNn .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1AMvWezB {
  background-color: #ffffff;
}
.cid-uH1AMvWezB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AMvWezB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AMvWezB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AMvWezB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AMvWezB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1AMvWezB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1AMvWezB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1AMvWezB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1AMvWezB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1AMvWezB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1AMvWezB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1AMvWezB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1AMvWezB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1AMvWezB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1AIIjTFP {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-26.jpg-1275x1920.jpg");
  overflow: hidden;
}
.cid-uH1AIIjTFP svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1AIIjTFP #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1AIIjTFP img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1AIIjTFP img {
    width: 90%!important;
  }
}
.cid-uH1AIIjTFP H1 {
  color: #ffffff;
}
.cid-uH1AIIjTFP H3 {
  color: #ffffff;
}
.cid-uJ19AcSHei {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ19AcSHei .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ19AcSHei .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ19AcSHei .user {
  padding: 0!important;
}
.cid-uJ19AcSHei .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ19AcSHei .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ19AcSHei .carousel-item.active,
.cid-uJ19AcSHei .carousel-item-next,
.cid-uJ19AcSHei .carousel-item-prev {
  display: flex;
}
.cid-uJ19AcSHei .user_name {
  margin: 0;
}
.cid-uJ19AcSHei .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ19AcSHei .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ19AcSHei .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ19AcSHei ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ19AcSHei .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ19AcSHei .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ19AcSHei .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ19AcSHei .user_desk {
  color: #767676;
}
.cid-uJ19AcSHei .mbr-text,
.cid-uJ19AcSHei .mbr-section-btn {
  color: #000000;
}
.cid-uH1AQSGQVI {
  background-color: #ffffff;
}
.cid-uH1AQSGQVI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AQSGQVI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AQSGQVI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AQSGQVI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1AQSGQVI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1AQSGQVI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1AQSGQVI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1AQSGQVI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1AQSGQVI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1AQSGQVI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1AQSGQVI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1AQSGQVI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1AQSGQVI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1AQSGQVI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1AOJ3v7r {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-27.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH1AOJ3v7r svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1AOJ3v7r #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1AOJ3v7r img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1AOJ3v7r img {
    width: 90%!important;
  }
}
.cid-uH1AOJ3v7r H1 {
  color: #ffffff;
}
.cid-uH1AOJ3v7r H3 {
  color: #ffffff;
}
.cid-uJ19HUe7wD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ19HUe7wD .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ19HUe7wD .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ19HUe7wD .user {
  padding: 0!important;
}
.cid-uJ19HUe7wD .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ19HUe7wD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ19HUe7wD .carousel-item.active,
.cid-uJ19HUe7wD .carousel-item-next,
.cid-uJ19HUe7wD .carousel-item-prev {
  display: flex;
}
.cid-uJ19HUe7wD .user_name {
  margin: 0;
}
.cid-uJ19HUe7wD .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ19HUe7wD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ19HUe7wD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ19HUe7wD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ19HUe7wD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ19HUe7wD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ19HUe7wD .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ19HUe7wD .user_desk {
  color: #767676;
}
.cid-uJ19HUe7wD .mbr-text,
.cid-uJ19HUe7wD .mbr-section-btn {
  color: #000000;
}
.cid-uH2ovXaZhK {
  background-color: #ffffff;
}
.cid-uH2ovXaZhK .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH2ovXaZhK .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH2ovXaZhK .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH2ovXaZhK .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH2ovXaZhK .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH2ovXaZhK .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH2ovXaZhK .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH2ovXaZhK .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH2ovXaZhK .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH2ovXaZhK .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH2ovXaZhK .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH2ovXaZhK .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH2ovXaZhK .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH2ovXaZhK .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH2ooqD158 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-28.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH2ooqD158 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH2ooqD158 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH2ooqD158 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH2ooqD158 img {
    width: 90%!important;
  }
}
.cid-uH2ooqD158 H1 {
  color: #ffffff;
}
.cid-uH2ooqD158 H3 {
  color: #ffffff;
}
.cid-uJ19PqBrZI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ19PqBrZI .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ19PqBrZI .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ19PqBrZI .user {
  padding: 0!important;
}
.cid-uJ19PqBrZI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ19PqBrZI .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ19PqBrZI .carousel-item.active,
.cid-uJ19PqBrZI .carousel-item-next,
.cid-uJ19PqBrZI .carousel-item-prev {
  display: flex;
}
.cid-uJ19PqBrZI .user_name {
  margin: 0;
}
.cid-uJ19PqBrZI .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ19PqBrZI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ19PqBrZI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ19PqBrZI ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ19PqBrZI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ19PqBrZI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ19PqBrZI .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ19PqBrZI .user_desk {
  color: #767676;
}
.cid-uJ19PqBrZI .mbr-text,
.cid-uJ19PqBrZI .mbr-section-btn {
  color: #000000;
}
.cid-uH1wV65nWJ {
  background-color: #ffffff;
}
.cid-uH1wV65nWJ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wV65nWJ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wV65nWJ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wV65nWJ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1wV65nWJ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1wV65nWJ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1wV65nWJ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1wV65nWJ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1wV65nWJ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1wV65nWJ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1wV65nWJ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1wV65nWJ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1wV65nWJ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1wV65nWJ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1CfUGYKb {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-29.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH1CfUGYKb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1CfUGYKb #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1CfUGYKb img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1CfUGYKb img {
    width: 90%!important;
  }
}
.cid-uH1CfUGYKb H1 {
  color: #ffffff;
}
.cid-uH1CfUGYKb H3 {
  color: #ffffff;
}
.cid-uJ1a2CzH0i {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1a2CzH0i .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1a2CzH0i .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1a2CzH0i .user {
  padding: 0!important;
}
.cid-uJ1a2CzH0i .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1a2CzH0i .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1a2CzH0i .carousel-item.active,
.cid-uJ1a2CzH0i .carousel-item-next,
.cid-uJ1a2CzH0i .carousel-item-prev {
  display: flex;
}
.cid-uJ1a2CzH0i .user_name {
  margin: 0;
}
.cid-uJ1a2CzH0i .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1a2CzH0i .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1a2CzH0i .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1a2CzH0i ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1a2CzH0i .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1a2CzH0i .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1a2CzH0i .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1a2CzH0i .user_desk {
  color: #767676;
}
.cid-uJ1a2CzH0i .mbr-text,
.cid-uJ1a2CzH0i .mbr-section-btn {
  color: #000000;
}
.cid-uH1CjAIlMI {
  background-color: #ffffff;
}
.cid-uH1CjAIlMI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CjAIlMI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CjAIlMI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CjAIlMI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CjAIlMI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1CjAIlMI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1CjAIlMI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1CjAIlMI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1CjAIlMI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1CjAIlMI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1CjAIlMI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1CjAIlMI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1CjAIlMI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1CjAIlMI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1CmOiVqZ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/20-iceland-5104369-1920.jpg-1282x1920.jpg");
  overflow: hidden;
}
.cid-uH1CmOiVqZ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1CmOiVqZ #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1CmOiVqZ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1CmOiVqZ img {
    width: 90%!important;
  }
}
.cid-uH1CmOiVqZ H1 {
  color: #ffffff;
}
.cid-uH1CmOiVqZ H3 {
  color: #ffffff;
}
.cid-uJ1aduAuzJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1aduAuzJ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1aduAuzJ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1aduAuzJ .user {
  padding: 0!important;
}
.cid-uJ1aduAuzJ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1aduAuzJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1aduAuzJ .carousel-item.active,
.cid-uJ1aduAuzJ .carousel-item-next,
.cid-uJ1aduAuzJ .carousel-item-prev {
  display: flex;
}
.cid-uJ1aduAuzJ .user_name {
  margin: 0;
}
.cid-uJ1aduAuzJ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1aduAuzJ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1aduAuzJ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1aduAuzJ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1aduAuzJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1aduAuzJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1aduAuzJ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1aduAuzJ .user_desk {
  color: #767676;
}
.cid-uJ1aduAuzJ .mbr-text,
.cid-uJ1aduAuzJ .mbr-section-btn {
  color: #000000;
}
.cid-uH1CvZv0wW {
  background-color: #ffffff;
}
.cid-uH1CvZv0wW .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CvZv0wW .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CvZv0wW .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CvZv0wW .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CvZv0wW .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1CvZv0wW .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1CvZv0wW .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1CvZv0wW .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1CvZv0wW .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1CvZv0wW .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1CvZv0wW .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1CvZv0wW .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1CvZv0wW .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1CvZv0wW .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH1Ct1JfAR {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/january-31.jpg-1279x1920.jpg");
  overflow: hidden;
}
.cid-uH1Ct1JfAR svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH1Ct1JfAR #e2_shape {
  fill: #ffffff !important;
}
.cid-uH1Ct1JfAR img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH1Ct1JfAR img {
    width: 90%!important;
  }
}
.cid-uH1Ct1JfAR H1 {
  color: #ffffff;
}
.cid-uH1Ct1JfAR H3 {
  color: #ffffff;
}
.cid-uJ1akMpS0l {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1akMpS0l .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1akMpS0l .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1akMpS0l .user {
  padding: 0!important;
}
.cid-uJ1akMpS0l .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1akMpS0l .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1akMpS0l .carousel-item.active,
.cid-uJ1akMpS0l .carousel-item-next,
.cid-uJ1akMpS0l .carousel-item-prev {
  display: flex;
}
.cid-uJ1akMpS0l .user_name {
  margin: 0;
}
.cid-uJ1akMpS0l .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1akMpS0l .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1akMpS0l .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1akMpS0l ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1akMpS0l .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1akMpS0l .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1akMpS0l .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1akMpS0l .user_desk {
  color: #767676;
}
.cid-uJ1akMpS0l .mbr-text,
.cid-uJ1akMpS0l .mbr-section-btn {
  color: #000000;
}
.cid-uH1CqMspVu {
  background-color: #ffffff;
}
.cid-uH1CqMspVu .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CqMspVu .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CqMspVu .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CqMspVu .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH1CqMspVu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH1CqMspVu .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH1CqMspVu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH1CqMspVu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH1CqMspVu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH1CqMspVu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH1CqMspVu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH1CqMspVu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH1CqMspVu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH1CqMspVu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uH3asOs7Qf {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/9-waterfall-8068674-1920.jpg-1180x1920.jpg");
  overflow: hidden;
}
.cid-uH3asOs7Qf svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3asOs7Qf #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3asOs7Qf img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3asOs7Qf img {
    width: 90%!important;
  }
}
.cid-uH3asOs7Qf H1 {
  color: #ffffff;
}
.cid-uH3asOs7Qf H3 {
  color: #ffffff;
}
.cid-uJ1cTfZ4Ko {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cTfZ4Ko .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cTfZ4Ko .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cTfZ4Ko .user {
  padding: 0!important;
}
.cid-uJ1cTfZ4Ko .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cTfZ4Ko .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cTfZ4Ko .carousel-item.active,
.cid-uJ1cTfZ4Ko .carousel-item-next,
.cid-uJ1cTfZ4Ko .carousel-item-prev {
  display: flex;
}
.cid-uJ1cTfZ4Ko .user_name {
  margin: 0;
}
.cid-uJ1cTfZ4Ko .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cTfZ4Ko .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cTfZ4Ko .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cTfZ4Ko ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cTfZ4Ko .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cTfZ4Ko .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cTfZ4Ko .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cTfZ4Ko .user_desk {
  color: #767676;
}
.cid-uJ1cTfZ4Ko .mbr-text,
.cid-uJ1cTfZ4Ko .mbr-section-btn {
  color: #000000;
}
.cid-uH3asQzbxi {
  background-color: #ffffff;
}
.cid-uH3asQzbxi .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asQzbxi .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asQzbxi .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asQzbxi .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asQzbxi .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3asQzbxi .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3asQzbxi .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3asQzbxi .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3asQzbxi .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3asQzbxi .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3asQzbxi .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3asQzbxi .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3asQzbxi .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3asQzbxi .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3asR6z5e {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-2.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3asR6z5e svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3asR6z5e #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3asR6z5e img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3asR6z5e img {
    width: 90%!important;
  }
}
.cid-uH3asR6z5e H1 {
  color: #ffffff;
}
.cid-uH3asR6z5e H3 {
  color: #ffffff;
}
.cid-uJ1cQZgUK1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cQZgUK1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cQZgUK1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cQZgUK1 .user {
  padding: 0!important;
}
.cid-uJ1cQZgUK1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cQZgUK1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cQZgUK1 .carousel-item.active,
.cid-uJ1cQZgUK1 .carousel-item-next,
.cid-uJ1cQZgUK1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1cQZgUK1 .user_name {
  margin: 0;
}
.cid-uJ1cQZgUK1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cQZgUK1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cQZgUK1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cQZgUK1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cQZgUK1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cQZgUK1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cQZgUK1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cQZgUK1 .user_desk {
  color: #767676;
}
.cid-uJ1cQZgUK1 .mbr-text,
.cid-uJ1cQZgUK1 .mbr-section-btn {
  color: #000000;
}
.cid-uH3asSTQF3 {
  background-color: #ffffff;
}
.cid-uH3asSTQF3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asSTQF3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asSTQF3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asSTQF3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asSTQF3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3asSTQF3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3asSTQF3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3asSTQF3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3asSTQF3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3asSTQF3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3asSTQF3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3asSTQF3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3asSTQF3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3asSTQF3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3asTsgOq {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-3.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3asTsgOq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3asTsgOq #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3asTsgOq img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3asTsgOq img {
    width: 90%!important;
  }
}
.cid-uH3asTsgOq H1 {
  color: #ffffff;
}
.cid-uH3asTsgOq H3 {
  color: #ffffff;
}
.cid-uJ1cOMTVBp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cOMTVBp .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cOMTVBp .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cOMTVBp .user {
  padding: 0!important;
}
.cid-uJ1cOMTVBp .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cOMTVBp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cOMTVBp .carousel-item.active,
.cid-uJ1cOMTVBp .carousel-item-next,
.cid-uJ1cOMTVBp .carousel-item-prev {
  display: flex;
}
.cid-uJ1cOMTVBp .user_name {
  margin: 0;
}
.cid-uJ1cOMTVBp .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cOMTVBp .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cOMTVBp .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cOMTVBp ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cOMTVBp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cOMTVBp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cOMTVBp .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cOMTVBp .user_desk {
  color: #767676;
}
.cid-uJ1cOMTVBp .mbr-text,
.cid-uJ1cOMTVBp .mbr-section-btn {
  color: #000000;
}
.cid-uH3asVdTv3 {
  background-color: #ffffff;
}
.cid-uH3asVdTv3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asVdTv3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asVdTv3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asVdTv3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asVdTv3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3asVdTv3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3asVdTv3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3asVdTv3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3asVdTv3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3asVdTv3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3asVdTv3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3asVdTv3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3asVdTv3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3asVdTv3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3asVQ0J1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-4.jpg-1227x1920.jpg");
  overflow: hidden;
}
.cid-uH3asVQ0J1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3asVQ0J1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3asVQ0J1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3asVQ0J1 img {
    width: 90%!important;
  }
}
.cid-uH3asVQ0J1 H1 {
  color: #ffffff;
}
.cid-uH3asVQ0J1 H3 {
  color: #ffffff;
}
.cid-uJ1cMDW6Sk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cMDW6Sk .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cMDW6Sk .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cMDW6Sk .user {
  padding: 0!important;
}
.cid-uJ1cMDW6Sk .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cMDW6Sk .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cMDW6Sk .carousel-item.active,
.cid-uJ1cMDW6Sk .carousel-item-next,
.cid-uJ1cMDW6Sk .carousel-item-prev {
  display: flex;
}
.cid-uJ1cMDW6Sk .user_name {
  margin: 0;
}
.cid-uJ1cMDW6Sk .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cMDW6Sk .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cMDW6Sk .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cMDW6Sk ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cMDW6Sk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cMDW6Sk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cMDW6Sk .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cMDW6Sk .user_desk {
  color: #767676;
}
.cid-uJ1cMDW6Sk .mbr-text,
.cid-uJ1cMDW6Sk .mbr-section-btn {
  color: #000000;
}
.cid-uH3asXtbgN {
  background-color: #ffffff;
}
.cid-uH3asXtbgN .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asXtbgN .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asXtbgN .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asXtbgN .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asXtbgN .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3asXtbgN .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3asXtbgN .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3asXtbgN .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3asXtbgN .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3asXtbgN .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3asXtbgN .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3asXtbgN .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3asXtbgN .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3asXtbgN .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3asY5eCd {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-5.jpg-1576x1920.jpg");
  overflow: hidden;
}
.cid-uH3asY5eCd svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3asY5eCd #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3asY5eCd img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3asY5eCd img {
    width: 90%!important;
  }
}
.cid-uH3asY5eCd H1 {
  color: #ffffff;
}
.cid-uH3asY5eCd H3 {
  color: #ffffff;
}
.cid-uJ1cK17Dz4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cK17Dz4 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cK17Dz4 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cK17Dz4 .user {
  padding: 0!important;
}
.cid-uJ1cK17Dz4 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cK17Dz4 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cK17Dz4 .carousel-item.active,
.cid-uJ1cK17Dz4 .carousel-item-next,
.cid-uJ1cK17Dz4 .carousel-item-prev {
  display: flex;
}
.cid-uJ1cK17Dz4 .user_name {
  margin: 0;
}
.cid-uJ1cK17Dz4 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cK17Dz4 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cK17Dz4 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cK17Dz4 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cK17Dz4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cK17Dz4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cK17Dz4 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cK17Dz4 .user_desk {
  color: #767676;
}
.cid-uJ1cK17Dz4 .mbr-text,
.cid-uJ1cK17Dz4 .mbr-section-btn {
  color: #000000;
}
.cid-uH3asZP7Mh {
  background-color: #ffffff;
}
.cid-uH3asZP7Mh .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asZP7Mh .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asZP7Mh .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asZP7Mh .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3asZP7Mh .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3asZP7Mh .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3asZP7Mh .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3asZP7Mh .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3asZP7Mh .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3asZP7Mh .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3asZP7Mh .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3asZP7Mh .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3asZP7Mh .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3asZP7Mh .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3at0oxJF {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-6.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH3at0oxJF svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3at0oxJF #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3at0oxJF img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3at0oxJF img {
    width: 90%!important;
  }
}
.cid-uH3at0oxJF H1 {
  color: #ffffff;
}
.cid-uH3at0oxJF H3 {
  color: #ffffff;
}
.cid-uJ1cGsfFUT {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cGsfFUT .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cGsfFUT .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cGsfFUT .user {
  padding: 0!important;
}
.cid-uJ1cGsfFUT .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cGsfFUT .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cGsfFUT .carousel-item.active,
.cid-uJ1cGsfFUT .carousel-item-next,
.cid-uJ1cGsfFUT .carousel-item-prev {
  display: flex;
}
.cid-uJ1cGsfFUT .user_name {
  margin: 0;
}
.cid-uJ1cGsfFUT .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cGsfFUT .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cGsfFUT .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cGsfFUT ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cGsfFUT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cGsfFUT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cGsfFUT .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cGsfFUT .user_desk {
  color: #767676;
}
.cid-uJ1cGsfFUT .mbr-text,
.cid-uJ1cGsfFUT .mbr-section-btn {
  color: #000000;
}
.cid-uH3at26bK4 {
  background-color: #ffffff;
}
.cid-uH3at26bK4 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at26bK4 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at26bK4 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at26bK4 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at26bK4 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3at26bK4 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3at26bK4 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3at26bK4 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3at26bK4 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3at26bK4 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3at26bK4 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3at26bK4 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3at26bK4 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3at26bK4 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3at2HDVS {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-7.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3at2HDVS svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3at2HDVS #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3at2HDVS img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3at2HDVS img {
    width: 90%!important;
  }
}
.cid-uH3at2HDVS H1 {
  color: #ffffff;
}
.cid-uH3at2HDVS H3 {
  color: #ffffff;
}
.cid-uJ1cEwf3hi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cEwf3hi .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cEwf3hi .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cEwf3hi .user {
  padding: 0!important;
}
.cid-uJ1cEwf3hi .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cEwf3hi .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cEwf3hi .carousel-item.active,
.cid-uJ1cEwf3hi .carousel-item-next,
.cid-uJ1cEwf3hi .carousel-item-prev {
  display: flex;
}
.cid-uJ1cEwf3hi .user_name {
  margin: 0;
}
.cid-uJ1cEwf3hi .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cEwf3hi .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cEwf3hi .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cEwf3hi ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cEwf3hi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cEwf3hi .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cEwf3hi .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cEwf3hi .user_desk {
  color: #767676;
}
.cid-uJ1cEwf3hi .mbr-text,
.cid-uJ1cEwf3hi .mbr-section-btn {
  color: #000000;
}
.cid-uH3at4pVVp {
  background-color: #ffffff;
}
.cid-uH3at4pVVp .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at4pVVp .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at4pVVp .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at4pVVp .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at4pVVp .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3at4pVVp .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3at4pVVp .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3at4pVVp .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3at4pVVp .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3at4pVVp .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3at4pVVp .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3at4pVVp .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3at4pVVp .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3at4pVVp .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3at52SDN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-8.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3at52SDN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3at52SDN #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3at52SDN img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3at52SDN img {
    width: 90%!important;
  }
}
.cid-uH3at52SDN H1 {
  color: #ffffff;
}
.cid-uH3at52SDN H3 {
  color: #ffffff;
}
.cid-uJ1cAkbdBk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cAkbdBk .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cAkbdBk .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cAkbdBk .user {
  padding: 0!important;
}
.cid-uJ1cAkbdBk .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cAkbdBk .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cAkbdBk .carousel-item.active,
.cid-uJ1cAkbdBk .carousel-item-next,
.cid-uJ1cAkbdBk .carousel-item-prev {
  display: flex;
}
.cid-uJ1cAkbdBk .user_name {
  margin: 0;
}
.cid-uJ1cAkbdBk .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cAkbdBk .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cAkbdBk .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cAkbdBk ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cAkbdBk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cAkbdBk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cAkbdBk .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cAkbdBk .user_desk {
  color: #767676;
}
.cid-uJ1cAkbdBk .mbr-text,
.cid-uJ1cAkbdBk .mbr-section-btn {
  color: #000000;
}
.cid-uJ1cC00MCt {
  background-color: #ffffff;
}
.cid-uJ1cC00MCt .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1cC00MCt .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1cC00MCt .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1cC00MCt .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1cC00MCt .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1cC00MCt .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1cC00MCt .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1cC00MCt .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1cC00MCt .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1cC00MCt .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1cC00MCt .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1cC00MCt .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1cC00MCt .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1cC00MCt .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3at6UyvE {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-9.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3at6UyvE svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3at6UyvE #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3at6UyvE img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3at6UyvE img {
    width: 90%!important;
  }
}
.cid-uH3at6UyvE H1 {
  color: #ffffff;
}
.cid-uH3at6UyvE H3 {
  color: #ffffff;
}
.cid-uJ1cxdS6h5 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cxdS6h5 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cxdS6h5 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cxdS6h5 .user {
  padding: 0!important;
}
.cid-uJ1cxdS6h5 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cxdS6h5 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cxdS6h5 .carousel-item.active,
.cid-uJ1cxdS6h5 .carousel-item-next,
.cid-uJ1cxdS6h5 .carousel-item-prev {
  display: flex;
}
.cid-uJ1cxdS6h5 .user_name {
  margin: 0;
}
.cid-uJ1cxdS6h5 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cxdS6h5 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cxdS6h5 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cxdS6h5 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cxdS6h5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cxdS6h5 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cxdS6h5 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cxdS6h5 .user_desk {
  color: #767676;
}
.cid-uJ1cxdS6h5 .mbr-text,
.cid-uJ1cxdS6h5 .mbr-section-btn {
  color: #000000;
}
.cid-uH3at8Kpy6 {
  background-color: #ffffff;
}
.cid-uH3at8Kpy6 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at8Kpy6 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at8Kpy6 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at8Kpy6 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3at8Kpy6 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3at8Kpy6 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3at8Kpy6 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3at8Kpy6 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3at8Kpy6 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3at8Kpy6 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3at8Kpy6 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3at8Kpy6 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3at8Kpy6 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3at8Kpy6 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3at9oMcX {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-10.jpg-1430x1920.jpg");
  overflow: hidden;
}
.cid-uH3at9oMcX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3at9oMcX #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3at9oMcX img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3at9oMcX img {
    width: 90%!important;
  }
}
.cid-uH3at9oMcX H1 {
  color: #ffffff;
}
.cid-uH3at9oMcX H3 {
  color: #ffffff;
}
.cid-uJ1cuByaCG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cuByaCG .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cuByaCG .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cuByaCG .user {
  padding: 0!important;
}
.cid-uJ1cuByaCG .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cuByaCG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cuByaCG .carousel-item.active,
.cid-uJ1cuByaCG .carousel-item-next,
.cid-uJ1cuByaCG .carousel-item-prev {
  display: flex;
}
.cid-uJ1cuByaCG .user_name {
  margin: 0;
}
.cid-uJ1cuByaCG .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cuByaCG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cuByaCG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cuByaCG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cuByaCG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cuByaCG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cuByaCG .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cuByaCG .user_desk {
  color: #767676;
}
.cid-uJ1cuByaCG .mbr-text,
.cid-uJ1cuByaCG .mbr-section-btn {
  color: #000000;
}
.cid-uH3atbdMsJ {
  background-color: #ffffff;
}
.cid-uH3atbdMsJ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atbdMsJ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atbdMsJ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atbdMsJ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atbdMsJ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atbdMsJ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atbdMsJ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atbdMsJ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atbdMsJ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atbdMsJ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atbdMsJ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atbdMsJ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atbdMsJ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atbdMsJ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atbSJX4 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-11.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH3atbSJX4 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atbSJX4 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atbSJX4 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atbSJX4 img {
    width: 90%!important;
  }
}
.cid-uH3atbSJX4 H1 {
  color: #ffffff;
}
.cid-uH3atbSJX4 H3 {
  color: #ffffff;
}
.cid-uJ1csk02yI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1csk02yI .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1csk02yI .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1csk02yI .user {
  padding: 0!important;
}
.cid-uJ1csk02yI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1csk02yI .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1csk02yI .carousel-item.active,
.cid-uJ1csk02yI .carousel-item-next,
.cid-uJ1csk02yI .carousel-item-prev {
  display: flex;
}
.cid-uJ1csk02yI .user_name {
  margin: 0;
}
.cid-uJ1csk02yI .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1csk02yI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1csk02yI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1csk02yI ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1csk02yI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1csk02yI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1csk02yI .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1csk02yI .user_desk {
  color: #767676;
}
.cid-uJ1csk02yI .mbr-text,
.cid-uJ1csk02yI .mbr-section-btn {
  color: #000000;
}
.cid-uH3atdPz6E {
  background-color: #ffffff;
}
.cid-uH3atdPz6E .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atdPz6E .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atdPz6E .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atdPz6E .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atdPz6E .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atdPz6E .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atdPz6E .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atdPz6E .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atdPz6E .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atdPz6E .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atdPz6E .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atdPz6E .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atdPz6E .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atdPz6E .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atetyNb {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-12.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH3atetyNb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atetyNb #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atetyNb img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atetyNb img {
    width: 90%!important;
  }
}
.cid-uH3atetyNb H1 {
  color: #ffffff;
}
.cid-uH3atetyNb H3 {
  color: #ffffff;
}
.cid-uJ1cpoNN8E {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cpoNN8E .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cpoNN8E .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cpoNN8E .user {
  padding: 0!important;
}
.cid-uJ1cpoNN8E .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cpoNN8E .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cpoNN8E .carousel-item.active,
.cid-uJ1cpoNN8E .carousel-item-next,
.cid-uJ1cpoNN8E .carousel-item-prev {
  display: flex;
}
.cid-uJ1cpoNN8E .user_name {
  margin: 0;
}
.cid-uJ1cpoNN8E .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cpoNN8E .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cpoNN8E .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cpoNN8E ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cpoNN8E .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cpoNN8E .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cpoNN8E .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cpoNN8E .user_desk {
  color: #767676;
}
.cid-uJ1cpoNN8E .mbr-text,
.cid-uJ1cpoNN8E .mbr-section-btn {
  color: #000000;
}
.cid-uH3atgqVJh {
  background-color: #ffffff;
}
.cid-uH3atgqVJh .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atgqVJh .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atgqVJh .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atgqVJh .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atgqVJh .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atgqVJh .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atgqVJh .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atgqVJh .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atgqVJh .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atgqVJh .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atgqVJh .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atgqVJh .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atgqVJh .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atgqVJh .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3ath5hKI {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-13.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH3ath5hKI svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3ath5hKI #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3ath5hKI img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3ath5hKI img {
    width: 90%!important;
  }
}
.cid-uH3ath5hKI H1 {
  color: #ffffff;
}
.cid-uH3ath5hKI H3 {
  color: #ffffff;
}
.cid-uJ1cnhjKKb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cnhjKKb .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cnhjKKb .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cnhjKKb .user {
  padding: 0!important;
}
.cid-uJ1cnhjKKb .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cnhjKKb .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cnhjKKb .carousel-item.active,
.cid-uJ1cnhjKKb .carousel-item-next,
.cid-uJ1cnhjKKb .carousel-item-prev {
  display: flex;
}
.cid-uJ1cnhjKKb .user_name {
  margin: 0;
}
.cid-uJ1cnhjKKb .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cnhjKKb .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cnhjKKb .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cnhjKKb ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cnhjKKb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cnhjKKb .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cnhjKKb .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cnhjKKb .user_desk {
  color: #767676;
}
.cid-uJ1cnhjKKb .mbr-text,
.cid-uJ1cnhjKKb .mbr-section-btn {
  color: #000000;
}
.cid-uH3atiZh3M {
  background-color: #ffffff;
}
.cid-uH3atiZh3M .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atiZh3M .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atiZh3M .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atiZh3M .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atiZh3M .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atiZh3M .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atiZh3M .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atiZh3M .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atiZh3M .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atiZh3M .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atiZh3M .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atiZh3M .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atiZh3M .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atiZh3M .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atjFjhe {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-14.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3atjFjhe svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atjFjhe #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atjFjhe img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atjFjhe img {
    width: 90%!important;
  }
}
.cid-uH3atjFjhe H1 {
  color: #ffffff;
}
.cid-uH3atjFjhe H3 {
  color: #ffffff;
}
.cid-uJ1cjh1LHo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cjh1LHo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cjh1LHo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cjh1LHo .user {
  padding: 0!important;
}
.cid-uJ1cjh1LHo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cjh1LHo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cjh1LHo .carousel-item.active,
.cid-uJ1cjh1LHo .carousel-item-next,
.cid-uJ1cjh1LHo .carousel-item-prev {
  display: flex;
}
.cid-uJ1cjh1LHo .user_name {
  margin: 0;
}
.cid-uJ1cjh1LHo .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cjh1LHo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cjh1LHo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cjh1LHo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cjh1LHo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cjh1LHo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cjh1LHo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cjh1LHo .user_desk {
  color: #767676;
}
.cid-uJ1cjh1LHo .mbr-text,
.cid-uJ1cjh1LHo .mbr-section-btn {
  color: #000000;
}
.cid-uH3atlCcdI {
  background-color: #ffffff;
}
.cid-uH3atlCcdI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atlCcdI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atlCcdI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atlCcdI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atlCcdI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atlCcdI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atlCcdI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atlCcdI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atlCcdI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atlCcdI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atlCcdI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atlCcdI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atlCcdI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atlCcdI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atmjeWp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-15.jpg-1379x1920.jpg");
  overflow: hidden;
}
.cid-uH3atmjeWp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atmjeWp #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atmjeWp img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atmjeWp img {
    width: 90%!important;
  }
}
.cid-uH3atmjeWp H1 {
  color: #ffffff;
}
.cid-uH3atmjeWp H3 {
  color: #ffffff;
}
.cid-uJ1cguezdH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cguezdH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cguezdH .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cguezdH .user {
  padding: 0!important;
}
.cid-uJ1cguezdH .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cguezdH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cguezdH .carousel-item.active,
.cid-uJ1cguezdH .carousel-item-next,
.cid-uJ1cguezdH .carousel-item-prev {
  display: flex;
}
.cid-uJ1cguezdH .user_name {
  margin: 0;
}
.cid-uJ1cguezdH .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cguezdH .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cguezdH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cguezdH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cguezdH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cguezdH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cguezdH .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cguezdH .user_desk {
  color: #767676;
}
.cid-uJ1cguezdH .mbr-text,
.cid-uJ1cguezdH .mbr-section-btn {
  color: #000000;
}
.cid-uH3atokae4 {
  background-color: #ffffff;
}
.cid-uH3atokae4 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atokae4 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atokae4 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atokae4 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atokae4 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atokae4 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atokae4 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atokae4 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atokae4 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atokae4 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atokae4 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atokae4 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atokae4 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atokae4 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atp27DY {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/23-plitvice-4899905-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3atp27DY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atp27DY #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atp27DY img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atp27DY img {
    width: 90%!important;
  }
}
.cid-uH3atp27DY H1 {
  color: #ffffff;
}
.cid-uH3atp27DY H3 {
  color: #ffffff;
}
.cid-uJ1cexJQzL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cexJQzL .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cexJQzL .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cexJQzL .user {
  padding: 0!important;
}
.cid-uJ1cexJQzL .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cexJQzL .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cexJQzL .carousel-item.active,
.cid-uJ1cexJQzL .carousel-item-next,
.cid-uJ1cexJQzL .carousel-item-prev {
  display: flex;
}
.cid-uJ1cexJQzL .user_name {
  margin: 0;
}
.cid-uJ1cexJQzL .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cexJQzL .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cexJQzL .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cexJQzL ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cexJQzL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cexJQzL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cexJQzL .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cexJQzL .user_desk {
  color: #767676;
}
.cid-uJ1cexJQzL .mbr-text,
.cid-uJ1cexJQzL .mbr-section-btn {
  color: #000000;
}
.cid-uH3atqVmrv {
  background-color: #ffffff;
}
.cid-uH3atqVmrv .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atqVmrv .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atqVmrv .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atqVmrv .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atqVmrv .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atqVmrv .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atqVmrv .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atqVmrv .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atqVmrv .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atqVmrv .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atqVmrv .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atqVmrv .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atqVmrv .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atqVmrv .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atrIpjM {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-17.jpg-1176x1920.jpg");
  overflow: hidden;
}
.cid-uH3atrIpjM svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atrIpjM #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atrIpjM img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atrIpjM img {
    width: 90%!important;
  }
}
.cid-uH3atrIpjM H1 {
  color: #ffffff;
}
.cid-uH3atrIpjM H3 {
  color: #ffffff;
}
.cid-uJ1cav9CPi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1cav9CPi .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1cav9CPi .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1cav9CPi .user {
  padding: 0!important;
}
.cid-uJ1cav9CPi .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1cav9CPi .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1cav9CPi .carousel-item.active,
.cid-uJ1cav9CPi .carousel-item-next,
.cid-uJ1cav9CPi .carousel-item-prev {
  display: flex;
}
.cid-uJ1cav9CPi .user_name {
  margin: 0;
}
.cid-uJ1cav9CPi .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1cav9CPi .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1cav9CPi .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1cav9CPi ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1cav9CPi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1cav9CPi .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1cav9CPi .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1cav9CPi .user_desk {
  color: #767676;
}
.cid-uJ1cav9CPi .mbr-text,
.cid-uJ1cav9CPi .mbr-section-btn {
  color: #000000;
}
.cid-uH3atsyl5x {
  background-color: #ffffff;
}
.cid-uH3atsyl5x .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atsyl5x .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atsyl5x .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atsyl5x .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atsyl5x .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atsyl5x .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atsyl5x .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atsyl5x .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atsyl5x .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atsyl5x .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atsyl5x .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atsyl5x .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atsyl5x .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atsyl5x .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atuqGJF {
  background-color: #ffffff;
}
.cid-uH3atuqGJF .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atuqGJF .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atuqGJF .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atuqGJF .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atuqGJF .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atuqGJF .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atuqGJF .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atuqGJF .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atuqGJF .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atuqGJF .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atuqGJF .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atuqGJF .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atuqGJF .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atuqGJF .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atveHUX {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-18.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3atveHUX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atveHUX #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atveHUX img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atveHUX img {
    width: 90%!important;
  }
}
.cid-uH3atveHUX H1 {
  color: #ffffff;
}
.cid-uH3atveHUX H3 {
  color: #ffffff;
}
.cid-uJ1c8yo897 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1c8yo897 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1c8yo897 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1c8yo897 .user {
  padding: 0!important;
}
.cid-uJ1c8yo897 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1c8yo897 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1c8yo897 .carousel-item.active,
.cid-uJ1c8yo897 .carousel-item-next,
.cid-uJ1c8yo897 .carousel-item-prev {
  display: flex;
}
.cid-uJ1c8yo897 .user_name {
  margin: 0;
}
.cid-uJ1c8yo897 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1c8yo897 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1c8yo897 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1c8yo897 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1c8yo897 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1c8yo897 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1c8yo897 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1c8yo897 .user_desk {
  color: #767676;
}
.cid-uJ1c8yo897 .mbr-text,
.cid-uJ1c8yo897 .mbr-section-btn {
  color: #000000;
}
.cid-uH3atxfKCZ {
  background-color: #ffffff;
}
.cid-uH3atxfKCZ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atxfKCZ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atxfKCZ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atxfKCZ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atxfKCZ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atxfKCZ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atxfKCZ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atxfKCZ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atxfKCZ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atxfKCZ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atxfKCZ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atxfKCZ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atxfKCZ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atxfKCZ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3aty1V4S {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/apple-tree-116369-1920.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH3aty1V4S svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3aty1V4S #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3aty1V4S img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3aty1V4S img {
    width: 90%!important;
  }
}
.cid-uH3aty1V4S H1 {
  color: #ffffff;
}
.cid-uH3aty1V4S H3 {
  color: #ffffff;
}
.cid-uJ1c5UFUWt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1c5UFUWt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1c5UFUWt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1c5UFUWt .user {
  padding: 0!important;
}
.cid-uJ1c5UFUWt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1c5UFUWt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1c5UFUWt .carousel-item.active,
.cid-uJ1c5UFUWt .carousel-item-next,
.cid-uJ1c5UFUWt .carousel-item-prev {
  display: flex;
}
.cid-uJ1c5UFUWt .user_name {
  margin: 0;
}
.cid-uJ1c5UFUWt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1c5UFUWt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1c5UFUWt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1c5UFUWt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1c5UFUWt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1c5UFUWt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1c5UFUWt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1c5UFUWt .user_desk {
  color: #767676;
}
.cid-uJ1c5UFUWt .mbr-text,
.cid-uJ1c5UFUWt .mbr-section-btn {
  color: #000000;
}
.cid-uH3atA3mVc {
  background-color: #ffffff;
}
.cid-uH3atA3mVc .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atA3mVc .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atA3mVc .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atA3mVc .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atA3mVc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atA3mVc .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atA3mVc .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atA3mVc .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atA3mVc .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atA3mVc .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atA3mVc .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atA3mVc .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atA3mVc .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atA3mVc .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atASOMg {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-20.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH3atASOMg svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atASOMg #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atASOMg img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atASOMg img {
    width: 90%!important;
  }
}
.cid-uH3atASOMg H1 {
  color: #ffffff;
}
.cid-uH3atASOMg H3 {
  color: #ffffff;
}
.cid-uJ1c43egJo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1c43egJo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1c43egJo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1c43egJo .user {
  padding: 0!important;
}
.cid-uJ1c43egJo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1c43egJo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1c43egJo .carousel-item.active,
.cid-uJ1c43egJo .carousel-item-next,
.cid-uJ1c43egJo .carousel-item-prev {
  display: flex;
}
.cid-uJ1c43egJo .user_name {
  margin: 0;
}
.cid-uJ1c43egJo .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1c43egJo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1c43egJo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1c43egJo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1c43egJo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1c43egJo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1c43egJo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1c43egJo .user_desk {
  color: #767676;
}
.cid-uJ1c43egJo .mbr-text,
.cid-uJ1c43egJo .mbr-section-btn {
  color: #000000;
}
.cid-uH3atDSpfu {
  background-color: #ffffff;
}
.cid-uH3atDSpfu .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atDSpfu .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atDSpfu .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atDSpfu .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atDSpfu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atDSpfu .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atDSpfu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atDSpfu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atDSpfu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atDSpfu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atDSpfu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atDSpfu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atDSpfu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atDSpfu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atETBW5 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-21.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3atETBW5 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atETBW5 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atETBW5 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atETBW5 img {
    width: 90%!important;
  }
}
.cid-uH3atETBW5 H1 {
  color: #ffffff;
}
.cid-uH3atETBW5 H3 {
  color: #ffffff;
}
.cid-uJ1c1ckolx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1c1ckolx .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1c1ckolx .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1c1ckolx .user {
  padding: 0!important;
}
.cid-uJ1c1ckolx .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1c1ckolx .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1c1ckolx .carousel-item.active,
.cid-uJ1c1ckolx .carousel-item-next,
.cid-uJ1c1ckolx .carousel-item-prev {
  display: flex;
}
.cid-uJ1c1ckolx .user_name {
  margin: 0;
}
.cid-uJ1c1ckolx .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1c1ckolx .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1c1ckolx .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1c1ckolx ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1c1ckolx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1c1ckolx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1c1ckolx .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1c1ckolx .user_desk {
  color: #767676;
}
.cid-uJ1c1ckolx .mbr-text,
.cid-uJ1c1ckolx .mbr-section-btn {
  color: #000000;
}
.cid-uH3atH4Qla {
  background-color: #ffffff;
}
.cid-uH3atH4Qla .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atH4Qla .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atH4Qla .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atH4Qla .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atH4Qla .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atH4Qla .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atH4Qla .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atH4Qla .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atH4Qla .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atH4Qla .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atH4Qla .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atH4Qla .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atH4Qla .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atH4Qla .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atHZywP {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-22.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH3atHZywP svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atHZywP #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atHZywP img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atHZywP img {
    width: 90%!important;
  }
}
.cid-uH3atHZywP H1 {
  color: #ffffff;
}
.cid-uH3atHZywP H3 {
  color: #ffffff;
}
.cid-uH3atK8Kxm {
  background-color: #ffffff;
}
.cid-uH3atK8Kxm .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atK8Kxm .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atK8Kxm .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atK8Kxm .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atK8Kxm .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atK8Kxm .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atK8Kxm .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atK8Kxm .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atK8Kxm .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atK8Kxm .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atK8Kxm .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atK8Kxm .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atK8Kxm .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atK8Kxm .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uJ1bOH2yuU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1bOH2yuU .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1bOH2yuU .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1bOH2yuU .user {
  padding: 0!important;
}
.cid-uJ1bOH2yuU .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1bOH2yuU .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1bOH2yuU .carousel-item.active,
.cid-uJ1bOH2yuU .carousel-item-next,
.cid-uJ1bOH2yuU .carousel-item-prev {
  display: flex;
}
.cid-uJ1bOH2yuU .user_name {
  margin: 0;
}
.cid-uJ1bOH2yuU .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1bOH2yuU .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1bOH2yuU .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1bOH2yuU ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1bOH2yuU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1bOH2yuU .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1bOH2yuU .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1bOH2yuU .user_desk {
  color: #767676;
}
.cid-uJ1bOH2yuU .mbr-text,
.cid-uJ1bOH2yuU .mbr-section-btn {
  color: #000000;
}
.cid-uJ1bSHVw5z {
  background-color: #ffffff;
}
.cid-uJ1bSHVw5z .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1bSHVw5z .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1bSHVw5z .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1bSHVw5z .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1bSHVw5z .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1bSHVw5z .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1bSHVw5z .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1bSHVw5z .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1bSHVw5z .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1bSHVw5z .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1bSHVw5z .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1bSHVw5z .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1bSHVw5z .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1bSHVw5z .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atL63dB {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-23.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH3atL63dB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atL63dB #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atL63dB img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atL63dB img {
    width: 90%!important;
  }
}
.cid-uH3atL63dB H1 {
  color: #ffffff;
}
.cid-uH3atL63dB H3 {
  color: #ffffff;
}
.cid-uJ1bMtp2Mx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1bMtp2Mx .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1bMtp2Mx .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1bMtp2Mx .user {
  padding: 0!important;
}
.cid-uJ1bMtp2Mx .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1bMtp2Mx .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1bMtp2Mx .carousel-item.active,
.cid-uJ1bMtp2Mx .carousel-item-next,
.cid-uJ1bMtp2Mx .carousel-item-prev {
  display: flex;
}
.cid-uJ1bMtp2Mx .user_name {
  margin: 0;
}
.cid-uJ1bMtp2Mx .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1bMtp2Mx .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1bMtp2Mx .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1bMtp2Mx ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1bMtp2Mx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1bMtp2Mx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1bMtp2Mx .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1bMtp2Mx .user_desk {
  color: #767676;
}
.cid-uJ1bMtp2Mx .mbr-text,
.cid-uJ1bMtp2Mx .mbr-section-btn {
  color: #000000;
}
.cid-uH3atNmzlH {
  background-color: #ffffff;
}
.cid-uH3atNmzlH .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atNmzlH .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atNmzlH .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atNmzlH .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atNmzlH .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atNmzlH .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atNmzlH .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atNmzlH .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atNmzlH .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atNmzlH .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atNmzlH .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atNmzlH .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atNmzlH .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atNmzlH .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH61ri47QY {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-24.jpg-1-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH61ri47QY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH61ri47QY #e2_shape {
  fill: #ffffff !important;
}
.cid-uH61ri47QY img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH61ri47QY img {
    width: 90%!important;
  }
}
.cid-uH61ri47QY H1 {
  color: #ffffff;
}
.cid-uH61ri47QY H3 {
  color: #ffffff;
}
.cid-uJ1bKLPjJP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1bKLPjJP .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1bKLPjJP .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1bKLPjJP .user {
  padding: 0!important;
}
.cid-uJ1bKLPjJP .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1bKLPjJP .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1bKLPjJP .carousel-item.active,
.cid-uJ1bKLPjJP .carousel-item-next,
.cid-uJ1bKLPjJP .carousel-item-prev {
  display: flex;
}
.cid-uJ1bKLPjJP .user_name {
  margin: 0;
}
.cid-uJ1bKLPjJP .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1bKLPjJP .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1bKLPjJP .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1bKLPjJP ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1bKLPjJP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1bKLPjJP .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1bKLPjJP .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1bKLPjJP .user_desk {
  color: #767676;
}
.cid-uJ1bKLPjJP .mbr-text,
.cid-uJ1bKLPjJP .mbr-section-btn {
  color: #000000;
}
.cid-uH3atQqWlk {
  background-color: #ffffff;
}
.cid-uH3atQqWlk .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atQqWlk .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atQqWlk .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atQqWlk .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atQqWlk .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atQqWlk .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atQqWlk .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atQqWlk .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atQqWlk .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atQqWlk .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atQqWlk .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atQqWlk .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atQqWlk .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atQqWlk .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH62tzBXTK {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-25.jpg-1084x1920.jpg");
  overflow: hidden;
}
.cid-uH62tzBXTK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH62tzBXTK #e2_shape {
  fill: #ffffff !important;
}
.cid-uH62tzBXTK img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH62tzBXTK img {
    width: 90%!important;
  }
}
.cid-uH62tzBXTK H1 {
  color: #ffffff;
}
.cid-uH62tzBXTK H3 {
  color: #ffffff;
}
.cid-uJ1bJ1BFkG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1bJ1BFkG .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1bJ1BFkG .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1bJ1BFkG .user {
  padding: 0!important;
}
.cid-uJ1bJ1BFkG .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1bJ1BFkG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1bJ1BFkG .carousel-item.active,
.cid-uJ1bJ1BFkG .carousel-item-next,
.cid-uJ1bJ1BFkG .carousel-item-prev {
  display: flex;
}
.cid-uJ1bJ1BFkG .user_name {
  margin: 0;
}
.cid-uJ1bJ1BFkG .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1bJ1BFkG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1bJ1BFkG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1bJ1BFkG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1bJ1BFkG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1bJ1BFkG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1bJ1BFkG .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1bJ1BFkG .user_desk {
  color: #767676;
}
.cid-uJ1bJ1BFkG .mbr-text,
.cid-uJ1bJ1BFkG .mbr-section-btn {
  color: #000000;
}
.cid-uH89wch6MU {
  background-color: #ffffff;
}
.cid-uH89wch6MU .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH89wch6MU .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH89wch6MU .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH89wch6MU .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH89wch6MU .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH89wch6MU .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH89wch6MU .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH89wch6MU .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH89wch6MU .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH89wch6MU .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH89wch6MU .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH89wch6MU .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH89wch6MU .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH89wch6MU .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH62TpnPle {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-26.jpg-1-1280x1920.jpg");
  overflow: hidden;
}
.cid-uH62TpnPle svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH62TpnPle #e2_shape {
  fill: #ffffff !important;
}
.cid-uH62TpnPle img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH62TpnPle img {
    width: 90%!important;
  }
}
.cid-uH62TpnPle H1 {
  color: #ffffff;
}
.cid-uH62TpnPle H3 {
  color: #ffffff;
}
.cid-uJ1bHgf4MU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1bHgf4MU .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1bHgf4MU .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1bHgf4MU .user {
  padding: 0!important;
}
.cid-uJ1bHgf4MU .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1bHgf4MU .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1bHgf4MU .carousel-item.active,
.cid-uJ1bHgf4MU .carousel-item-next,
.cid-uJ1bHgf4MU .carousel-item-prev {
  display: flex;
}
.cid-uJ1bHgf4MU .user_name {
  margin: 0;
}
.cid-uJ1bHgf4MU .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1bHgf4MU .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1bHgf4MU .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1bHgf4MU ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1bHgf4MU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1bHgf4MU .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1bHgf4MU .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1bHgf4MU .user_desk {
  color: #767676;
}
.cid-uJ1bHgf4MU .mbr-text,
.cid-uJ1bHgf4MU .mbr-section-btn {
  color: #000000;
}
.cid-uH3atShjhu {
  background-color: #ffffff;
}
.cid-uH3atShjhu .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atShjhu .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atShjhu .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atShjhu .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atShjhu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atShjhu .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atShjhu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atShjhu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atShjhu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atShjhu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atShjhu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atShjhu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atShjhu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atShjhu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atXJevB {
  background-color: #ffffff;
}
.cid-uH3atXJevB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atXJevB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atXJevB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atXJevB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3atXJevB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3atXJevB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3atXJevB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3atXJevB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3atXJevB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3atXJevB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3atXJevB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3atXJevB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3atXJevB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3atXJevB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3atYCgtk {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-27.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uH3atYCgtk svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3atYCgtk #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3atYCgtk img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3atYCgtk img {
    width: 90%!important;
  }
}
.cid-uH3atYCgtk H1 {
  color: #ffffff;
}
.cid-uH3atYCgtk H3 {
  color: #ffffff;
}
.cid-uJ1bFaKisd {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1bFaKisd .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1bFaKisd .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1bFaKisd .user {
  padding: 0!important;
}
.cid-uJ1bFaKisd .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1bFaKisd .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1bFaKisd .carousel-item.active,
.cid-uJ1bFaKisd .carousel-item-next,
.cid-uJ1bFaKisd .carousel-item-prev {
  display: flex;
}
.cid-uJ1bFaKisd .user_name {
  margin: 0;
}
.cid-uJ1bFaKisd .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1bFaKisd .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1bFaKisd .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1bFaKisd ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1bFaKisd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1bFaKisd .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1bFaKisd .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1bFaKisd .user_desk {
  color: #767676;
}
.cid-uJ1bFaKisd .mbr-text,
.cid-uJ1bFaKisd .mbr-section-btn {
  color: #000000;
}
.cid-uH3au14wk9 {
  background-color: #ffffff;
}
.cid-uH3au14wk9 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3au14wk9 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3au14wk9 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3au14wk9 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3au14wk9 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3au14wk9 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3au14wk9 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3au14wk9 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3au14wk9 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3au14wk9 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3au14wk9 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3au14wk9 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3au14wk9 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3au14wk9 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uH3au1Xua3 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/february-28.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uH3au1Xua3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uH3au1Xua3 #e2_shape {
  fill: #ffffff !important;
}
.cid-uH3au1Xua3 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uH3au1Xua3 img {
    width: 90%!important;
  }
}
.cid-uH3au1Xua3 H1 {
  color: #ffffff;
}
.cid-uH3au1Xua3 H3 {
  color: #ffffff;
}
.cid-uJ1bD8FVvZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1bD8FVvZ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1bD8FVvZ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1bD8FVvZ .user {
  padding: 0!important;
}
.cid-uJ1bD8FVvZ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1bD8FVvZ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1bD8FVvZ .carousel-item.active,
.cid-uJ1bD8FVvZ .carousel-item-next,
.cid-uJ1bD8FVvZ .carousel-item-prev {
  display: flex;
}
.cid-uJ1bD8FVvZ .user_name {
  margin: 0;
}
.cid-uJ1bD8FVvZ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1bD8FVvZ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1bD8FVvZ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1bD8FVvZ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1bD8FVvZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1bD8FVvZ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1bD8FVvZ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1bD8FVvZ .user_desk {
  color: #767676;
}
.cid-uJ1bD8FVvZ .mbr-text,
.cid-uJ1bD8FVvZ .mbr-section-btn {
  color: #000000;
}
.cid-uH3au7KyIb {
  background-color: #ffffff;
}
.cid-uH3au7KyIb .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3au7KyIb .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3au7KyIb .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3au7KyIb .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uH3au7KyIb .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uH3au7KyIb .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uH3au7KyIb .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uH3au7KyIb .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uH3au7KyIb .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uH3au7KyIb .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uH3au7KyIb .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uH3au7KyIb .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uH3au7KyIb .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uH3au7KyIb .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uHBtU2Tely {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/29-big-waterfall-471926-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtU2Tely svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtU2Tely #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtU2Tely img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtU2Tely img {
    width: 90%!important;
  }
}
.cid-uHBtU2Tely H1 {
  color: #ffffff;
}
.cid-uHBtU2Tely H3 {
  color: #ffffff;
}
.cid-uJ1enA0ALv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1enA0ALv .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1enA0ALv .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1enA0ALv .user {
  padding: 0!important;
}
.cid-uJ1enA0ALv .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1enA0ALv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1enA0ALv .carousel-item.active,
.cid-uJ1enA0ALv .carousel-item-next,
.cid-uJ1enA0ALv .carousel-item-prev {
  display: flex;
}
.cid-uJ1enA0ALv .user_name {
  margin: 0;
}
.cid-uJ1enA0ALv .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1enA0ALv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1enA0ALv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1enA0ALv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1enA0ALv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1enA0ALv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1enA0ALv .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1enA0ALv .user_desk {
  color: #767676;
}
.cid-uJ1enA0ALv .mbr-text,
.cid-uJ1enA0ALv .mbr-section-btn {
  color: #000000;
}
.cid-uHBtU4tGNZ {
  background-color: #ffffff;
}
.cid-uHBtU4tGNZ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU4tGNZ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU4tGNZ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU4tGNZ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU4tGNZ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtU4tGNZ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtU4tGNZ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtU4tGNZ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtU4tGNZ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtU4tGNZ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtU4tGNZ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtU4tGNZ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtU4tGNZ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtU4tGNZ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtU4ZJtO {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-2.jpg-1387x1920.jpg");
  overflow: hidden;
}
.cid-uHBtU4ZJtO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtU4ZJtO #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtU4ZJtO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtU4ZJtO img {
    width: 90%!important;
  }
}
.cid-uHBtU4ZJtO H1 {
  color: #ffffff;
}
.cid-uHBtU4ZJtO H3 {
  color: #ffffff;
}
.cid-uJ1eoOANiF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eoOANiF .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eoOANiF .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eoOANiF .user {
  padding: 0!important;
}
.cid-uJ1eoOANiF .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eoOANiF .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eoOANiF .carousel-item.active,
.cid-uJ1eoOANiF .carousel-item-next,
.cid-uJ1eoOANiF .carousel-item-prev {
  display: flex;
}
.cid-uJ1eoOANiF .user_name {
  margin: 0;
}
.cid-uJ1eoOANiF .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eoOANiF .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eoOANiF .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eoOANiF ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eoOANiF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eoOANiF .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eoOANiF .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eoOANiF .user_desk {
  color: #767676;
}
.cid-uJ1eoOANiF .mbr-text,
.cid-uJ1eoOANiF .mbr-section-btn {
  color: #000000;
}
.cid-uHBtU6dKoq {
  background-color: #ffffff;
}
.cid-uHBtU6dKoq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU6dKoq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU6dKoq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU6dKoq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU6dKoq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtU6dKoq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtU6dKoq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtU6dKoq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtU6dKoq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtU6dKoq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtU6dKoq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtU6dKoq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtU6dKoq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtU6dKoq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtU6CBmt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-3.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtU6CBmt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtU6CBmt #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtU6CBmt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtU6CBmt img {
    width: 90%!important;
  }
}
.cid-uHBtU6CBmt H1 {
  color: #ffffff;
}
.cid-uHBtU6CBmt H3 {
  color: #ffffff;
}
.cid-uJ1eqSSiT9 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eqSSiT9 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eqSSiT9 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eqSSiT9 .user {
  padding: 0!important;
}
.cid-uJ1eqSSiT9 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eqSSiT9 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eqSSiT9 .carousel-item.active,
.cid-uJ1eqSSiT9 .carousel-item-next,
.cid-uJ1eqSSiT9 .carousel-item-prev {
  display: flex;
}
.cid-uJ1eqSSiT9 .user_name {
  margin: 0;
}
.cid-uJ1eqSSiT9 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eqSSiT9 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eqSSiT9 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eqSSiT9 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eqSSiT9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eqSSiT9 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eqSSiT9 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eqSSiT9 .user_desk {
  color: #767676;
}
.cid-uJ1eqSSiT9 .mbr-text,
.cid-uJ1eqSSiT9 .mbr-section-btn {
  color: #000000;
}
.cid-uHBtU7XHWB {
  background-color: #ffffff;
}
.cid-uHBtU7XHWB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU7XHWB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU7XHWB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU7XHWB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU7XHWB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtU7XHWB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtU7XHWB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtU7XHWB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtU7XHWB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtU7XHWB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtU7XHWB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtU7XHWB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtU7XHWB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtU7XHWB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtU8m456 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-4.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtU8m456 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtU8m456 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtU8m456 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtU8m456 img {
    width: 90%!important;
  }
}
.cid-uHBtU8m456 H1 {
  color: #ffffff;
}
.cid-uHBtU8m456 H3 {
  color: #ffffff;
}
.cid-uJ1esW90oM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1esW90oM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1esW90oM .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1esW90oM .user {
  padding: 0!important;
}
.cid-uJ1esW90oM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1esW90oM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1esW90oM .carousel-item.active,
.cid-uJ1esW90oM .carousel-item-next,
.cid-uJ1esW90oM .carousel-item-prev {
  display: flex;
}
.cid-uJ1esW90oM .user_name {
  margin: 0;
}
.cid-uJ1esW90oM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1esW90oM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1esW90oM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1esW90oM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1esW90oM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1esW90oM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1esW90oM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1esW90oM .user_desk {
  color: #767676;
}
.cid-uJ1esW90oM .mbr-text,
.cid-uJ1esW90oM .mbr-section-btn {
  color: #000000;
}
.cid-uHBtU9HyLM {
  background-color: #ffffff;
}
.cid-uHBtU9HyLM .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU9HyLM .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU9HyLM .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU9HyLM .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtU9HyLM .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtU9HyLM .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtU9HyLM .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtU9HyLM .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtU9HyLM .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtU9HyLM .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtU9HyLM .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtU9HyLM .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtU9HyLM .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtU9HyLM .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUa8dFD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-5.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUa8dFD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUa8dFD #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUa8dFD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUa8dFD img {
    width: 90%!important;
  }
}
.cid-uHBtUa8dFD H1 {
  color: #ffffff;
}
.cid-uHBtUa8dFD H3 {
  color: #ffffff;
}
.cid-uJ1eutHy1p {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eutHy1p .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eutHy1p .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eutHy1p .user {
  padding: 0!important;
}
.cid-uJ1eutHy1p .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eutHy1p .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eutHy1p .carousel-item.active,
.cid-uJ1eutHy1p .carousel-item-next,
.cid-uJ1eutHy1p .carousel-item-prev {
  display: flex;
}
.cid-uJ1eutHy1p .user_name {
  margin: 0;
}
.cid-uJ1eutHy1p .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eutHy1p .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eutHy1p .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eutHy1p ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eutHy1p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eutHy1p .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eutHy1p .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eutHy1p .user_desk {
  color: #767676;
}
.cid-uJ1eutHy1p .mbr-text,
.cid-uJ1eutHy1p .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUbwQGL {
  background-color: #ffffff;
}
.cid-uHBtUbwQGL .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUbwQGL .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUbwQGL .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUbwQGL .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUbwQGL .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUbwQGL .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUbwQGL .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUbwQGL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUbwQGL .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUbwQGL .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUbwQGL .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUbwQGL .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUbwQGL .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUbwQGL .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUc29Pn {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-6.jpg-1276x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUc29Pn svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUc29Pn #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUc29Pn img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUc29Pn img {
    width: 90%!important;
  }
}
.cid-uHBtUc29Pn H1 {
  color: #ffffff;
}
.cid-uHBtUc29Pn H3 {
  color: #ffffff;
}
.cid-uJ1ewHosxe {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ewHosxe .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ewHosxe .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ewHosxe .user {
  padding: 0!important;
}
.cid-uJ1ewHosxe .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ewHosxe .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ewHosxe .carousel-item.active,
.cid-uJ1ewHosxe .carousel-item-next,
.cid-uJ1ewHosxe .carousel-item-prev {
  display: flex;
}
.cid-uJ1ewHosxe .user_name {
  margin: 0;
}
.cid-uJ1ewHosxe .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ewHosxe .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ewHosxe .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ewHosxe ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ewHosxe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ewHosxe .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ewHosxe .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ewHosxe .user_desk {
  color: #767676;
}
.cid-uJ1ewHosxe .mbr-text,
.cid-uJ1ewHosxe .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUdkG7f {
  background-color: #ffffff;
}
.cid-uHBtUdkG7f .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUdkG7f .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUdkG7f .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUdkG7f .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUdkG7f .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUdkG7f .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUdkG7f .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUdkG7f .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUdkG7f .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUdkG7f .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUdkG7f .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUdkG7f .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUdkG7f .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUdkG7f .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUdORTp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-7.jpg-1281x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUdORTp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUdORTp #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUdORTp img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUdORTp img {
    width: 90%!important;
  }
}
.cid-uHBtUdORTp H1 {
  color: #ffffff;
}
.cid-uHBtUdORTp H3 {
  color: #ffffff;
}
.cid-uJ1eAzLmCX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eAzLmCX .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eAzLmCX .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eAzLmCX .user {
  padding: 0!important;
}
.cid-uJ1eAzLmCX .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eAzLmCX .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eAzLmCX .carousel-item.active,
.cid-uJ1eAzLmCX .carousel-item-next,
.cid-uJ1eAzLmCX .carousel-item-prev {
  display: flex;
}
.cid-uJ1eAzLmCX .user_name {
  margin: 0;
}
.cid-uJ1eAzLmCX .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eAzLmCX .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eAzLmCX .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eAzLmCX ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eAzLmCX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eAzLmCX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eAzLmCX .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eAzLmCX .user_desk {
  color: #767676;
}
.cid-uJ1eAzLmCX .mbr-text,
.cid-uJ1eAzLmCX .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUfhS0m {
  background-color: #ffffff;
}
.cid-uHBtUfhS0m .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUfhS0m .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUfhS0m .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUfhS0m .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUfhS0m .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUfhS0m .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUfhS0m .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUfhS0m .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUfhS0m .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUfhS0m .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUfhS0m .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUfhS0m .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUfhS0m .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUfhS0m .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUfNnVg {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-8.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUfNnVg svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUfNnVg #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUfNnVg img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUfNnVg img {
    width: 90%!important;
  }
}
.cid-uHBtUfNnVg H1 {
  color: #ffffff;
}
.cid-uHBtUfNnVg H3 {
  color: #ffffff;
}
.cid-uJ1eClqwIg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eClqwIg .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eClqwIg .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eClqwIg .user {
  padding: 0!important;
}
.cid-uJ1eClqwIg .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eClqwIg .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eClqwIg .carousel-item.active,
.cid-uJ1eClqwIg .carousel-item-next,
.cid-uJ1eClqwIg .carousel-item-prev {
  display: flex;
}
.cid-uJ1eClqwIg .user_name {
  margin: 0;
}
.cid-uJ1eClqwIg .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eClqwIg .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eClqwIg .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eClqwIg ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eClqwIg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eClqwIg .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eClqwIg .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eClqwIg .user_desk {
  color: #767676;
}
.cid-uJ1eClqwIg .mbr-text,
.cid-uJ1eClqwIg .mbr-section-btn {
  color: #000000;
}
.cid-uJ1eEGX6r3 {
  background-color: #ffffff;
}
.cid-uJ1eEGX6r3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1eEGX6r3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1eEGX6r3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1eEGX6r3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1eEGX6r3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1eEGX6r3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1eEGX6r3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1eEGX6r3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1eEGX6r3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1eEGX6r3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1eEGX6r3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1eEGX6r3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1eEGX6r3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1eEGX6r3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUhdECr {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-9.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUhdECr svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUhdECr #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUhdECr img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUhdECr img {
    width: 90%!important;
  }
}
.cid-uHBtUhdECr H1 {
  color: #ffffff;
}
.cid-uHBtUhdECr H3 {
  color: #ffffff;
}
.cid-uJ1eJ6vcz7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eJ6vcz7 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eJ6vcz7 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eJ6vcz7 .user {
  padding: 0!important;
}
.cid-uJ1eJ6vcz7 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eJ6vcz7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eJ6vcz7 .carousel-item.active,
.cid-uJ1eJ6vcz7 .carousel-item-next,
.cid-uJ1eJ6vcz7 .carousel-item-prev {
  display: flex;
}
.cid-uJ1eJ6vcz7 .user_name {
  margin: 0;
}
.cid-uJ1eJ6vcz7 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eJ6vcz7 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eJ6vcz7 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eJ6vcz7 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eJ6vcz7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eJ6vcz7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eJ6vcz7 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eJ6vcz7 .user_desk {
  color: #767676;
}
.cid-uJ1eJ6vcz7 .mbr-text,
.cid-uJ1eJ6vcz7 .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUiIH9v {
  background-color: #ffffff;
}
.cid-uHBtUiIH9v .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUiIH9v .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUiIH9v .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUiIH9v .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUiIH9v .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUiIH9v .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUiIH9v .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUiIH9v .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUiIH9v .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUiIH9v .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUiIH9v .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUiIH9v .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUiIH9v .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUiIH9v .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUjiJro {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-10.jpg-1080x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUjiJro svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUjiJro #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUjiJro img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUjiJro img {
    width: 90%!important;
  }
}
.cid-uHBtUjiJro H1 {
  color: #ffffff;
}
.cid-uHBtUjiJro H3 {
  color: #ffffff;
}
.cid-uJ1eKAKZi1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eKAKZi1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eKAKZi1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eKAKZi1 .user {
  padding: 0!important;
}
.cid-uJ1eKAKZi1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eKAKZi1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eKAKZi1 .carousel-item.active,
.cid-uJ1eKAKZi1 .carousel-item-next,
.cid-uJ1eKAKZi1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1eKAKZi1 .user_name {
  margin: 0;
}
.cid-uJ1eKAKZi1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eKAKZi1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eKAKZi1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eKAKZi1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eKAKZi1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eKAKZi1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eKAKZi1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eKAKZi1 .user_desk {
  color: #767676;
}
.cid-uJ1eKAKZi1 .mbr-text,
.cid-uJ1eKAKZi1 .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUkNAq5 {
  background-color: #ffffff;
}
.cid-uHBtUkNAq5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUkNAq5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUkNAq5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUkNAq5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUkNAq5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUkNAq5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUkNAq5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUkNAq5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUkNAq5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUkNAq5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUkNAq5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUkNAq5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUkNAq5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUkNAq5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUlpd9d {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-11.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUlpd9d svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUlpd9d #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUlpd9d img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUlpd9d img {
    width: 90%!important;
  }
}
.cid-uHBtUlpd9d H1 {
  color: #ffffff;
}
.cid-uHBtUlpd9d H3 {
  color: #ffffff;
}
.cid-uJ1eLUtxnw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eLUtxnw .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eLUtxnw .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eLUtxnw .user {
  padding: 0!important;
}
.cid-uJ1eLUtxnw .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eLUtxnw .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eLUtxnw .carousel-item.active,
.cid-uJ1eLUtxnw .carousel-item-next,
.cid-uJ1eLUtxnw .carousel-item-prev {
  display: flex;
}
.cid-uJ1eLUtxnw .user_name {
  margin: 0;
}
.cid-uJ1eLUtxnw .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eLUtxnw .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eLUtxnw .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eLUtxnw ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eLUtxnw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eLUtxnw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eLUtxnw .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eLUtxnw .user_desk {
  color: #767676;
}
.cid-uJ1eLUtxnw .mbr-text,
.cid-uJ1eLUtxnw .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUmSkcW {
  background-color: #ffffff;
}
.cid-uHBtUmSkcW .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUmSkcW .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUmSkcW .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUmSkcW .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUmSkcW .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUmSkcW .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUmSkcW .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUmSkcW .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUmSkcW .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUmSkcW .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUmSkcW .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUmSkcW .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUmSkcW .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUmSkcW .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUnvOjb {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-12.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUnvOjb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUnvOjb #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUnvOjb img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUnvOjb img {
    width: 90%!important;
  }
}
.cid-uHBtUnvOjb H1 {
  color: #ffffff;
}
.cid-uHBtUnvOjb H3 {
  color: #ffffff;
}
.cid-uJ1eNJHUeM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eNJHUeM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eNJHUeM .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eNJHUeM .user {
  padding: 0!important;
}
.cid-uJ1eNJHUeM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eNJHUeM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eNJHUeM .carousel-item.active,
.cid-uJ1eNJHUeM .carousel-item-next,
.cid-uJ1eNJHUeM .carousel-item-prev {
  display: flex;
}
.cid-uJ1eNJHUeM .user_name {
  margin: 0;
}
.cid-uJ1eNJHUeM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eNJHUeM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eNJHUeM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eNJHUeM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eNJHUeM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eNJHUeM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eNJHUeM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eNJHUeM .user_desk {
  color: #767676;
}
.cid-uJ1eNJHUeM .mbr-text,
.cid-uJ1eNJHUeM .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUp650V {
  background-color: #ffffff;
}
.cid-uHBtUp650V .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUp650V .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUp650V .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUp650V .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUp650V .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUp650V .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUp650V .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUp650V .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUp650V .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUp650V .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUp650V .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUp650V .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUp650V .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUp650V .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUpIs5x {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-13.jpg-1278x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUpIs5x svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUpIs5x #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUpIs5x img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUpIs5x img {
    width: 90%!important;
  }
}
.cid-uHBtUpIs5x H1 {
  color: #ffffff;
}
.cid-uHBtUpIs5x H3 {
  color: #ffffff;
}
.cid-uJ1ePbclJP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ePbclJP .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ePbclJP .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ePbclJP .user {
  padding: 0!important;
}
.cid-uJ1ePbclJP .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ePbclJP .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ePbclJP .carousel-item.active,
.cid-uJ1ePbclJP .carousel-item-next,
.cid-uJ1ePbclJP .carousel-item-prev {
  display: flex;
}
.cid-uJ1ePbclJP .user_name {
  margin: 0;
}
.cid-uJ1ePbclJP .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ePbclJP .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ePbclJP .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ePbclJP ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ePbclJP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ePbclJP .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ePbclJP .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ePbclJP .user_desk {
  color: #767676;
}
.cid-uJ1ePbclJP .mbr-text,
.cid-uJ1ePbclJP .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUrsGBe {
  background-color: #ffffff;
}
.cid-uHBtUrsGBe .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUrsGBe .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUrsGBe .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUrsGBe .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUrsGBe .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUrsGBe .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUrsGBe .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUrsGBe .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUrsGBe .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUrsGBe .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUrsGBe .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUrsGBe .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUrsGBe .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUrsGBe .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUs2Heh {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-14.jpg-1-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUs2Heh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUs2Heh #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUs2Heh img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUs2Heh img {
    width: 90%!important;
  }
}
.cid-uHBtUs2Heh H1 {
  color: #ffffff;
}
.cid-uHBtUs2Heh H3 {
  color: #ffffff;
}
.cid-uJ1eQIg97r {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eQIg97r .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eQIg97r .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eQIg97r .user {
  padding: 0!important;
}
.cid-uJ1eQIg97r .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eQIg97r .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eQIg97r .carousel-item.active,
.cid-uJ1eQIg97r .carousel-item-next,
.cid-uJ1eQIg97r .carousel-item-prev {
  display: flex;
}
.cid-uJ1eQIg97r .user_name {
  margin: 0;
}
.cid-uJ1eQIg97r .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eQIg97r .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eQIg97r .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eQIg97r ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eQIg97r .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eQIg97r .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eQIg97r .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eQIg97r .user_desk {
  color: #767676;
}
.cid-uJ1eQIg97r .mbr-text,
.cid-uJ1eQIg97r .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUtHlSH {
  background-color: #ffffff;
}
.cid-uHBtUtHlSH .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUtHlSH .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUtHlSH .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUtHlSH .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUtHlSH .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUtHlSH .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUtHlSH .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUtHlSH .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUtHlSH .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUtHlSH .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUtHlSH .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUtHlSH .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUtHlSH .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUtHlSH .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUuiRJf {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-15.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUuiRJf svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUuiRJf #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUuiRJf img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUuiRJf img {
    width: 90%!important;
  }
}
.cid-uHBtUuiRJf H1 {
  color: #ffffff;
}
.cid-uHBtUuiRJf H3 {
  color: #ffffff;
}
.cid-uJ1eSWnLu2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eSWnLu2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eSWnLu2 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eSWnLu2 .user {
  padding: 0!important;
}
.cid-uJ1eSWnLu2 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eSWnLu2 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eSWnLu2 .carousel-item.active,
.cid-uJ1eSWnLu2 .carousel-item-next,
.cid-uJ1eSWnLu2 .carousel-item-prev {
  display: flex;
}
.cid-uJ1eSWnLu2 .user_name {
  margin: 0;
}
.cid-uJ1eSWnLu2 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eSWnLu2 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eSWnLu2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eSWnLu2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eSWnLu2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eSWnLu2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eSWnLu2 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eSWnLu2 .user_desk {
  color: #767676;
}
.cid-uJ1eSWnLu2 .mbr-text,
.cid-uJ1eSWnLu2 .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUw0E2s {
  background-color: #ffffff;
}
.cid-uHBtUw0E2s .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUw0E2s .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUw0E2s .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUw0E2s .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUw0E2s .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUw0E2s .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUw0E2s .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUw0E2s .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUw0E2s .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUw0E2s .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUw0E2s .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUw0E2s .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUw0E2s .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUw0E2s .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUwCPVY {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-16.jpg-1536x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUwCPVY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUwCPVY #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUwCPVY img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUwCPVY img {
    width: 90%!important;
  }
}
.cid-uHBtUwCPVY H1 {
  color: #ffffff;
}
.cid-uHBtUwCPVY H3 {
  color: #ffffff;
}
.cid-uJ1eV05sZo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eV05sZo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eV05sZo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eV05sZo .user {
  padding: 0!important;
}
.cid-uJ1eV05sZo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eV05sZo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eV05sZo .carousel-item.active,
.cid-uJ1eV05sZo .carousel-item-next,
.cid-uJ1eV05sZo .carousel-item-prev {
  display: flex;
}
.cid-uJ1eV05sZo .user_name {
  margin: 0;
}
.cid-uJ1eV05sZo .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eV05sZo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eV05sZo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eV05sZo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eV05sZo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eV05sZo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eV05sZo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eV05sZo .user_desk {
  color: #767676;
}
.cid-uJ1eV05sZo .mbr-text,
.cid-uJ1eV05sZo .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUygn4n {
  background-color: #ffffff;
}
.cid-uHBtUygn4n .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUygn4n .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUygn4n .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUygn4n .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUygn4n .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUygn4n .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUygn4n .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUygn4n .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUygn4n .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUygn4n .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUygn4n .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUygn4n .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUygn4n .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUygn4n .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUyUtbA {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-17.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUyUtbA svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUyUtbA #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUyUtbA img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUyUtbA img {
    width: 90%!important;
  }
}
.cid-uHBtUyUtbA H1 {
  color: #ffffff;
}
.cid-uHBtUyUtbA H3 {
  color: #ffffff;
}
.cid-uJ1eX1TDGi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eX1TDGi .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eX1TDGi .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eX1TDGi .user {
  padding: 0!important;
}
.cid-uJ1eX1TDGi .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eX1TDGi .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eX1TDGi .carousel-item.active,
.cid-uJ1eX1TDGi .carousel-item-next,
.cid-uJ1eX1TDGi .carousel-item-prev {
  display: flex;
}
.cid-uJ1eX1TDGi .user_name {
  margin: 0;
}
.cid-uJ1eX1TDGi .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eX1TDGi .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eX1TDGi .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eX1TDGi ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eX1TDGi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eX1TDGi .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eX1TDGi .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eX1TDGi .user_desk {
  color: #767676;
}
.cid-uJ1eX1TDGi .mbr-text,
.cid-uJ1eX1TDGi .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUzO2wq {
  background-color: #ffffff;
}
.cid-uHBtUzO2wq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUzO2wq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUzO2wq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUzO2wq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUzO2wq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUzO2wq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUzO2wq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUzO2wq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUzO2wq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUzO2wq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUzO2wq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUzO2wq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUzO2wq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUzO2wq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUBni3g {
  background-color: #ffffff;
}
.cid-uHBtUBni3g .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUBni3g .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUBni3g .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUBni3g .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUBni3g .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUBni3g .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUBni3g .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUBni3g .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUBni3g .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUBni3g .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUBni3g .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUBni3g .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUBni3g .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUBni3g .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUC3CHa {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-18.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUC3CHa svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUC3CHa #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUC3CHa img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUC3CHa img {
    width: 90%!important;
  }
}
.cid-uHBtUC3CHa H1 {
  color: #ffffff;
}
.cid-uHBtUC3CHa H3 {
  color: #ffffff;
}
.cid-uJ1eYR7PhH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1eYR7PhH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1eYR7PhH .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1eYR7PhH .user {
  padding: 0!important;
}
.cid-uJ1eYR7PhH .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1eYR7PhH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1eYR7PhH .carousel-item.active,
.cid-uJ1eYR7PhH .carousel-item-next,
.cid-uJ1eYR7PhH .carousel-item-prev {
  display: flex;
}
.cid-uJ1eYR7PhH .user_name {
  margin: 0;
}
.cid-uJ1eYR7PhH .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1eYR7PhH .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1eYR7PhH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1eYR7PhH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1eYR7PhH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1eYR7PhH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1eYR7PhH .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1eYR7PhH .user_desk {
  color: #767676;
}
.cid-uJ1eYR7PhH .mbr-text,
.cid-uJ1eYR7PhH .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUDRAO5 {
  background-color: #ffffff;
}
.cid-uHBtUDRAO5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUDRAO5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUDRAO5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUDRAO5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUDRAO5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUDRAO5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUDRAO5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUDRAO5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUDRAO5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUDRAO5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUDRAO5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUDRAO5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUDRAO5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUDRAO5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUEzTmF {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-19.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUEzTmF svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUEzTmF #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUEzTmF img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUEzTmF img {
    width: 90%!important;
  }
}
.cid-uHBtUEzTmF H1 {
  color: #ffffff;
}
.cid-uHBtUEzTmF H3 {
  color: #ffffff;
}
.cid-uJ1f0QvuxJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1f0QvuxJ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1f0QvuxJ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1f0QvuxJ .user {
  padding: 0!important;
}
.cid-uJ1f0QvuxJ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1f0QvuxJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1f0QvuxJ .carousel-item.active,
.cid-uJ1f0QvuxJ .carousel-item-next,
.cid-uJ1f0QvuxJ .carousel-item-prev {
  display: flex;
}
.cid-uJ1f0QvuxJ .user_name {
  margin: 0;
}
.cid-uJ1f0QvuxJ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1f0QvuxJ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1f0QvuxJ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1f0QvuxJ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1f0QvuxJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1f0QvuxJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1f0QvuxJ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1f0QvuxJ .user_desk {
  color: #767676;
}
.cid-uJ1f0QvuxJ .mbr-text,
.cid-uJ1f0QvuxJ .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUGvzNT {
  background-color: #ffffff;
}
.cid-uHBtUGvzNT .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUGvzNT .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUGvzNT .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUGvzNT .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUGvzNT .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUGvzNT .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUGvzNT .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUGvzNT .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUGvzNT .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUGvzNT .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUGvzNT .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUGvzNT .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUGvzNT .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUGvzNT .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUHdhKn {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-20.jpg-1536x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUHdhKn svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUHdhKn #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUHdhKn img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUHdhKn img {
    width: 90%!important;
  }
}
.cid-uHBtUHdhKn H1 {
  color: #ffffff;
}
.cid-uHBtUHdhKn H3 {
  color: #ffffff;
}
.cid-uJ1f3mn01R {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1f3mn01R .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1f3mn01R .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1f3mn01R .user {
  padding: 0!important;
}
.cid-uJ1f3mn01R .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1f3mn01R .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1f3mn01R .carousel-item.active,
.cid-uJ1f3mn01R .carousel-item-next,
.cid-uJ1f3mn01R .carousel-item-prev {
  display: flex;
}
.cid-uJ1f3mn01R .user_name {
  margin: 0;
}
.cid-uJ1f3mn01R .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1f3mn01R .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1f3mn01R .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1f3mn01R ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1f3mn01R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1f3mn01R .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1f3mn01R .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1f3mn01R .user_desk {
  color: #767676;
}
.cid-uJ1f3mn01R .mbr-text,
.cid-uJ1f3mn01R .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUJcv48 {
  background-color: #ffffff;
}
.cid-uHBtUJcv48 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUJcv48 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUJcv48 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUJcv48 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUJcv48 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUJcv48 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUJcv48 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUJcv48 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUJcv48 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUJcv48 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUJcv48 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUJcv48 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUJcv48 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUJcv48 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUJYVFn {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-21.jpg-1285x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUJYVFn svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUJYVFn #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUJYVFn img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUJYVFn img {
    width: 90%!important;
  }
}
.cid-uHBtUJYVFn H1 {
  color: #ffffff;
}
.cid-uHBtUJYVFn H3 {
  color: #ffffff;
}
.cid-uJ1f5M9LJi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1f5M9LJi .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1f5M9LJi .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1f5M9LJi .user {
  padding: 0!important;
}
.cid-uJ1f5M9LJi .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1f5M9LJi .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1f5M9LJi .carousel-item.active,
.cid-uJ1f5M9LJi .carousel-item-next,
.cid-uJ1f5M9LJi .carousel-item-prev {
  display: flex;
}
.cid-uJ1f5M9LJi .user_name {
  margin: 0;
}
.cid-uJ1f5M9LJi .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1f5M9LJi .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1f5M9LJi .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1f5M9LJi ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1f5M9LJi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1f5M9LJi .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1f5M9LJi .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1f5M9LJi .user_desk {
  color: #767676;
}
.cid-uJ1f5M9LJi .mbr-text,
.cid-uJ1f5M9LJi .mbr-section-btn {
  color: #000000;
}
.cid-uHBtULYvTc {
  background-color: #ffffff;
}
.cid-uHBtULYvTc .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtULYvTc .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtULYvTc .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtULYvTc .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtULYvTc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtULYvTc .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtULYvTc .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtULYvTc .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtULYvTc .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtULYvTc .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtULYvTc .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtULYvTc .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtULYvTc .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtULYvTc .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUMG41G {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-22.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUMG41G svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUMG41G #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUMG41G img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUMG41G img {
    width: 90%!important;
  }
}
.cid-uHBtUMG41G H1 {
  color: #ffffff;
}
.cid-uHBtUMG41G H3 {
  color: #ffffff;
}
.cid-uJ1f8CVXbx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1f8CVXbx .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1f8CVXbx .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1f8CVXbx .user {
  padding: 0!important;
}
.cid-uJ1f8CVXbx .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1f8CVXbx .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1f8CVXbx .carousel-item.active,
.cid-uJ1f8CVXbx .carousel-item-next,
.cid-uJ1f8CVXbx .carousel-item-prev {
  display: flex;
}
.cid-uJ1f8CVXbx .user_name {
  margin: 0;
}
.cid-uJ1f8CVXbx .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1f8CVXbx .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1f8CVXbx .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1f8CVXbx ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1f8CVXbx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1f8CVXbx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1f8CVXbx .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1f8CVXbx .user_desk {
  color: #767676;
}
.cid-uJ1f8CVXbx .mbr-text,
.cid-uJ1f8CVXbx .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUOAoIz {
  background-color: #ffffff;
}
.cid-uHBtUOAoIz .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUOAoIz .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUOAoIz .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUOAoIz .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUOAoIz .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUOAoIz .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUOAoIz .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUOAoIz .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUOAoIz .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUOAoIz .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUOAoIz .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUOAoIz .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUOAoIz .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUOAoIz .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUPp4up {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-23.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUPp4up svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUPp4up #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUPp4up img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUPp4up img {
    width: 90%!important;
  }
}
.cid-uHBtUPp4up H1 {
  color: #ffffff;
}
.cid-uHBtUPp4up H3 {
  color: #ffffff;
}
.cid-uJ1fak4E7Q {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1fak4E7Q .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1fak4E7Q .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1fak4E7Q .user {
  padding: 0!important;
}
.cid-uJ1fak4E7Q .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1fak4E7Q .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1fak4E7Q .carousel-item.active,
.cid-uJ1fak4E7Q .carousel-item-next,
.cid-uJ1fak4E7Q .carousel-item-prev {
  display: flex;
}
.cid-uJ1fak4E7Q .user_name {
  margin: 0;
}
.cid-uJ1fak4E7Q .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1fak4E7Q .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1fak4E7Q .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1fak4E7Q ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1fak4E7Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1fak4E7Q .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1fak4E7Q .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1fak4E7Q .user_desk {
  color: #767676;
}
.cid-uJ1fak4E7Q .mbr-text,
.cid-uJ1fak4E7Q .mbr-section-btn {
  color: #000000;
}
.cid-uHBtURpGol {
  background-color: #ffffff;
}
.cid-uHBtURpGol .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtURpGol .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtURpGol .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtURpGol .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtURpGol .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtURpGol .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtURpGol .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtURpGol .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtURpGol .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtURpGol .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtURpGol .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtURpGol .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtURpGol .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtURpGol .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUSaTwI {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-24.jpg-1282x1920.jpeg");
  overflow: hidden;
}
.cid-uHBtUSaTwI svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUSaTwI #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUSaTwI img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUSaTwI img {
    width: 90%!important;
  }
}
.cid-uHBtUSaTwI H1 {
  color: #ffffff;
}
.cid-uHBtUSaTwI H3 {
  color: #ffffff;
}
.cid-uJ1fc58by6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1fc58by6 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1fc58by6 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1fc58by6 .user {
  padding: 0!important;
}
.cid-uJ1fc58by6 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1fc58by6 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1fc58by6 .carousel-item.active,
.cid-uJ1fc58by6 .carousel-item-next,
.cid-uJ1fc58by6 .carousel-item-prev {
  display: flex;
}
.cid-uJ1fc58by6 .user_name {
  margin: 0;
}
.cid-uJ1fc58by6 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1fc58by6 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1fc58by6 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1fc58by6 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1fc58by6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1fc58by6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1fc58by6 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1fc58by6 .user_desk {
  color: #767676;
}
.cid-uJ1fc58by6 .mbr-text,
.cid-uJ1fc58by6 .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUUl1l7 {
  background-color: #ffffff;
}
.cid-uHBtUUl1l7 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUUl1l7 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUUl1l7 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUUl1l7 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUUl1l7 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUUl1l7 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUUl1l7 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUUl1l7 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUUl1l7 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUUl1l7 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUUl1l7 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUUl1l7 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUUl1l7 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUUl1l7 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUV73V6 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/trail-8117575-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUV73V6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUV73V6 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUV73V6 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUV73V6 img {
    width: 90%!important;
  }
}
.cid-uHBtUV73V6 H1 {
  color: #ffffff;
}
.cid-uHBtUV73V6 H3 {
  color: #ffffff;
}
.cid-uJ1fe5wyU2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1fe5wyU2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1fe5wyU2 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1fe5wyU2 .user {
  padding: 0!important;
}
.cid-uJ1fe5wyU2 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1fe5wyU2 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1fe5wyU2 .carousel-item.active,
.cid-uJ1fe5wyU2 .carousel-item-next,
.cid-uJ1fe5wyU2 .carousel-item-prev {
  display: flex;
}
.cid-uJ1fe5wyU2 .user_name {
  margin: 0;
}
.cid-uJ1fe5wyU2 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1fe5wyU2 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1fe5wyU2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1fe5wyU2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1fe5wyU2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1fe5wyU2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1fe5wyU2 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1fe5wyU2 .user_desk {
  color: #767676;
}
.cid-uJ1fe5wyU2 .mbr-text,
.cid-uJ1fe5wyU2 .mbr-section-btn {
  color: #000000;
}
.cid-uHBtUWaSuL {
  background-color: #ffffff;
}
.cid-uHBtUWaSuL .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUWaSuL .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUWaSuL .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUWaSuL .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUWaSuL .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUWaSuL .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUWaSuL .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUWaSuL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUWaSuL .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUWaSuL .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUWaSuL .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUWaSuL .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUWaSuL .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUWaSuL .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUY6JqB {
  background-color: #ffffff;
}
.cid-uHBtUY6JqB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUY6JqB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUY6JqB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUY6JqB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtUY6JqB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtUY6JqB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtUY6JqB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtUY6JqB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtUY6JqB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtUY6JqB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtUY6JqB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtUY6JqB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtUY6JqB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtUY6JqB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtUYWwGl {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-26.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtUYWwGl svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtUYWwGl #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtUYWwGl img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtUYWwGl img {
    width: 90%!important;
  }
}
.cid-uHBtUYWwGl H1 {
  color: #ffffff;
}
.cid-uHBtUYWwGl H3 {
  color: #ffffff;
}
.cid-uJ1ffVx9yE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ffVx9yE .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ffVx9yE .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ffVx9yE .user {
  padding: 0!important;
}
.cid-uJ1ffVx9yE .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ffVx9yE .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ffVx9yE .carousel-item.active,
.cid-uJ1ffVx9yE .carousel-item-next,
.cid-uJ1ffVx9yE .carousel-item-prev {
  display: flex;
}
.cid-uJ1ffVx9yE .user_name {
  margin: 0;
}
.cid-uJ1ffVx9yE .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ffVx9yE .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ffVx9yE .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ffVx9yE ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ffVx9yE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ffVx9yE .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ffVx9yE .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ffVx9yE .user_desk {
  color: #767676;
}
.cid-uJ1ffVx9yE .mbr-text,
.cid-uJ1ffVx9yE .mbr-section-btn {
  color: #000000;
}
.cid-uHBtV0Z790 {
  background-color: #ffffff;
}
.cid-uHBtV0Z790 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV0Z790 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV0Z790 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV0Z790 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV0Z790 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtV0Z790 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtV0Z790 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtV0Z790 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtV0Z790 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtV0Z790 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtV0Z790 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtV0Z790 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtV0Z790 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtV0Z790 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtV20KNf {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-27.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtV20KNf svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtV20KNf #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtV20KNf img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtV20KNf img {
    width: 90%!important;
  }
}
.cid-uHBtV20KNf H1 {
  color: #ffffff;
}
.cid-uHBtV20KNf H3 {
  color: #ffffff;
}
.cid-uJ1fhZvOy6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1fhZvOy6 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1fhZvOy6 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1fhZvOy6 .user {
  padding: 0!important;
}
.cid-uJ1fhZvOy6 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1fhZvOy6 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1fhZvOy6 .carousel-item.active,
.cid-uJ1fhZvOy6 .carousel-item-next,
.cid-uJ1fhZvOy6 .carousel-item-prev {
  display: flex;
}
.cid-uJ1fhZvOy6 .user_name {
  margin: 0;
}
.cid-uJ1fhZvOy6 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1fhZvOy6 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1fhZvOy6 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1fhZvOy6 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1fhZvOy6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1fhZvOy6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1fhZvOy6 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1fhZvOy6 .user_desk {
  color: #767676;
}
.cid-uJ1fhZvOy6 .mbr-text,
.cid-uJ1fhZvOy6 .mbr-section-btn {
  color: #000000;
}
.cid-uHBtV3Z0ND {
  background-color: #ffffff;
}
.cid-uHBtV3Z0ND .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV3Z0ND .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV3Z0ND .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV3Z0ND .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV3Z0ND .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtV3Z0ND .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtV3Z0ND .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtV3Z0ND .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtV3Z0ND .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtV3Z0ND .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtV3Z0ND .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtV3Z0ND .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtV3Z0ND .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtV3Z0ND .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtV4Wfwq {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-28.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtV4Wfwq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtV4Wfwq #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtV4Wfwq img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtV4Wfwq img {
    width: 90%!important;
  }
}
.cid-uHBtV4Wfwq H1 {
  color: #ffffff;
}
.cid-uHBtV4Wfwq H3 {
  color: #ffffff;
}
.cid-uJ1fkGfKkL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1fkGfKkL .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1fkGfKkL .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1fkGfKkL .user {
  padding: 0!important;
}
.cid-uJ1fkGfKkL .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1fkGfKkL .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1fkGfKkL .carousel-item.active,
.cid-uJ1fkGfKkL .carousel-item-next,
.cid-uJ1fkGfKkL .carousel-item-prev {
  display: flex;
}
.cid-uJ1fkGfKkL .user_name {
  margin: 0;
}
.cid-uJ1fkGfKkL .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1fkGfKkL .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1fkGfKkL .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1fkGfKkL ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1fkGfKkL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1fkGfKkL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1fkGfKkL .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1fkGfKkL .user_desk {
  color: #767676;
}
.cid-uJ1fkGfKkL .mbr-text,
.cid-uJ1fkGfKkL .mbr-section-btn {
  color: #000000;
}
.cid-uHBtV7drSn {
  background-color: #ffffff;
}
.cid-uHBtV7drSn .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV7drSn .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV7drSn .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV7drSn .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtV7drSn .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtV7drSn .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtV7drSn .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtV7drSn .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtV7drSn .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtV7drSn .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtV7drSn .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtV7drSn .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtV7drSn .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtV7drSn .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtV86Y0s {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-29.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtV86Y0s svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtV86Y0s #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtV86Y0s img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtV86Y0s img {
    width: 90%!important;
  }
}
.cid-uHBtV86Y0s H1 {
  color: #ffffff;
}
.cid-uHBtV86Y0s H3 {
  color: #ffffff;
}
.cid-uJ1fmy2Eic {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1fmy2Eic .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1fmy2Eic .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1fmy2Eic .user {
  padding: 0!important;
}
.cid-uJ1fmy2Eic .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1fmy2Eic .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1fmy2Eic .carousel-item.active,
.cid-uJ1fmy2Eic .carousel-item-next,
.cid-uJ1fmy2Eic .carousel-item-prev {
  display: flex;
}
.cid-uJ1fmy2Eic .user_name {
  margin: 0;
}
.cid-uJ1fmy2Eic .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1fmy2Eic .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1fmy2Eic .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1fmy2Eic ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1fmy2Eic .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1fmy2Eic .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1fmy2Eic .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1fmy2Eic .user_desk {
  color: #767676;
}
.cid-uJ1fmy2Eic .mbr-text,
.cid-uJ1fmy2Eic .mbr-section-btn {
  color: #000000;
}
.cid-uHBtVafZeg {
  background-color: #ffffff;
}
.cid-uHBtVafZeg .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVafZeg .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVafZeg .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVafZeg .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVafZeg .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtVafZeg .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtVafZeg .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtVafZeg .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtVafZeg .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtVafZeg .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtVafZeg .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtVafZeg .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtVafZeg .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtVafZeg .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtVb7vTh {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-30.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHBtVb7vTh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtVb7vTh #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtVb7vTh img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtVb7vTh img {
    width: 90%!important;
  }
}
.cid-uHBtVb7vTh H1 {
  color: #ffffff;
}
.cid-uHBtVb7vTh H3 {
  color: #ffffff;
}
.cid-uJ1fp5oTd1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1fp5oTd1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1fp5oTd1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1fp5oTd1 .user {
  padding: 0!important;
}
.cid-uJ1fp5oTd1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1fp5oTd1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1fp5oTd1 .carousel-item.active,
.cid-uJ1fp5oTd1 .carousel-item-next,
.cid-uJ1fp5oTd1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1fp5oTd1 .user_name {
  margin: 0;
}
.cid-uJ1fp5oTd1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1fp5oTd1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1fp5oTd1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1fp5oTd1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1fp5oTd1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1fp5oTd1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1fp5oTd1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1fp5oTd1 .user_desk {
  color: #767676;
}
.cid-uJ1fp5oTd1 .mbr-text,
.cid-uJ1fp5oTd1 .mbr-section-btn {
  color: #000000;
}
.cid-uHBtVdm0xc {
  background-color: #ffffff;
}
.cid-uHBtVdm0xc .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVdm0xc .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVdm0xc .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVdm0xc .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVdm0xc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtVdm0xc .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtVdm0xc .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtVdm0xc .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtVdm0xc .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtVdm0xc .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtVdm0xc .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtVdm0xc .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtVdm0xc .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtVdm0xc .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHBtVel5TT {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/march-31.jpg-1249x1920.jpg");
  overflow: hidden;
}
.cid-uHBtVel5TT svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHBtVel5TT #e2_shape {
  fill: #ffffff !important;
}
.cid-uHBtVel5TT img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHBtVel5TT img {
    width: 90%!important;
  }
}
.cid-uHBtVel5TT H1 {
  color: #ffffff;
}
.cid-uHBtVel5TT H3 {
  color: #ffffff;
}
.cid-uJ1fr5wBUH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1fr5wBUH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1fr5wBUH .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1fr5wBUH .user {
  padding: 0!important;
}
.cid-uJ1fr5wBUH .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1fr5wBUH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1fr5wBUH .carousel-item.active,
.cid-uJ1fr5wBUH .carousel-item-next,
.cid-uJ1fr5wBUH .carousel-item-prev {
  display: flex;
}
.cid-uJ1fr5wBUH .user_name {
  margin: 0;
}
.cid-uJ1fr5wBUH .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1fr5wBUH .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1fr5wBUH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1fr5wBUH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1fr5wBUH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1fr5wBUH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1fr5wBUH .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1fr5wBUH .user_desk {
  color: #767676;
}
.cid-uJ1fr5wBUH .mbr-text,
.cid-uJ1fr5wBUH .mbr-section-btn {
  color: #000000;
}
.cid-uHBtVgFdnw {
  background-color: #ffffff;
}
.cid-uHBtVgFdnw .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVgFdnw .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVgFdnw .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVgFdnw .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHBtVgFdnw .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHBtVgFdnw .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHBtVgFdnw .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHBtVgFdnw .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHBtVgFdnw .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHBtVgFdnw .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHBtVgFdnw .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHBtVgFdnw .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHBtVgFdnw .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHBtVgFdnw .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uHGJf8ZHRZ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/7-forest-4918605-1920.jpg-1301x1920.jpg");
  overflow: hidden;
}
.cid-uHGJf8ZHRZ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJf8ZHRZ #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJf8ZHRZ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJf8ZHRZ img {
    width: 90%!important;
  }
}
.cid-uHGJf8ZHRZ H1 {
  color: #ffffff;
}
.cid-uHGJf8ZHRZ H3 {
  color: #ffffff;
}
.cid-uJ1m8PaNGJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1m8PaNGJ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1m8PaNGJ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1m8PaNGJ .user {
  padding: 0!important;
}
.cid-uJ1m8PaNGJ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1m8PaNGJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1m8PaNGJ .carousel-item.active,
.cid-uJ1m8PaNGJ .carousel-item-next,
.cid-uJ1m8PaNGJ .carousel-item-prev {
  display: flex;
}
.cid-uJ1m8PaNGJ .user_name {
  margin: 0;
}
.cid-uJ1m8PaNGJ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1m8PaNGJ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1m8PaNGJ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1m8PaNGJ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1m8PaNGJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1m8PaNGJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1m8PaNGJ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1m8PaNGJ .user_desk {
  color: #767676;
}
.cid-uJ1m8PaNGJ .mbr-text,
.cid-uJ1m8PaNGJ .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfdahKZ {
  background-color: #ffffff;
}
.cid-uHGJfdahKZ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfdahKZ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfdahKZ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfdahKZ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfdahKZ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfdahKZ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfdahKZ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfdahKZ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfdahKZ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfdahKZ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfdahKZ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfdahKZ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfdahKZ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfdahKZ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfdSHBK {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-2.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfdSHBK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfdSHBK #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfdSHBK img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfdSHBK img {
    width: 90%!important;
  }
}
.cid-uHGJfdSHBK H1 {
  color: #ffffff;
}
.cid-uHGJfdSHBK H3 {
  color: #ffffff;
}
.cid-uJ1mceSdgj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mceSdgj .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mceSdgj .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mceSdgj .user {
  padding: 0!important;
}
.cid-uJ1mceSdgj .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mceSdgj .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mceSdgj .carousel-item.active,
.cid-uJ1mceSdgj .carousel-item-next,
.cid-uJ1mceSdgj .carousel-item-prev {
  display: flex;
}
.cid-uJ1mceSdgj .user_name {
  margin: 0;
}
.cid-uJ1mceSdgj .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mceSdgj .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mceSdgj .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mceSdgj ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mceSdgj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mceSdgj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mceSdgj .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mceSdgj .user_desk {
  color: #767676;
}
.cid-uJ1mceSdgj .mbr-text,
.cid-uJ1mceSdgj .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfga8Mz {
  background-color: #ffffff;
}
.cid-uHGJfga8Mz .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfga8Mz .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfga8Mz .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfga8Mz .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfga8Mz .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfga8Mz .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfga8Mz .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfga8Mz .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfga8Mz .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfga8Mz .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfga8Mz .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfga8Mz .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfga8Mz .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfga8Mz .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfgShnL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-3.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfgShnL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfgShnL #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfgShnL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfgShnL img {
    width: 90%!important;
  }
}
.cid-uHGJfgShnL H1 {
  color: #ffffff;
}
.cid-uHGJfgShnL H3 {
  color: #ffffff;
}
.cid-uJ1me0c6T1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1me0c6T1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1me0c6T1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1me0c6T1 .user {
  padding: 0!important;
}
.cid-uJ1me0c6T1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1me0c6T1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1me0c6T1 .carousel-item.active,
.cid-uJ1me0c6T1 .carousel-item-next,
.cid-uJ1me0c6T1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1me0c6T1 .user_name {
  margin: 0;
}
.cid-uJ1me0c6T1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1me0c6T1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1me0c6T1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1me0c6T1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1me0c6T1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1me0c6T1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1me0c6T1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1me0c6T1 .user_desk {
  color: #767676;
}
.cid-uJ1me0c6T1 .mbr-text,
.cid-uJ1me0c6T1 .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfjcoym {
  background-color: #ffffff;
}
.cid-uHGJfjcoym .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfjcoym .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfjcoym .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfjcoym .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfjcoym .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfjcoym .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfjcoym .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfjcoym .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfjcoym .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfjcoym .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfjcoym .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfjcoym .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfjcoym .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfjcoym .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfjV1cH {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-4.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfjV1cH svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfjV1cH #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfjV1cH img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfjV1cH img {
    width: 90%!important;
  }
}
.cid-uHGJfjV1cH H1 {
  color: #ffffff;
}
.cid-uHGJfjV1cH H3 {
  color: #ffffff;
}
.cid-uJ1mfUoEQI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mfUoEQI .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mfUoEQI .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mfUoEQI .user {
  padding: 0!important;
}
.cid-uJ1mfUoEQI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mfUoEQI .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mfUoEQI .carousel-item.active,
.cid-uJ1mfUoEQI .carousel-item-next,
.cid-uJ1mfUoEQI .carousel-item-prev {
  display: flex;
}
.cid-uJ1mfUoEQI .user_name {
  margin: 0;
}
.cid-uJ1mfUoEQI .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mfUoEQI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mfUoEQI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mfUoEQI ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mfUoEQI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mfUoEQI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mfUoEQI .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mfUoEQI .user_desk {
  color: #767676;
}
.cid-uJ1mfUoEQI .mbr-text,
.cid-uJ1mfUoEQI .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfo40V1 {
  background-color: #ffffff;
}
.cid-uHGJfo40V1 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfo40V1 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfo40V1 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfo40V1 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfo40V1 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfo40V1 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfo40V1 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfo40V1 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfo40V1 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfo40V1 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfo40V1 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfo40V1 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfo40V1 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfo40V1 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfoxiFt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-5.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfoxiFt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfoxiFt #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfoxiFt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfoxiFt img {
    width: 90%!important;
  }
}
.cid-uHGJfoxiFt H1 {
  color: #ffffff;
}
.cid-uHGJfoxiFt H3 {
  color: #ffffff;
}
.cid-uJ1mhYizDo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mhYizDo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mhYizDo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mhYizDo .user {
  padding: 0!important;
}
.cid-uJ1mhYizDo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mhYizDo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mhYizDo .carousel-item.active,
.cid-uJ1mhYizDo .carousel-item-next,
.cid-uJ1mhYizDo .carousel-item-prev {
  display: flex;
}
.cid-uJ1mhYizDo .user_name {
  margin: 0;
}
.cid-uJ1mhYizDo .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mhYizDo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mhYizDo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mhYizDo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mhYizDo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mhYizDo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mhYizDo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mhYizDo .user_desk {
  color: #767676;
}
.cid-uJ1mhYizDo .mbr-text,
.cid-uJ1mhYizDo .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfq6eT8 {
  background-color: #ffffff;
}
.cid-uHGJfq6eT8 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfq6eT8 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfq6eT8 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfq6eT8 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfq6eT8 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfq6eT8 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfq6eT8 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfq6eT8 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfq6eT8 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfq6eT8 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfq6eT8 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfq6eT8 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfq6eT8 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfq6eT8 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfqKaSS {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-6.jpg-2000x3000.jpg");
  overflow: hidden;
}
.cid-uHGJfqKaSS svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfqKaSS #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfqKaSS img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfqKaSS img {
    width: 90%!important;
  }
}
.cid-uHGJfqKaSS H1 {
  color: #ffffff;
}
.cid-uHGJfqKaSS H3 {
  color: #ffffff;
}
.cid-uJ1mk2AREv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mk2AREv .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mk2AREv .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mk2AREv .user {
  padding: 0!important;
}
.cid-uJ1mk2AREv .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mk2AREv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mk2AREv .carousel-item.active,
.cid-uJ1mk2AREv .carousel-item-next,
.cid-uJ1mk2AREv .carousel-item-prev {
  display: flex;
}
.cid-uJ1mk2AREv .user_name {
  margin: 0;
}
.cid-uJ1mk2AREv .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mk2AREv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mk2AREv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mk2AREv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mk2AREv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mk2AREv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mk2AREv .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mk2AREv .user_desk {
  color: #767676;
}
.cid-uJ1mk2AREv .mbr-text,
.cid-uJ1mk2AREv .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfsax80 {
  background-color: #ffffff;
}
.cid-uHGJfsax80 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfsax80 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfsax80 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfsax80 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfsax80 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfsax80 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfsax80 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfsax80 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfsax80 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfsax80 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfsax80 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfsax80 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfsax80 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfsax80 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfsMPwS {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-7.jpg-1276x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfsMPwS svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfsMPwS #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfsMPwS img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfsMPwS img {
    width: 90%!important;
  }
}
.cid-uHGJfsMPwS H1 {
  color: #ffffff;
}
.cid-uHGJfsMPwS H3 {
  color: #ffffff;
}
.cid-uJ1mm41en3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mm41en3 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mm41en3 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mm41en3 .user {
  padding: 0!important;
}
.cid-uJ1mm41en3 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mm41en3 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mm41en3 .carousel-item.active,
.cid-uJ1mm41en3 .carousel-item-next,
.cid-uJ1mm41en3 .carousel-item-prev {
  display: flex;
}
.cid-uJ1mm41en3 .user_name {
  margin: 0;
}
.cid-uJ1mm41en3 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mm41en3 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mm41en3 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mm41en3 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mm41en3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mm41en3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mm41en3 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mm41en3 .user_desk {
  color: #767676;
}
.cid-uJ1mm41en3 .mbr-text,
.cid-uJ1mm41en3 .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfuksAO {
  background-color: #ffffff;
}
.cid-uHGJfuksAO .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfuksAO .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfuksAO .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfuksAO .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfuksAO .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfuksAO .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfuksAO .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfuksAO .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfuksAO .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfuksAO .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfuksAO .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfuksAO .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfuksAO .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfuksAO .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfuTiEG {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-8.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfuTiEG svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfuTiEG #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfuTiEG img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfuTiEG img {
    width: 90%!important;
  }
}
.cid-uHGJfuTiEG H1 {
  color: #ffffff;
}
.cid-uHGJfuTiEG H3 {
  color: #ffffff;
}
.cid-uJ1mnRdVqh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mnRdVqh .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mnRdVqh .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mnRdVqh .user {
  padding: 0!important;
}
.cid-uJ1mnRdVqh .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mnRdVqh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mnRdVqh .carousel-item.active,
.cid-uJ1mnRdVqh .carousel-item-next,
.cid-uJ1mnRdVqh .carousel-item-prev {
  display: flex;
}
.cid-uJ1mnRdVqh .user_name {
  margin: 0;
}
.cid-uJ1mnRdVqh .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mnRdVqh .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mnRdVqh .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mnRdVqh ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mnRdVqh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mnRdVqh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mnRdVqh .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mnRdVqh .user_desk {
  color: #767676;
}
.cid-uJ1mnRdVqh .mbr-text,
.cid-uJ1mnRdVqh .mbr-section-btn {
  color: #000000;
}
.cid-uJ1mpSo9ez {
  background-color: #ffffff;
}
.cid-uJ1mpSo9ez .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1mpSo9ez .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1mpSo9ez .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1mpSo9ez .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1mpSo9ez .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1mpSo9ez .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1mpSo9ez .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1mpSo9ez .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1mpSo9ez .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1mpSo9ez .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1mpSo9ez .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1mpSo9ez .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1mpSo9ez .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1mpSo9ez .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfwzFfe {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-9.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfwzFfe svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfwzFfe #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfwzFfe img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfwzFfe img {
    width: 90%!important;
  }
}
.cid-uHGJfwzFfe H1 {
  color: #ffffff;
}
.cid-uHGJfwzFfe H3 {
  color: #ffffff;
}
.cid-uJ1mtvwuUv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mtvwuUv .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mtvwuUv .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mtvwuUv .user {
  padding: 0!important;
}
.cid-uJ1mtvwuUv .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mtvwuUv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mtvwuUv .carousel-item.active,
.cid-uJ1mtvwuUv .carousel-item-next,
.cid-uJ1mtvwuUv .carousel-item-prev {
  display: flex;
}
.cid-uJ1mtvwuUv .user_name {
  margin: 0;
}
.cid-uJ1mtvwuUv .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mtvwuUv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mtvwuUv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mtvwuUv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mtvwuUv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mtvwuUv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mtvwuUv .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mtvwuUv .user_desk {
  color: #767676;
}
.cid-uJ1mtvwuUv .mbr-text,
.cid-uJ1mtvwuUv .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfzg0Vo {
  background-color: #ffffff;
}
.cid-uHGJfzg0Vo .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfzg0Vo .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfzg0Vo .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfzg0Vo .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfzg0Vo .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfzg0Vo .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfzg0Vo .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfzg0Vo .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfzg0Vo .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfzg0Vo .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfzg0Vo .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfzg0Vo .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfzg0Vo .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfzg0Vo .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfzPJjN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-10.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfzPJjN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfzPJjN #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfzPJjN img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfzPJjN img {
    width: 90%!important;
  }
}
.cid-uHGJfzPJjN H1 {
  color: #ffffff;
}
.cid-uHGJfzPJjN H3 {
  color: #ffffff;
}
.cid-uJ1mySFx07 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mySFx07 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mySFx07 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mySFx07 .user {
  padding: 0!important;
}
.cid-uJ1mySFx07 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mySFx07 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mySFx07 .carousel-item.active,
.cid-uJ1mySFx07 .carousel-item-next,
.cid-uJ1mySFx07 .carousel-item-prev {
  display: flex;
}
.cid-uJ1mySFx07 .user_name {
  margin: 0;
}
.cid-uJ1mySFx07 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mySFx07 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mySFx07 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mySFx07 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mySFx07 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mySFx07 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mySFx07 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mySFx07 .user_desk {
  color: #767676;
}
.cid-uJ1mySFx07 .mbr-text,
.cid-uJ1mySFx07 .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfBuaYL {
  background-color: #ffffff;
}
.cid-uHGJfBuaYL .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfBuaYL .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfBuaYL .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfBuaYL .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfBuaYL .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfBuaYL .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfBuaYL .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfBuaYL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfBuaYL .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfBuaYL .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfBuaYL .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfBuaYL .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfBuaYL .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfBuaYL .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfC2S0I {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-11.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfC2S0I svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfC2S0I #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfC2S0I img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfC2S0I img {
    width: 90%!important;
  }
}
.cid-uHGJfC2S0I H1 {
  color: #ffffff;
}
.cid-uHGJfC2S0I H3 {
  color: #ffffff;
}
.cid-uJ1mBIao93 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mBIao93 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mBIao93 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mBIao93 .user {
  padding: 0!important;
}
.cid-uJ1mBIao93 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mBIao93 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mBIao93 .carousel-item.active,
.cid-uJ1mBIao93 .carousel-item-next,
.cid-uJ1mBIao93 .carousel-item-prev {
  display: flex;
}
.cid-uJ1mBIao93 .user_name {
  margin: 0;
}
.cid-uJ1mBIao93 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mBIao93 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mBIao93 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mBIao93 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mBIao93 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mBIao93 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mBIao93 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mBIao93 .user_desk {
  color: #767676;
}
.cid-uJ1mBIao93 .mbr-text,
.cid-uJ1mBIao93 .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfDJo5c {
  background-color: #ffffff;
}
.cid-uHGJfDJo5c .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfDJo5c .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfDJo5c .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfDJo5c .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfDJo5c .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfDJo5c .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfDJo5c .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfDJo5c .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfDJo5c .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfDJo5c .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfDJo5c .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfDJo5c .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfDJo5c .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfDJo5c .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfEljZF {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-12.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uHGJfEljZF svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfEljZF #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfEljZF img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfEljZF img {
    width: 90%!important;
  }
}
.cid-uHGJfEljZF H1 {
  color: #ffffff;
}
.cid-uHGJfEljZF H3 {
  color: #ffffff;
}
.cid-uJ1mDOqE6A {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mDOqE6A .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mDOqE6A .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mDOqE6A .user {
  padding: 0!important;
}
.cid-uJ1mDOqE6A .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mDOqE6A .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mDOqE6A .carousel-item.active,
.cid-uJ1mDOqE6A .carousel-item-next,
.cid-uJ1mDOqE6A .carousel-item-prev {
  display: flex;
}
.cid-uJ1mDOqE6A .user_name {
  margin: 0;
}
.cid-uJ1mDOqE6A .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mDOqE6A .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mDOqE6A .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mDOqE6A ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mDOqE6A .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mDOqE6A .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mDOqE6A .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mDOqE6A .user_desk {
  color: #767676;
}
.cid-uJ1mDOqE6A .mbr-text,
.cid-uJ1mDOqE6A .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfG2FM7 {
  background-color: #ffffff;
}
.cid-uHGJfG2FM7 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfG2FM7 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfG2FM7 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfG2FM7 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfG2FM7 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfG2FM7 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfG2FM7 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfG2FM7 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfG2FM7 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfG2FM7 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfG2FM7 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfG2FM7 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfG2FM7 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfG2FM7 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfGEfSu {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-13.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfGEfSu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfGEfSu #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfGEfSu img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfGEfSu img {
    width: 90%!important;
  }
}
.cid-uHGJfGEfSu H1 {
  color: #ffffff;
}
.cid-uHGJfGEfSu H3 {
  color: #ffffff;
}
.cid-uJ1mFWMA1T {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mFWMA1T .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mFWMA1T .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mFWMA1T .user {
  padding: 0!important;
}
.cid-uJ1mFWMA1T .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mFWMA1T .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mFWMA1T .carousel-item.active,
.cid-uJ1mFWMA1T .carousel-item-next,
.cid-uJ1mFWMA1T .carousel-item-prev {
  display: flex;
}
.cid-uJ1mFWMA1T .user_name {
  margin: 0;
}
.cid-uJ1mFWMA1T .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mFWMA1T .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mFWMA1T .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mFWMA1T ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mFWMA1T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mFWMA1T .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mFWMA1T .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mFWMA1T .user_desk {
  color: #767676;
}
.cid-uJ1mFWMA1T .mbr-text,
.cid-uJ1mFWMA1T .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfIvwBq {
  background-color: #ffffff;
}
.cid-uHGJfIvwBq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfIvwBq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfIvwBq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfIvwBq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfIvwBq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfIvwBq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfIvwBq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfIvwBq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfIvwBq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfIvwBq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfIvwBq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfIvwBq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfIvwBq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfIvwBq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfJkIAe {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-14.jpg-1285x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfJkIAe svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfJkIAe #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfJkIAe img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfJkIAe img {
    width: 90%!important;
  }
}
.cid-uHGJfJkIAe H1 {
  color: #ffffff;
}
.cid-uHGJfJkIAe H3 {
  color: #ffffff;
}
.cid-uJ1mIMlNzc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mIMlNzc .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mIMlNzc .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mIMlNzc .user {
  padding: 0!important;
}
.cid-uJ1mIMlNzc .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mIMlNzc .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mIMlNzc .carousel-item.active,
.cid-uJ1mIMlNzc .carousel-item-next,
.cid-uJ1mIMlNzc .carousel-item-prev {
  display: flex;
}
.cid-uJ1mIMlNzc .user_name {
  margin: 0;
}
.cid-uJ1mIMlNzc .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mIMlNzc .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mIMlNzc .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mIMlNzc ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mIMlNzc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mIMlNzc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mIMlNzc .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mIMlNzc .user_desk {
  color: #767676;
}
.cid-uJ1mIMlNzc .mbr-text,
.cid-uJ1mIMlNzc .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfL4nFR {
  background-color: #ffffff;
}
.cid-uHGJfL4nFR .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfL4nFR .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfL4nFR .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfL4nFR .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfL4nFR .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfL4nFR .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfL4nFR .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfL4nFR .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfL4nFR .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfL4nFR .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfL4nFR .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfL4nFR .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfL4nFR .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfL4nFR .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfLJIHD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-15.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfLJIHD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfLJIHD #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfLJIHD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfLJIHD img {
    width: 90%!important;
  }
}
.cid-uHGJfLJIHD H1 {
  color: #ffffff;
}
.cid-uHGJfLJIHD H3 {
  color: #ffffff;
}
.cid-uJ1mLgpDVE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mLgpDVE .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mLgpDVE .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mLgpDVE .user {
  padding: 0!important;
}
.cid-uJ1mLgpDVE .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mLgpDVE .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mLgpDVE .carousel-item.active,
.cid-uJ1mLgpDVE .carousel-item-next,
.cid-uJ1mLgpDVE .carousel-item-prev {
  display: flex;
}
.cid-uJ1mLgpDVE .user_name {
  margin: 0;
}
.cid-uJ1mLgpDVE .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mLgpDVE .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mLgpDVE .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mLgpDVE ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mLgpDVE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mLgpDVE .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mLgpDVE .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mLgpDVE .user_desk {
  color: #767676;
}
.cid-uJ1mLgpDVE .mbr-text,
.cid-uJ1mLgpDVE .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfNAB71 {
  background-color: #ffffff;
}
.cid-uHGJfNAB71 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfNAB71 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfNAB71 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfNAB71 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfNAB71 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfNAB71 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfNAB71 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfNAB71 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfNAB71 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfNAB71 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfNAB71 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfNAB71 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfNAB71 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfNAB71 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfOd8pG {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-16.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfOd8pG svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfOd8pG #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfOd8pG img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfOd8pG img {
    width: 90%!important;
  }
}
.cid-uHGJfOd8pG H1 {
  color: #ffffff;
}
.cid-uHGJfOd8pG H3 {
  color: #ffffff;
}
.cid-uJ1mO2VqRm {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mO2VqRm .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mO2VqRm .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mO2VqRm .user {
  padding: 0!important;
}
.cid-uJ1mO2VqRm .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mO2VqRm .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mO2VqRm .carousel-item.active,
.cid-uJ1mO2VqRm .carousel-item-next,
.cid-uJ1mO2VqRm .carousel-item-prev {
  display: flex;
}
.cid-uJ1mO2VqRm .user_name {
  margin: 0;
}
.cid-uJ1mO2VqRm .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mO2VqRm .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mO2VqRm .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mO2VqRm ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mO2VqRm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mO2VqRm .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mO2VqRm .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mO2VqRm .user_desk {
  color: #767676;
}
.cid-uJ1mO2VqRm .mbr-text,
.cid-uJ1mO2VqRm .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfQ9Gja {
  background-color: #ffffff;
}
.cid-uHGJfQ9Gja .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfQ9Gja .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfQ9Gja .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfQ9Gja .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfQ9Gja .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfQ9Gja .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfQ9Gja .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfQ9Gja .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfQ9Gja .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfQ9Gja .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfQ9Gja .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfQ9Gja .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfQ9Gja .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfQ9Gja .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfQReAe {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-17.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfQReAe svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfQReAe #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfQReAe img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfQReAe img {
    width: 90%!important;
  }
}
.cid-uHGJfQReAe H1 {
  color: #ffffff;
}
.cid-uHGJfQReAe H3 {
  color: #ffffff;
}
.cid-uJ1mR6ez4S {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mR6ez4S .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mR6ez4S .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mR6ez4S .user {
  padding: 0!important;
}
.cid-uJ1mR6ez4S .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mR6ez4S .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mR6ez4S .carousel-item.active,
.cid-uJ1mR6ez4S .carousel-item-next,
.cid-uJ1mR6ez4S .carousel-item-prev {
  display: flex;
}
.cid-uJ1mR6ez4S .user_name {
  margin: 0;
}
.cid-uJ1mR6ez4S .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mR6ez4S .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mR6ez4S .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mR6ez4S ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mR6ez4S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mR6ez4S .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mR6ez4S .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mR6ez4S .user_desk {
  color: #767676;
}
.cid-uJ1mR6ez4S .mbr-text,
.cid-uJ1mR6ez4S .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfRSo8q {
  background-color: #ffffff;
}
.cid-uHGJfRSo8q .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfRSo8q .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfRSo8q .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfRSo8q .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfRSo8q .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfRSo8q .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfRSo8q .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfRSo8q .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfRSo8q .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfRSo8q .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfRSo8q .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfRSo8q .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfRSo8q .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfRSo8q .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfTyDPL {
  background-color: #ffffff;
}
.cid-uHGJfTyDPL .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfTyDPL .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfTyDPL .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfTyDPL .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfTyDPL .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfTyDPL .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfTyDPL .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfTyDPL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfTyDPL .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfTyDPL .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfTyDPL .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfTyDPL .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfTyDPL .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfTyDPL .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfUgSn2 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-18.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfUgSn2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfUgSn2 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfUgSn2 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfUgSn2 img {
    width: 90%!important;
  }
}
.cid-uHGJfUgSn2 H1 {
  color: #ffffff;
}
.cid-uHGJfUgSn2 H3 {
  color: #ffffff;
}
.cid-uJ1mTf1htv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mTf1htv .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mTf1htv .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mTf1htv .user {
  padding: 0!important;
}
.cid-uJ1mTf1htv .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mTf1htv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mTf1htv .carousel-item.active,
.cid-uJ1mTf1htv .carousel-item-next,
.cid-uJ1mTf1htv .carousel-item-prev {
  display: flex;
}
.cid-uJ1mTf1htv .user_name {
  margin: 0;
}
.cid-uJ1mTf1htv .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mTf1htv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mTf1htv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mTf1htv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mTf1htv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mTf1htv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mTf1htv .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mTf1htv .user_desk {
  color: #767676;
}
.cid-uJ1mTf1htv .mbr-text,
.cid-uJ1mTf1htv .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfW7H6w {
  background-color: #ffffff;
}
.cid-uHGJfW7H6w .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfW7H6w .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfW7H6w .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfW7H6w .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfW7H6w .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfW7H6w .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfW7H6w .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfW7H6w .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfW7H6w .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfW7H6w .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfW7H6w .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfW7H6w .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfW7H6w .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfW7H6w .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfX0NpB {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-19.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfX0NpB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfX0NpB #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfX0NpB img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfX0NpB img {
    width: 90%!important;
  }
}
.cid-uHGJfX0NpB H1 {
  color: #ffffff;
}
.cid-uHGJfX0NpB H3 {
  color: #ffffff;
}
.cid-uJ1mVoqlCA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mVoqlCA .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mVoqlCA .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mVoqlCA .user {
  padding: 0!important;
}
.cid-uJ1mVoqlCA .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mVoqlCA .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mVoqlCA .carousel-item.active,
.cid-uJ1mVoqlCA .carousel-item-next,
.cid-uJ1mVoqlCA .carousel-item-prev {
  display: flex;
}
.cid-uJ1mVoqlCA .user_name {
  margin: 0;
}
.cid-uJ1mVoqlCA .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mVoqlCA .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mVoqlCA .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mVoqlCA ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mVoqlCA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mVoqlCA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mVoqlCA .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mVoqlCA .user_desk {
  color: #767676;
}
.cid-uJ1mVoqlCA .mbr-text,
.cid-uJ1mVoqlCA .mbr-section-btn {
  color: #000000;
}
.cid-uHGJfYUxO5 {
  background-color: #ffffff;
}
.cid-uHGJfYUxO5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfYUxO5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfYUxO5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfYUxO5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJfYUxO5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJfYUxO5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJfYUxO5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJfYUxO5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJfYUxO5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJfYUxO5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJfYUxO5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJfYUxO5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJfYUxO5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJfYUxO5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJfZGlPW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-20.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJfZGlPW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJfZGlPW #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJfZGlPW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJfZGlPW img {
    width: 90%!important;
  }
}
.cid-uHGJfZGlPW H1 {
  color: #ffffff;
}
.cid-uHGJfZGlPW H3 {
  color: #ffffff;
}
.cid-uJ1mXDz1Gr {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mXDz1Gr .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mXDz1Gr .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mXDz1Gr .user {
  padding: 0!important;
}
.cid-uJ1mXDz1Gr .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mXDz1Gr .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mXDz1Gr .carousel-item.active,
.cid-uJ1mXDz1Gr .carousel-item-next,
.cid-uJ1mXDz1Gr .carousel-item-prev {
  display: flex;
}
.cid-uJ1mXDz1Gr .user_name {
  margin: 0;
}
.cid-uJ1mXDz1Gr .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mXDz1Gr .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mXDz1Gr .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mXDz1Gr ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mXDz1Gr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mXDz1Gr .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mXDz1Gr .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mXDz1Gr .user_desk {
  color: #767676;
}
.cid-uJ1mXDz1Gr .mbr-text,
.cid-uJ1mXDz1Gr .mbr-section-btn {
  color: #000000;
}
.cid-uHGJg1KHvp {
  background-color: #ffffff;
}
.cid-uHGJg1KHvp .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg1KHvp .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg1KHvp .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg1KHvp .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg1KHvp .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJg1KHvp .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJg1KHvp .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJg1KHvp .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJg1KHvp .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJg1KHvp .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJg1KHvp .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJg1KHvp .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJg1KHvp .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJg1KHvp .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJg2v36X {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-21.jpg-1081x1920.jpg");
  overflow: hidden;
}
.cid-uHGJg2v36X svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJg2v36X #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJg2v36X img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJg2v36X img {
    width: 90%!important;
  }
}
.cid-uHGJg2v36X H1 {
  color: #ffffff;
}
.cid-uHGJg2v36X H3 {
  color: #ffffff;
}
.cid-uJ1mZsVrSd {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1mZsVrSd .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1mZsVrSd .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1mZsVrSd .user {
  padding: 0!important;
}
.cid-uJ1mZsVrSd .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1mZsVrSd .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1mZsVrSd .carousel-item.active,
.cid-uJ1mZsVrSd .carousel-item-next,
.cid-uJ1mZsVrSd .carousel-item-prev {
  display: flex;
}
.cid-uJ1mZsVrSd .user_name {
  margin: 0;
}
.cid-uJ1mZsVrSd .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1mZsVrSd .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1mZsVrSd .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1mZsVrSd ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1mZsVrSd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1mZsVrSd .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1mZsVrSd .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1mZsVrSd .user_desk {
  color: #767676;
}
.cid-uJ1mZsVrSd .mbr-text,
.cid-uJ1mZsVrSd .mbr-section-btn {
  color: #000000;
}
.cid-uHGJg4xmKY {
  background-color: #ffffff;
}
.cid-uHGJg4xmKY .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg4xmKY .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg4xmKY .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg4xmKY .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg4xmKY .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJg4xmKY .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJg4xmKY .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJg4xmKY .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJg4xmKY .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJg4xmKY .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJg4xmKY .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJg4xmKY .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJg4xmKY .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJg4xmKY .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJg5mc68 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-22.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uHGJg5mc68 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJg5mc68 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJg5mc68 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJg5mc68 img {
    width: 90%!important;
  }
}
.cid-uHGJg5mc68 H1 {
  color: #ffffff;
}
.cid-uHGJg5mc68 H3 {
  color: #ffffff;
}
.cid-uJ1n1Cr0ci {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1n1Cr0ci .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1n1Cr0ci .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1n1Cr0ci .user {
  padding: 0!important;
}
.cid-uJ1n1Cr0ci .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1n1Cr0ci .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1n1Cr0ci .carousel-item.active,
.cid-uJ1n1Cr0ci .carousel-item-next,
.cid-uJ1n1Cr0ci .carousel-item-prev {
  display: flex;
}
.cid-uJ1n1Cr0ci .user_name {
  margin: 0;
}
.cid-uJ1n1Cr0ci .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1n1Cr0ci .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1n1Cr0ci .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1n1Cr0ci ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1n1Cr0ci .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1n1Cr0ci .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1n1Cr0ci .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1n1Cr0ci .user_desk {
  color: #767676;
}
.cid-uJ1n1Cr0ci .mbr-text,
.cid-uJ1n1Cr0ci .mbr-section-btn {
  color: #000000;
}
.cid-uHGJg7ubzh {
  background-color: #ffffff;
}
.cid-uHGJg7ubzh .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg7ubzh .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg7ubzh .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg7ubzh .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJg7ubzh .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJg7ubzh .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJg7ubzh .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJg7ubzh .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJg7ubzh .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJg7ubzh .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJg7ubzh .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJg7ubzh .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJg7ubzh .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJg7ubzh .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJg8fpXd {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-23.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJg8fpXd svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJg8fpXd #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJg8fpXd img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJg8fpXd img {
    width: 90%!important;
  }
}
.cid-uHGJg8fpXd H1 {
  color: #ffffff;
}
.cid-uHGJg8fpXd H3 {
  color: #ffffff;
}
.cid-uJ1n3Vy50U {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1n3Vy50U .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1n3Vy50U .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1n3Vy50U .user {
  padding: 0!important;
}
.cid-uJ1n3Vy50U .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1n3Vy50U .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1n3Vy50U .carousel-item.active,
.cid-uJ1n3Vy50U .carousel-item-next,
.cid-uJ1n3Vy50U .carousel-item-prev {
  display: flex;
}
.cid-uJ1n3Vy50U .user_name {
  margin: 0;
}
.cid-uJ1n3Vy50U .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1n3Vy50U .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1n3Vy50U .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1n3Vy50U ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1n3Vy50U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1n3Vy50U .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1n3Vy50U .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1n3Vy50U .user_desk {
  color: #767676;
}
.cid-uJ1n3Vy50U .mbr-text,
.cid-uJ1n3Vy50U .mbr-section-btn {
  color: #000000;
}
.cid-uHGJgajF7S {
  background-color: #ffffff;
}
.cid-uHGJgajF7S .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgajF7S .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgajF7S .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgajF7S .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgajF7S .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJgajF7S .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJgajF7S .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJgajF7S .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJgajF7S .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJgajF7S .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJgajF7S .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJgajF7S .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJgajF7S .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJgajF7S .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJgb9K7n {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-24.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJgb9K7n svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJgb9K7n #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJgb9K7n img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJgb9K7n img {
    width: 90%!important;
  }
}
.cid-uHGJgb9K7n H1 {
  color: #ffffff;
}
.cid-uHGJgb9K7n H3 {
  color: #ffffff;
}
.cid-uJ1n6gGPf3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1n6gGPf3 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1n6gGPf3 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1n6gGPf3 .user {
  padding: 0!important;
}
.cid-uJ1n6gGPf3 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1n6gGPf3 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1n6gGPf3 .carousel-item.active,
.cid-uJ1n6gGPf3 .carousel-item-next,
.cid-uJ1n6gGPf3 .carousel-item-prev {
  display: flex;
}
.cid-uJ1n6gGPf3 .user_name {
  margin: 0;
}
.cid-uJ1n6gGPf3 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1n6gGPf3 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1n6gGPf3 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1n6gGPf3 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1n6gGPf3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1n6gGPf3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1n6gGPf3 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1n6gGPf3 .user_desk {
  color: #767676;
}
.cid-uJ1n6gGPf3 .mbr-text,
.cid-uJ1n6gGPf3 .mbr-section-btn {
  color: #000000;
}
.cid-uHGJgdh3DD {
  background-color: #ffffff;
}
.cid-uHGJgdh3DD .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgdh3DD .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgdh3DD .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgdh3DD .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgdh3DD .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJgdh3DD .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJgdh3DD .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJgdh3DD .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJgdh3DD .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJgdh3DD .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJgdh3DD .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJgdh3DD .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJgdh3DD .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJgdh3DD .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJge40og {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-25.jpg-1081x1920.jpg");
  overflow: hidden;
}
.cid-uHGJge40og svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJge40og #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJge40og img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJge40og img {
    width: 90%!important;
  }
}
.cid-uHGJge40og H1 {
  color: #ffffff;
}
.cid-uHGJge40og H3 {
  color: #ffffff;
}
.cid-uJ1n8Kip9w {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1n8Kip9w .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1n8Kip9w .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1n8Kip9w .user {
  padding: 0!important;
}
.cid-uJ1n8Kip9w .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1n8Kip9w .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1n8Kip9w .carousel-item.active,
.cid-uJ1n8Kip9w .carousel-item-next,
.cid-uJ1n8Kip9w .carousel-item-prev {
  display: flex;
}
.cid-uJ1n8Kip9w .user_name {
  margin: 0;
}
.cid-uJ1n8Kip9w .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1n8Kip9w .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1n8Kip9w .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1n8Kip9w ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1n8Kip9w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1n8Kip9w .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1n8Kip9w .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1n8Kip9w .user_desk {
  color: #767676;
}
.cid-uJ1n8Kip9w .mbr-text,
.cid-uJ1n8Kip9w .mbr-section-btn {
  color: #000000;
}
.cid-uHGJgfgkmu {
  background-color: #ffffff;
}
.cid-uHGJgfgkmu .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgfgkmu .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgfgkmu .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgfgkmu .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgfgkmu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJgfgkmu .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJgfgkmu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJgfgkmu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJgfgkmu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJgfgkmu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJgfgkmu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJgfgkmu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJgfgkmu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJgfgkmu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJghfc9g {
  background-color: #ffffff;
}
.cid-uHGJghfc9g .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJghfc9g .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJghfc9g .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJghfc9g .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJghfc9g .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJghfc9g .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJghfc9g .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJghfc9g .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJghfc9g .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJghfc9g .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJghfc9g .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJghfc9g .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJghfc9g .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJghfc9g .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJgifj0M {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-26.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJgifj0M svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJgifj0M #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJgifj0M img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJgifj0M img {
    width: 90%!important;
  }
}
.cid-uHGJgifj0M H1 {
  color: #ffffff;
}
.cid-uHGJgifj0M H3 {
  color: #ffffff;
}
.cid-uJ1naE6ygE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1naE6ygE .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1naE6ygE .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1naE6ygE .user {
  padding: 0!important;
}
.cid-uJ1naE6ygE .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1naE6ygE .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1naE6ygE .carousel-item.active,
.cid-uJ1naE6ygE .carousel-item-next,
.cid-uJ1naE6ygE .carousel-item-prev {
  display: flex;
}
.cid-uJ1naE6ygE .user_name {
  margin: 0;
}
.cid-uJ1naE6ygE .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1naE6ygE .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1naE6ygE .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1naE6ygE ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1naE6ygE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1naE6ygE .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1naE6ygE .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1naE6ygE .user_desk {
  color: #767676;
}
.cid-uJ1naE6ygE .mbr-text,
.cid-uJ1naE6ygE .mbr-section-btn {
  color: #000000;
}
.cid-uHGJgkPn9f {
  background-color: #ffffff;
}
.cid-uHGJgkPn9f .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgkPn9f .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgkPn9f .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgkPn9f .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgkPn9f .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJgkPn9f .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJgkPn9f .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJgkPn9f .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJgkPn9f .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJgkPn9f .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJgkPn9f .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJgkPn9f .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJgkPn9f .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJgkPn9f .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJglJWyk {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-27.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJglJWyk svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJglJWyk #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJglJWyk img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJglJWyk img {
    width: 90%!important;
  }
}
.cid-uHGJglJWyk H1 {
  color: #ffffff;
}
.cid-uHGJglJWyk H3 {
  color: #ffffff;
}
.cid-uJ1ncX5SRb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ncX5SRb .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ncX5SRb .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ncX5SRb .user {
  padding: 0!important;
}
.cid-uJ1ncX5SRb .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ncX5SRb .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ncX5SRb .carousel-item.active,
.cid-uJ1ncX5SRb .carousel-item-next,
.cid-uJ1ncX5SRb .carousel-item-prev {
  display: flex;
}
.cid-uJ1ncX5SRb .user_name {
  margin: 0;
}
.cid-uJ1ncX5SRb .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ncX5SRb .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ncX5SRb .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ncX5SRb ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ncX5SRb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ncX5SRb .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ncX5SRb .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ncX5SRb .user_desk {
  color: #767676;
}
.cid-uJ1ncX5SRb .mbr-text,
.cid-uJ1ncX5SRb .mbr-section-btn {
  color: #000000;
}
.cid-uHGJgoalJr {
  background-color: #ffffff;
}
.cid-uHGJgoalJr .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgoalJr .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgoalJr .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgoalJr .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgoalJr .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJgoalJr .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJgoalJr .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJgoalJr .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJgoalJr .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJgoalJr .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJgoalJr .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJgoalJr .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJgoalJr .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJgoalJr .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJgp0hW8 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-28.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHGJgp0hW8 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJgp0hW8 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJgp0hW8 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJgp0hW8 img {
    width: 90%!important;
  }
}
.cid-uHGJgp0hW8 H1 {
  color: #ffffff;
}
.cid-uHGJgp0hW8 H3 {
  color: #ffffff;
}
.cid-uJ1nksfa1D {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1nksfa1D .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1nksfa1D .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1nksfa1D .user {
  padding: 0!important;
}
.cid-uJ1nksfa1D .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1nksfa1D .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1nksfa1D .carousel-item.active,
.cid-uJ1nksfa1D .carousel-item-next,
.cid-uJ1nksfa1D .carousel-item-prev {
  display: flex;
}
.cid-uJ1nksfa1D .user_name {
  margin: 0;
}
.cid-uJ1nksfa1D .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1nksfa1D .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1nksfa1D .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1nksfa1D ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1nksfa1D .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1nksfa1D .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1nksfa1D .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1nksfa1D .user_desk {
  color: #767676;
}
.cid-uJ1nksfa1D .mbr-text,
.cid-uJ1nksfa1D .mbr-section-btn {
  color: #000000;
}
.cid-uHGJgroJVr {
  background-color: #ffffff;
}
.cid-uHGJgroJVr .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgroJVr .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgroJVr .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgroJVr .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgroJVr .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJgroJVr .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJgroJVr .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJgroJVr .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJgroJVr .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJgroJVr .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJgroJVr .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJgroJVr .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJgroJVr .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJgroJVr .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJgsgDZr {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-29.jpg-2000x3000.jpg");
  overflow: hidden;
}
.cid-uHGJgsgDZr svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJgsgDZr #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJgsgDZr img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJgsgDZr img {
    width: 90%!important;
  }
}
.cid-uHGJgsgDZr H1 {
  color: #ffffff;
}
.cid-uHGJgsgDZr H3 {
  color: #ffffff;
}
.cid-uJ1nmOQBVW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1nmOQBVW .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1nmOQBVW .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1nmOQBVW .user {
  padding: 0!important;
}
.cid-uJ1nmOQBVW .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1nmOQBVW .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1nmOQBVW .carousel-item.active,
.cid-uJ1nmOQBVW .carousel-item-next,
.cid-uJ1nmOQBVW .carousel-item-prev {
  display: flex;
}
.cid-uJ1nmOQBVW .user_name {
  margin: 0;
}
.cid-uJ1nmOQBVW .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1nmOQBVW .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1nmOQBVW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1nmOQBVW ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1nmOQBVW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1nmOQBVW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1nmOQBVW .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1nmOQBVW .user_desk {
  color: #767676;
}
.cid-uJ1nmOQBVW .mbr-text,
.cid-uJ1nmOQBVW .mbr-section-btn {
  color: #000000;
}
.cid-uHGJguHhBo {
  background-color: #ffffff;
}
.cid-uHGJguHhBo .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJguHhBo .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJguHhBo .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJguHhBo .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJguHhBo .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJguHhBo .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJguHhBo .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJguHhBo .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJguHhBo .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJguHhBo .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJguHhBo .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJguHhBo .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJguHhBo .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJguHhBo .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJgvDLU4 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/april-30.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHGJgvDLU4 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHGJgvDLU4 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHGJgvDLU4 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHGJgvDLU4 img {
    width: 90%!important;
  }
}
.cid-uHGJgvDLU4 H1 {
  color: #ffffff;
}
.cid-uHGJgvDLU4 H3 {
  color: #ffffff;
}
.cid-uJ1nparJ7p {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1nparJ7p .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1nparJ7p .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1nparJ7p .user {
  padding: 0!important;
}
.cid-uJ1nparJ7p .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1nparJ7p .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1nparJ7p .carousel-item.active,
.cid-uJ1nparJ7p .carousel-item-next,
.cid-uJ1nparJ7p .carousel-item-prev {
  display: flex;
}
.cid-uJ1nparJ7p .user_name {
  margin: 0;
}
.cid-uJ1nparJ7p .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1nparJ7p .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1nparJ7p .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1nparJ7p ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1nparJ7p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1nparJ7p .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1nparJ7p .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1nparJ7p .user_desk {
  color: #767676;
}
.cid-uJ1nparJ7p .mbr-text,
.cid-uJ1nparJ7p .mbr-section-btn {
  color: #000000;
}
.cid-uHGJgy2t6f {
  background-color: #ffffff;
}
.cid-uHGJgy2t6f .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgy2t6f .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgy2t6f .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgy2t6f .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgy2t6f .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJgy2t6f .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJgy2t6f .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJgy2t6f .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJgy2t6f .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJgy2t6f .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJgy2t6f .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJgy2t6f .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJgy2t6f .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJgy2t6f .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHGJgBkmUU {
  background-color: #ffffff;
}
.cid-uHGJgBkmUU .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgBkmUU .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgBkmUU .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgBkmUU .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHGJgBkmUU .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHGJgBkmUU .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHGJgBkmUU .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHGJgBkmUU .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHGJgBkmUU .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHGJgBkmUU .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHGJgBkmUU .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHGJgBkmUU .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHGJgBkmUU .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHGJgBkmUU .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uHHVFxxHo1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-1.jpg-1496x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFxxHo1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFxxHo1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFxxHo1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFxxHo1 img {
    width: 90%!important;
  }
}
.cid-uHHVFxxHo1 H1 {
  color: #ffffff;
}
.cid-uHHVFxxHo1 H3 {
  color: #ffffff;
}
.cid-uJ1rCU7CCw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1rCU7CCw .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1rCU7CCw .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1rCU7CCw .user {
  padding: 0!important;
}
.cid-uJ1rCU7CCw .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1rCU7CCw .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1rCU7CCw .carousel-item.active,
.cid-uJ1rCU7CCw .carousel-item-next,
.cid-uJ1rCU7CCw .carousel-item-prev {
  display: flex;
}
.cid-uJ1rCU7CCw .user_name {
  margin: 0;
}
.cid-uJ1rCU7CCw .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1rCU7CCw .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1rCU7CCw .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1rCU7CCw ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1rCU7CCw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1rCU7CCw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1rCU7CCw .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1rCU7CCw .user_desk {
  color: #767676;
}
.cid-uJ1rCU7CCw .mbr-text,
.cid-uJ1rCU7CCw .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFzXMwe {
  background-color: #ffffff;
}
.cid-uHHVFzXMwe .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFzXMwe .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFzXMwe .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFzXMwe .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFzXMwe .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFzXMwe .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFzXMwe .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFzXMwe .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFzXMwe .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFzXMwe .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFzXMwe .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFzXMwe .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFzXMwe .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFzXMwe .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFAlMXJ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-2.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFAlMXJ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFAlMXJ #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFAlMXJ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFAlMXJ img {
    width: 90%!important;
  }
}
.cid-uHHVFAlMXJ H1 {
  color: #ffffff;
}
.cid-uHHVFAlMXJ H3 {
  color: #ffffff;
}
.cid-uJ1rFwxbOg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1rFwxbOg .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1rFwxbOg .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1rFwxbOg .user {
  padding: 0!important;
}
.cid-uJ1rFwxbOg .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1rFwxbOg .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1rFwxbOg .carousel-item.active,
.cid-uJ1rFwxbOg .carousel-item-next,
.cid-uJ1rFwxbOg .carousel-item-prev {
  display: flex;
}
.cid-uJ1rFwxbOg .user_name {
  margin: 0;
}
.cid-uJ1rFwxbOg .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1rFwxbOg .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1rFwxbOg .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1rFwxbOg ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1rFwxbOg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1rFwxbOg .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1rFwxbOg .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1rFwxbOg .user_desk {
  color: #767676;
}
.cid-uJ1rFwxbOg .mbr-text,
.cid-uJ1rFwxbOg .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFBFn3Z {
  background-color: #ffffff;
}
.cid-uHHVFBFn3Z .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFBFn3Z .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFBFn3Z .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFBFn3Z .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFBFn3Z .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFBFn3Z .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFBFn3Z .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFBFn3Z .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFBFn3Z .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFBFn3Z .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFBFn3Z .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFBFn3Z .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFBFn3Z .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFBFn3Z .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFC6pxQ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-3.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFC6pxQ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFC6pxQ #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFC6pxQ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFC6pxQ img {
    width: 90%!important;
  }
}
.cid-uHHVFC6pxQ H1 {
  color: #ffffff;
}
.cid-uHHVFC6pxQ H3 {
  color: #ffffff;
}
.cid-uJ1rHrPyvR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1rHrPyvR .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1rHrPyvR .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1rHrPyvR .user {
  padding: 0!important;
}
.cid-uJ1rHrPyvR .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1rHrPyvR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1rHrPyvR .carousel-item.active,
.cid-uJ1rHrPyvR .carousel-item-next,
.cid-uJ1rHrPyvR .carousel-item-prev {
  display: flex;
}
.cid-uJ1rHrPyvR .user_name {
  margin: 0;
}
.cid-uJ1rHrPyvR .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1rHrPyvR .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1rHrPyvR .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1rHrPyvR ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1rHrPyvR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1rHrPyvR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1rHrPyvR .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1rHrPyvR .user_desk {
  color: #767676;
}
.cid-uJ1rHrPyvR .mbr-text,
.cid-uJ1rHrPyvR .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFDzdHC {
  background-color: #ffffff;
}
.cid-uHHVFDzdHC .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFDzdHC .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFDzdHC .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFDzdHC .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFDzdHC .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFDzdHC .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFDzdHC .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFDzdHC .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFDzdHC .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFDzdHC .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFDzdHC .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFDzdHC .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFDzdHC .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFDzdHC .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFFRmo0 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-4.jpg-1521x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFFRmo0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFFRmo0 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFFRmo0 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFFRmo0 img {
    width: 90%!important;
  }
}
.cid-uHHVFFRmo0 H1 {
  color: #ffffff;
}
.cid-uHHVFFRmo0 H3 {
  color: #ffffff;
}
.cid-uJ1rJQPuhr {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1rJQPuhr .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1rJQPuhr .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1rJQPuhr .user {
  padding: 0!important;
}
.cid-uJ1rJQPuhr .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1rJQPuhr .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1rJQPuhr .carousel-item.active,
.cid-uJ1rJQPuhr .carousel-item-next,
.cid-uJ1rJQPuhr .carousel-item-prev {
  display: flex;
}
.cid-uJ1rJQPuhr .user_name {
  margin: 0;
}
.cid-uJ1rJQPuhr .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1rJQPuhr .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1rJQPuhr .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1rJQPuhr ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1rJQPuhr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1rJQPuhr .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1rJQPuhr .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1rJQPuhr .user_desk {
  color: #767676;
}
.cid-uJ1rJQPuhr .mbr-text,
.cid-uJ1rJQPuhr .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFHw2hN {
  background-color: #ffffff;
}
.cid-uHHVFHw2hN .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFHw2hN .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFHw2hN .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFHw2hN .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFHw2hN .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFHw2hN .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFHw2hN .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFHw2hN .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFHw2hN .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFHw2hN .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFHw2hN .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFHw2hN .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFHw2hN .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFHw2hN .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFI6Qly {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-5.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFI6Qly svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFI6Qly #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFI6Qly img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFI6Qly img {
    width: 90%!important;
  }
}
.cid-uHHVFI6Qly H1 {
  color: #ffffff;
}
.cid-uHHVFI6Qly H3 {
  color: #ffffff;
}
.cid-uJ1rLEFI8v {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1rLEFI8v .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1rLEFI8v .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1rLEFI8v .user {
  padding: 0!important;
}
.cid-uJ1rLEFI8v .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1rLEFI8v .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1rLEFI8v .carousel-item.active,
.cid-uJ1rLEFI8v .carousel-item-next,
.cid-uJ1rLEFI8v .carousel-item-prev {
  display: flex;
}
.cid-uJ1rLEFI8v .user_name {
  margin: 0;
}
.cid-uJ1rLEFI8v .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1rLEFI8v .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1rLEFI8v .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1rLEFI8v ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1rLEFI8v .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1rLEFI8v .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1rLEFI8v .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1rLEFI8v .user_desk {
  color: #767676;
}
.cid-uJ1rLEFI8v .mbr-text,
.cid-uJ1rLEFI8v .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFJw0Sj {
  background-color: #ffffff;
}
.cid-uHHVFJw0Sj .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFJw0Sj .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFJw0Sj .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFJw0Sj .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFJw0Sj .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFJw0Sj .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFJw0Sj .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFJw0Sj .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFJw0Sj .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFJw0Sj .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFJw0Sj .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFJw0Sj .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFJw0Sj .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFJw0Sj .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFK1ZRE {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-6.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFK1ZRE svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFK1ZRE #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFK1ZRE img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFK1ZRE img {
    width: 90%!important;
  }
}
.cid-uHHVFK1ZRE H1 {
  color: #ffffff;
}
.cid-uHHVFK1ZRE H3 {
  color: #ffffff;
}
.cid-uJ1rSihUHd {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1rSihUHd .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1rSihUHd .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1rSihUHd .user {
  padding: 0!important;
}
.cid-uJ1rSihUHd .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1rSihUHd .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1rSihUHd .carousel-item.active,
.cid-uJ1rSihUHd .carousel-item-next,
.cid-uJ1rSihUHd .carousel-item-prev {
  display: flex;
}
.cid-uJ1rSihUHd .user_name {
  margin: 0;
}
.cid-uJ1rSihUHd .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1rSihUHd .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1rSihUHd .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1rSihUHd ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1rSihUHd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1rSihUHd .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1rSihUHd .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1rSihUHd .user_desk {
  color: #767676;
}
.cid-uJ1rSihUHd .mbr-text,
.cid-uJ1rSihUHd .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFLtEm3 {
  background-color: #ffffff;
}
.cid-uHHVFLtEm3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFLtEm3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFLtEm3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFLtEm3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFLtEm3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFLtEm3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFLtEm3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFLtEm3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFLtEm3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFLtEm3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFLtEm3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFLtEm3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFLtEm3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFLtEm3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFLY0rW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-7.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFLY0rW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFLY0rW #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFLY0rW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFLY0rW img {
    width: 90%!important;
  }
}
.cid-uHHVFLY0rW H1 {
  color: #ffffff;
}
.cid-uHHVFLY0rW H3 {
  color: #ffffff;
}
.cid-uJ1rW0E9Qt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1rW0E9Qt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1rW0E9Qt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1rW0E9Qt .user {
  padding: 0!important;
}
.cid-uJ1rW0E9Qt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1rW0E9Qt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1rW0E9Qt .carousel-item.active,
.cid-uJ1rW0E9Qt .carousel-item-next,
.cid-uJ1rW0E9Qt .carousel-item-prev {
  display: flex;
}
.cid-uJ1rW0E9Qt .user_name {
  margin: 0;
}
.cid-uJ1rW0E9Qt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1rW0E9Qt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1rW0E9Qt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1rW0E9Qt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1rW0E9Qt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1rW0E9Qt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1rW0E9Qt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1rW0E9Qt .user_desk {
  color: #767676;
}
.cid-uJ1rW0E9Qt .mbr-text,
.cid-uJ1rW0E9Qt .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFNwDkI {
  background-color: #ffffff;
}
.cid-uHHVFNwDkI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFNwDkI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFNwDkI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFNwDkI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFNwDkI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFNwDkI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFNwDkI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFNwDkI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFNwDkI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFNwDkI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFNwDkI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFNwDkI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFNwDkI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFNwDkI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFO22r3 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-8.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFO22r3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFO22r3 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFO22r3 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFO22r3 img {
    width: 90%!important;
  }
}
.cid-uHHVFO22r3 H1 {
  color: #ffffff;
}
.cid-uHHVFO22r3 H3 {
  color: #ffffff;
}
.cid-uJ1rYFQvJn {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1rYFQvJn .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1rYFQvJn .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1rYFQvJn .user {
  padding: 0!important;
}
.cid-uJ1rYFQvJn .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1rYFQvJn .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1rYFQvJn .carousel-item.active,
.cid-uJ1rYFQvJn .carousel-item-next,
.cid-uJ1rYFQvJn .carousel-item-prev {
  display: flex;
}
.cid-uJ1rYFQvJn .user_name {
  margin: 0;
}
.cid-uJ1rYFQvJn .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1rYFQvJn .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1rYFQvJn .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1rYFQvJn ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1rYFQvJn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1rYFQvJn .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1rYFQvJn .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1rYFQvJn .user_desk {
  color: #767676;
}
.cid-uJ1rYFQvJn .mbr-text,
.cid-uJ1rYFQvJn .mbr-section-btn {
  color: #000000;
}
.cid-uJ1s0EGKw3 {
  background-color: #ffffff;
}
.cid-uJ1s0EGKw3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1s0EGKw3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1s0EGKw3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1s0EGKw3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1s0EGKw3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1s0EGKw3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1s0EGKw3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1s0EGKw3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1s0EGKw3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1s0EGKw3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1s0EGKw3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1s0EGKw3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1s0EGKw3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1s0EGKw3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFPvK5v {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-9.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFPvK5v svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFPvK5v #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFPvK5v img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFPvK5v img {
    width: 90%!important;
  }
}
.cid-uHHVFPvK5v H1 {
  color: #ffffff;
}
.cid-uHHVFPvK5v H3 {
  color: #ffffff;
}
.cid-uJ1s2HQnfz {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1s2HQnfz .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1s2HQnfz .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1s2HQnfz .user {
  padding: 0!important;
}
.cid-uJ1s2HQnfz .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1s2HQnfz .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1s2HQnfz .carousel-item.active,
.cid-uJ1s2HQnfz .carousel-item-next,
.cid-uJ1s2HQnfz .carousel-item-prev {
  display: flex;
}
.cid-uJ1s2HQnfz .user_name {
  margin: 0;
}
.cid-uJ1s2HQnfz .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1s2HQnfz .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1s2HQnfz .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1s2HQnfz ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1s2HQnfz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1s2HQnfz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1s2HQnfz .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1s2HQnfz .user_desk {
  color: #767676;
}
.cid-uJ1s2HQnfz .mbr-text,
.cid-uJ1s2HQnfz .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFR2t41 {
  background-color: #ffffff;
}
.cid-uHHVFR2t41 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFR2t41 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFR2t41 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFR2t41 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFR2t41 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFR2t41 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFR2t41 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFR2t41 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFR2t41 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFR2t41 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFR2t41 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFR2t41 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFR2t41 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFR2t41 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFRzFoL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-10.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFRzFoL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFRzFoL #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFRzFoL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFRzFoL img {
    width: 90%!important;
  }
}
.cid-uHHVFRzFoL H1 {
  color: #ffffff;
}
.cid-uHHVFRzFoL H3 {
  color: #ffffff;
}
.cid-uJ1s4t2zsx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1s4t2zsx .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1s4t2zsx .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1s4t2zsx .user {
  padding: 0!important;
}
.cid-uJ1s4t2zsx .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1s4t2zsx .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1s4t2zsx .carousel-item.active,
.cid-uJ1s4t2zsx .carousel-item-next,
.cid-uJ1s4t2zsx .carousel-item-prev {
  display: flex;
}
.cid-uJ1s4t2zsx .user_name {
  margin: 0;
}
.cid-uJ1s4t2zsx .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1s4t2zsx .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1s4t2zsx .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1s4t2zsx ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1s4t2zsx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1s4t2zsx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1s4t2zsx .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1s4t2zsx .user_desk {
  color: #767676;
}
.cid-uJ1s4t2zsx .mbr-text,
.cid-uJ1s4t2zsx .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFT8qpv {
  background-color: #ffffff;
}
.cid-uHHVFT8qpv .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFT8qpv .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFT8qpv .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFT8qpv .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFT8qpv .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFT8qpv .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFT8qpv .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFT8qpv .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFT8qpv .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFT8qpv .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFT8qpv .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFT8qpv .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFT8qpv .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFT8qpv .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFTFxbL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-11.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFTFxbL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFTFxbL #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFTFxbL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFTFxbL img {
    width: 90%!important;
  }
}
.cid-uHHVFTFxbL H1 {
  color: #ffffff;
}
.cid-uHHVFTFxbL H3 {
  color: #ffffff;
}
.cid-uJ1s6uiu5j {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1s6uiu5j .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1s6uiu5j .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1s6uiu5j .user {
  padding: 0!important;
}
.cid-uJ1s6uiu5j .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1s6uiu5j .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1s6uiu5j .carousel-item.active,
.cid-uJ1s6uiu5j .carousel-item-next,
.cid-uJ1s6uiu5j .carousel-item-prev {
  display: flex;
}
.cid-uJ1s6uiu5j .user_name {
  margin: 0;
}
.cid-uJ1s6uiu5j .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1s6uiu5j .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1s6uiu5j .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1s6uiu5j ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1s6uiu5j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1s6uiu5j .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1s6uiu5j .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1s6uiu5j .user_desk {
  color: #767676;
}
.cid-uJ1s6uiu5j .mbr-text,
.cid-uJ1s6uiu5j .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFVk2S2 {
  background-color: #ffffff;
}
.cid-uHHVFVk2S2 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFVk2S2 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFVk2S2 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFVk2S2 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFVk2S2 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFVk2S2 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFVk2S2 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFVk2S2 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFVk2S2 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFVk2S2 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFVk2S2 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFVk2S2 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFVk2S2 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFVk2S2 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFVT7ra {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-12.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFVT7ra svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFVT7ra #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFVT7ra img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFVT7ra img {
    width: 90%!important;
  }
}
.cid-uHHVFVT7ra H1 {
  color: #ffffff;
}
.cid-uHHVFVT7ra H3 {
  color: #ffffff;
}
.cid-uJ1s8SHu7x {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1s8SHu7x .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1s8SHu7x .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1s8SHu7x .user {
  padding: 0!important;
}
.cid-uJ1s8SHu7x .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1s8SHu7x .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1s8SHu7x .carousel-item.active,
.cid-uJ1s8SHu7x .carousel-item-next,
.cid-uJ1s8SHu7x .carousel-item-prev {
  display: flex;
}
.cid-uJ1s8SHu7x .user_name {
  margin: 0;
}
.cid-uJ1s8SHu7x .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1s8SHu7x .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1s8SHu7x .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1s8SHu7x ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1s8SHu7x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1s8SHu7x .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1s8SHu7x .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1s8SHu7x .user_desk {
  color: #767676;
}
.cid-uJ1s8SHu7x .mbr-text,
.cid-uJ1s8SHu7x .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFXCKV9 {
  background-color: #ffffff;
}
.cid-uHHVFXCKV9 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFXCKV9 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFXCKV9 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFXCKV9 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFXCKV9 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFXCKV9 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFXCKV9 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFXCKV9 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFXCKV9 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFXCKV9 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFXCKV9 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFXCKV9 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFXCKV9 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFXCKV9 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVFYeFkh {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-13.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVFYeFkh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVFYeFkh #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVFYeFkh img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVFYeFkh img {
    width: 90%!important;
  }
}
.cid-uHHVFYeFkh H1 {
  color: #ffffff;
}
.cid-uHHVFYeFkh H3 {
  color: #ffffff;
}
.cid-uJ1sbad5CB {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sbad5CB .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sbad5CB .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sbad5CB .user {
  padding: 0!important;
}
.cid-uJ1sbad5CB .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sbad5CB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sbad5CB .carousel-item.active,
.cid-uJ1sbad5CB .carousel-item-next,
.cid-uJ1sbad5CB .carousel-item-prev {
  display: flex;
}
.cid-uJ1sbad5CB .user_name {
  margin: 0;
}
.cid-uJ1sbad5CB .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sbad5CB .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sbad5CB .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sbad5CB ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sbad5CB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sbad5CB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sbad5CB .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sbad5CB .user_desk {
  color: #767676;
}
.cid-uJ1sbad5CB .mbr-text,
.cid-uJ1sbad5CB .mbr-section-btn {
  color: #000000;
}
.cid-uHHVFZS7vO {
  background-color: #ffffff;
}
.cid-uHHVFZS7vO .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFZS7vO .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFZS7vO .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFZS7vO .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVFZS7vO .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVFZS7vO .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVFZS7vO .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVFZS7vO .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVFZS7vO .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVFZS7vO .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVFZS7vO .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVFZS7vO .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVFZS7vO .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVFZS7vO .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVG0ts5S {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-14.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVG0ts5S svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVG0ts5S #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVG0ts5S img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVG0ts5S img {
    width: 90%!important;
  }
}
.cid-uHHVG0ts5S H1 {
  color: #ffffff;
}
.cid-uHHVG0ts5S H3 {
  color: #ffffff;
}
.cid-uJ1sdzeTnG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sdzeTnG .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sdzeTnG .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sdzeTnG .user {
  padding: 0!important;
}
.cid-uJ1sdzeTnG .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sdzeTnG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sdzeTnG .carousel-item.active,
.cid-uJ1sdzeTnG .carousel-item-next,
.cid-uJ1sdzeTnG .carousel-item-prev {
  display: flex;
}
.cid-uJ1sdzeTnG .user_name {
  margin: 0;
}
.cid-uJ1sdzeTnG .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sdzeTnG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sdzeTnG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sdzeTnG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sdzeTnG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sdzeTnG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sdzeTnG .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sdzeTnG .user_desk {
  color: #767676;
}
.cid-uJ1sdzeTnG .mbr-text,
.cid-uJ1sdzeTnG .mbr-section-btn {
  color: #000000;
}
.cid-uHHVG24tHt {
  background-color: #ffffff;
}
.cid-uHHVG24tHt .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG24tHt .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG24tHt .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG24tHt .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG24tHt .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVG24tHt .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVG24tHt .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVG24tHt .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVG24tHt .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVG24tHt .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVG24tHt .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVG24tHt .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVG24tHt .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVG24tHt .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVG2OG12 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-15.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVG2OG12 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVG2OG12 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVG2OG12 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVG2OG12 img {
    width: 90%!important;
  }
}
.cid-uHHVG2OG12 H1 {
  color: #ffffff;
}
.cid-uHHVG2OG12 H3 {
  color: #ffffff;
}
.cid-uJ1sfz80yI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sfz80yI .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sfz80yI .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sfz80yI .user {
  padding: 0!important;
}
.cid-uJ1sfz80yI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sfz80yI .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sfz80yI .carousel-item.active,
.cid-uJ1sfz80yI .carousel-item-next,
.cid-uJ1sfz80yI .carousel-item-prev {
  display: flex;
}
.cid-uJ1sfz80yI .user_name {
  margin: 0;
}
.cid-uJ1sfz80yI .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sfz80yI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sfz80yI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sfz80yI ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sfz80yI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sfz80yI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sfz80yI .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sfz80yI .user_desk {
  color: #767676;
}
.cid-uJ1sfz80yI .mbr-text,
.cid-uJ1sfz80yI .mbr-section-btn {
  color: #000000;
}
.cid-uHHVG4uvm5 {
  background-color: #ffffff;
}
.cid-uHHVG4uvm5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG4uvm5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG4uvm5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG4uvm5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG4uvm5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVG4uvm5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVG4uvm5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVG4uvm5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVG4uvm5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVG4uvm5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVG4uvm5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVG4uvm5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVG4uvm5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVG4uvm5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVG5gO22 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-16.jpg-1536x1920.jpg");
  overflow: hidden;
}
.cid-uHHVG5gO22 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVG5gO22 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVG5gO22 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVG5gO22 img {
    width: 90%!important;
  }
}
.cid-uHHVG5gO22 H1 {
  color: #ffffff;
}
.cid-uHHVG5gO22 H3 {
  color: #ffffff;
}
.cid-uJ1shsM3hD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1shsM3hD .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1shsM3hD .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1shsM3hD .user {
  padding: 0!important;
}
.cid-uJ1shsM3hD .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1shsM3hD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1shsM3hD .carousel-item.active,
.cid-uJ1shsM3hD .carousel-item-next,
.cid-uJ1shsM3hD .carousel-item-prev {
  display: flex;
}
.cid-uJ1shsM3hD .user_name {
  margin: 0;
}
.cid-uJ1shsM3hD .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1shsM3hD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1shsM3hD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1shsM3hD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1shsM3hD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1shsM3hD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1shsM3hD .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1shsM3hD .user_desk {
  color: #767676;
}
.cid-uJ1shsM3hD .mbr-text,
.cid-uJ1shsM3hD .mbr-section-btn {
  color: #000000;
}
.cid-uHHVG738N5 {
  background-color: #ffffff;
}
.cid-uHHVG738N5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG738N5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG738N5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG738N5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG738N5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVG738N5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVG738N5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVG738N5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVG738N5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVG738N5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVG738N5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVG738N5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVG738N5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVG738N5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVG7QhJx {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-17.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVG7QhJx svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVG7QhJx #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVG7QhJx img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVG7QhJx img {
    width: 90%!important;
  }
}
.cid-uHHVG7QhJx H1 {
  color: #ffffff;
}
.cid-uHHVG7QhJx H3 {
  color: #ffffff;
}
.cid-uJ1sm44xUl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sm44xUl .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sm44xUl .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sm44xUl .user {
  padding: 0!important;
}
.cid-uJ1sm44xUl .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sm44xUl .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sm44xUl .carousel-item.active,
.cid-uJ1sm44xUl .carousel-item-next,
.cid-uJ1sm44xUl .carousel-item-prev {
  display: flex;
}
.cid-uJ1sm44xUl .user_name {
  margin: 0;
}
.cid-uJ1sm44xUl .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sm44xUl .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sm44xUl .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sm44xUl ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sm44xUl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sm44xUl .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sm44xUl .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sm44xUl .user_desk {
  color: #767676;
}
.cid-uJ1sm44xUl .mbr-text,
.cid-uJ1sm44xUl .mbr-section-btn {
  color: #000000;
}
.cid-uHHVG8F9BF {
  background-color: #ffffff;
}
.cid-uHHVG8F9BF .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG8F9BF .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG8F9BF .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG8F9BF .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVG8F9BF .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVG8F9BF .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVG8F9BF .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVG8F9BF .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVG8F9BF .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVG8F9BF .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVG8F9BF .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVG8F9BF .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVG8F9BF .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVG8F9BF .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGaf6Is {
  background-color: #ffffff;
}
.cid-uHHVGaf6Is .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGaf6Is .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGaf6Is .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGaf6Is .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGaf6Is .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGaf6Is .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGaf6Is .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGaf6Is .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGaf6Is .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGaf6Is .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGaf6Is .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGaf6Is .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGaf6Is .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGaf6Is .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGb3a1n {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-18.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGb3a1n svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGb3a1n #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGb3a1n img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGb3a1n img {
    width: 90%!important;
  }
}
.cid-uHHVGb3a1n H1 {
  color: #ffffff;
}
.cid-uHHVGb3a1n H3 {
  color: #ffffff;
}
.cid-uJ1so9ATUs {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1so9ATUs .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1so9ATUs .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1so9ATUs .user {
  padding: 0!important;
}
.cid-uJ1so9ATUs .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1so9ATUs .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1so9ATUs .carousel-item.active,
.cid-uJ1so9ATUs .carousel-item-next,
.cid-uJ1so9ATUs .carousel-item-prev {
  display: flex;
}
.cid-uJ1so9ATUs .user_name {
  margin: 0;
}
.cid-uJ1so9ATUs .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1so9ATUs .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1so9ATUs .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1so9ATUs ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1so9ATUs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1so9ATUs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1so9ATUs .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1so9ATUs .user_desk {
  color: #767676;
}
.cid-uJ1so9ATUs .mbr-text,
.cid-uJ1so9ATUs .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGcXRdC {
  background-color: #ffffff;
}
.cid-uHHVGcXRdC .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGcXRdC .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGcXRdC .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGcXRdC .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGcXRdC .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGcXRdC .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGcXRdC .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGcXRdC .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGcXRdC .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGcXRdC .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGcXRdC .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGcXRdC .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGcXRdC .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGcXRdC .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGdHUXy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-19.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGdHUXy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGdHUXy #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGdHUXy img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGdHUXy img {
    width: 90%!important;
  }
}
.cid-uHHVGdHUXy H1 {
  color: #ffffff;
}
.cid-uHHVGdHUXy H3 {
  color: #ffffff;
}
.cid-uJ1sqr0TuO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sqr0TuO .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sqr0TuO .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sqr0TuO .user {
  padding: 0!important;
}
.cid-uJ1sqr0TuO .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sqr0TuO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sqr0TuO .carousel-item.active,
.cid-uJ1sqr0TuO .carousel-item-next,
.cid-uJ1sqr0TuO .carousel-item-prev {
  display: flex;
}
.cid-uJ1sqr0TuO .user_name {
  margin: 0;
}
.cid-uJ1sqr0TuO .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sqr0TuO .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sqr0TuO .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sqr0TuO ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sqr0TuO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sqr0TuO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sqr0TuO .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sqr0TuO .user_desk {
  color: #767676;
}
.cid-uJ1sqr0TuO .mbr-text,
.cid-uJ1sqr0TuO .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGfupPS {
  background-color: #ffffff;
}
.cid-uHHVGfupPS .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGfupPS .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGfupPS .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGfupPS .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGfupPS .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGfupPS .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGfupPS .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGfupPS .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGfupPS .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGfupPS .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGfupPS .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGfupPS .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGfupPS .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGfupPS .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGgho4S {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-20.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGgho4S svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGgho4S #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGgho4S img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGgho4S img {
    width: 90%!important;
  }
}
.cid-uHHVGgho4S H1 {
  color: #ffffff;
}
.cid-uHHVGgho4S H3 {
  color: #ffffff;
}
.cid-uJ1ssoux15 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ssoux15 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ssoux15 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ssoux15 .user {
  padding: 0!important;
}
.cid-uJ1ssoux15 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ssoux15 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ssoux15 .carousel-item.active,
.cid-uJ1ssoux15 .carousel-item-next,
.cid-uJ1ssoux15 .carousel-item-prev {
  display: flex;
}
.cid-uJ1ssoux15 .user_name {
  margin: 0;
}
.cid-uJ1ssoux15 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ssoux15 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ssoux15 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ssoux15 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ssoux15 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ssoux15 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ssoux15 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ssoux15 .user_desk {
  color: #767676;
}
.cid-uJ1ssoux15 .mbr-text,
.cid-uJ1ssoux15 .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGi9Dc6 {
  background-color: #ffffff;
}
.cid-uHHVGi9Dc6 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGi9Dc6 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGi9Dc6 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGi9Dc6 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGi9Dc6 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGi9Dc6 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGi9Dc6 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGi9Dc6 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGi9Dc6 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGi9Dc6 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGi9Dc6 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGi9Dc6 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGi9Dc6 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGi9Dc6 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGiY5ve {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-21.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGiY5ve svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGiY5ve #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGiY5ve img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGiY5ve img {
    width: 90%!important;
  }
}
.cid-uHHVGiY5ve H1 {
  color: #ffffff;
}
.cid-uHHVGiY5ve H3 {
  color: #ffffff;
}
.cid-uJ1su3VYgp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1su3VYgp .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1su3VYgp .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1su3VYgp .user {
  padding: 0!important;
}
.cid-uJ1su3VYgp .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1su3VYgp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1su3VYgp .carousel-item.active,
.cid-uJ1su3VYgp .carousel-item-next,
.cid-uJ1su3VYgp .carousel-item-prev {
  display: flex;
}
.cid-uJ1su3VYgp .user_name {
  margin: 0;
}
.cid-uJ1su3VYgp .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1su3VYgp .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1su3VYgp .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1su3VYgp ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1su3VYgp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1su3VYgp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1su3VYgp .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1su3VYgp .user_desk {
  color: #767676;
}
.cid-uJ1su3VYgp .mbr-text,
.cid-uJ1su3VYgp .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGl0Aeh {
  background-color: #ffffff;
}
.cid-uHHVGl0Aeh .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGl0Aeh .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGl0Aeh .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGl0Aeh .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGl0Aeh .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGl0Aeh .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGl0Aeh .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGl0Aeh .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGl0Aeh .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGl0Aeh .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGl0Aeh .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGl0Aeh .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGl0Aeh .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGl0Aeh .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGlOZmi {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-22.jpg-1563x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGlOZmi svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGlOZmi #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGlOZmi img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGlOZmi img {
    width: 90%!important;
  }
}
.cid-uHHVGlOZmi H1 {
  color: #ffffff;
}
.cid-uHHVGlOZmi H3 {
  color: #ffffff;
}
.cid-uJ1swBtqng {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1swBtqng .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1swBtqng .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1swBtqng .user {
  padding: 0!important;
}
.cid-uJ1swBtqng .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1swBtqng .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1swBtqng .carousel-item.active,
.cid-uJ1swBtqng .carousel-item-next,
.cid-uJ1swBtqng .carousel-item-prev {
  display: flex;
}
.cid-uJ1swBtqng .user_name {
  margin: 0;
}
.cid-uJ1swBtqng .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1swBtqng .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1swBtqng .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1swBtqng ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1swBtqng .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1swBtqng .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1swBtqng .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1swBtqng .user_desk {
  color: #767676;
}
.cid-uJ1swBtqng .mbr-text,
.cid-uJ1swBtqng .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGnGL4m {
  background-color: #ffffff;
}
.cid-uHHVGnGL4m .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGnGL4m .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGnGL4m .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGnGL4m .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGnGL4m .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGnGL4m .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGnGL4m .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGnGL4m .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGnGL4m .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGnGL4m .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGnGL4m .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGnGL4m .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGnGL4m .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGnGL4m .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGou1Sr {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-23.jpg-1544x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGou1Sr svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGou1Sr #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGou1Sr img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGou1Sr img {
    width: 90%!important;
  }
}
.cid-uHHVGou1Sr H1 {
  color: #ffffff;
}
.cid-uHHVGou1Sr H3 {
  color: #ffffff;
}
.cid-uJ1sz18ZlC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sz18ZlC .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sz18ZlC .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sz18ZlC .user {
  padding: 0!important;
}
.cid-uJ1sz18ZlC .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sz18ZlC .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sz18ZlC .carousel-item.active,
.cid-uJ1sz18ZlC .carousel-item-next,
.cid-uJ1sz18ZlC .carousel-item-prev {
  display: flex;
}
.cid-uJ1sz18ZlC .user_name {
  margin: 0;
}
.cid-uJ1sz18ZlC .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sz18ZlC .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sz18ZlC .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sz18ZlC ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sz18ZlC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sz18ZlC .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sz18ZlC .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sz18ZlC .user_desk {
  color: #767676;
}
.cid-uJ1sz18ZlC .mbr-text,
.cid-uJ1sz18ZlC .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGqqxQc {
  background-color: #ffffff;
}
.cid-uHHVGqqxQc .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGqqxQc .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGqqxQc .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGqqxQc .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGqqxQc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGqqxQc .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGqqxQc .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGqqxQc .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGqqxQc .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGqqxQc .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGqqxQc .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGqqxQc .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGqqxQc .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGqqxQc .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGrih0e {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-24.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGrih0e svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGrih0e #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGrih0e img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGrih0e img {
    width: 90%!important;
  }
}
.cid-uHHVGrih0e H1 {
  color: #ffffff;
}
.cid-uHHVGrih0e H3 {
  color: #ffffff;
}
.cid-uJ1sAVpUC7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sAVpUC7 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sAVpUC7 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sAVpUC7 .user {
  padding: 0!important;
}
.cid-uJ1sAVpUC7 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sAVpUC7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sAVpUC7 .carousel-item.active,
.cid-uJ1sAVpUC7 .carousel-item-next,
.cid-uJ1sAVpUC7 .carousel-item-prev {
  display: flex;
}
.cid-uJ1sAVpUC7 .user_name {
  margin: 0;
}
.cid-uJ1sAVpUC7 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sAVpUC7 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sAVpUC7 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sAVpUC7 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sAVpUC7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sAVpUC7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sAVpUC7 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sAVpUC7 .user_desk {
  color: #767676;
}
.cid-uJ1sAVpUC7 .mbr-text,
.cid-uJ1sAVpUC7 .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGtq0OZ {
  background-color: #ffffff;
}
.cid-uHHVGtq0OZ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGtq0OZ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGtq0OZ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGtq0OZ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGtq0OZ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGtq0OZ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGtq0OZ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGtq0OZ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGtq0OZ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGtq0OZ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGtq0OZ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGtq0OZ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGtq0OZ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGtq0OZ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGugztW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-25.jpg-1275x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGugztW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGugztW #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGugztW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGugztW img {
    width: 90%!important;
  }
}
.cid-uHHVGugztW H1 {
  color: #ffffff;
}
.cid-uHHVGugztW H3 {
  color: #ffffff;
}
.cid-uJ1sDEaRs2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sDEaRs2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sDEaRs2 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sDEaRs2 .user {
  padding: 0!important;
}
.cid-uJ1sDEaRs2 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sDEaRs2 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sDEaRs2 .carousel-item.active,
.cid-uJ1sDEaRs2 .carousel-item-next,
.cid-uJ1sDEaRs2 .carousel-item-prev {
  display: flex;
}
.cid-uJ1sDEaRs2 .user_name {
  margin: 0;
}
.cid-uJ1sDEaRs2 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sDEaRs2 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sDEaRs2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sDEaRs2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sDEaRs2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sDEaRs2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sDEaRs2 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sDEaRs2 .user_desk {
  color: #767676;
}
.cid-uJ1sDEaRs2 .mbr-text,
.cid-uJ1sDEaRs2 .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGvfoyW {
  background-color: #ffffff;
}
.cid-uHHVGvfoyW .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGvfoyW .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGvfoyW .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGvfoyW .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGvfoyW .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGvfoyW .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGvfoyW .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGvfoyW .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGvfoyW .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGvfoyW .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGvfoyW .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGvfoyW .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGvfoyW .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGvfoyW .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGxcnQs {
  background-color: #ffffff;
}
.cid-uHHVGxcnQs .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGxcnQs .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGxcnQs .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGxcnQs .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGxcnQs .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGxcnQs .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGxcnQs .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGxcnQs .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGxcnQs .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGxcnQs .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGxcnQs .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGxcnQs .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGxcnQs .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGxcnQs .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGy1MlO {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-26.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGy1MlO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGy1MlO #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGy1MlO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGy1MlO img {
    width: 90%!important;
  }
}
.cid-uHHVGy1MlO H1 {
  color: #ffffff;
}
.cid-uHHVGy1MlO H3 {
  color: #ffffff;
}
.cid-uJ1sHTToT3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sHTToT3 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sHTToT3 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sHTToT3 .user {
  padding: 0!important;
}
.cid-uJ1sHTToT3 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sHTToT3 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sHTToT3 .carousel-item.active,
.cid-uJ1sHTToT3 .carousel-item-next,
.cid-uJ1sHTToT3 .carousel-item-prev {
  display: flex;
}
.cid-uJ1sHTToT3 .user_name {
  margin: 0;
}
.cid-uJ1sHTToT3 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sHTToT3 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sHTToT3 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sHTToT3 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sHTToT3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sHTToT3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sHTToT3 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sHTToT3 .user_desk {
  color: #767676;
}
.cid-uJ1sHTToT3 .mbr-text,
.cid-uJ1sHTToT3 .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGAqf9j {
  background-color: #ffffff;
}
.cid-uHHVGAqf9j .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGAqf9j .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGAqf9j .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGAqf9j .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGAqf9j .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGAqf9j .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGAqf9j .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGAqf9j .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGAqf9j .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGAqf9j .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGAqf9j .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGAqf9j .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGAqf9j .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGAqf9j .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGBLZKK {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-27.jpg-1480x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGBLZKK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGBLZKK #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGBLZKK img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGBLZKK img {
    width: 90%!important;
  }
}
.cid-uHHVGBLZKK H1 {
  color: #ffffff;
}
.cid-uHHVGBLZKK H3 {
  color: #ffffff;
}
.cid-uJ1sLnjkjX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sLnjkjX .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sLnjkjX .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sLnjkjX .user {
  padding: 0!important;
}
.cid-uJ1sLnjkjX .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sLnjkjX .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sLnjkjX .carousel-item.active,
.cid-uJ1sLnjkjX .carousel-item-next,
.cid-uJ1sLnjkjX .carousel-item-prev {
  display: flex;
}
.cid-uJ1sLnjkjX .user_name {
  margin: 0;
}
.cid-uJ1sLnjkjX .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sLnjkjX .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sLnjkjX .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sLnjkjX ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sLnjkjX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sLnjkjX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sLnjkjX .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sLnjkjX .user_desk {
  color: #767676;
}
.cid-uJ1sLnjkjX .mbr-text,
.cid-uJ1sLnjkjX .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGDUBiG {
  background-color: #ffffff;
}
.cid-uHHVGDUBiG .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGDUBiG .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGDUBiG .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGDUBiG .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGDUBiG .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGDUBiG .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGDUBiG .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGDUBiG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGDUBiG .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGDUBiG .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGDUBiG .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGDUBiG .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGDUBiG .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGDUBiG .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGELK0R {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-28.jpg-1281x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGELK0R svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGELK0R #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGELK0R img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGELK0R img {
    width: 90%!important;
  }
}
.cid-uHHVGELK0R H1 {
  color: #ffffff;
}
.cid-uHHVGELK0R H3 {
  color: #ffffff;
}
.cid-uJ1sPKRYpl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sPKRYpl .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sPKRYpl .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sPKRYpl .user {
  padding: 0!important;
}
.cid-uJ1sPKRYpl .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sPKRYpl .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sPKRYpl .carousel-item.active,
.cid-uJ1sPKRYpl .carousel-item-next,
.cid-uJ1sPKRYpl .carousel-item-prev {
  display: flex;
}
.cid-uJ1sPKRYpl .user_name {
  margin: 0;
}
.cid-uJ1sPKRYpl .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sPKRYpl .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sPKRYpl .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sPKRYpl ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sPKRYpl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sPKRYpl .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sPKRYpl .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sPKRYpl .user_desk {
  color: #767676;
}
.cid-uJ1sPKRYpl .mbr-text,
.cid-uJ1sPKRYpl .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGGZh8p {
  background-color: #ffffff;
}
.cid-uHHVGGZh8p .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGGZh8p .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGGZh8p .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGGZh8p .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGGZh8p .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGGZh8p .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGGZh8p .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGGZh8p .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGGZh8p .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGGZh8p .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGGZh8p .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGGZh8p .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGGZh8p .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGGZh8p .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGHToUO {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-29.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGHToUO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGHToUO #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGHToUO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGHToUO img {
    width: 90%!important;
  }
}
.cid-uHHVGHToUO H1 {
  color: #ffffff;
}
.cid-uHHVGHToUO H3 {
  color: #ffffff;
}
.cid-uJ1sSqRPy5 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sSqRPy5 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sSqRPy5 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sSqRPy5 .user {
  padding: 0!important;
}
.cid-uJ1sSqRPy5 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sSqRPy5 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sSqRPy5 .carousel-item.active,
.cid-uJ1sSqRPy5 .carousel-item-next,
.cid-uJ1sSqRPy5 .carousel-item-prev {
  display: flex;
}
.cid-uJ1sSqRPy5 .user_name {
  margin: 0;
}
.cid-uJ1sSqRPy5 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sSqRPy5 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sSqRPy5 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sSqRPy5 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sSqRPy5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sSqRPy5 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sSqRPy5 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sSqRPy5 .user_desk {
  color: #767676;
}
.cid-uJ1sSqRPy5 .mbr-text,
.cid-uJ1sSqRPy5 .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGKdDqD {
  background-color: #ffffff;
}
.cid-uHHVGKdDqD .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGKdDqD .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGKdDqD .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGKdDqD .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGKdDqD .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGKdDqD .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGKdDqD .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGKdDqD .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGKdDqD .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGKdDqD .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGKdDqD .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGKdDqD .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGKdDqD .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGKdDqD .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGLacGo {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-30.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHHVGLacGo svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHHVGLacGo #e2_shape {
  fill: #ffffff !important;
}
.cid-uHHVGLacGo img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHHVGLacGo img {
    width: 90%!important;
  }
}
.cid-uHHVGLacGo H1 {
  color: #ffffff;
}
.cid-uHHVGLacGo H3 {
  color: #ffffff;
}
.cid-uJ1sV4pceB {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sV4pceB .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sV4pceB .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sV4pceB .user {
  padding: 0!important;
}
.cid-uJ1sV4pceB .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sV4pceB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sV4pceB .carousel-item.active,
.cid-uJ1sV4pceB .carousel-item-next,
.cid-uJ1sV4pceB .carousel-item-prev {
  display: flex;
}
.cid-uJ1sV4pceB .user_name {
  margin: 0;
}
.cid-uJ1sV4pceB .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sV4pceB .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sV4pceB .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sV4pceB ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sV4pceB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sV4pceB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sV4pceB .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sV4pceB .user_desk {
  color: #767676;
}
.cid-uJ1sV4pceB .mbr-text,
.cid-uJ1sV4pceB .mbr-section-btn {
  color: #000000;
}
.cid-uHI8yTLiSG {
  background-color: #ffffff;
}
.cid-uHI8yTLiSG .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHI8yTLiSG .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHI8yTLiSG .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHI8yTLiSG .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHI8yTLiSG .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHI8yTLiSG .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHI8yTLiSG .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHI8yTLiSG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHI8yTLiSG .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHI8yTLiSG .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHI8yTLiSG .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHI8yTLiSG .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHI8yTLiSG .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHI8yTLiSG .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHI8uvj6Qy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/may-31.jpg-1536x1920.jpeg");
  overflow: hidden;
}
.cid-uHI8uvj6Qy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHI8uvj6Qy #e2_shape {
  fill: #ffffff !important;
}
.cid-uHI8uvj6Qy img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHI8uvj6Qy img {
    width: 90%!important;
  }
}
.cid-uHI8uvj6Qy H1 {
  color: #ffffff;
}
.cid-uHI8uvj6Qy H3 {
  color: #ffffff;
}
.cid-uJ1sXx0CNF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1sXx0CNF .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1sXx0CNF .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1sXx0CNF .user {
  padding: 0!important;
}
.cid-uJ1sXx0CNF .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1sXx0CNF .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1sXx0CNF .carousel-item.active,
.cid-uJ1sXx0CNF .carousel-item-next,
.cid-uJ1sXx0CNF .carousel-item-prev {
  display: flex;
}
.cid-uJ1sXx0CNF .user_name {
  margin: 0;
}
.cid-uJ1sXx0CNF .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1sXx0CNF .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1sXx0CNF .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1sXx0CNF ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1sXx0CNF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1sXx0CNF .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1sXx0CNF .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1sXx0CNF .user_desk {
  color: #767676;
}
.cid-uJ1sXx0CNF .mbr-text,
.cid-uJ1sXx0CNF .mbr-section-btn {
  color: #000000;
}
.cid-uHHVGNncvu {
  background-color: #ffffff;
}
.cid-uHHVGNncvu .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGNncvu .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGNncvu .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGNncvu .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGNncvu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGNncvu .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGNncvu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGNncvu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGNncvu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGNncvu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGNncvu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGNncvu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGNncvu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGNncvu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHHVGOlfiw {
  background-color: #ffffff;
}
.cid-uHHVGOlfiw .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGOlfiw .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGOlfiw .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGOlfiw .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHHVGOlfiw .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHHVGOlfiw .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHHVGOlfiw .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHHVGOlfiw .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHHVGOlfiw .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHHVGOlfiw .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHHVGOlfiw .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHHVGOlfiw .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHHVGOlfiw .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHHVGOlfiw .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uHMBYjldD3 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-1.jpg-1295x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYjldD3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYjldD3 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYjldD3 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYjldD3 img {
    width: 90%!important;
  }
}
.cid-uHMBYjldD3 H1 {
  color: #ffffff;
}
.cid-uHMBYjldD3 H3 {
  color: #ffffff;
}
.cid-uJ1uNMQf4o {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1uNMQf4o .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1uNMQf4o .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1uNMQf4o .user {
  padding: 0!important;
}
.cid-uJ1uNMQf4o .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1uNMQf4o .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1uNMQf4o .carousel-item.active,
.cid-uJ1uNMQf4o .carousel-item-next,
.cid-uJ1uNMQf4o .carousel-item-prev {
  display: flex;
}
.cid-uJ1uNMQf4o .user_name {
  margin: 0;
}
.cid-uJ1uNMQf4o .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1uNMQf4o .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1uNMQf4o .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1uNMQf4o ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1uNMQf4o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1uNMQf4o .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1uNMQf4o .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1uNMQf4o .user_desk {
  color: #767676;
}
.cid-uJ1uNMQf4o .mbr-text,
.cid-uJ1uNMQf4o .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYnb9AN {
  background-color: #ffffff;
}
.cid-uHMBYnb9AN .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYnb9AN .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYnb9AN .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYnb9AN .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYnb9AN .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYnb9AN .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYnb9AN .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYnb9AN .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYnb9AN .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYnb9AN .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYnb9AN .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYnb9AN .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYnb9AN .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYnb9AN .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYnGlVA {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-2.jpg-1285x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYnGlVA svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYnGlVA #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYnGlVA img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYnGlVA img {
    width: 90%!important;
  }
}
.cid-uHMBYnGlVA H1 {
  color: #ffffff;
}
.cid-uHMBYnGlVA H3 {
  color: #ffffff;
}
.cid-uJ1uRjVMmg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1uRjVMmg .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1uRjVMmg .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1uRjVMmg .user {
  padding: 0!important;
}
.cid-uJ1uRjVMmg .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1uRjVMmg .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1uRjVMmg .carousel-item.active,
.cid-uJ1uRjVMmg .carousel-item-next,
.cid-uJ1uRjVMmg .carousel-item-prev {
  display: flex;
}
.cid-uJ1uRjVMmg .user_name {
  margin: 0;
}
.cid-uJ1uRjVMmg .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1uRjVMmg .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1uRjVMmg .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1uRjVMmg ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1uRjVMmg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1uRjVMmg .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1uRjVMmg .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1uRjVMmg .user_desk {
  color: #767676;
}
.cid-uJ1uRjVMmg .mbr-text,
.cid-uJ1uRjVMmg .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYpD4Pp {
  background-color: #ffffff;
}
.cid-uHMBYpD4Pp .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYpD4Pp .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYpD4Pp .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYpD4Pp .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYpD4Pp .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYpD4Pp .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYpD4Pp .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYpD4Pp .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYpD4Pp .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYpD4Pp .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYpD4Pp .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYpD4Pp .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYpD4Pp .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYpD4Pp .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYASdzO {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-3.jpg-1325x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYASdzO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYASdzO #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYASdzO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYASdzO img {
    width: 90%!important;
  }
}
.cid-uHMBYASdzO H1 {
  color: #ffffff;
}
.cid-uHMBYASdzO H3 {
  color: #ffffff;
}
.cid-uJ1uTQYHyy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1uTQYHyy .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1uTQYHyy .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1uTQYHyy .user {
  padding: 0!important;
}
.cid-uJ1uTQYHyy .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1uTQYHyy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1uTQYHyy .carousel-item.active,
.cid-uJ1uTQYHyy .carousel-item-next,
.cid-uJ1uTQYHyy .carousel-item-prev {
  display: flex;
}
.cid-uJ1uTQYHyy .user_name {
  margin: 0;
}
.cid-uJ1uTQYHyy .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1uTQYHyy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1uTQYHyy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1uTQYHyy ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1uTQYHyy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1uTQYHyy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1uTQYHyy .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1uTQYHyy .user_desk {
  color: #767676;
}
.cid-uJ1uTQYHyy .mbr-text,
.cid-uJ1uTQYHyy .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYDj39F {
  background-color: #ffffff;
}
.cid-uHMBYDj39F .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYDj39F .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYDj39F .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYDj39F .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYDj39F .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYDj39F .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYDj39F .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYDj39F .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYDj39F .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYDj39F .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYDj39F .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYDj39F .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYDj39F .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYDj39F .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYDVp3q {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-4.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYDVp3q svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYDVp3q #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYDVp3q img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYDVp3q img {
    width: 90%!important;
  }
}
.cid-uHMBYDVp3q H1 {
  color: #ffffff;
}
.cid-uHMBYDVp3q H3 {
  color: #ffffff;
}
.cid-uJ1uW1daU1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1uW1daU1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1uW1daU1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1uW1daU1 .user {
  padding: 0!important;
}
.cid-uJ1uW1daU1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1uW1daU1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1uW1daU1 .carousel-item.active,
.cid-uJ1uW1daU1 .carousel-item-next,
.cid-uJ1uW1daU1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1uW1daU1 .user_name {
  margin: 0;
}
.cid-uJ1uW1daU1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1uW1daU1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1uW1daU1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1uW1daU1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1uW1daU1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1uW1daU1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1uW1daU1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1uW1daU1 .user_desk {
  color: #767676;
}
.cid-uJ1uW1daU1 .mbr-text,
.cid-uJ1uW1daU1 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYFHDZ8 {
  background-color: #ffffff;
}
.cid-uHMBYFHDZ8 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYFHDZ8 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYFHDZ8 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYFHDZ8 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYFHDZ8 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYFHDZ8 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYFHDZ8 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYFHDZ8 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYFHDZ8 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYFHDZ8 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYFHDZ8 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYFHDZ8 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYFHDZ8 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYFHDZ8 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYGeL9o {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-5.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYGeL9o svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYGeL9o #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYGeL9o img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYGeL9o img {
    width: 90%!important;
  }
}
.cid-uHMBYGeL9o H1 {
  color: #ffffff;
}
.cid-uHMBYGeL9o H3 {
  color: #ffffff;
}
.cid-uJ1uYyEksy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1uYyEksy .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1uYyEksy .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1uYyEksy .user {
  padding: 0!important;
}
.cid-uJ1uYyEksy .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1uYyEksy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1uYyEksy .carousel-item.active,
.cid-uJ1uYyEksy .carousel-item-next,
.cid-uJ1uYyEksy .carousel-item-prev {
  display: flex;
}
.cid-uJ1uYyEksy .user_name {
  margin: 0;
}
.cid-uJ1uYyEksy .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1uYyEksy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1uYyEksy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1uYyEksy ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1uYyEksy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1uYyEksy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1uYyEksy .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1uYyEksy .user_desk {
  color: #767676;
}
.cid-uJ1uYyEksy .mbr-text,
.cid-uJ1uYyEksy .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYHGi4j {
  background-color: #ffffff;
}
.cid-uHMBYHGi4j .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYHGi4j .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYHGi4j .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYHGi4j .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYHGi4j .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYHGi4j .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYHGi4j .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYHGi4j .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYHGi4j .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYHGi4j .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYHGi4j .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYHGi4j .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYHGi4j .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYHGi4j .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYIfKnz {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-6.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYIfKnz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYIfKnz #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYIfKnz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYIfKnz img {
    width: 90%!important;
  }
}
.cid-uHMBYIfKnz H1 {
  color: #ffffff;
}
.cid-uHMBYIfKnz H3 {
  color: #ffffff;
}
.cid-uJ1v0mqCfh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1v0mqCfh .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1v0mqCfh .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1v0mqCfh .user {
  padding: 0!important;
}
.cid-uJ1v0mqCfh .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1v0mqCfh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1v0mqCfh .carousel-item.active,
.cid-uJ1v0mqCfh .carousel-item-next,
.cid-uJ1v0mqCfh .carousel-item-prev {
  display: flex;
}
.cid-uJ1v0mqCfh .user_name {
  margin: 0;
}
.cid-uJ1v0mqCfh .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1v0mqCfh .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1v0mqCfh .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1v0mqCfh ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1v0mqCfh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1v0mqCfh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1v0mqCfh .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1v0mqCfh .user_desk {
  color: #767676;
}
.cid-uJ1v0mqCfh .mbr-text,
.cid-uJ1v0mqCfh .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYKxzV4 {
  background-color: #ffffff;
}
.cid-uHMBYKxzV4 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYKxzV4 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYKxzV4 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYKxzV4 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYKxzV4 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYKxzV4 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYKxzV4 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYKxzV4 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYKxzV4 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYKxzV4 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYKxzV4 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYKxzV4 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYKxzV4 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYKxzV4 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYLeORl {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/baobab-1029081-1920.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYLeORl svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYLeORl #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYLeORl img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYLeORl img {
    width: 90%!important;
  }
}
.cid-uHMBYLeORl H1 {
  color: #ffffff;
}
.cid-uHMBYLeORl H3 {
  color: #ffffff;
}
.cid-uJ1v2DGFF1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1v2DGFF1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1v2DGFF1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1v2DGFF1 .user {
  padding: 0!important;
}
.cid-uJ1v2DGFF1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1v2DGFF1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1v2DGFF1 .carousel-item.active,
.cid-uJ1v2DGFF1 .carousel-item-next,
.cid-uJ1v2DGFF1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1v2DGFF1 .user_name {
  margin: 0;
}
.cid-uJ1v2DGFF1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1v2DGFF1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1v2DGFF1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1v2DGFF1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1v2DGFF1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1v2DGFF1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1v2DGFF1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1v2DGFF1 .user_desk {
  color: #767676;
}
.cid-uJ1v2DGFF1 .mbr-text,
.cid-uJ1v2DGFF1 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYN2BAy {
  background-color: #ffffff;
}
.cid-uHMBYN2BAy .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYN2BAy .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYN2BAy .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYN2BAy .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYN2BAy .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYN2BAy .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYN2BAy .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYN2BAy .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYN2BAy .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYN2BAy .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYN2BAy .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYN2BAy .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYN2BAy .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYN2BAy .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYNTGvk {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-8.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYNTGvk svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYNTGvk #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYNTGvk img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYNTGvk img {
    width: 90%!important;
  }
}
.cid-uHMBYNTGvk H1 {
  color: #ffffff;
}
.cid-uHMBYNTGvk H3 {
  color: #ffffff;
}
.cid-uJ1v6hmNp9 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1v6hmNp9 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1v6hmNp9 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1v6hmNp9 .user {
  padding: 0!important;
}
.cid-uJ1v6hmNp9 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1v6hmNp9 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1v6hmNp9 .carousel-item.active,
.cid-uJ1v6hmNp9 .carousel-item-next,
.cid-uJ1v6hmNp9 .carousel-item-prev {
  display: flex;
}
.cid-uJ1v6hmNp9 .user_name {
  margin: 0;
}
.cid-uJ1v6hmNp9 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1v6hmNp9 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1v6hmNp9 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1v6hmNp9 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1v6hmNp9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1v6hmNp9 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1v6hmNp9 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1v6hmNp9 .user_desk {
  color: #767676;
}
.cid-uJ1v6hmNp9 .mbr-text,
.cid-uJ1v6hmNp9 .mbr-section-btn {
  color: #000000;
}
.cid-uJ1v7FRxIt {
  background-color: #ffffff;
}
.cid-uJ1v7FRxIt .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1v7FRxIt .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1v7FRxIt .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1v7FRxIt .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1v7FRxIt .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1v7FRxIt .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1v7FRxIt .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1v7FRxIt .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1v7FRxIt .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1v7FRxIt .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1v7FRxIt .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1v7FRxIt .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1v7FRxIt .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1v7FRxIt .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYPZkAY {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-9.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYPZkAY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYPZkAY #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYPZkAY img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYPZkAY img {
    width: 90%!important;
  }
}
.cid-uHMBYPZkAY H1 {
  color: #ffffff;
}
.cid-uHMBYPZkAY H3 {
  color: #ffffff;
}
.cid-uJ1v92xKJ6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1v92xKJ6 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1v92xKJ6 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1v92xKJ6 .user {
  padding: 0!important;
}
.cid-uJ1v92xKJ6 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1v92xKJ6 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1v92xKJ6 .carousel-item.active,
.cid-uJ1v92xKJ6 .carousel-item-next,
.cid-uJ1v92xKJ6 .carousel-item-prev {
  display: flex;
}
.cid-uJ1v92xKJ6 .user_name {
  margin: 0;
}
.cid-uJ1v92xKJ6 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1v92xKJ6 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1v92xKJ6 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1v92xKJ6 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1v92xKJ6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1v92xKJ6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1v92xKJ6 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1v92xKJ6 .user_desk {
  color: #767676;
}
.cid-uJ1v92xKJ6 .mbr-text,
.cid-uJ1v92xKJ6 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYSbfwz {
  background-color: #ffffff;
}
.cid-uHMBYSbfwz .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYSbfwz .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYSbfwz .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYSbfwz .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYSbfwz .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYSbfwz .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYSbfwz .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYSbfwz .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYSbfwz .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYSbfwz .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYSbfwz .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYSbfwz .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYSbfwz .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYSbfwz .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYSVr4H {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-10.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYSVr4H svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYSVr4H #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYSVr4H img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYSVr4H img {
    width: 90%!important;
  }
}
.cid-uHMBYSVr4H H1 {
  color: #ffffff;
}
.cid-uHMBYSVr4H H3 {
  color: #ffffff;
}
.cid-uJ1vayVl6E {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vayVl6E .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vayVl6E .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vayVl6E .user {
  padding: 0!important;
}
.cid-uJ1vayVl6E .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vayVl6E .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vayVl6E .carousel-item.active,
.cid-uJ1vayVl6E .carousel-item-next,
.cid-uJ1vayVl6E .carousel-item-prev {
  display: flex;
}
.cid-uJ1vayVl6E .user_name {
  margin: 0;
}
.cid-uJ1vayVl6E .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vayVl6E .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vayVl6E .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vayVl6E ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vayVl6E .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vayVl6E .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vayVl6E .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vayVl6E .user_desk {
  color: #767676;
}
.cid-uJ1vayVl6E .mbr-text,
.cid-uJ1vayVl6E .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYUXIu9 {
  background-color: #ffffff;
}
.cid-uHMBYUXIu9 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYUXIu9 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYUXIu9 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYUXIu9 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYUXIu9 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYUXIu9 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYUXIu9 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYUXIu9 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYUXIu9 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYUXIu9 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYUXIu9 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYUXIu9 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYUXIu9 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYUXIu9 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYVE8dK {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-11.jpg-1080x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYVE8dK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYVE8dK #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYVE8dK img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYVE8dK img {
    width: 90%!important;
  }
}
.cid-uHMBYVE8dK H1 {
  color: #ffffff;
}
.cid-uHMBYVE8dK H3 {
  color: #ffffff;
}
.cid-uJ1vbY5RoY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vbY5RoY .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vbY5RoY .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vbY5RoY .user {
  padding: 0!important;
}
.cid-uJ1vbY5RoY .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vbY5RoY .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vbY5RoY .carousel-item.active,
.cid-uJ1vbY5RoY .carousel-item-next,
.cid-uJ1vbY5RoY .carousel-item-prev {
  display: flex;
}
.cid-uJ1vbY5RoY .user_name {
  margin: 0;
}
.cid-uJ1vbY5RoY .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vbY5RoY .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vbY5RoY .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vbY5RoY ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vbY5RoY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vbY5RoY .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vbY5RoY .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vbY5RoY .user_desk {
  color: #767676;
}
.cid-uJ1vbY5RoY .mbr-text,
.cid-uJ1vbY5RoY .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYXijn6 {
  background-color: #ffffff;
}
.cid-uHMBYXijn6 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYXijn6 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYXijn6 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYXijn6 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYXijn6 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYXijn6 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYXijn6 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYXijn6 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYXijn6 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYXijn6 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYXijn6 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYXijn6 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYXijn6 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYXijn6 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBYY0eu9 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-12.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBYY0eu9 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBYY0eu9 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBYY0eu9 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBYY0eu9 img {
    width: 90%!important;
  }
}
.cid-uHMBYY0eu9 H1 {
  color: #ffffff;
}
.cid-uHMBYY0eu9 H3 {
  color: #ffffff;
}
.cid-uJ1vdpTfH2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vdpTfH2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vdpTfH2 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vdpTfH2 .user {
  padding: 0!important;
}
.cid-uJ1vdpTfH2 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vdpTfH2 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vdpTfH2 .carousel-item.active,
.cid-uJ1vdpTfH2 .carousel-item-next,
.cid-uJ1vdpTfH2 .carousel-item-prev {
  display: flex;
}
.cid-uJ1vdpTfH2 .user_name {
  margin: 0;
}
.cid-uJ1vdpTfH2 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vdpTfH2 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vdpTfH2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vdpTfH2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vdpTfH2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vdpTfH2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vdpTfH2 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vdpTfH2 .user_desk {
  color: #767676;
}
.cid-uJ1vdpTfH2 .mbr-text,
.cid-uJ1vdpTfH2 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBYZQ7j1 {
  background-color: #ffffff;
}
.cid-uHMBYZQ7j1 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYZQ7j1 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYZQ7j1 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYZQ7j1 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBYZQ7j1 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBYZQ7j1 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBYZQ7j1 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBYZQ7j1 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBYZQ7j1 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBYZQ7j1 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBYZQ7j1 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBYZQ7j1 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBYZQ7j1 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBYZQ7j1 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZ0uJYb {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-13.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZ0uJYb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZ0uJYb #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZ0uJYb img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZ0uJYb img {
    width: 90%!important;
  }
}
.cid-uHMBZ0uJYb H1 {
  color: #ffffff;
}
.cid-uHMBZ0uJYb H3 {
  color: #ffffff;
}
.cid-uJ1vfnmFAN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vfnmFAN .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vfnmFAN .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vfnmFAN .user {
  padding: 0!important;
}
.cid-uJ1vfnmFAN .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vfnmFAN .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vfnmFAN .carousel-item.active,
.cid-uJ1vfnmFAN .carousel-item-next,
.cid-uJ1vfnmFAN .carousel-item-prev {
  display: flex;
}
.cid-uJ1vfnmFAN .user_name {
  margin: 0;
}
.cid-uJ1vfnmFAN .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vfnmFAN .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vfnmFAN .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vfnmFAN ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vfnmFAN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vfnmFAN .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vfnmFAN .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vfnmFAN .user_desk {
  color: #767676;
}
.cid-uJ1vfnmFAN .mbr-text,
.cid-uJ1vfnmFAN .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZ2xWoJ {
  background-color: #ffffff;
}
.cid-uHMBZ2xWoJ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ2xWoJ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ2xWoJ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ2xWoJ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ2xWoJ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZ2xWoJ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZ2xWoJ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZ2xWoJ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZ2xWoJ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZ2xWoJ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZ2xWoJ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZ2xWoJ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZ2xWoJ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZ2xWoJ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZ3e4XL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-14.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZ3e4XL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZ3e4XL #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZ3e4XL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZ3e4XL img {
    width: 90%!important;
  }
}
.cid-uHMBZ3e4XL H1 {
  color: #ffffff;
}
.cid-uHMBZ3e4XL H3 {
  color: #ffffff;
}
.cid-uJ1vhemKF1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vhemKF1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vhemKF1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vhemKF1 .user {
  padding: 0!important;
}
.cid-uJ1vhemKF1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vhemKF1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vhemKF1 .carousel-item.active,
.cid-uJ1vhemKF1 .carousel-item-next,
.cid-uJ1vhemKF1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1vhemKF1 .user_name {
  margin: 0;
}
.cid-uJ1vhemKF1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vhemKF1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vhemKF1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vhemKF1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vhemKF1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vhemKF1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vhemKF1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vhemKF1 .user_desk {
  color: #767676;
}
.cid-uJ1vhemKF1 .mbr-text,
.cid-uJ1vhemKF1 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZ5hqfG {
  background-color: #ffffff;
}
.cid-uHMBZ5hqfG .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ5hqfG .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ5hqfG .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ5hqfG .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ5hqfG .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZ5hqfG .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZ5hqfG .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZ5hqfG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZ5hqfG .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZ5hqfG .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZ5hqfG .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZ5hqfG .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZ5hqfG .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZ5hqfG .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZ5ZH4z {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-15.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZ5ZH4z svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZ5ZH4z #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZ5ZH4z img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZ5ZH4z img {
    width: 90%!important;
  }
}
.cid-uHMBZ5ZH4z H1 {
  color: #ffffff;
}
.cid-uHMBZ5ZH4z H3 {
  color: #ffffff;
}
.cid-uJ1vkHNFjE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vkHNFjE .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vkHNFjE .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vkHNFjE .user {
  padding: 0!important;
}
.cid-uJ1vkHNFjE .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vkHNFjE .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vkHNFjE .carousel-item.active,
.cid-uJ1vkHNFjE .carousel-item-next,
.cid-uJ1vkHNFjE .carousel-item-prev {
  display: flex;
}
.cid-uJ1vkHNFjE .user_name {
  margin: 0;
}
.cid-uJ1vkHNFjE .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vkHNFjE .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vkHNFjE .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vkHNFjE ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vkHNFjE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vkHNFjE .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vkHNFjE .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vkHNFjE .user_desk {
  color: #767676;
}
.cid-uJ1vkHNFjE .mbr-text,
.cid-uJ1vkHNFjE .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZ82Fue {
  background-color: #ffffff;
}
.cid-uHMBZ82Fue .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ82Fue .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ82Fue .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ82Fue .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZ82Fue .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZ82Fue .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZ82Fue .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZ82Fue .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZ82Fue .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZ82Fue .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZ82Fue .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZ82Fue .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZ82Fue .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZ82Fue .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZ8Ksa1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-16.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZ8Ksa1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZ8Ksa1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZ8Ksa1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZ8Ksa1 img {
    width: 90%!important;
  }
}
.cid-uHMBZ8Ksa1 H1 {
  color: #ffffff;
}
.cid-uHMBZ8Ksa1 H3 {
  color: #ffffff;
}
.cid-uJ1vmE0ita {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vmE0ita .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vmE0ita .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vmE0ita .user {
  padding: 0!important;
}
.cid-uJ1vmE0ita .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vmE0ita .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vmE0ita .carousel-item.active,
.cid-uJ1vmE0ita .carousel-item-next,
.cid-uJ1vmE0ita .carousel-item-prev {
  display: flex;
}
.cid-uJ1vmE0ita .user_name {
  margin: 0;
}
.cid-uJ1vmE0ita .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vmE0ita .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vmE0ita .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vmE0ita ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vmE0ita .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vmE0ita .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vmE0ita .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vmE0ita .user_desk {
  color: #767676;
}
.cid-uJ1vmE0ita .mbr-text,
.cid-uJ1vmE0ita .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZb2brq {
  background-color: #ffffff;
}
.cid-uHMBZb2brq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZb2brq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZb2brq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZb2brq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZb2brq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZb2brq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZb2brq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZb2brq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZb2brq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZb2brq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZb2brq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZb2brq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZb2brq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZb2brq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZbRxZD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-17.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZbRxZD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZbRxZD #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZbRxZD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZbRxZD img {
    width: 90%!important;
  }
}
.cid-uHMBZbRxZD H1 {
  color: #ffffff;
}
.cid-uHMBZbRxZD H3 {
  color: #ffffff;
}
.cid-uJ1vox9P4A {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vox9P4A .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vox9P4A .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vox9P4A .user {
  padding: 0!important;
}
.cid-uJ1vox9P4A .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vox9P4A .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vox9P4A .carousel-item.active,
.cid-uJ1vox9P4A .carousel-item-next,
.cid-uJ1vox9P4A .carousel-item-prev {
  display: flex;
}
.cid-uJ1vox9P4A .user_name {
  margin: 0;
}
.cid-uJ1vox9P4A .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vox9P4A .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vox9P4A .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vox9P4A ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vox9P4A .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vox9P4A .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vox9P4A .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vox9P4A .user_desk {
  color: #767676;
}
.cid-uJ1vox9P4A .mbr-text,
.cid-uJ1vox9P4A .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZcYZ5G {
  background-color: #ffffff;
}
.cid-uHMBZcYZ5G .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZcYZ5G .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZcYZ5G .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZcYZ5G .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZcYZ5G .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZcYZ5G .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZcYZ5G .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZcYZ5G .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZcYZ5G .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZcYZ5G .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZcYZ5G .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZcYZ5G .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZcYZ5G .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZcYZ5G .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZeHI8Z {
  background-color: #ffffff;
}
.cid-uHMBZeHI8Z .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZeHI8Z .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZeHI8Z .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZeHI8Z .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZeHI8Z .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZeHI8Z .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZeHI8Z .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZeHI8Z .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZeHI8Z .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZeHI8Z .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZeHI8Z .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZeHI8Z .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZeHI8Z .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZeHI8Z .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZfr0qG {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-18.jpg-1272x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZfr0qG svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZfr0qG #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZfr0qG img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZfr0qG img {
    width: 90%!important;
  }
}
.cid-uHMBZfr0qG H1 {
  color: #ffffff;
}
.cid-uHMBZfr0qG H3 {
  color: #ffffff;
}
.cid-uJ1vqqnxo8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vqqnxo8 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vqqnxo8 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vqqnxo8 .user {
  padding: 0!important;
}
.cid-uJ1vqqnxo8 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vqqnxo8 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vqqnxo8 .carousel-item.active,
.cid-uJ1vqqnxo8 .carousel-item-next,
.cid-uJ1vqqnxo8 .carousel-item-prev {
  display: flex;
}
.cid-uJ1vqqnxo8 .user_name {
  margin: 0;
}
.cid-uJ1vqqnxo8 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vqqnxo8 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vqqnxo8 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vqqnxo8 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vqqnxo8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vqqnxo8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vqqnxo8 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vqqnxo8 .user_desk {
  color: #767676;
}
.cid-uJ1vqqnxo8 .mbr-text,
.cid-uJ1vqqnxo8 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZkKTc0 {
  background-color: #ffffff;
}
.cid-uHMBZkKTc0 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZkKTc0 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZkKTc0 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZkKTc0 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZkKTc0 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZkKTc0 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZkKTc0 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZkKTc0 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZkKTc0 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZkKTc0 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZkKTc0 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZkKTc0 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZkKTc0 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZkKTc0 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZlunTM {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-19.jpg-1282x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZlunTM svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZlunTM #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZlunTM img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZlunTM img {
    width: 90%!important;
  }
}
.cid-uHMBZlunTM H1 {
  color: #ffffff;
}
.cid-uHMBZlunTM H3 {
  color: #ffffff;
}
.cid-uJ1vtRddsw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vtRddsw .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vtRddsw .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vtRddsw .user {
  padding: 0!important;
}
.cid-uJ1vtRddsw .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vtRddsw .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vtRddsw .carousel-item.active,
.cid-uJ1vtRddsw .carousel-item-next,
.cid-uJ1vtRddsw .carousel-item-prev {
  display: flex;
}
.cid-uJ1vtRddsw .user_name {
  margin: 0;
}
.cid-uJ1vtRddsw .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vtRddsw .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vtRddsw .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vtRddsw ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vtRddsw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vtRddsw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vtRddsw .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vtRddsw .user_desk {
  color: #767676;
}
.cid-uJ1vtRddsw .mbr-text,
.cid-uJ1vtRddsw .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZntdm8 {
  background-color: #ffffff;
}
.cid-uHMBZntdm8 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZntdm8 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZntdm8 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZntdm8 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZntdm8 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZntdm8 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZntdm8 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZntdm8 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZntdm8 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZntdm8 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZntdm8 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZntdm8 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZntdm8 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZntdm8 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZoeJCV {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-20.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZoeJCV svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZoeJCV #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZoeJCV img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZoeJCV img {
    width: 90%!important;
  }
}
.cid-uHMBZoeJCV H1 {
  color: #ffffff;
}
.cid-uHMBZoeJCV H3 {
  color: #ffffff;
}
.cid-uJ1vz79unt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vz79unt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vz79unt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vz79unt .user {
  padding: 0!important;
}
.cid-uJ1vz79unt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vz79unt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vz79unt .carousel-item.active,
.cid-uJ1vz79unt .carousel-item-next,
.cid-uJ1vz79unt .carousel-item-prev {
  display: flex;
}
.cid-uJ1vz79unt .user_name {
  margin: 0;
}
.cid-uJ1vz79unt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vz79unt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vz79unt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vz79unt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vz79unt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vz79unt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vz79unt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vz79unt .user_desk {
  color: #767676;
}
.cid-uJ1vz79unt .mbr-text,
.cid-uJ1vz79unt .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZqo87U {
  background-color: #ffffff;
}
.cid-uHMBZqo87U .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZqo87U .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZqo87U .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZqo87U .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZqo87U .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZqo87U .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZqo87U .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZqo87U .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZqo87U .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZqo87U .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZqo87U .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZqo87U .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZqo87U .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZqo87U .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZrfnQ8 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-21.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZrfnQ8 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZrfnQ8 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZrfnQ8 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZrfnQ8 img {
    width: 90%!important;
  }
}
.cid-uHMBZrfnQ8 H1 {
  color: #ffffff;
}
.cid-uHMBZrfnQ8 H3 {
  color: #ffffff;
}
.cid-uJ1vATHXgB {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vATHXgB .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vATHXgB .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vATHXgB .user {
  padding: 0!important;
}
.cid-uJ1vATHXgB .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vATHXgB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vATHXgB .carousel-item.active,
.cid-uJ1vATHXgB .carousel-item-next,
.cid-uJ1vATHXgB .carousel-item-prev {
  display: flex;
}
.cid-uJ1vATHXgB .user_name {
  margin: 0;
}
.cid-uJ1vATHXgB .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vATHXgB .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vATHXgB .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vATHXgB ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vATHXgB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vATHXgB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vATHXgB .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vATHXgB .user_desk {
  color: #767676;
}
.cid-uJ1vATHXgB .mbr-text,
.cid-uJ1vATHXgB .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZtnYB9 {
  background-color: #ffffff;
}
.cid-uHMBZtnYB9 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZtnYB9 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZtnYB9 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZtnYB9 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZtnYB9 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZtnYB9 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZtnYB9 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZtnYB9 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZtnYB9 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZtnYB9 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZtnYB9 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZtnYB9 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZtnYB9 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZtnYB9 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZubzPa {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-22.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZubzPa svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZubzPa #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZubzPa img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZubzPa img {
    width: 90%!important;
  }
}
.cid-uHMBZubzPa H1 {
  color: #ffffff;
}
.cid-uHMBZubzPa H3 {
  color: #ffffff;
}
.cid-uJ1vDTokiV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vDTokiV .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vDTokiV .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vDTokiV .user {
  padding: 0!important;
}
.cid-uJ1vDTokiV .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vDTokiV .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vDTokiV .carousel-item.active,
.cid-uJ1vDTokiV .carousel-item-next,
.cid-uJ1vDTokiV .carousel-item-prev {
  display: flex;
}
.cid-uJ1vDTokiV .user_name {
  margin: 0;
}
.cid-uJ1vDTokiV .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vDTokiV .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vDTokiV .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vDTokiV ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vDTokiV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vDTokiV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vDTokiV .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vDTokiV .user_desk {
  color: #767676;
}
.cid-uJ1vDTokiV .mbr-text,
.cid-uJ1vDTokiV .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZxowbj {
  background-color: #ffffff;
}
.cid-uHMBZxowbj .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZxowbj .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZxowbj .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZxowbj .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZxowbj .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZxowbj .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZxowbj .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZxowbj .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZxowbj .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZxowbj .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZxowbj .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZxowbj .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZxowbj .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZxowbj .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZye6Zh {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-23.jpg-1373x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZye6Zh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZye6Zh #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZye6Zh img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZye6Zh img {
    width: 90%!important;
  }
}
.cid-uHMBZye6Zh H1 {
  color: #ffffff;
}
.cid-uHMBZye6Zh H3 {
  color: #ffffff;
}
.cid-uJ1vGnaBCU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vGnaBCU .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vGnaBCU .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vGnaBCU .user {
  padding: 0!important;
}
.cid-uJ1vGnaBCU .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vGnaBCU .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vGnaBCU .carousel-item.active,
.cid-uJ1vGnaBCU .carousel-item-next,
.cid-uJ1vGnaBCU .carousel-item-prev {
  display: flex;
}
.cid-uJ1vGnaBCU .user_name {
  margin: 0;
}
.cid-uJ1vGnaBCU .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vGnaBCU .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vGnaBCU .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vGnaBCU ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vGnaBCU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vGnaBCU .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vGnaBCU .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vGnaBCU .user_desk {
  color: #767676;
}
.cid-uJ1vGnaBCU .mbr-text,
.cid-uJ1vGnaBCU .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZBlCKE {
  background-color: #ffffff;
}
.cid-uHMBZBlCKE .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZBlCKE .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZBlCKE .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZBlCKE .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZBlCKE .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZBlCKE .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZBlCKE .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZBlCKE .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZBlCKE .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZBlCKE .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZBlCKE .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZBlCKE .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZBlCKE .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZBlCKE .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZCd7dk {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-24.jpg-1255x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZCd7dk svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZCd7dk #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZCd7dk img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZCd7dk img {
    width: 90%!important;
  }
}
.cid-uHMBZCd7dk H1 {
  color: #ffffff;
}
.cid-uHMBZCd7dk H3 {
  color: #ffffff;
}
.cid-uJ1vJB0Gpn {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vJB0Gpn .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vJB0Gpn .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vJB0Gpn .user {
  padding: 0!important;
}
.cid-uJ1vJB0Gpn .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vJB0Gpn .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vJB0Gpn .carousel-item.active,
.cid-uJ1vJB0Gpn .carousel-item-next,
.cid-uJ1vJB0Gpn .carousel-item-prev {
  display: flex;
}
.cid-uJ1vJB0Gpn .user_name {
  margin: 0;
}
.cid-uJ1vJB0Gpn .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vJB0Gpn .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vJB0Gpn .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vJB0Gpn ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vJB0Gpn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vJB0Gpn .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vJB0Gpn .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vJB0Gpn .user_desk {
  color: #767676;
}
.cid-uJ1vJB0Gpn .mbr-text,
.cid-uJ1vJB0Gpn .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZEBJY5 {
  background-color: #ffffff;
}
.cid-uHMBZEBJY5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZEBJY5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZEBJY5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZEBJY5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZEBJY5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZEBJY5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZEBJY5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZEBJY5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZEBJY5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZEBJY5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZEBJY5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZEBJY5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZEBJY5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZEBJY5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZFvpKW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-25.jpg-1080x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZFvpKW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZFvpKW #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZFvpKW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZFvpKW img {
    width: 90%!important;
  }
}
.cid-uHMBZFvpKW H1 {
  color: #ffffff;
}
.cid-uHMBZFvpKW H3 {
  color: #ffffff;
}
.cid-uJ1vLFpsz0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vLFpsz0 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vLFpsz0 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vLFpsz0 .user {
  padding: 0!important;
}
.cid-uJ1vLFpsz0 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vLFpsz0 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vLFpsz0 .carousel-item.active,
.cid-uJ1vLFpsz0 .carousel-item-next,
.cid-uJ1vLFpsz0 .carousel-item-prev {
  display: flex;
}
.cid-uJ1vLFpsz0 .user_name {
  margin: 0;
}
.cid-uJ1vLFpsz0 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vLFpsz0 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vLFpsz0 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vLFpsz0 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vLFpsz0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vLFpsz0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vLFpsz0 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vLFpsz0 .user_desk {
  color: #767676;
}
.cid-uJ1vLFpsz0 .mbr-text,
.cid-uJ1vLFpsz0 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZGBWL4 {
  background-color: #ffffff;
}
.cid-uHMBZGBWL4 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZGBWL4 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZGBWL4 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZGBWL4 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZGBWL4 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZGBWL4 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZGBWL4 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZGBWL4 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZGBWL4 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZGBWL4 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZGBWL4 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZGBWL4 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZGBWL4 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZGBWL4 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZIzJ57 {
  background-color: #ffffff;
}
.cid-uHMBZIzJ57 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZIzJ57 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZIzJ57 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZIzJ57 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZIzJ57 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZIzJ57 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZIzJ57 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZIzJ57 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZIzJ57 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZIzJ57 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZIzJ57 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZIzJ57 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZIzJ57 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZIzJ57 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZJzUut {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-26.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZJzUut svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZJzUut #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZJzUut img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZJzUut img {
    width: 90%!important;
  }
}
.cid-uHMBZJzUut H1 {
  color: #ffffff;
}
.cid-uHMBZJzUut H3 {
  color: #ffffff;
}
.cid-uJ1vNoXOVu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vNoXOVu .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vNoXOVu .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vNoXOVu .user {
  padding: 0!important;
}
.cid-uJ1vNoXOVu .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vNoXOVu .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vNoXOVu .carousel-item.active,
.cid-uJ1vNoXOVu .carousel-item-next,
.cid-uJ1vNoXOVu .carousel-item-prev {
  display: flex;
}
.cid-uJ1vNoXOVu .user_name {
  margin: 0;
}
.cid-uJ1vNoXOVu .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vNoXOVu .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vNoXOVu .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vNoXOVu ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vNoXOVu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vNoXOVu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vNoXOVu .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vNoXOVu .user_desk {
  color: #767676;
}
.cid-uJ1vNoXOVu .mbr-text,
.cid-uJ1vNoXOVu .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZLO7U7 {
  background-color: #ffffff;
}
.cid-uHMBZLO7U7 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZLO7U7 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZLO7U7 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZLO7U7 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZLO7U7 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZLO7U7 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZLO7U7 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZLO7U7 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZLO7U7 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZLO7U7 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZLO7U7 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZLO7U7 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZLO7U7 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZLO7U7 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZOt8C4 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-27.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZOt8C4 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZOt8C4 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZOt8C4 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZOt8C4 img {
    width: 90%!important;
  }
}
.cid-uHMBZOt8C4 H1 {
  color: #ffffff;
}
.cid-uHMBZOt8C4 H3 {
  color: #ffffff;
}
.cid-uJ1vP26kkw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vP26kkw .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vP26kkw .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vP26kkw .user {
  padding: 0!important;
}
.cid-uJ1vP26kkw .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vP26kkw .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vP26kkw .carousel-item.active,
.cid-uJ1vP26kkw .carousel-item-next,
.cid-uJ1vP26kkw .carousel-item-prev {
  display: flex;
}
.cid-uJ1vP26kkw .user_name {
  margin: 0;
}
.cid-uJ1vP26kkw .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vP26kkw .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vP26kkw .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vP26kkw ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vP26kkw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vP26kkw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vP26kkw .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vP26kkw .user_desk {
  color: #767676;
}
.cid-uJ1vP26kkw .mbr-text,
.cid-uJ1vP26kkw .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZRmbJe {
  background-color: #ffffff;
}
.cid-uHMBZRmbJe .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZRmbJe .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZRmbJe .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZRmbJe .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZRmbJe .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZRmbJe .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZRmbJe .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZRmbJe .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZRmbJe .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZRmbJe .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZRmbJe .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZRmbJe .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZRmbJe .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZRmbJe .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZSpkII {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-28.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZSpkII svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZSpkII #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZSpkII img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZSpkII img {
    width: 90%!important;
  }
}
.cid-uHMBZSpkII H1 {
  color: #ffffff;
}
.cid-uHMBZSpkII H3 {
  color: #ffffff;
}
.cid-uJ1vQI34j7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vQI34j7 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vQI34j7 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vQI34j7 .user {
  padding: 0!important;
}
.cid-uJ1vQI34j7 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vQI34j7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vQI34j7 .carousel-item.active,
.cid-uJ1vQI34j7 .carousel-item-next,
.cid-uJ1vQI34j7 .carousel-item-prev {
  display: flex;
}
.cid-uJ1vQI34j7 .user_name {
  margin: 0;
}
.cid-uJ1vQI34j7 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vQI34j7 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vQI34j7 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vQI34j7 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vQI34j7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vQI34j7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vQI34j7 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vQI34j7 .user_desk {
  color: #767676;
}
.cid-uJ1vQI34j7 .mbr-text,
.cid-uJ1vQI34j7 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZUVxE4 {
  background-color: #ffffff;
}
.cid-uHMBZUVxE4 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZUVxE4 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZUVxE4 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZUVxE4 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZUVxE4 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZUVxE4 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZUVxE4 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZUVxE4 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZUVxE4 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZUVxE4 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZUVxE4 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZUVxE4 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZUVxE4 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZUVxE4 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZVSVYz {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/june-29.jpg-1142x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZVSVYz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZVSVYz #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZVSVYz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZVSVYz img {
    width: 90%!important;
  }
}
.cid-uHMBZVSVYz H1 {
  color: #ffffff;
}
.cid-uHMBZVSVYz H3 {
  color: #ffffff;
}
.cid-uJ1vSFnnm2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vSFnnm2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vSFnnm2 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vSFnnm2 .user {
  padding: 0!important;
}
.cid-uJ1vSFnnm2 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vSFnnm2 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vSFnnm2 .carousel-item.active,
.cid-uJ1vSFnnm2 .carousel-item-next,
.cid-uJ1vSFnnm2 .carousel-item-prev {
  display: flex;
}
.cid-uJ1vSFnnm2 .user_name {
  margin: 0;
}
.cid-uJ1vSFnnm2 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vSFnnm2 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vSFnnm2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vSFnnm2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vSFnnm2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vSFnnm2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vSFnnm2 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vSFnnm2 .user_desk {
  color: #767676;
}
.cid-uJ1vSFnnm2 .mbr-text,
.cid-uJ1vSFnnm2 .mbr-section-btn {
  color: #000000;
}
.cid-uHMBZYfYWX {
  background-color: #ffffff;
}
.cid-uHMBZYfYWX .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZYfYWX .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZYfYWX .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZYfYWX .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMBZYfYWX .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMBZYfYWX .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMBZYfYWX .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMBZYfYWX .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMBZYfYWX .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMBZYfYWX .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMBZYfYWX .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMBZYfYWX .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMBZYfYWX .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMBZYfYWX .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHMBZZgRSt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/tree-5746874-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHMBZZgRSt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHMBZZgRSt #e2_shape {
  fill: #ffffff !important;
}
.cid-uHMBZZgRSt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHMBZZgRSt img {
    width: 90%!important;
  }
}
.cid-uHMBZZgRSt H1 {
  color: #ffffff;
}
.cid-uHMBZZgRSt H3 {
  color: #ffffff;
}
.cid-uJ1vUNB4mA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1vUNB4mA .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1vUNB4mA .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1vUNB4mA .user {
  padding: 0!important;
}
.cid-uJ1vUNB4mA .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1vUNB4mA .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1vUNB4mA .carousel-item.active,
.cid-uJ1vUNB4mA .carousel-item-next,
.cid-uJ1vUNB4mA .carousel-item-prev {
  display: flex;
}
.cid-uJ1vUNB4mA .user_name {
  margin: 0;
}
.cid-uJ1vUNB4mA .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1vUNB4mA .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1vUNB4mA .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1vUNB4mA ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1vUNB4mA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1vUNB4mA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1vUNB4mA .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1vUNB4mA .user_desk {
  color: #767676;
}
.cid-uJ1vUNB4mA .mbr-text,
.cid-uJ1vUNB4mA .mbr-section-btn {
  color: #000000;
}
.cid-uHMC06WcY2 {
  background-color: #ffffff;
}
.cid-uHMC06WcY2 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMC06WcY2 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMC06WcY2 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMC06WcY2 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHMC06WcY2 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHMC06WcY2 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHMC06WcY2 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHMC06WcY2 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHMC06WcY2 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHMC06WcY2 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHMC06WcY2 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHMC06WcY2 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHMC06WcY2 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHMC06WcY2 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uHRqsAk9D2 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-1.jpg-1282x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsAk9D2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsAk9D2 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsAk9D2 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsAk9D2 img {
    width: 90%!important;
  }
}
.cid-uHRqsAk9D2 H1 {
  color: #ffffff;
}
.cid-uHRqsAk9D2 H3 {
  color: #ffffff;
}
.cid-uJ1xNGlbJ1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1xNGlbJ1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1xNGlbJ1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1xNGlbJ1 .user {
  padding: 0!important;
}
.cid-uJ1xNGlbJ1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1xNGlbJ1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1xNGlbJ1 .carousel-item.active,
.cid-uJ1xNGlbJ1 .carousel-item-next,
.cid-uJ1xNGlbJ1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1xNGlbJ1 .user_name {
  margin: 0;
}
.cid-uJ1xNGlbJ1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1xNGlbJ1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1xNGlbJ1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1xNGlbJ1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1xNGlbJ1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1xNGlbJ1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1xNGlbJ1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1xNGlbJ1 .user_desk {
  color: #767676;
}
.cid-uJ1xNGlbJ1 .mbr-text,
.cid-uJ1xNGlbJ1 .mbr-section-btn {
  color: #000000;
}
.cid-uHRqsDivxB {
  background-color: #ffffff;
}
.cid-uHRqsDivxB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsDivxB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsDivxB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsDivxB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsDivxB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqsDivxB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqsDivxB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqsDivxB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqsDivxB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqsDivxB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqsDivxB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqsDivxB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqsDivxB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqsDivxB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsE1Nfy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-2.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsE1Nfy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsE1Nfy #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsE1Nfy img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsE1Nfy img {
    width: 90%!important;
  }
}
.cid-uHRqsE1Nfy H1 {
  color: #ffffff;
}
.cid-uHRqsE1Nfy H3 {
  color: #ffffff;
}
.cid-uJ1xPmTa1R {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1xPmTa1R .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1xPmTa1R .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1xPmTa1R .user {
  padding: 0!important;
}
.cid-uJ1xPmTa1R .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1xPmTa1R .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1xPmTa1R .carousel-item.active,
.cid-uJ1xPmTa1R .carousel-item-next,
.cid-uJ1xPmTa1R .carousel-item-prev {
  display: flex;
}
.cid-uJ1xPmTa1R .user_name {
  margin: 0;
}
.cid-uJ1xPmTa1R .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1xPmTa1R .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1xPmTa1R .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1xPmTa1R ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1xPmTa1R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1xPmTa1R .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1xPmTa1R .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1xPmTa1R .user_desk {
  color: #767676;
}
.cid-uJ1xPmTa1R .mbr-text,
.cid-uJ1xPmTa1R .mbr-section-btn {
  color: #000000;
}
.cid-uHRqsG0Tdw {
  background-color: #ffffff;
}
.cid-uHRqsG0Tdw .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsG0Tdw .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsG0Tdw .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsG0Tdw .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsG0Tdw .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqsG0Tdw .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqsG0Tdw .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqsG0Tdw .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqsG0Tdw .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqsG0Tdw .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqsG0Tdw .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqsG0Tdw .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqsG0Tdw .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqsG0Tdw .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsGzHe0 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-3.jpg-1348x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsGzHe0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsGzHe0 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsGzHe0 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsGzHe0 img {
    width: 90%!important;
  }
}
.cid-uHRqsGzHe0 H1 {
  color: #ffffff;
}
.cid-uHRqsGzHe0 H3 {
  color: #ffffff;
}
.cid-uJ1xQYAJJj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1xQYAJJj .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1xQYAJJj .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1xQYAJJj .user {
  padding: 0!important;
}
.cid-uJ1xQYAJJj .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1xQYAJJj .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1xQYAJJj .carousel-item.active,
.cid-uJ1xQYAJJj .carousel-item-next,
.cid-uJ1xQYAJJj .carousel-item-prev {
  display: flex;
}
.cid-uJ1xQYAJJj .user_name {
  margin: 0;
}
.cid-uJ1xQYAJJj .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1xQYAJJj .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1xQYAJJj .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1xQYAJJj ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1xQYAJJj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1xQYAJJj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1xQYAJJj .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1xQYAJJj .user_desk {
  color: #767676;
}
.cid-uJ1xQYAJJj .mbr-text,
.cid-uJ1xQYAJJj .mbr-section-btn {
  color: #000000;
}
.cid-uHRqsInGvx {
  background-color: #ffffff;
}
.cid-uHRqsInGvx .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsInGvx .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsInGvx .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsInGvx .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsInGvx .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqsInGvx .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqsInGvx .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqsInGvx .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqsInGvx .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqsInGvx .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqsInGvx .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqsInGvx .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqsInGvx .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqsInGvx .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsIXChr {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-4.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsIXChr svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsIXChr #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsIXChr img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsIXChr img {
    width: 90%!important;
  }
}
.cid-uHRqsIXChr H1 {
  color: #ffffff;
}
.cid-uHRqsIXChr H3 {
  color: #ffffff;
}
.cid-uJ1xT2wAiI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1xT2wAiI .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1xT2wAiI .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1xT2wAiI .user {
  padding: 0!important;
}
.cid-uJ1xT2wAiI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1xT2wAiI .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1xT2wAiI .carousel-item.active,
.cid-uJ1xT2wAiI .carousel-item-next,
.cid-uJ1xT2wAiI .carousel-item-prev {
  display: flex;
}
.cid-uJ1xT2wAiI .user_name {
  margin: 0;
}
.cid-uJ1xT2wAiI .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1xT2wAiI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1xT2wAiI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1xT2wAiI ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1xT2wAiI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1xT2wAiI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1xT2wAiI .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1xT2wAiI .user_desk {
  color: #767676;
}
.cid-uJ1xT2wAiI .mbr-text,
.cid-uJ1xT2wAiI .mbr-section-btn {
  color: #000000;
}
.cid-uHRqsKMx3Y {
  background-color: #ffffff;
}
.cid-uHRqsKMx3Y .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsKMx3Y .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsKMx3Y .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsKMx3Y .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsKMx3Y .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqsKMx3Y .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqsKMx3Y .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqsKMx3Y .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqsKMx3Y .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqsKMx3Y .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqsKMx3Y .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqsKMx3Y .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqsKMx3Y .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqsKMx3Y .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsLn8Hi {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-5.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsLn8Hi svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsLn8Hi #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsLn8Hi img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsLn8Hi img {
    width: 90%!important;
  }
}
.cid-uHRqsLn8Hi H1 {
  color: #ffffff;
}
.cid-uHRqsLn8Hi H3 {
  color: #ffffff;
}
.cid-uJ1xUEuszo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1xUEuszo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1xUEuszo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1xUEuszo .user {
  padding: 0!important;
}
.cid-uJ1xUEuszo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1xUEuszo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1xUEuszo .carousel-item.active,
.cid-uJ1xUEuszo .carousel-item-next,
.cid-uJ1xUEuszo .carousel-item-prev {
  display: flex;
}
.cid-uJ1xUEuszo .user_name {
  margin: 0;
}
.cid-uJ1xUEuszo .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1xUEuszo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1xUEuszo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1xUEuszo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1xUEuszo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1xUEuszo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1xUEuszo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1xUEuszo .user_desk {
  color: #767676;
}
.cid-uJ1xUEuszo .mbr-text,
.cid-uJ1xUEuszo .mbr-section-btn {
  color: #000000;
}
.cid-uHRqsN9MaD {
  background-color: #ffffff;
}
.cid-uHRqsN9MaD .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsN9MaD .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsN9MaD .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsN9MaD .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsN9MaD .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqsN9MaD .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqsN9MaD .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqsN9MaD .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqsN9MaD .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqsN9MaD .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqsN9MaD .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqsN9MaD .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqsN9MaD .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqsN9MaD .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsNK3YO {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-6.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsNK3YO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsNK3YO #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsNK3YO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsNK3YO img {
    width: 90%!important;
  }
}
.cid-uHRqsNK3YO H1 {
  color: #ffffff;
}
.cid-uHRqsNK3YO H3 {
  color: #ffffff;
}
.cid-uJ1xWB9YGD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1xWB9YGD .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1xWB9YGD .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1xWB9YGD .user {
  padding: 0!important;
}
.cid-uJ1xWB9YGD .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1xWB9YGD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1xWB9YGD .carousel-item.active,
.cid-uJ1xWB9YGD .carousel-item-next,
.cid-uJ1xWB9YGD .carousel-item-prev {
  display: flex;
}
.cid-uJ1xWB9YGD .user_name {
  margin: 0;
}
.cid-uJ1xWB9YGD .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1xWB9YGD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1xWB9YGD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1xWB9YGD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1xWB9YGD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1xWB9YGD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1xWB9YGD .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1xWB9YGD .user_desk {
  color: #767676;
}
.cid-uJ1xWB9YGD .mbr-text,
.cid-uJ1xWB9YGD .mbr-section-btn {
  color: #000000;
}
.cid-uHRqsPulV5 {
  background-color: #ffffff;
}
.cid-uHRqsPulV5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsPulV5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsPulV5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsPulV5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsPulV5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqsPulV5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqsPulV5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqsPulV5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqsPulV5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqsPulV5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqsPulV5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqsPulV5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqsPulV5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqsPulV5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsQdAyR {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-7.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsQdAyR svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsQdAyR #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsQdAyR img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsQdAyR img {
    width: 90%!important;
  }
}
.cid-uHRqsQdAyR H1 {
  color: #ffffff;
}
.cid-uHRqsQdAyR H3 {
  color: #ffffff;
}
.cid-uJ1xYmmirl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1xYmmirl .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1xYmmirl .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1xYmmirl .user {
  padding: 0!important;
}
.cid-uJ1xYmmirl .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1xYmmirl .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1xYmmirl .carousel-item.active,
.cid-uJ1xYmmirl .carousel-item-next,
.cid-uJ1xYmmirl .carousel-item-prev {
  display: flex;
}
.cid-uJ1xYmmirl .user_name {
  margin: 0;
}
.cid-uJ1xYmmirl .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1xYmmirl .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1xYmmirl .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1xYmmirl ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1xYmmirl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1xYmmirl .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1xYmmirl .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1xYmmirl .user_desk {
  color: #767676;
}
.cid-uJ1xYmmirl .mbr-text,
.cid-uJ1xYmmirl .mbr-section-btn {
  color: #000000;
}
.cid-uHRqsT57p0 {
  background-color: #ffffff;
}
.cid-uHRqsT57p0 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsT57p0 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsT57p0 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsT57p0 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsT57p0 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqsT57p0 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqsT57p0 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqsT57p0 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqsT57p0 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqsT57p0 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqsT57p0 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqsT57p0 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqsT57p0 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqsT57p0 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsTHG5V {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-8.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsTHG5V svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsTHG5V #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsTHG5V img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsTHG5V img {
    width: 90%!important;
  }
}
.cid-uHRqsTHG5V H1 {
  color: #ffffff;
}
.cid-uHRqsTHG5V H3 {
  color: #ffffff;
}
.cid-uJ1y0fgsDo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1y0fgsDo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1y0fgsDo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1y0fgsDo .user {
  padding: 0!important;
}
.cid-uJ1y0fgsDo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1y0fgsDo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1y0fgsDo .carousel-item.active,
.cid-uJ1y0fgsDo .carousel-item-next,
.cid-uJ1y0fgsDo .carousel-item-prev {
  display: flex;
}
.cid-uJ1y0fgsDo .user_name {
  margin: 0;
}
.cid-uJ1y0fgsDo .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1y0fgsDo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1y0fgsDo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1y0fgsDo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1y0fgsDo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1y0fgsDo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1y0fgsDo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1y0fgsDo .user_desk {
  color: #767676;
}
.cid-uJ1y0fgsDo .mbr-text,
.cid-uJ1y0fgsDo .mbr-section-btn {
  color: #000000;
}
.cid-uJ1y3AiOrV {
  background-color: #ffffff;
}
.cid-uJ1y3AiOrV .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1y3AiOrV .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1y3AiOrV .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1y3AiOrV .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1y3AiOrV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1y3AiOrV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1y3AiOrV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1y3AiOrV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1y3AiOrV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1y3AiOrV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1y3AiOrV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1y3AiOrV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1y3AiOrV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1y3AiOrV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsVwdtz {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-9.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsVwdtz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsVwdtz #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsVwdtz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsVwdtz img {
    width: 90%!important;
  }
}
.cid-uHRqsVwdtz H1 {
  color: #ffffff;
}
.cid-uHRqsVwdtz H3 {
  color: #ffffff;
}
.cid-uJ1y5QM5yX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1y5QM5yX .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1y5QM5yX .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1y5QM5yX .user {
  padding: 0!important;
}
.cid-uJ1y5QM5yX .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1y5QM5yX .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1y5QM5yX .carousel-item.active,
.cid-uJ1y5QM5yX .carousel-item-next,
.cid-uJ1y5QM5yX .carousel-item-prev {
  display: flex;
}
.cid-uJ1y5QM5yX .user_name {
  margin: 0;
}
.cid-uJ1y5QM5yX .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1y5QM5yX .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1y5QM5yX .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1y5QM5yX ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1y5QM5yX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1y5QM5yX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1y5QM5yX .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1y5QM5yX .user_desk {
  color: #767676;
}
.cid-uJ1y5QM5yX .mbr-text,
.cid-uJ1y5QM5yX .mbr-section-btn {
  color: #000000;
}
.cid-uHRqsXxbFF {
  background-color: #ffffff;
}
.cid-uHRqsXxbFF .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsXxbFF .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsXxbFF .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsXxbFF .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqsXxbFF .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqsXxbFF .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqsXxbFF .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqsXxbFF .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqsXxbFF .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqsXxbFF .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqsXxbFF .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqsXxbFF .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqsXxbFF .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqsXxbFF .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqsYe92y {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-10.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHRqsYe92y svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqsYe92y #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqsYe92y img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqsYe92y img {
    width: 90%!important;
  }
}
.cid-uHRqsYe92y H1 {
  color: #ffffff;
}
.cid-uHRqsYe92y H3 {
  color: #ffffff;
}
.cid-uJ1y7BVGSC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1y7BVGSC .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1y7BVGSC .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1y7BVGSC .user {
  padding: 0!important;
}
.cid-uJ1y7BVGSC .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1y7BVGSC .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1y7BVGSC .carousel-item.active,
.cid-uJ1y7BVGSC .carousel-item-next,
.cid-uJ1y7BVGSC .carousel-item-prev {
  display: flex;
}
.cid-uJ1y7BVGSC .user_name {
  margin: 0;
}
.cid-uJ1y7BVGSC .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1y7BVGSC .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1y7BVGSC .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1y7BVGSC ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1y7BVGSC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1y7BVGSC .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1y7BVGSC .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1y7BVGSC .user_desk {
  color: #767676;
}
.cid-uJ1y7BVGSC .mbr-text,
.cid-uJ1y7BVGSC .mbr-section-btn {
  color: #000000;
}
.cid-uHRqt04peO {
  background-color: #ffffff;
}
.cid-uHRqt04peO .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt04peO .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt04peO .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt04peO .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt04peO .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqt04peO .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqt04peO .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqt04peO .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqt04peO .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqt04peO .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqt04peO .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqt04peO .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqt04peO .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqt04peO .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqt17PBf {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-11.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHRqt17PBf svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqt17PBf #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqt17PBf img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqt17PBf img {
    width: 90%!important;
  }
}
.cid-uHRqt17PBf H1 {
  color: #ffffff;
}
.cid-uHRqt17PBf H3 {
  color: #ffffff;
}
.cid-uJ1y9p0M3R {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1y9p0M3R .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1y9p0M3R .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1y9p0M3R .user {
  padding: 0!important;
}
.cid-uJ1y9p0M3R .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1y9p0M3R .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1y9p0M3R .carousel-item.active,
.cid-uJ1y9p0M3R .carousel-item-next,
.cid-uJ1y9p0M3R .carousel-item-prev {
  display: flex;
}
.cid-uJ1y9p0M3R .user_name {
  margin: 0;
}
.cid-uJ1y9p0M3R .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1y9p0M3R .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1y9p0M3R .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1y9p0M3R ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1y9p0M3R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1y9p0M3R .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1y9p0M3R .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1y9p0M3R .user_desk {
  color: #767676;
}
.cid-uJ1y9p0M3R .mbr-text,
.cid-uJ1y9p0M3R .mbr-section-btn {
  color: #000000;
}
.cid-uHRqt33V8Y {
  background-color: #ffffff;
}
.cid-uHRqt33V8Y .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt33V8Y .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt33V8Y .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt33V8Y .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt33V8Y .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqt33V8Y .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqt33V8Y .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqt33V8Y .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqt33V8Y .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqt33V8Y .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqt33V8Y .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqt33V8Y .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqt33V8Y .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqt33V8Y .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqt3Odqi {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-12.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqt3Odqi svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqt3Odqi #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqt3Odqi img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqt3Odqi img {
    width: 90%!important;
  }
}
.cid-uHRqt3Odqi H1 {
  color: #ffffff;
}
.cid-uHRqt3Odqi H3 {
  color: #ffffff;
}
.cid-uJ1yfaRaZv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yfaRaZv .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yfaRaZv .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yfaRaZv .user {
  padding: 0!important;
}
.cid-uJ1yfaRaZv .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yfaRaZv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yfaRaZv .carousel-item.active,
.cid-uJ1yfaRaZv .carousel-item-next,
.cid-uJ1yfaRaZv .carousel-item-prev {
  display: flex;
}
.cid-uJ1yfaRaZv .user_name {
  margin: 0;
}
.cid-uJ1yfaRaZv .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yfaRaZv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yfaRaZv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yfaRaZv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yfaRaZv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yfaRaZv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yfaRaZv .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yfaRaZv .user_desk {
  color: #767676;
}
.cid-uJ1yfaRaZv .mbr-text,
.cid-uJ1yfaRaZv .mbr-section-btn {
  color: #000000;
}
.cid-uHRqt5ZpTz {
  background-color: #ffffff;
}
.cid-uHRqt5ZpTz .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt5ZpTz .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt5ZpTz .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt5ZpTz .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt5ZpTz .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqt5ZpTz .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqt5ZpTz .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqt5ZpTz .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqt5ZpTz .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqt5ZpTz .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqt5ZpTz .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqt5ZpTz .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqt5ZpTz .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqt5ZpTz .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqt6LaCY {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-13.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqt6LaCY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqt6LaCY #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqt6LaCY img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqt6LaCY img {
    width: 90%!important;
  }
}
.cid-uHRqt6LaCY H1 {
  color: #ffffff;
}
.cid-uHRqt6LaCY H3 {
  color: #ffffff;
}
.cid-uJ1yh2kjyv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yh2kjyv .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yh2kjyv .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yh2kjyv .user {
  padding: 0!important;
}
.cid-uJ1yh2kjyv .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yh2kjyv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yh2kjyv .carousel-item.active,
.cid-uJ1yh2kjyv .carousel-item-next,
.cid-uJ1yh2kjyv .carousel-item-prev {
  display: flex;
}
.cid-uJ1yh2kjyv .user_name {
  margin: 0;
}
.cid-uJ1yh2kjyv .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yh2kjyv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yh2kjyv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yh2kjyv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yh2kjyv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yh2kjyv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yh2kjyv .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yh2kjyv .user_desk {
  color: #767676;
}
.cid-uJ1yh2kjyv .mbr-text,
.cid-uJ1yh2kjyv .mbr-section-btn {
  color: #000000;
}
.cid-uHRqt8Iqxq {
  background-color: #ffffff;
}
.cid-uHRqt8Iqxq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt8Iqxq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt8Iqxq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt8Iqxq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqt8Iqxq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqt8Iqxq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqt8Iqxq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqt8Iqxq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqt8Iqxq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqt8Iqxq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqt8Iqxq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqt8Iqxq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqt8Iqxq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqt8Iqxq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqt9CqtD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-14.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqt9CqtD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqt9CqtD #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqt9CqtD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqt9CqtD img {
    width: 90%!important;
  }
}
.cid-uHRqt9CqtD H1 {
  color: #ffffff;
}
.cid-uHRqt9CqtD H3 {
  color: #ffffff;
}
.cid-uJ1yiKpGzt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yiKpGzt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yiKpGzt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yiKpGzt .user {
  padding: 0!important;
}
.cid-uJ1yiKpGzt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yiKpGzt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yiKpGzt .carousel-item.active,
.cid-uJ1yiKpGzt .carousel-item-next,
.cid-uJ1yiKpGzt .carousel-item-prev {
  display: flex;
}
.cid-uJ1yiKpGzt .user_name {
  margin: 0;
}
.cid-uJ1yiKpGzt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yiKpGzt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yiKpGzt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yiKpGzt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yiKpGzt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yiKpGzt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yiKpGzt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yiKpGzt .user_desk {
  color: #767676;
}
.cid-uJ1yiKpGzt .mbr-text,
.cid-uJ1yiKpGzt .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtbDzKM {
  background-color: #ffffff;
}
.cid-uHRqtbDzKM .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtbDzKM .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtbDzKM .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtbDzKM .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtbDzKM .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtbDzKM .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtbDzKM .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtbDzKM .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtbDzKM .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtbDzKM .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtbDzKM .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtbDzKM .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtbDzKM .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtbDzKM .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtcpIoX {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-15.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtcpIoX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtcpIoX #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtcpIoX img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtcpIoX img {
    width: 90%!important;
  }
}
.cid-uHRqtcpIoX H1 {
  color: #ffffff;
}
.cid-uHRqtcpIoX H3 {
  color: #ffffff;
}
.cid-uJ1ykRkkTg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ykRkkTg .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ykRkkTg .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ykRkkTg .user {
  padding: 0!important;
}
.cid-uJ1ykRkkTg .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ykRkkTg .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ykRkkTg .carousel-item.active,
.cid-uJ1ykRkkTg .carousel-item-next,
.cid-uJ1ykRkkTg .carousel-item-prev {
  display: flex;
}
.cid-uJ1ykRkkTg .user_name {
  margin: 0;
}
.cid-uJ1ykRkkTg .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ykRkkTg .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ykRkkTg .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ykRkkTg ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ykRkkTg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ykRkkTg .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ykRkkTg .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ykRkkTg .user_desk {
  color: #767676;
}
.cid-uJ1ykRkkTg .mbr-text,
.cid-uJ1ykRkkTg .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtepsJU {
  background-color: #ffffff;
}
.cid-uHRqtepsJU .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtepsJU .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtepsJU .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtepsJU .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtepsJU .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtepsJU .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtepsJU .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtepsJU .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtepsJU .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtepsJU .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtepsJU .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtepsJU .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtepsJU .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtepsJU .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtfdXfW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-16.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtfdXfW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtfdXfW #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtfdXfW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtfdXfW img {
    width: 90%!important;
  }
}
.cid-uHRqtfdXfW H1 {
  color: #ffffff;
}
.cid-uHRqtfdXfW H3 {
  color: #ffffff;
}
.cid-uJ1ymLGrKf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ymLGrKf .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ymLGrKf .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ymLGrKf .user {
  padding: 0!important;
}
.cid-uJ1ymLGrKf .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ymLGrKf .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ymLGrKf .carousel-item.active,
.cid-uJ1ymLGrKf .carousel-item-next,
.cid-uJ1ymLGrKf .carousel-item-prev {
  display: flex;
}
.cid-uJ1ymLGrKf .user_name {
  margin: 0;
}
.cid-uJ1ymLGrKf .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ymLGrKf .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ymLGrKf .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ymLGrKf ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ymLGrKf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ymLGrKf .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ymLGrKf .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ymLGrKf .user_desk {
  color: #767676;
}
.cid-uJ1ymLGrKf .mbr-text,
.cid-uJ1ymLGrKf .mbr-section-btn {
  color: #000000;
}
.cid-uHRqthi7hN {
  background-color: #ffffff;
}
.cid-uHRqthi7hN .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqthi7hN .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqthi7hN .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqthi7hN .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqthi7hN .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqthi7hN .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqthi7hN .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqthi7hN .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqthi7hN .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqthi7hN .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqthi7hN .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqthi7hN .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqthi7hN .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqthi7hN .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqti5ZHy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-17.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqti5ZHy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqti5ZHy #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqti5ZHy img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqti5ZHy img {
    width: 90%!important;
  }
}
.cid-uHRqti5ZHy H1 {
  color: #ffffff;
}
.cid-uHRqti5ZHy H3 {
  color: #ffffff;
}
.cid-uJ1yoSAoj0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yoSAoj0 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yoSAoj0 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yoSAoj0 .user {
  padding: 0!important;
}
.cid-uJ1yoSAoj0 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yoSAoj0 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yoSAoj0 .carousel-item.active,
.cid-uJ1yoSAoj0 .carousel-item-next,
.cid-uJ1yoSAoj0 .carousel-item-prev {
  display: flex;
}
.cid-uJ1yoSAoj0 .user_name {
  margin: 0;
}
.cid-uJ1yoSAoj0 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yoSAoj0 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yoSAoj0 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yoSAoj0 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yoSAoj0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yoSAoj0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yoSAoj0 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yoSAoj0 .user_desk {
  color: #767676;
}
.cid-uJ1yoSAoj0 .mbr-text,
.cid-uJ1yoSAoj0 .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtj91kF {
  background-color: #ffffff;
}
.cid-uHRqtj91kF .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtj91kF .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtj91kF .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtj91kF .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtj91kF .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtj91kF .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtj91kF .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtj91kF .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtj91kF .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtj91kF .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtj91kF .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtj91kF .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtj91kF .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtj91kF .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtlrOD9 {
  background-color: #ffffff;
}
.cid-uHRqtlrOD9 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtlrOD9 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtlrOD9 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtlrOD9 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtlrOD9 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtlrOD9 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtlrOD9 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtlrOD9 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtlrOD9 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtlrOD9 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtlrOD9 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtlrOD9 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtlrOD9 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtlrOD9 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtmgBys {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-18.jpg-1080x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtmgBys svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtmgBys #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtmgBys img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtmgBys img {
    width: 90%!important;
  }
}
.cid-uHRqtmgBys H1 {
  color: #ffffff;
}
.cid-uHRqtmgBys H3 {
  color: #ffffff;
}
.cid-uJ1yrn9oFh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yrn9oFh .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yrn9oFh .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yrn9oFh .user {
  padding: 0!important;
}
.cid-uJ1yrn9oFh .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yrn9oFh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yrn9oFh .carousel-item.active,
.cid-uJ1yrn9oFh .carousel-item-next,
.cid-uJ1yrn9oFh .carousel-item-prev {
  display: flex;
}
.cid-uJ1yrn9oFh .user_name {
  margin: 0;
}
.cid-uJ1yrn9oFh .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yrn9oFh .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yrn9oFh .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yrn9oFh ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yrn9oFh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yrn9oFh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yrn9oFh .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yrn9oFh .user_desk {
  color: #767676;
}
.cid-uJ1yrn9oFh .mbr-text,
.cid-uJ1yrn9oFh .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtopVgK {
  background-color: #ffffff;
}
.cid-uHRqtopVgK .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtopVgK .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtopVgK .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtopVgK .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtopVgK .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtopVgK .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtopVgK .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtopVgK .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtopVgK .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtopVgK .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtopVgK .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtopVgK .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtopVgK .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtopVgK .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtpdEdv {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-19.jpg-1282x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtpdEdv svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtpdEdv #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtpdEdv img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtpdEdv img {
    width: 90%!important;
  }
}
.cid-uHRqtpdEdv H1 {
  color: #ffffff;
}
.cid-uHRqtpdEdv H3 {
  color: #ffffff;
}
.cid-uJ1ysPO3Yt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ysPO3Yt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ysPO3Yt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ysPO3Yt .user {
  padding: 0!important;
}
.cid-uJ1ysPO3Yt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ysPO3Yt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ysPO3Yt .carousel-item.active,
.cid-uJ1ysPO3Yt .carousel-item-next,
.cid-uJ1ysPO3Yt .carousel-item-prev {
  display: flex;
}
.cid-uJ1ysPO3Yt .user_name {
  margin: 0;
}
.cid-uJ1ysPO3Yt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ysPO3Yt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ysPO3Yt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ysPO3Yt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ysPO3Yt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ysPO3Yt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ysPO3Yt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ysPO3Yt .user_desk {
  color: #767676;
}
.cid-uJ1ysPO3Yt .mbr-text,
.cid-uJ1ysPO3Yt .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtsx1jK {
  background-color: #ffffff;
}
.cid-uHRqtsx1jK .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtsx1jK .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtsx1jK .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtsx1jK .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtsx1jK .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtsx1jK .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtsx1jK .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtsx1jK .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtsx1jK .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtsx1jK .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtsx1jK .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtsx1jK .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtsx1jK .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtsx1jK .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqttniLV {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-20.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqttniLV svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqttniLV #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqttniLV img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqttniLV img {
    width: 90%!important;
  }
}
.cid-uHRqttniLV H1 {
  color: #ffffff;
}
.cid-uHRqttniLV H3 {
  color: #ffffff;
}
.cid-uJ1yuM65FY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yuM65FY .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yuM65FY .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yuM65FY .user {
  padding: 0!important;
}
.cid-uJ1yuM65FY .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yuM65FY .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yuM65FY .carousel-item.active,
.cid-uJ1yuM65FY .carousel-item-next,
.cid-uJ1yuM65FY .carousel-item-prev {
  display: flex;
}
.cid-uJ1yuM65FY .user_name {
  margin: 0;
}
.cid-uJ1yuM65FY .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yuM65FY .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yuM65FY .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yuM65FY ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yuM65FY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yuM65FY .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yuM65FY .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yuM65FY .user_desk {
  color: #767676;
}
.cid-uJ1yuM65FY .mbr-text,
.cid-uJ1yuM65FY .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtw6Q9A {
  background-color: #ffffff;
}
.cid-uHRqtw6Q9A .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtw6Q9A .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtw6Q9A .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtw6Q9A .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtw6Q9A .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtw6Q9A .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtw6Q9A .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtw6Q9A .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtw6Q9A .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtw6Q9A .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtw6Q9A .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtw6Q9A .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtw6Q9A .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtw6Q9A .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtwVUjC {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-21.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtwVUjC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtwVUjC #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtwVUjC img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtwVUjC img {
    width: 90%!important;
  }
}
.cid-uHRqtwVUjC H1 {
  color: #ffffff;
}
.cid-uHRqtwVUjC H3 {
  color: #ffffff;
}
.cid-uJ1yx7ghKJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yx7ghKJ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yx7ghKJ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yx7ghKJ .user {
  padding: 0!important;
}
.cid-uJ1yx7ghKJ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yx7ghKJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yx7ghKJ .carousel-item.active,
.cid-uJ1yx7ghKJ .carousel-item-next,
.cid-uJ1yx7ghKJ .carousel-item-prev {
  display: flex;
}
.cid-uJ1yx7ghKJ .user_name {
  margin: 0;
}
.cid-uJ1yx7ghKJ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yx7ghKJ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yx7ghKJ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yx7ghKJ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yx7ghKJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yx7ghKJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yx7ghKJ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yx7ghKJ .user_desk {
  color: #767676;
}
.cid-uJ1yx7ghKJ .mbr-text,
.cid-uJ1yx7ghKJ .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtzbGrx {
  background-color: #ffffff;
}
.cid-uHRqtzbGrx .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtzbGrx .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtzbGrx .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtzbGrx .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtzbGrx .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtzbGrx .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtzbGrx .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtzbGrx .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtzbGrx .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtzbGrx .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtzbGrx .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtzbGrx .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtzbGrx .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtzbGrx .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtA3iAP {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-22.jpg-1438x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtA3iAP svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtA3iAP #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtA3iAP img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtA3iAP img {
    width: 90%!important;
  }
}
.cid-uHRqtA3iAP H1 {
  color: #ffffff;
}
.cid-uHRqtA3iAP H3 {
  color: #ffffff;
}
.cid-uJ1yzImeEy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yzImeEy .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yzImeEy .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yzImeEy .user {
  padding: 0!important;
}
.cid-uJ1yzImeEy .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yzImeEy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yzImeEy .carousel-item.active,
.cid-uJ1yzImeEy .carousel-item-next,
.cid-uJ1yzImeEy .carousel-item-prev {
  display: flex;
}
.cid-uJ1yzImeEy .user_name {
  margin: 0;
}
.cid-uJ1yzImeEy .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yzImeEy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yzImeEy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yzImeEy ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yzImeEy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yzImeEy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yzImeEy .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yzImeEy .user_desk {
  color: #767676;
}
.cid-uJ1yzImeEy .mbr-text,
.cid-uJ1yzImeEy .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtDD9ib {
  background-color: #ffffff;
}
.cid-uHRqtDD9ib .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtDD9ib .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtDD9ib .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtDD9ib .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtDD9ib .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtDD9ib .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtDD9ib .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtDD9ib .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtDD9ib .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtDD9ib .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtDD9ib .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtDD9ib .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtDD9ib .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtDD9ib .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtEyMJz {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-23.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtEyMJz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtEyMJz #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtEyMJz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtEyMJz img {
    width: 90%!important;
  }
}
.cid-uHRqtEyMJz H1 {
  color: #ffffff;
}
.cid-uHRqtEyMJz H3 {
  color: #ffffff;
}
.cid-uJ1yCvq7F4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yCvq7F4 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yCvq7F4 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yCvq7F4 .user {
  padding: 0!important;
}
.cid-uJ1yCvq7F4 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yCvq7F4 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yCvq7F4 .carousel-item.active,
.cid-uJ1yCvq7F4 .carousel-item-next,
.cid-uJ1yCvq7F4 .carousel-item-prev {
  display: flex;
}
.cid-uJ1yCvq7F4 .user_name {
  margin: 0;
}
.cid-uJ1yCvq7F4 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yCvq7F4 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yCvq7F4 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yCvq7F4 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yCvq7F4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yCvq7F4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yCvq7F4 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yCvq7F4 .user_desk {
  color: #767676;
}
.cid-uJ1yCvq7F4 .mbr-text,
.cid-uJ1yCvq7F4 .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtGUrRx {
  background-color: #ffffff;
}
.cid-uHRqtGUrRx .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtGUrRx .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtGUrRx .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtGUrRx .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtGUrRx .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtGUrRx .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtGUrRx .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtGUrRx .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtGUrRx .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtGUrRx .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtGUrRx .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtGUrRx .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtGUrRx .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtGUrRx .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtHTsf9 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-24.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtHTsf9 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtHTsf9 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtHTsf9 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtHTsf9 img {
    width: 90%!important;
  }
}
.cid-uHRqtHTsf9 H1 {
  color: #ffffff;
}
.cid-uHRqtHTsf9 H3 {
  color: #ffffff;
}
.cid-uJ1yF8QPHG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yF8QPHG .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yF8QPHG .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yF8QPHG .user {
  padding: 0!important;
}
.cid-uJ1yF8QPHG .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yF8QPHG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yF8QPHG .carousel-item.active,
.cid-uJ1yF8QPHG .carousel-item-next,
.cid-uJ1yF8QPHG .carousel-item-prev {
  display: flex;
}
.cid-uJ1yF8QPHG .user_name {
  margin: 0;
}
.cid-uJ1yF8QPHG .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yF8QPHG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yF8QPHG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yF8QPHG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yF8QPHG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yF8QPHG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yF8QPHG .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yF8QPHG .user_desk {
  color: #767676;
}
.cid-uJ1yF8QPHG .mbr-text,
.cid-uJ1yF8QPHG .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtKgSpO {
  background-color: #ffffff;
}
.cid-uHRqtKgSpO .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtKgSpO .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtKgSpO .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtKgSpO .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtKgSpO .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtKgSpO .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtKgSpO .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtKgSpO .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtKgSpO .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtKgSpO .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtKgSpO .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtKgSpO .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtKgSpO .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtKgSpO .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtLgvt2 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-25.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtLgvt2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtLgvt2 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtLgvt2 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtLgvt2 img {
    width: 90%!important;
  }
}
.cid-uHRqtLgvt2 H1 {
  color: #ffffff;
}
.cid-uHRqtLgvt2 H3 {
  color: #ffffff;
}
.cid-uJ1yHof6oL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yHof6oL .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yHof6oL .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yHof6oL .user {
  padding: 0!important;
}
.cid-uJ1yHof6oL .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yHof6oL .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yHof6oL .carousel-item.active,
.cid-uJ1yHof6oL .carousel-item-next,
.cid-uJ1yHof6oL .carousel-item-prev {
  display: flex;
}
.cid-uJ1yHof6oL .user_name {
  margin: 0;
}
.cid-uJ1yHof6oL .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yHof6oL .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yHof6oL .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yHof6oL ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yHof6oL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yHof6oL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yHof6oL .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yHof6oL .user_desk {
  color: #767676;
}
.cid-uJ1yHof6oL .mbr-text,
.cid-uJ1yHof6oL .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtMkJsx {
  background-color: #ffffff;
}
.cid-uHRqtMkJsx .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtMkJsx .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtMkJsx .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtMkJsx .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtMkJsx .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtMkJsx .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtMkJsx .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtMkJsx .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtMkJsx .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtMkJsx .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtMkJsx .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtMkJsx .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtMkJsx .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtMkJsx .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtQdQ4Q {
  background-color: #ffffff;
}
.cid-uHRqtQdQ4Q .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtQdQ4Q .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtQdQ4Q .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtQdQ4Q .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtQdQ4Q .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtQdQ4Q .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtQdQ4Q .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtQdQ4Q .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtQdQ4Q .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtQdQ4Q .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtQdQ4Q .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtQdQ4Q .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtQdQ4Q .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtQdQ4Q .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtRibe9 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-26.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtRibe9 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtRibe9 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtRibe9 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtRibe9 img {
    width: 90%!important;
  }
}
.cid-uHRqtRibe9 H1 {
  color: #ffffff;
}
.cid-uHRqtRibe9 H3 {
  color: #ffffff;
}
.cid-uJ1yIZGEkd {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yIZGEkd .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yIZGEkd .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yIZGEkd .user {
  padding: 0!important;
}
.cid-uJ1yIZGEkd .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yIZGEkd .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yIZGEkd .carousel-item.active,
.cid-uJ1yIZGEkd .carousel-item-next,
.cid-uJ1yIZGEkd .carousel-item-prev {
  display: flex;
}
.cid-uJ1yIZGEkd .user_name {
  margin: 0;
}
.cid-uJ1yIZGEkd .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yIZGEkd .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yIZGEkd .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yIZGEkd ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yIZGEkd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yIZGEkd .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yIZGEkd .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yIZGEkd .user_desk {
  color: #767676;
}
.cid-uJ1yIZGEkd .mbr-text,
.cid-uJ1yIZGEkd .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtTMZKs {
  background-color: #ffffff;
}
.cid-uHRqtTMZKs .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtTMZKs .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtTMZKs .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtTMZKs .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtTMZKs .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtTMZKs .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtTMZKs .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtTMZKs .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtTMZKs .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtTMZKs .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtTMZKs .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtTMZKs .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtTMZKs .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtTMZKs .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtUId2G {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-27.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtUId2G svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtUId2G #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtUId2G img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtUId2G img {
    width: 90%!important;
  }
}
.cid-uHRqtUId2G H1 {
  color: #ffffff;
}
.cid-uHRqtUId2G H3 {
  color: #ffffff;
}
.cid-uJ1yL7L3Rv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yL7L3Rv .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yL7L3Rv .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yL7L3Rv .user {
  padding: 0!important;
}
.cid-uJ1yL7L3Rv .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yL7L3Rv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yL7L3Rv .carousel-item.active,
.cid-uJ1yL7L3Rv .carousel-item-next,
.cid-uJ1yL7L3Rv .carousel-item-prev {
  display: flex;
}
.cid-uJ1yL7L3Rv .user_name {
  margin: 0;
}
.cid-uJ1yL7L3Rv .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yL7L3Rv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yL7L3Rv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yL7L3Rv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yL7L3Rv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yL7L3Rv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yL7L3Rv .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yL7L3Rv .user_desk {
  color: #767676;
}
.cid-uJ1yL7L3Rv .mbr-text,
.cid-uJ1yL7L3Rv .mbr-section-btn {
  color: #000000;
}
.cid-uHRqtXd4lj {
  background-color: #ffffff;
}
.cid-uHRqtXd4lj .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtXd4lj .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtXd4lj .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtXd4lj .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqtXd4lj .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqtXd4lj .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqtXd4lj .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqtXd4lj .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqtXd4lj .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqtXd4lj .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqtXd4lj .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqtXd4lj .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqtXd4lj .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqtXd4lj .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqtYcb0n {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-28.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHRqtYcb0n svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqtYcb0n #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqtYcb0n img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqtYcb0n img {
    width: 90%!important;
  }
}
.cid-uHRqtYcb0n H1 {
  color: #ffffff;
}
.cid-uHRqtYcb0n H3 {
  color: #ffffff;
}
.cid-uJ1yNrliCM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yNrliCM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yNrliCM .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yNrliCM .user {
  padding: 0!important;
}
.cid-uJ1yNrliCM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yNrliCM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yNrliCM .carousel-item.active,
.cid-uJ1yNrliCM .carousel-item-next,
.cid-uJ1yNrliCM .carousel-item-prev {
  display: flex;
}
.cid-uJ1yNrliCM .user_name {
  margin: 0;
}
.cid-uJ1yNrliCM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yNrliCM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yNrliCM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yNrliCM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yNrliCM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yNrliCM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yNrliCM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yNrliCM .user_desk {
  color: #767676;
}
.cid-uJ1yNrliCM .mbr-text,
.cid-uJ1yNrliCM .mbr-section-btn {
  color: #000000;
}
.cid-uHRqu1RSCd {
  background-color: #ffffff;
}
.cid-uHRqu1RSCd .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu1RSCd .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu1RSCd .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu1RSCd .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu1RSCd .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqu1RSCd .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqu1RSCd .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqu1RSCd .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqu1RSCd .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqu1RSCd .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqu1RSCd .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqu1RSCd .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqu1RSCd .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqu1RSCd .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqu2PxWQ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-29.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqu2PxWQ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqu2PxWQ #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqu2PxWQ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqu2PxWQ img {
    width: 90%!important;
  }
}
.cid-uHRqu2PxWQ H1 {
  color: #ffffff;
}
.cid-uHRqu2PxWQ H3 {
  color: #ffffff;
}
.cid-uJ1yPudhB5 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yPudhB5 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yPudhB5 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yPudhB5 .user {
  padding: 0!important;
}
.cid-uJ1yPudhB5 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yPudhB5 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yPudhB5 .carousel-item.active,
.cid-uJ1yPudhB5 .carousel-item-next,
.cid-uJ1yPudhB5 .carousel-item-prev {
  display: flex;
}
.cid-uJ1yPudhB5 .user_name {
  margin: 0;
}
.cid-uJ1yPudhB5 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yPudhB5 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yPudhB5 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yPudhB5 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yPudhB5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yPudhB5 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yPudhB5 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yPudhB5 .user_desk {
  color: #767676;
}
.cid-uJ1yPudhB5 .mbr-text,
.cid-uJ1yPudhB5 .mbr-section-btn {
  color: #000000;
}
.cid-uHRqu5nw6i {
  background-color: #ffffff;
}
.cid-uHRqu5nw6i .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu5nw6i .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu5nw6i .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu5nw6i .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu5nw6i .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqu5nw6i .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqu5nw6i .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqu5nw6i .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqu5nw6i .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqu5nw6i .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqu5nw6i .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqu5nw6i .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqu5nw6i .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqu5nw6i .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqu6rpHL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-30.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRqu6rpHL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRqu6rpHL #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRqu6rpHL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRqu6rpHL img {
    width: 90%!important;
  }
}
.cid-uHRqu6rpHL H1 {
  color: #ffffff;
}
.cid-uHRqu6rpHL H3 {
  color: #ffffff;
}
.cid-uJ1yRfWeYu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yRfWeYu .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yRfWeYu .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yRfWeYu .user {
  padding: 0!important;
}
.cid-uJ1yRfWeYu .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yRfWeYu .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yRfWeYu .carousel-item.active,
.cid-uJ1yRfWeYu .carousel-item-next,
.cid-uJ1yRfWeYu .carousel-item-prev {
  display: flex;
}
.cid-uJ1yRfWeYu .user_name {
  margin: 0;
}
.cid-uJ1yRfWeYu .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yRfWeYu .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yRfWeYu .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yRfWeYu ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yRfWeYu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yRfWeYu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yRfWeYu .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yRfWeYu .user_desk {
  color: #767676;
}
.cid-uJ1yRfWeYu .mbr-text,
.cid-uJ1yRfWeYu .mbr-section-btn {
  color: #000000;
}
.cid-uHRqu9elI3 {
  background-color: #ffffff;
}
.cid-uHRqu9elI3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu9elI3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu9elI3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu9elI3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqu9elI3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqu9elI3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqu9elI3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqu9elI3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqu9elI3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqu9elI3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqu9elI3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqu9elI3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqu9elI3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqu9elI3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRquamX61 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/july-31.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHRquamX61 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRquamX61 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHRquamX61 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHRquamX61 img {
    width: 90%!important;
  }
}
.cid-uHRquamX61 H1 {
  color: #ffffff;
}
.cid-uHRquamX61 H3 {
  color: #ffffff;
}
.cid-uJ1yVetZlJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1yVetZlJ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1yVetZlJ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1yVetZlJ .user {
  padding: 0!important;
}
.cid-uJ1yVetZlJ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1yVetZlJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1yVetZlJ .carousel-item.active,
.cid-uJ1yVetZlJ .carousel-item-next,
.cid-uJ1yVetZlJ .carousel-item-prev {
  display: flex;
}
.cid-uJ1yVetZlJ .user_name {
  margin: 0;
}
.cid-uJ1yVetZlJ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1yVetZlJ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1yVetZlJ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1yVetZlJ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1yVetZlJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1yVetZlJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1yVetZlJ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1yVetZlJ .user_desk {
  color: #767676;
}
.cid-uJ1yVetZlJ .mbr-text,
.cid-uJ1yVetZlJ .mbr-section-btn {
  color: #000000;
}
.cid-uHRqucT3ri {
  background-color: #ffffff;
}
.cid-uHRqucT3ri .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqucT3ri .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqucT3ri .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqucT3ri .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqucT3ri .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqucT3ri .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqucT3ri .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqucT3ri .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqucT3ri .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqucT3ri .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqucT3ri .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqucT3ri .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqucT3ri .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqucT3ri .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHRqudX6FJ {
  background-color: #ffffff;
}
.cid-uHRqudX6FJ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqudX6FJ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqudX6FJ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqudX6FJ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHRqudX6FJ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHRqudX6FJ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHRqudX6FJ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHRqudX6FJ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHRqudX6FJ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHRqudX6FJ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHRqudX6FJ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHRqudX6FJ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHRqudX6FJ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHRqudX6FJ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uHTc6BTBgK {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-1.jpg-1536x1920.jpg");
  overflow: hidden;
}
.cid-uHTc6BTBgK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc6BTBgK #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc6BTBgK img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc6BTBgK img {
    width: 90%!important;
  }
}
.cid-uHTc6BTBgK H1 {
  color: #ffffff;
}
.cid-uHTc6BTBgK H3 {
  color: #ffffff;
}
.cid-uJ1FbJ7xv2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FbJ7xv2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FbJ7xv2 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FbJ7xv2 .user {
  padding: 0!important;
}
.cid-uJ1FbJ7xv2 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FbJ7xv2 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FbJ7xv2 .carousel-item.active,
.cid-uJ1FbJ7xv2 .carousel-item-next,
.cid-uJ1FbJ7xv2 .carousel-item-prev {
  display: flex;
}
.cid-uJ1FbJ7xv2 .user_name {
  margin: 0;
}
.cid-uJ1FbJ7xv2 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FbJ7xv2 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FbJ7xv2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FbJ7xv2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FbJ7xv2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FbJ7xv2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FbJ7xv2 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FbJ7xv2 .user_desk {
  color: #767676;
}
.cid-uJ1FbJ7xv2 .mbr-text,
.cid-uJ1FbJ7xv2 .mbr-section-btn {
  color: #000000;
}
.cid-uHTc6IlcS3 {
  background-color: #ffffff;
}
.cid-uHTc6IlcS3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6IlcS3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6IlcS3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6IlcS3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6IlcS3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc6IlcS3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc6IlcS3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc6IlcS3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc6IlcS3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc6IlcS3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc6IlcS3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc6IlcS3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc6IlcS3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc6IlcS3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc6ITwzZ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-2.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHTc6ITwzZ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc6ITwzZ #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc6ITwzZ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc6ITwzZ img {
    width: 90%!important;
  }
}
.cid-uHTc6ITwzZ H1 {
  color: #ffffff;
}
.cid-uHTc6ITwzZ H3 {
  color: #ffffff;
}
.cid-uJ1FdZunIu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FdZunIu .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FdZunIu .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FdZunIu .user {
  padding: 0!important;
}
.cid-uJ1FdZunIu .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FdZunIu .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FdZunIu .carousel-item.active,
.cid-uJ1FdZunIu .carousel-item-next,
.cid-uJ1FdZunIu .carousel-item-prev {
  display: flex;
}
.cid-uJ1FdZunIu .user_name {
  margin: 0;
}
.cid-uJ1FdZunIu .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FdZunIu .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FdZunIu .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FdZunIu ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FdZunIu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FdZunIu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FdZunIu .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FdZunIu .user_desk {
  color: #767676;
}
.cid-uJ1FdZunIu .mbr-text,
.cid-uJ1FdZunIu .mbr-section-btn {
  color: #000000;
}
.cid-uHTc6KPSHu {
  background-color: #ffffff;
}
.cid-uHTc6KPSHu .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6KPSHu .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6KPSHu .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6KPSHu .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6KPSHu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc6KPSHu .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc6KPSHu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc6KPSHu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc6KPSHu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc6KPSHu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc6KPSHu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc6KPSHu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc6KPSHu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc6KPSHu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc6LkTwj {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-3.jpg-1271x1920.jpg");
  overflow: hidden;
}
.cid-uHTc6LkTwj svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc6LkTwj #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc6LkTwj img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc6LkTwj img {
    width: 90%!important;
  }
}
.cid-uHTc6LkTwj H1 {
  color: #ffffff;
}
.cid-uHTc6LkTwj H3 {
  color: #ffffff;
}
.cid-uJ1FfK6ILb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FfK6ILb .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FfK6ILb .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FfK6ILb .user {
  padding: 0!important;
}
.cid-uJ1FfK6ILb .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FfK6ILb .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FfK6ILb .carousel-item.active,
.cid-uJ1FfK6ILb .carousel-item-next,
.cid-uJ1FfK6ILb .carousel-item-prev {
  display: flex;
}
.cid-uJ1FfK6ILb .user_name {
  margin: 0;
}
.cid-uJ1FfK6ILb .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FfK6ILb .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FfK6ILb .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FfK6ILb ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FfK6ILb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FfK6ILb .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FfK6ILb .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FfK6ILb .user_desk {
  color: #767676;
}
.cid-uJ1FfK6ILb .mbr-text,
.cid-uJ1FfK6ILb .mbr-section-btn {
  color: #000000;
}
.cid-uHTc6MVgUD {
  background-color: #ffffff;
}
.cid-uHTc6MVgUD .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6MVgUD .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6MVgUD .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6MVgUD .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6MVgUD .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc6MVgUD .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc6MVgUD .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc6MVgUD .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc6MVgUD .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc6MVgUD .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc6MVgUD .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc6MVgUD .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc6MVgUD .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc6MVgUD .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc6ND8Oc {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-4.jpg-1536x1920.jpg");
  overflow: hidden;
}
.cid-uHTc6ND8Oc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc6ND8Oc #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc6ND8Oc img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc6ND8Oc img {
    width: 90%!important;
  }
}
.cid-uHTc6ND8Oc H1 {
  color: #ffffff;
}
.cid-uHTc6ND8Oc H3 {
  color: #ffffff;
}
.cid-uJ1FhuVimH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FhuVimH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FhuVimH .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FhuVimH .user {
  padding: 0!important;
}
.cid-uJ1FhuVimH .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FhuVimH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FhuVimH .carousel-item.active,
.cid-uJ1FhuVimH .carousel-item-next,
.cid-uJ1FhuVimH .carousel-item-prev {
  display: flex;
}
.cid-uJ1FhuVimH .user_name {
  margin: 0;
}
.cid-uJ1FhuVimH .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FhuVimH .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FhuVimH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FhuVimH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FhuVimH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FhuVimH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FhuVimH .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FhuVimH .user_desk {
  color: #767676;
}
.cid-uJ1FhuVimH .mbr-text,
.cid-uJ1FhuVimH .mbr-section-btn {
  color: #000000;
}
.cid-uHTc6P3bHq {
  background-color: #ffffff;
}
.cid-uHTc6P3bHq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6P3bHq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6P3bHq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6P3bHq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6P3bHq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc6P3bHq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc6P3bHq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc6P3bHq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc6P3bHq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc6P3bHq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc6P3bHq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc6P3bHq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc6P3bHq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc6P3bHq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc6PDa3h {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-5.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc6PDa3h svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc6PDa3h #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc6PDa3h img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc6PDa3h img {
    width: 90%!important;
  }
}
.cid-uHTc6PDa3h H1 {
  color: #ffffff;
}
.cid-uHTc6PDa3h H3 {
  color: #ffffff;
}
.cid-uJ1FjbhTkQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FjbhTkQ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FjbhTkQ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FjbhTkQ .user {
  padding: 0!important;
}
.cid-uJ1FjbhTkQ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FjbhTkQ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FjbhTkQ .carousel-item.active,
.cid-uJ1FjbhTkQ .carousel-item-next,
.cid-uJ1FjbhTkQ .carousel-item-prev {
  display: flex;
}
.cid-uJ1FjbhTkQ .user_name {
  margin: 0;
}
.cid-uJ1FjbhTkQ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FjbhTkQ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FjbhTkQ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FjbhTkQ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FjbhTkQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FjbhTkQ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FjbhTkQ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FjbhTkQ .user_desk {
  color: #767676;
}
.cid-uJ1FjbhTkQ .mbr-text,
.cid-uJ1FjbhTkQ .mbr-section-btn {
  color: #000000;
}
.cid-uHTc6RfY1H {
  background-color: #ffffff;
}
.cid-uHTc6RfY1H .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6RfY1H .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6RfY1H .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6RfY1H .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6RfY1H .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc6RfY1H .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc6RfY1H .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc6RfY1H .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc6RfY1H .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc6RfY1H .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc6RfY1H .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc6RfY1H .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc6RfY1H .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc6RfY1H .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc6UkffS {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-6.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHTc6UkffS svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc6UkffS #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc6UkffS img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc6UkffS img {
    width: 90%!important;
  }
}
.cid-uHTc6UkffS H1 {
  color: #ffffff;
}
.cid-uHTc6UkffS H3 {
  color: #ffffff;
}
.cid-uJ1Fmdd17J {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Fmdd17J .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Fmdd17J .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Fmdd17J .user {
  padding: 0!important;
}
.cid-uJ1Fmdd17J .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Fmdd17J .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Fmdd17J .carousel-item.active,
.cid-uJ1Fmdd17J .carousel-item-next,
.cid-uJ1Fmdd17J .carousel-item-prev {
  display: flex;
}
.cid-uJ1Fmdd17J .user_name {
  margin: 0;
}
.cid-uJ1Fmdd17J .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Fmdd17J .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Fmdd17J .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Fmdd17J ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Fmdd17J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Fmdd17J .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Fmdd17J .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Fmdd17J .user_desk {
  color: #767676;
}
.cid-uJ1Fmdd17J .mbr-text,
.cid-uJ1Fmdd17J .mbr-section-btn {
  color: #000000;
}
.cid-uHTc6Wc8sY {
  background-color: #ffffff;
}
.cid-uHTc6Wc8sY .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6Wc8sY .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6Wc8sY .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6Wc8sY .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6Wc8sY .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc6Wc8sY .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc6Wc8sY .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc6Wc8sY .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc6Wc8sY .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc6Wc8sY .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc6Wc8sY .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc6Wc8sY .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc6Wc8sY .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc6Wc8sY .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc6WOGKb {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-7.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc6WOGKb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc6WOGKb #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc6WOGKb img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc6WOGKb img {
    width: 90%!important;
  }
}
.cid-uHTc6WOGKb H1 {
  color: #ffffff;
}
.cid-uHTc6WOGKb H3 {
  color: #ffffff;
}
.cid-uJ1FpbUrSe {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FpbUrSe .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FpbUrSe .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FpbUrSe .user {
  padding: 0!important;
}
.cid-uJ1FpbUrSe .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FpbUrSe .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FpbUrSe .carousel-item.active,
.cid-uJ1FpbUrSe .carousel-item-next,
.cid-uJ1FpbUrSe .carousel-item-prev {
  display: flex;
}
.cid-uJ1FpbUrSe .user_name {
  margin: 0;
}
.cid-uJ1FpbUrSe .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FpbUrSe .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FpbUrSe .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FpbUrSe ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FpbUrSe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FpbUrSe .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FpbUrSe .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FpbUrSe .user_desk {
  color: #767676;
}
.cid-uJ1FpbUrSe .mbr-text,
.cid-uJ1FpbUrSe .mbr-section-btn {
  color: #000000;
}
.cid-uHTc6YvXY7 {
  background-color: #ffffff;
}
.cid-uHTc6YvXY7 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6YvXY7 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6YvXY7 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6YvXY7 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc6YvXY7 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc6YvXY7 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc6YvXY7 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc6YvXY7 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc6YvXY7 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc6YvXY7 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc6YvXY7 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc6YvXY7 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc6YvXY7 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc6YvXY7 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc6Z4vN4 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-8.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc6Z4vN4 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc6Z4vN4 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc6Z4vN4 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc6Z4vN4 img {
    width: 90%!important;
  }
}
.cid-uHTc6Z4vN4 H1 {
  color: #ffffff;
}
.cid-uHTc6Z4vN4 H3 {
  color: #ffffff;
}
.cid-uJ1FqPLkUj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FqPLkUj .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FqPLkUj .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FqPLkUj .user {
  padding: 0!important;
}
.cid-uJ1FqPLkUj .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FqPLkUj .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FqPLkUj .carousel-item.active,
.cid-uJ1FqPLkUj .carousel-item-next,
.cid-uJ1FqPLkUj .carousel-item-prev {
  display: flex;
}
.cid-uJ1FqPLkUj .user_name {
  margin: 0;
}
.cid-uJ1FqPLkUj .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FqPLkUj .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FqPLkUj .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FqPLkUj ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FqPLkUj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FqPLkUj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FqPLkUj .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FqPLkUj .user_desk {
  color: #767676;
}
.cid-uJ1FqPLkUj .mbr-text,
.cid-uJ1FqPLkUj .mbr-section-btn {
  color: #000000;
}
.cid-uJ1FsyzRrB {
  background-color: #ffffff;
}
.cid-uJ1FsyzRrB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1FsyzRrB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1FsyzRrB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1FsyzRrB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1FsyzRrB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1FsyzRrB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1FsyzRrB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1FsyzRrB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1FsyzRrB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1FsyzRrB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1FsyzRrB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1FsyzRrB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1FsyzRrB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1FsyzRrB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc70TggJ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-9.jpg-1250x1920.jpg");
  overflow: hidden;
}
.cid-uHTc70TggJ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc70TggJ #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc70TggJ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc70TggJ img {
    width: 90%!important;
  }
}
.cid-uHTc70TggJ H1 {
  color: #ffffff;
}
.cid-uHTc70TggJ H3 {
  color: #ffffff;
}
.cid-uJ1FuhOa8a {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FuhOa8a .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FuhOa8a .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FuhOa8a .user {
  padding: 0!important;
}
.cid-uJ1FuhOa8a .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FuhOa8a .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FuhOa8a .carousel-item.active,
.cid-uJ1FuhOa8a .carousel-item-next,
.cid-uJ1FuhOa8a .carousel-item-prev {
  display: flex;
}
.cid-uJ1FuhOa8a .user_name {
  margin: 0;
}
.cid-uJ1FuhOa8a .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FuhOa8a .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FuhOa8a .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FuhOa8a ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FuhOa8a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FuhOa8a .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FuhOa8a .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FuhOa8a .user_desk {
  color: #767676;
}
.cid-uJ1FuhOa8a .mbr-text,
.cid-uJ1FuhOa8a .mbr-section-btn {
  color: #000000;
}
.cid-uHTc764ePi {
  background-color: #ffffff;
}
.cid-uHTc764ePi .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc764ePi .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc764ePi .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc764ePi .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc764ePi .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc764ePi .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc764ePi .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc764ePi .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc764ePi .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc764ePi .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc764ePi .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc764ePi .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc764ePi .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc764ePi .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc76FIKc {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-10.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc76FIKc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc76FIKc #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc76FIKc img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc76FIKc img {
    width: 90%!important;
  }
}
.cid-uHTc76FIKc H1 {
  color: #ffffff;
}
.cid-uHTc76FIKc H3 {
  color: #ffffff;
}
.cid-uJ1FxbOXQ9 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FxbOXQ9 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FxbOXQ9 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FxbOXQ9 .user {
  padding: 0!important;
}
.cid-uJ1FxbOXQ9 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FxbOXQ9 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FxbOXQ9 .carousel-item.active,
.cid-uJ1FxbOXQ9 .carousel-item-next,
.cid-uJ1FxbOXQ9 .carousel-item-prev {
  display: flex;
}
.cid-uJ1FxbOXQ9 .user_name {
  margin: 0;
}
.cid-uJ1FxbOXQ9 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FxbOXQ9 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FxbOXQ9 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FxbOXQ9 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FxbOXQ9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FxbOXQ9 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FxbOXQ9 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FxbOXQ9 .user_desk {
  color: #767676;
}
.cid-uJ1FxbOXQ9 .mbr-text,
.cid-uJ1FxbOXQ9 .mbr-section-btn {
  color: #000000;
}
.cid-uHTc78zc6s {
  background-color: #ffffff;
}
.cid-uHTc78zc6s .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc78zc6s .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc78zc6s .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc78zc6s .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc78zc6s .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc78zc6s .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc78zc6s .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc78zc6s .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc78zc6s .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc78zc6s .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc78zc6s .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc78zc6s .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc78zc6s .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc78zc6s .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc79fzv7 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-11.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHTc79fzv7 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc79fzv7 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc79fzv7 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc79fzv7 img {
    width: 90%!important;
  }
}
.cid-uHTc79fzv7 H1 {
  color: #ffffff;
}
.cid-uHTc79fzv7 H3 {
  color: #ffffff;
}
.cid-uJ1FyScds6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FyScds6 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FyScds6 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FyScds6 .user {
  padding: 0!important;
}
.cid-uJ1FyScds6 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FyScds6 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FyScds6 .carousel-item.active,
.cid-uJ1FyScds6 .carousel-item-next,
.cid-uJ1FyScds6 .carousel-item-prev {
  display: flex;
}
.cid-uJ1FyScds6 .user_name {
  margin: 0;
}
.cid-uJ1FyScds6 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FyScds6 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FyScds6 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FyScds6 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FyScds6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FyScds6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FyScds6 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FyScds6 .user_desk {
  color: #767676;
}
.cid-uJ1FyScds6 .mbr-text,
.cid-uJ1FyScds6 .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7b4lZP {
  background-color: #ffffff;
}
.cid-uHTc7b4lZP .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7b4lZP .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7b4lZP .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7b4lZP .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7b4lZP .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7b4lZP .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7b4lZP .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7b4lZP .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7b4lZP .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7b4lZP .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7b4lZP .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7b4lZP .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7b4lZP .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7b4lZP .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7cnlI0 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-12.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7cnlI0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7cnlI0 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7cnlI0 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7cnlI0 img {
    width: 90%!important;
  }
}
.cid-uHTc7cnlI0 H1 {
  color: #ffffff;
}
.cid-uHTc7cnlI0 H3 {
  color: #ffffff;
}
.cid-uJ1FGtc7lY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FGtc7lY .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FGtc7lY .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FGtc7lY .user {
  padding: 0!important;
}
.cid-uJ1FGtc7lY .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FGtc7lY .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FGtc7lY .carousel-item.active,
.cid-uJ1FGtc7lY .carousel-item-next,
.cid-uJ1FGtc7lY .carousel-item-prev {
  display: flex;
}
.cid-uJ1FGtc7lY .user_name {
  margin: 0;
}
.cid-uJ1FGtc7lY .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FGtc7lY .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FGtc7lY .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FGtc7lY ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FGtc7lY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FGtc7lY .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FGtc7lY .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FGtc7lY .user_desk {
  color: #767676;
}
.cid-uJ1FGtc7lY .mbr-text,
.cid-uJ1FGtc7lY .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7eebTA {
  background-color: #ffffff;
}
.cid-uHTc7eebTA .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7eebTA .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7eebTA .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7eebTA .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7eebTA .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7eebTA .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7eebTA .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7eebTA .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7eebTA .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7eebTA .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7eebTA .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7eebTA .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7eebTA .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7eebTA .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7eTq0T {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-13.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7eTq0T svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7eTq0T #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7eTq0T img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7eTq0T img {
    width: 90%!important;
  }
}
.cid-uHTc7eTq0T H1 {
  color: #ffffff;
}
.cid-uHTc7eTq0T H3 {
  color: #ffffff;
}
.cid-uJ1FN8dGNW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1FN8dGNW .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1FN8dGNW .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1FN8dGNW .user {
  padding: 0!important;
}
.cid-uJ1FN8dGNW .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1FN8dGNW .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1FN8dGNW .carousel-item.active,
.cid-uJ1FN8dGNW .carousel-item-next,
.cid-uJ1FN8dGNW .carousel-item-prev {
  display: flex;
}
.cid-uJ1FN8dGNW .user_name {
  margin: 0;
}
.cid-uJ1FN8dGNW .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1FN8dGNW .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1FN8dGNW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1FN8dGNW ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1FN8dGNW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1FN8dGNW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1FN8dGNW .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1FN8dGNW .user_desk {
  color: #767676;
}
.cid-uJ1FN8dGNW .mbr-text,
.cid-uJ1FN8dGNW .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7hajxx {
  background-color: #ffffff;
}
.cid-uHTc7hajxx .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7hajxx .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7hajxx .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7hajxx .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7hajxx .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7hajxx .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7hajxx .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7hajxx .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7hajxx .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7hajxx .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7hajxx .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7hajxx .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7hajxx .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7hajxx .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7hRVDG {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-14.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7hRVDG svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7hRVDG #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7hRVDG img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7hRVDG img {
    width: 90%!important;
  }
}
.cid-uHTc7hRVDG H1 {
  color: #ffffff;
}
.cid-uHTc7hRVDG H3 {
  color: #ffffff;
}
.cid-uJ1GpfERgK {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GpfERgK .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GpfERgK .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GpfERgK .user {
  padding: 0!important;
}
.cid-uJ1GpfERgK .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GpfERgK .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GpfERgK .carousel-item.active,
.cid-uJ1GpfERgK .carousel-item-next,
.cid-uJ1GpfERgK .carousel-item-prev {
  display: flex;
}
.cid-uJ1GpfERgK .user_name {
  margin: 0;
}
.cid-uJ1GpfERgK .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GpfERgK .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GpfERgK .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GpfERgK ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GpfERgK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GpfERgK .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GpfERgK .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GpfERgK .user_desk {
  color: #767676;
}
.cid-uJ1GpfERgK .mbr-text,
.cid-uJ1GpfERgK .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7khCuy {
  background-color: #ffffff;
}
.cid-uHTc7khCuy .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7khCuy .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7khCuy .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7khCuy .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7khCuy .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7khCuy .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7khCuy .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7khCuy .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7khCuy .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7khCuy .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7khCuy .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7khCuy .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7khCuy .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7khCuy .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7kYeBn {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-15.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7kYeBn svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7kYeBn #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7kYeBn img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7kYeBn img {
    width: 90%!important;
  }
}
.cid-uHTc7kYeBn H1 {
  color: #ffffff;
}
.cid-uHTc7kYeBn H3 {
  color: #ffffff;
}
.cid-uJ1GrYZKs1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GrYZKs1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GrYZKs1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GrYZKs1 .user {
  padding: 0!important;
}
.cid-uJ1GrYZKs1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GrYZKs1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GrYZKs1 .carousel-item.active,
.cid-uJ1GrYZKs1 .carousel-item-next,
.cid-uJ1GrYZKs1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1GrYZKs1 .user_name {
  margin: 0;
}
.cid-uJ1GrYZKs1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GrYZKs1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GrYZKs1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GrYZKs1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GrYZKs1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GrYZKs1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GrYZKs1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GrYZKs1 .user_desk {
  color: #767676;
}
.cid-uJ1GrYZKs1 .mbr-text,
.cid-uJ1GrYZKs1 .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7mW4Ly {
  background-color: #ffffff;
}
.cid-uHTc7mW4Ly .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7mW4Ly .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7mW4Ly .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7mW4Ly .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7mW4Ly .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7mW4Ly .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7mW4Ly .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7mW4Ly .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7mW4Ly .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7mW4Ly .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7mW4Ly .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7mW4Ly .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7mW4Ly .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7mW4Ly .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7nDSYA {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-16.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7nDSYA svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7nDSYA #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7nDSYA img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7nDSYA img {
    width: 90%!important;
  }
}
.cid-uHTc7nDSYA H1 {
  color: #ffffff;
}
.cid-uHTc7nDSYA H3 {
  color: #ffffff;
}
.cid-uJ1GuLY3jX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GuLY3jX .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GuLY3jX .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GuLY3jX .user {
  padding: 0!important;
}
.cid-uJ1GuLY3jX .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GuLY3jX .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GuLY3jX .carousel-item.active,
.cid-uJ1GuLY3jX .carousel-item-next,
.cid-uJ1GuLY3jX .carousel-item-prev {
  display: flex;
}
.cid-uJ1GuLY3jX .user_name {
  margin: 0;
}
.cid-uJ1GuLY3jX .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GuLY3jX .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GuLY3jX .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GuLY3jX ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GuLY3jX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GuLY3jX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GuLY3jX .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GuLY3jX .user_desk {
  color: #767676;
}
.cid-uJ1GuLY3jX .mbr-text,
.cid-uJ1GuLY3jX .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7pzpqb {
  background-color: #ffffff;
}
.cid-uHTc7pzpqb .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7pzpqb .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7pzpqb .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7pzpqb .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7pzpqb .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7pzpqb .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7pzpqb .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7pzpqb .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7pzpqb .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7pzpqb .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7pzpqb .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7pzpqb .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7pzpqb .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7pzpqb .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7qraC0 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-17.jpg-1074x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7qraC0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7qraC0 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7qraC0 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7qraC0 img {
    width: 90%!important;
  }
}
.cid-uHTc7qraC0 H1 {
  color: #ffffff;
}
.cid-uHTc7qraC0 H3 {
  color: #ffffff;
}
.cid-uJ1Gx7aAMD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Gx7aAMD .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Gx7aAMD .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Gx7aAMD .user {
  padding: 0!important;
}
.cid-uJ1Gx7aAMD .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Gx7aAMD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Gx7aAMD .carousel-item.active,
.cid-uJ1Gx7aAMD .carousel-item-next,
.cid-uJ1Gx7aAMD .carousel-item-prev {
  display: flex;
}
.cid-uJ1Gx7aAMD .user_name {
  margin: 0;
}
.cid-uJ1Gx7aAMD .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Gx7aAMD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Gx7aAMD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Gx7aAMD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Gx7aAMD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Gx7aAMD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Gx7aAMD .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Gx7aAMD .user_desk {
  color: #767676;
}
.cid-uJ1Gx7aAMD .mbr-text,
.cid-uJ1Gx7aAMD .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7rnUHv {
  background-color: #ffffff;
}
.cid-uHTc7rnUHv .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7rnUHv .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7rnUHv .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7rnUHv .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7rnUHv .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7rnUHv .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7rnUHv .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7rnUHv .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7rnUHv .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7rnUHv .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7rnUHv .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7rnUHv .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7rnUHv .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7rnUHv .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7tsZz0 {
  background-color: #ffffff;
}
.cid-uHTc7tsZz0 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7tsZz0 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7tsZz0 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7tsZz0 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7tsZz0 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7tsZz0 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7tsZz0 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7tsZz0 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7tsZz0 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7tsZz0 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7tsZz0 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7tsZz0 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7tsZz0 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7tsZz0 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7ujcV8 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-18.jpg-1914x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7ujcV8 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7ujcV8 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7ujcV8 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7ujcV8 img {
    width: 90%!important;
  }
}
.cid-uHTc7ujcV8 H1 {
  color: #ffffff;
}
.cid-uHTc7ujcV8 H3 {
  color: #ffffff;
}
.cid-uJ1GB8MBmY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GB8MBmY .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GB8MBmY .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GB8MBmY .user {
  padding: 0!important;
}
.cid-uJ1GB8MBmY .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GB8MBmY .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GB8MBmY .carousel-item.active,
.cid-uJ1GB8MBmY .carousel-item-next,
.cid-uJ1GB8MBmY .carousel-item-prev {
  display: flex;
}
.cid-uJ1GB8MBmY .user_name {
  margin: 0;
}
.cid-uJ1GB8MBmY .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GB8MBmY .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GB8MBmY .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GB8MBmY ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GB8MBmY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GB8MBmY .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GB8MBmY .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GB8MBmY .user_desk {
  color: #767676;
}
.cid-uJ1GB8MBmY .mbr-text,
.cid-uJ1GB8MBmY .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7yHml7 {
  background-color: #ffffff;
}
.cid-uHTc7yHml7 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7yHml7 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7yHml7 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7yHml7 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7yHml7 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7yHml7 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7yHml7 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7yHml7 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7yHml7 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7yHml7 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7yHml7 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7yHml7 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7yHml7 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7yHml7 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7zvbhD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-19.jpg-1281x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7zvbhD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7zvbhD #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7zvbhD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7zvbhD img {
    width: 90%!important;
  }
}
.cid-uHTc7zvbhD H1 {
  color: #ffffff;
}
.cid-uHTc7zvbhD H3 {
  color: #ffffff;
}
.cid-uJ1GDEE7Fs {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GDEE7Fs .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GDEE7Fs .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GDEE7Fs .user {
  padding: 0!important;
}
.cid-uJ1GDEE7Fs .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GDEE7Fs .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GDEE7Fs .carousel-item.active,
.cid-uJ1GDEE7Fs .carousel-item-next,
.cid-uJ1GDEE7Fs .carousel-item-prev {
  display: flex;
}
.cid-uJ1GDEE7Fs .user_name {
  margin: 0;
}
.cid-uJ1GDEE7Fs .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GDEE7Fs .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GDEE7Fs .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GDEE7Fs ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GDEE7Fs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GDEE7Fs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GDEE7Fs .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GDEE7Fs .user_desk {
  color: #767676;
}
.cid-uJ1GDEE7Fs .mbr-text,
.cid-uJ1GDEE7Fs .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7BLa6w {
  background-color: #ffffff;
}
.cid-uHTc7BLa6w .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7BLa6w .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7BLa6w .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7BLa6w .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7BLa6w .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7BLa6w .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7BLa6w .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7BLa6w .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7BLa6w .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7BLa6w .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7BLa6w .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7BLa6w .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7BLa6w .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7BLa6w .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7CC70j {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-20.jpg-1281x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7CC70j svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7CC70j #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7CC70j img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7CC70j img {
    width: 90%!important;
  }
}
.cid-uHTc7CC70j H1 {
  color: #ffffff;
}
.cid-uHTc7CC70j H3 {
  color: #ffffff;
}
.cid-uJ1GHeHllj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GHeHllj .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GHeHllj .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GHeHllj .user {
  padding: 0!important;
}
.cid-uJ1GHeHllj .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GHeHllj .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GHeHllj .carousel-item.active,
.cid-uJ1GHeHllj .carousel-item-next,
.cid-uJ1GHeHllj .carousel-item-prev {
  display: flex;
}
.cid-uJ1GHeHllj .user_name {
  margin: 0;
}
.cid-uJ1GHeHllj .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GHeHllj .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GHeHllj .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GHeHllj ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GHeHllj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GHeHllj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GHeHllj .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GHeHllj .user_desk {
  color: #767676;
}
.cid-uJ1GHeHllj .mbr-text,
.cid-uJ1GHeHllj .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7G0z7o {
  background-color: #ffffff;
}
.cid-uHTc7G0z7o .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7G0z7o .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7G0z7o .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7G0z7o .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7G0z7o .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7G0z7o .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7G0z7o .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7G0z7o .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7G0z7o .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7G0z7o .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7G0z7o .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7G0z7o .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7G0z7o .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7G0z7o .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7GUJ2Q {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-21.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7GUJ2Q svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7GUJ2Q #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7GUJ2Q img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7GUJ2Q img {
    width: 90%!important;
  }
}
.cid-uHTc7GUJ2Q H1 {
  color: #ffffff;
}
.cid-uHTc7GUJ2Q H3 {
  color: #ffffff;
}
.cid-uJ1GKPoXjy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GKPoXjy .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GKPoXjy .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GKPoXjy .user {
  padding: 0!important;
}
.cid-uJ1GKPoXjy .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GKPoXjy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GKPoXjy .carousel-item.active,
.cid-uJ1GKPoXjy .carousel-item-next,
.cid-uJ1GKPoXjy .carousel-item-prev {
  display: flex;
}
.cid-uJ1GKPoXjy .user_name {
  margin: 0;
}
.cid-uJ1GKPoXjy .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GKPoXjy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GKPoXjy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GKPoXjy ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GKPoXjy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GKPoXjy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GKPoXjy .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GKPoXjy .user_desk {
  color: #767676;
}
.cid-uJ1GKPoXjy .mbr-text,
.cid-uJ1GKPoXjy .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7JvIxC {
  background-color: #ffffff;
}
.cid-uHTc7JvIxC .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7JvIxC .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7JvIxC .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7JvIxC .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7JvIxC .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7JvIxC .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7JvIxC .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7JvIxC .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7JvIxC .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7JvIxC .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7JvIxC .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7JvIxC .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7JvIxC .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7JvIxC .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7Kp8yv {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-22.jpg-1283x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7Kp8yv svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7Kp8yv #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7Kp8yv img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7Kp8yv img {
    width: 90%!important;
  }
}
.cid-uHTc7Kp8yv H1 {
  color: #ffffff;
}
.cid-uHTc7Kp8yv H3 {
  color: #ffffff;
}
.cid-uJ1GNJebWl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GNJebWl .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GNJebWl .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GNJebWl .user {
  padding: 0!important;
}
.cid-uJ1GNJebWl .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GNJebWl .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GNJebWl .carousel-item.active,
.cid-uJ1GNJebWl .carousel-item-next,
.cid-uJ1GNJebWl .carousel-item-prev {
  display: flex;
}
.cid-uJ1GNJebWl .user_name {
  margin: 0;
}
.cid-uJ1GNJebWl .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GNJebWl .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GNJebWl .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GNJebWl ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GNJebWl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GNJebWl .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GNJebWl .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GNJebWl .user_desk {
  color: #767676;
}
.cid-uJ1GNJebWl .mbr-text,
.cid-uJ1GNJebWl .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7O1m2o {
  background-color: #ffffff;
}
.cid-uHTc7O1m2o .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7O1m2o .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7O1m2o .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7O1m2o .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7O1m2o .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7O1m2o .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7O1m2o .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7O1m2o .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7O1m2o .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7O1m2o .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7O1m2o .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7O1m2o .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7O1m2o .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7O1m2o .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7P17NB {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-23.jpg-1833x1920.jpeg");
  overflow: hidden;
}
.cid-uHTc7P17NB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7P17NB #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7P17NB img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7P17NB img {
    width: 90%!important;
  }
}
.cid-uHTc7P17NB H1 {
  color: #ffffff;
}
.cid-uHTc7P17NB H3 {
  color: #ffffff;
}
.cid-uJ1GSYhxnK {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GSYhxnK .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GSYhxnK .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GSYhxnK .user {
  padding: 0!important;
}
.cid-uJ1GSYhxnK .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GSYhxnK .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GSYhxnK .carousel-item.active,
.cid-uJ1GSYhxnK .carousel-item-next,
.cid-uJ1GSYhxnK .carousel-item-prev {
  display: flex;
}
.cid-uJ1GSYhxnK .user_name {
  margin: 0;
}
.cid-uJ1GSYhxnK .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GSYhxnK .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GSYhxnK .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GSYhxnK ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GSYhxnK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GSYhxnK .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GSYhxnK .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GSYhxnK .user_desk {
  color: #767676;
}
.cid-uJ1GSYhxnK .mbr-text,
.cid-uJ1GSYhxnK .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7RpEnV {
  background-color: #ffffff;
}
.cid-uHTc7RpEnV .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7RpEnV .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7RpEnV .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7RpEnV .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7RpEnV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7RpEnV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7RpEnV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7RpEnV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7RpEnV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7RpEnV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7RpEnV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7RpEnV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7RpEnV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7RpEnV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7SjnK1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-24.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7SjnK1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7SjnK1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7SjnK1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7SjnK1 img {
    width: 90%!important;
  }
}
.cid-uHTc7SjnK1 H1 {
  color: #ffffff;
}
.cid-uHTc7SjnK1 H3 {
  color: #ffffff;
}
.cid-uJ1GWnOLUZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1GWnOLUZ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1GWnOLUZ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1GWnOLUZ .user {
  padding: 0!important;
}
.cid-uJ1GWnOLUZ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1GWnOLUZ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1GWnOLUZ .carousel-item.active,
.cid-uJ1GWnOLUZ .carousel-item-next,
.cid-uJ1GWnOLUZ .carousel-item-prev {
  display: flex;
}
.cid-uJ1GWnOLUZ .user_name {
  margin: 0;
}
.cid-uJ1GWnOLUZ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1GWnOLUZ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1GWnOLUZ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1GWnOLUZ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1GWnOLUZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1GWnOLUZ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1GWnOLUZ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1GWnOLUZ .user_desk {
  color: #767676;
}
.cid-uJ1GWnOLUZ .mbr-text,
.cid-uJ1GWnOLUZ .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7UDJFR {
  background-color: #ffffff;
}
.cid-uHTc7UDJFR .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7UDJFR .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7UDJFR .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7UDJFR .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7UDJFR .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7UDJFR .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7UDJFR .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7UDJFR .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7UDJFR .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7UDJFR .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7UDJFR .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7UDJFR .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7UDJFR .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7UDJFR .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7VvczX {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-25.jpg-2000x3000.jpg");
  overflow: hidden;
}
.cid-uHTc7VvczX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7VvczX #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7VvczX img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7VvczX img {
    width: 90%!important;
  }
}
.cid-uHTc7VvczX H1 {
  color: #ffffff;
}
.cid-uHTc7VvczX H3 {
  color: #ffffff;
}
.cid-uJ1H2o4pYx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1H2o4pYx .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1H2o4pYx .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1H2o4pYx .user {
  padding: 0!important;
}
.cid-uJ1H2o4pYx .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1H2o4pYx .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1H2o4pYx .carousel-item.active,
.cid-uJ1H2o4pYx .carousel-item-next,
.cid-uJ1H2o4pYx .carousel-item-prev {
  display: flex;
}
.cid-uJ1H2o4pYx .user_name {
  margin: 0;
}
.cid-uJ1H2o4pYx .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1H2o4pYx .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1H2o4pYx .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1H2o4pYx ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1H2o4pYx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1H2o4pYx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1H2o4pYx .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1H2o4pYx .user_desk {
  color: #767676;
}
.cid-uJ1H2o4pYx .mbr-text,
.cid-uJ1H2o4pYx .mbr-section-btn {
  color: #000000;
}
.cid-uHTc7WDFiV {
  background-color: #ffffff;
}
.cid-uHTc7WDFiV .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7WDFiV .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7WDFiV .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7WDFiV .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7WDFiV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7WDFiV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7WDFiV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7WDFiV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7WDFiV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7WDFiV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7WDFiV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7WDFiV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7WDFiV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7WDFiV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7YKvAJ {
  background-color: #ffffff;
}
.cid-uHTc7YKvAJ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7YKvAJ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7YKvAJ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7YKvAJ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc7YKvAJ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc7YKvAJ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc7YKvAJ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc7YKvAJ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc7YKvAJ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc7YKvAJ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc7YKvAJ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc7YKvAJ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc7YKvAJ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc7YKvAJ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc7ZNy8J {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-26.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc7ZNy8J svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc7ZNy8J #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc7ZNy8J img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc7ZNy8J img {
    width: 90%!important;
  }
}
.cid-uHTc7ZNy8J H1 {
  color: #ffffff;
}
.cid-uHTc7ZNy8J H3 {
  color: #ffffff;
}
.cid-uJ1HbbAZs3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1HbbAZs3 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1HbbAZs3 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1HbbAZs3 .user {
  padding: 0!important;
}
.cid-uJ1HbbAZs3 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1HbbAZs3 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1HbbAZs3 .carousel-item.active,
.cid-uJ1HbbAZs3 .carousel-item-next,
.cid-uJ1HbbAZs3 .carousel-item-prev {
  display: flex;
}
.cid-uJ1HbbAZs3 .user_name {
  margin: 0;
}
.cid-uJ1HbbAZs3 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1HbbAZs3 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1HbbAZs3 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1HbbAZs3 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1HbbAZs3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1HbbAZs3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1HbbAZs3 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1HbbAZs3 .user_desk {
  color: #767676;
}
.cid-uJ1HbbAZs3 .mbr-text,
.cid-uJ1HbbAZs3 .mbr-section-btn {
  color: #000000;
}
.cid-uHTc83iQwX {
  background-color: #ffffff;
}
.cid-uHTc83iQwX .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc83iQwX .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc83iQwX .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc83iQwX .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc83iQwX .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc83iQwX .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc83iQwX .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc83iQwX .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc83iQwX .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc83iQwX .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc83iQwX .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc83iQwX .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc83iQwX .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc83iQwX .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc84kApA {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-27.jpg-1282x1920.jpg");
  overflow: hidden;
}
.cid-uHTc84kApA svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc84kApA #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc84kApA img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc84kApA img {
    width: 90%!important;
  }
}
.cid-uHTc84kApA H1 {
  color: #ffffff;
}
.cid-uHTc84kApA H3 {
  color: #ffffff;
}
.cid-uJ1Hef7dCA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Hef7dCA .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Hef7dCA .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Hef7dCA .user {
  padding: 0!important;
}
.cid-uJ1Hef7dCA .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Hef7dCA .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Hef7dCA .carousel-item.active,
.cid-uJ1Hef7dCA .carousel-item-next,
.cid-uJ1Hef7dCA .carousel-item-prev {
  display: flex;
}
.cid-uJ1Hef7dCA .user_name {
  margin: 0;
}
.cid-uJ1Hef7dCA .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Hef7dCA .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Hef7dCA .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Hef7dCA ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Hef7dCA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Hef7dCA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Hef7dCA .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Hef7dCA .user_desk {
  color: #767676;
}
.cid-uJ1Hef7dCA .mbr-text,
.cid-uJ1Hef7dCA .mbr-section-btn {
  color: #000000;
}
.cid-uHTc86PpK7 {
  background-color: #ffffff;
}
.cid-uHTc86PpK7 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc86PpK7 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc86PpK7 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc86PpK7 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc86PpK7 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc86PpK7 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc86PpK7 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc86PpK7 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc86PpK7 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc86PpK7 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc86PpK7 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc86PpK7 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc86PpK7 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc86PpK7 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc87QXS5 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-28.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHTc87QXS5 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc87QXS5 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc87QXS5 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc87QXS5 img {
    width: 90%!important;
  }
}
.cid-uHTc87QXS5 H1 {
  color: #ffffff;
}
.cid-uHTc87QXS5 H3 {
  color: #ffffff;
}
.cid-uJ1HgMDDpt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1HgMDDpt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1HgMDDpt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1HgMDDpt .user {
  padding: 0!important;
}
.cid-uJ1HgMDDpt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1HgMDDpt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1HgMDDpt .carousel-item.active,
.cid-uJ1HgMDDpt .carousel-item-next,
.cid-uJ1HgMDDpt .carousel-item-prev {
  display: flex;
}
.cid-uJ1HgMDDpt .user_name {
  margin: 0;
}
.cid-uJ1HgMDDpt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1HgMDDpt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1HgMDDpt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1HgMDDpt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1HgMDDpt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1HgMDDpt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1HgMDDpt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1HgMDDpt .user_desk {
  color: #767676;
}
.cid-uJ1HgMDDpt .mbr-text,
.cid-uJ1HgMDDpt .mbr-section-btn {
  color: #000000;
}
.cid-uHTc8amUQL {
  background-color: #ffffff;
}
.cid-uHTc8amUQL .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8amUQL .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8amUQL .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8amUQL .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8amUQL .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc8amUQL .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc8amUQL .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc8amUQL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc8amUQL .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc8amUQL .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc8amUQL .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc8amUQL .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc8amUQL .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc8amUQL .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc8box0b {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-29.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHTc8box0b svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc8box0b #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc8box0b img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc8box0b img {
    width: 90%!important;
  }
}
.cid-uHTc8box0b H1 {
  color: #ffffff;
}
.cid-uHTc8box0b H3 {
  color: #ffffff;
}
.cid-uJ1HjcAtWR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1HjcAtWR .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1HjcAtWR .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1HjcAtWR .user {
  padding: 0!important;
}
.cid-uJ1HjcAtWR .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1HjcAtWR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1HjcAtWR .carousel-item.active,
.cid-uJ1HjcAtWR .carousel-item-next,
.cid-uJ1HjcAtWR .carousel-item-prev {
  display: flex;
}
.cid-uJ1HjcAtWR .user_name {
  margin: 0;
}
.cid-uJ1HjcAtWR .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1HjcAtWR .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1HjcAtWR .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1HjcAtWR ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1HjcAtWR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1HjcAtWR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1HjcAtWR .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1HjcAtWR .user_desk {
  color: #767676;
}
.cid-uJ1HjcAtWR .mbr-text,
.cid-uJ1HjcAtWR .mbr-section-btn {
  color: #000000;
}
.cid-uHTc8dP5Tq {
  background-color: #ffffff;
}
.cid-uHTc8dP5Tq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8dP5Tq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8dP5Tq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8dP5Tq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8dP5Tq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc8dP5Tq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc8dP5Tq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc8dP5Tq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc8dP5Tq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc8dP5Tq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc8dP5Tq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc8dP5Tq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc8dP5Tq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc8dP5Tq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc8eTjgk {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-30.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHTc8eTjgk svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc8eTjgk #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc8eTjgk img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc8eTjgk img {
    width: 90%!important;
  }
}
.cid-uHTc8eTjgk H1 {
  color: #ffffff;
}
.cid-uHTc8eTjgk H3 {
  color: #ffffff;
}
.cid-uJ1HllbpNp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1HllbpNp .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1HllbpNp .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1HllbpNp .user {
  padding: 0!important;
}
.cid-uJ1HllbpNp .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1HllbpNp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1HllbpNp .carousel-item.active,
.cid-uJ1HllbpNp .carousel-item-next,
.cid-uJ1HllbpNp .carousel-item-prev {
  display: flex;
}
.cid-uJ1HllbpNp .user_name {
  margin: 0;
}
.cid-uJ1HllbpNp .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1HllbpNp .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1HllbpNp .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1HllbpNp ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1HllbpNp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1HllbpNp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1HllbpNp .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1HllbpNp .user_desk {
  color: #767676;
}
.cid-uJ1HllbpNp .mbr-text,
.cid-uJ1HllbpNp .mbr-section-btn {
  color: #000000;
}
.cid-uHTc8iATwt {
  background-color: #ffffff;
}
.cid-uHTc8iATwt .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8iATwt .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8iATwt .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8iATwt .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8iATwt .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc8iATwt .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc8iATwt .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc8iATwt .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc8iATwt .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc8iATwt .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc8iATwt .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc8iATwt .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc8iATwt .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc8iATwt .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc8jNkeE {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/august-31.jpg-1279x1920.jpg");
  overflow: hidden;
}
.cid-uHTc8jNkeE svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHTc8jNkeE #e2_shape {
  fill: #ffffff !important;
}
.cid-uHTc8jNkeE img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHTc8jNkeE img {
    width: 90%!important;
  }
}
.cid-uHTc8jNkeE H1 {
  color: #ffffff;
}
.cid-uHTc8jNkeE H3 {
  color: #ffffff;
}
.cid-uJ1HptaBJH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1HptaBJH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1HptaBJH .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1HptaBJH .user {
  padding: 0!important;
}
.cid-uJ1HptaBJH .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1HptaBJH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1HptaBJH .carousel-item.active,
.cid-uJ1HptaBJH .carousel-item-next,
.cid-uJ1HptaBJH .carousel-item-prev {
  display: flex;
}
.cid-uJ1HptaBJH .user_name {
  margin: 0;
}
.cid-uJ1HptaBJH .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1HptaBJH .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1HptaBJH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1HptaBJH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1HptaBJH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1HptaBJH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1HptaBJH .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1HptaBJH .user_desk {
  color: #767676;
}
.cid-uJ1HptaBJH .mbr-text,
.cid-uJ1HptaBJH .mbr-section-btn {
  color: #000000;
}
.cid-uHTc8mh1o2 {
  background-color: #ffffff;
}
.cid-uHTc8mh1o2 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8mh1o2 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8mh1o2 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8mh1o2 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8mh1o2 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc8mh1o2 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc8mh1o2 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc8mh1o2 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc8mh1o2 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc8mh1o2 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc8mh1o2 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc8mh1o2 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc8mh1o2 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc8mh1o2 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHTc8ndcTC {
  background-color: #ffffff;
}
.cid-uHTc8ndcTC .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8ndcTC .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8ndcTC .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8ndcTC .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHTc8ndcTC .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHTc8ndcTC .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHTc8ndcTC .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHTc8ndcTC .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHTc8ndcTC .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHTc8ndcTC .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHTc8ndcTC .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHTc8ndcTC .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHTc8ndcTC .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHTc8ndcTC .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uHX9rn1xHj {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-1.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHX9rn1xHj svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rn1xHj #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rn1xHj img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rn1xHj img {
    width: 90%!important;
  }
}
.cid-uHX9rn1xHj H1 {
  color: #ffffff;
}
.cid-uHX9rn1xHj H3 {
  color: #ffffff;
}
.cid-uJ1JWvGliw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1JWvGliw .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1JWvGliw .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1JWvGliw .user {
  padding: 0!important;
}
.cid-uJ1JWvGliw .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1JWvGliw .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1JWvGliw .carousel-item.active,
.cid-uJ1JWvGliw .carousel-item-next,
.cid-uJ1JWvGliw .carousel-item-prev {
  display: flex;
}
.cid-uJ1JWvGliw .user_name {
  margin: 0;
}
.cid-uJ1JWvGliw .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1JWvGliw .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1JWvGliw .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1JWvGliw ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1JWvGliw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1JWvGliw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1JWvGliw .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1JWvGliw .user_desk {
  color: #767676;
}
.cid-uJ1JWvGliw .mbr-text,
.cid-uJ1JWvGliw .mbr-section-btn {
  color: #000000;
}
.cid-uHX9ruJSbb {
  background-color: #ffffff;
}
.cid-uHX9ruJSbb .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9ruJSbb .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9ruJSbb .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9ruJSbb .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9ruJSbb .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9ruJSbb .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9ruJSbb .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9ruJSbb .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9ruJSbb .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9ruJSbb .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9ruJSbb .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9ruJSbb .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9ruJSbb .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9ruJSbb .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rvSIQl {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-2.jpg-1440x1920.jpg");
  overflow: hidden;
}
.cid-uHX9rvSIQl svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rvSIQl #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rvSIQl img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rvSIQl img {
    width: 90%!important;
  }
}
.cid-uHX9rvSIQl H1 {
  color: #ffffff;
}
.cid-uHX9rvSIQl H3 {
  color: #ffffff;
}
.cid-uJ1K1bHPQH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1K1bHPQH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1K1bHPQH .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1K1bHPQH .user {
  padding: 0!important;
}
.cid-uJ1K1bHPQH .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1K1bHPQH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1K1bHPQH .carousel-item.active,
.cid-uJ1K1bHPQH .carousel-item-next,
.cid-uJ1K1bHPQH .carousel-item-prev {
  display: flex;
}
.cid-uJ1K1bHPQH .user_name {
  margin: 0;
}
.cid-uJ1K1bHPQH .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1K1bHPQH .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1K1bHPQH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1K1bHPQH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1K1bHPQH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1K1bHPQH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1K1bHPQH .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1K1bHPQH .user_desk {
  color: #767676;
}
.cid-uJ1K1bHPQH .mbr-text,
.cid-uJ1K1bHPQH .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rxRieM {
  background-color: #ffffff;
}
.cid-uHX9rxRieM .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rxRieM .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rxRieM .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rxRieM .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rxRieM .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rxRieM .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rxRieM .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rxRieM .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rxRieM .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rxRieM .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rxRieM .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rxRieM .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rxRieM .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rxRieM .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rzJfuR {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-3.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHX9rzJfuR svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rzJfuR #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rzJfuR img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rzJfuR img {
    width: 90%!important;
  }
}
.cid-uHX9rzJfuR H1 {
  color: #ffffff;
}
.cid-uHX9rzJfuR H3 {
  color: #ffffff;
}
.cid-uJ1K3ez4hj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1K3ez4hj .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1K3ez4hj .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1K3ez4hj .user {
  padding: 0!important;
}
.cid-uJ1K3ez4hj .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1K3ez4hj .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1K3ez4hj .carousel-item.active,
.cid-uJ1K3ez4hj .carousel-item-next,
.cid-uJ1K3ez4hj .carousel-item-prev {
  display: flex;
}
.cid-uJ1K3ez4hj .user_name {
  margin: 0;
}
.cid-uJ1K3ez4hj .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1K3ez4hj .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1K3ez4hj .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1K3ez4hj ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1K3ez4hj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1K3ez4hj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1K3ez4hj .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1K3ez4hj .user_desk {
  color: #767676;
}
.cid-uJ1K3ez4hj .mbr-text,
.cid-uJ1K3ez4hj .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rBspZK {
  background-color: #ffffff;
}
.cid-uHX9rBspZK .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rBspZK .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rBspZK .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rBspZK .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rBspZK .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rBspZK .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rBspZK .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rBspZK .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rBspZK .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rBspZK .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rBspZK .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rBspZK .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rBspZK .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rBspZK .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rBZoiz {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-4.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9rBZoiz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rBZoiz #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rBZoiz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rBZoiz img {
    width: 90%!important;
  }
}
.cid-uHX9rBZoiz H1 {
  color: #ffffff;
}
.cid-uHX9rBZoiz H3 {
  color: #ffffff;
}
.cid-uJ1K4QfcV3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1K4QfcV3 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1K4QfcV3 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1K4QfcV3 .user {
  padding: 0!important;
}
.cid-uJ1K4QfcV3 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1K4QfcV3 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1K4QfcV3 .carousel-item.active,
.cid-uJ1K4QfcV3 .carousel-item-next,
.cid-uJ1K4QfcV3 .carousel-item-prev {
  display: flex;
}
.cid-uJ1K4QfcV3 .user_name {
  margin: 0;
}
.cid-uJ1K4QfcV3 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1K4QfcV3 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1K4QfcV3 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1K4QfcV3 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1K4QfcV3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1K4QfcV3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1K4QfcV3 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1K4QfcV3 .user_desk {
  color: #767676;
}
.cid-uJ1K4QfcV3 .mbr-text,
.cid-uJ1K4QfcV3 .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rDM4iu {
  background-color: #ffffff;
}
.cid-uHX9rDM4iu .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rDM4iu .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rDM4iu .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rDM4iu .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rDM4iu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rDM4iu .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rDM4iu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rDM4iu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rDM4iu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rDM4iu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rDM4iu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rDM4iu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rDM4iu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rDM4iu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rEm7r9 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-5.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHX9rEm7r9 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rEm7r9 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rEm7r9 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rEm7r9 img {
    width: 90%!important;
  }
}
.cid-uHX9rEm7r9 H1 {
  color: #ffffff;
}
.cid-uHX9rEm7r9 H3 {
  color: #ffffff;
}
.cid-uJ1K6vQuJc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1K6vQuJc .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1K6vQuJc .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1K6vQuJc .user {
  padding: 0!important;
}
.cid-uJ1K6vQuJc .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1K6vQuJc .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1K6vQuJc .carousel-item.active,
.cid-uJ1K6vQuJc .carousel-item-next,
.cid-uJ1K6vQuJc .carousel-item-prev {
  display: flex;
}
.cid-uJ1K6vQuJc .user_name {
  margin: 0;
}
.cid-uJ1K6vQuJc .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1K6vQuJc .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1K6vQuJc .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1K6vQuJc ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1K6vQuJc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1K6vQuJc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1K6vQuJc .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1K6vQuJc .user_desk {
  color: #767676;
}
.cid-uJ1K6vQuJc .mbr-text,
.cid-uJ1K6vQuJc .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rFUUix {
  background-color: #ffffff;
}
.cid-uHX9rFUUix .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rFUUix .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rFUUix .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rFUUix .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rFUUix .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rFUUix .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rFUUix .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rFUUix .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rFUUix .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rFUUix .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rFUUix .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rFUUix .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rFUUix .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rFUUix .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rGtK9k {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-6.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9rGtK9k svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rGtK9k #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rGtK9k img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rGtK9k img {
    width: 90%!important;
  }
}
.cid-uHX9rGtK9k H1 {
  color: #ffffff;
}
.cid-uHX9rGtK9k H3 {
  color: #ffffff;
}
.cid-uJ1K9wYLrt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1K9wYLrt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1K9wYLrt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1K9wYLrt .user {
  padding: 0!important;
}
.cid-uJ1K9wYLrt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1K9wYLrt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1K9wYLrt .carousel-item.active,
.cid-uJ1K9wYLrt .carousel-item-next,
.cid-uJ1K9wYLrt .carousel-item-prev {
  display: flex;
}
.cid-uJ1K9wYLrt .user_name {
  margin: 0;
}
.cid-uJ1K9wYLrt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1K9wYLrt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1K9wYLrt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1K9wYLrt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1K9wYLrt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1K9wYLrt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1K9wYLrt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1K9wYLrt .user_desk {
  color: #767676;
}
.cid-uJ1K9wYLrt .mbr-text,
.cid-uJ1K9wYLrt .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rI6WNB {
  background-color: #ffffff;
}
.cid-uHX9rI6WNB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rI6WNB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rI6WNB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rI6WNB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rI6WNB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rI6WNB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rI6WNB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rI6WNB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rI6WNB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rI6WNB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rI6WNB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rI6WNB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rI6WNB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rI6WNB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rIFJJ3 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-7.jpg-1101x1920.jpg");
  overflow: hidden;
}
.cid-uHX9rIFJJ3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rIFJJ3 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rIFJJ3 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rIFJJ3 img {
    width: 90%!important;
  }
}
.cid-uHX9rIFJJ3 H1 {
  color: #ffffff;
}
.cid-uHX9rIFJJ3 H3 {
  color: #ffffff;
}
.cid-uJ1KbOnleG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KbOnleG .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KbOnleG .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KbOnleG .user {
  padding: 0!important;
}
.cid-uJ1KbOnleG .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KbOnleG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KbOnleG .carousel-item.active,
.cid-uJ1KbOnleG .carousel-item-next,
.cid-uJ1KbOnleG .carousel-item-prev {
  display: flex;
}
.cid-uJ1KbOnleG .user_name {
  margin: 0;
}
.cid-uJ1KbOnleG .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KbOnleG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KbOnleG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KbOnleG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KbOnleG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KbOnleG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KbOnleG .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KbOnleG .user_desk {
  color: #767676;
}
.cid-uJ1KbOnleG .mbr-text,
.cid-uJ1KbOnleG .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rKfnnt {
  background-color: #ffffff;
}
.cid-uHX9rKfnnt .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rKfnnt .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rKfnnt .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rKfnnt .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rKfnnt .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rKfnnt .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rKfnnt .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rKfnnt .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rKfnnt .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rKfnnt .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rKfnnt .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rKfnnt .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rKfnnt .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rKfnnt .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rKUDzN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-8.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9rKUDzN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rKUDzN #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rKUDzN img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rKUDzN img {
    width: 90%!important;
  }
}
.cid-uHX9rKUDzN H1 {
  color: #ffffff;
}
.cid-uHX9rKUDzN H3 {
  color: #ffffff;
}
.cid-uJ1KdlQKnq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KdlQKnq .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KdlQKnq .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KdlQKnq .user {
  padding: 0!important;
}
.cid-uJ1KdlQKnq .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KdlQKnq .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KdlQKnq .carousel-item.active,
.cid-uJ1KdlQKnq .carousel-item-next,
.cid-uJ1KdlQKnq .carousel-item-prev {
  display: flex;
}
.cid-uJ1KdlQKnq .user_name {
  margin: 0;
}
.cid-uJ1KdlQKnq .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KdlQKnq .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KdlQKnq .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KdlQKnq ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KdlQKnq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KdlQKnq .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KdlQKnq .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KdlQKnq .user_desk {
  color: #767676;
}
.cid-uJ1KdlQKnq .mbr-text,
.cid-uJ1KdlQKnq .mbr-section-btn {
  color: #000000;
}
.cid-uJ1KeTYoO8 {
  background-color: #ffffff;
}
.cid-uJ1KeTYoO8 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1KeTYoO8 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1KeTYoO8 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1KeTYoO8 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1KeTYoO8 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1KeTYoO8 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1KeTYoO8 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1KeTYoO8 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1KeTYoO8 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1KeTYoO8 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1KeTYoO8 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1KeTYoO8 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1KeTYoO8 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1KeTYoO8 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rMF3Pp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-9.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHX9rMF3Pp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rMF3Pp #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rMF3Pp img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rMF3Pp img {
    width: 90%!important;
  }
}
.cid-uHX9rMF3Pp H1 {
  color: #ffffff;
}
.cid-uHX9rMF3Pp H3 {
  color: #ffffff;
}
.cid-uJ1KhdkUxV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KhdkUxV .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KhdkUxV .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KhdkUxV .user {
  padding: 0!important;
}
.cid-uJ1KhdkUxV .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KhdkUxV .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KhdkUxV .carousel-item.active,
.cid-uJ1KhdkUxV .carousel-item-next,
.cid-uJ1KhdkUxV .carousel-item-prev {
  display: flex;
}
.cid-uJ1KhdkUxV .user_name {
  margin: 0;
}
.cid-uJ1KhdkUxV .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KhdkUxV .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KhdkUxV .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KhdkUxV ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KhdkUxV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KhdkUxV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KhdkUxV .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KhdkUxV .user_desk {
  color: #767676;
}
.cid-uJ1KhdkUxV .mbr-text,
.cid-uJ1KhdkUxV .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rOnhdZ {
  background-color: #ffffff;
}
.cid-uHX9rOnhdZ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rOnhdZ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rOnhdZ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rOnhdZ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rOnhdZ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rOnhdZ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rOnhdZ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rOnhdZ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rOnhdZ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rOnhdZ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rOnhdZ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rOnhdZ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rOnhdZ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rOnhdZ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rP28Yi {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-10.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9rP28Yi svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rP28Yi #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rP28Yi img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rP28Yi img {
    width: 90%!important;
  }
}
.cid-uHX9rP28Yi H1 {
  color: #ffffff;
}
.cid-uHX9rP28Yi H3 {
  color: #ffffff;
}
.cid-uJ1Kjumjan {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Kjumjan .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Kjumjan .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Kjumjan .user {
  padding: 0!important;
}
.cid-uJ1Kjumjan .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Kjumjan .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Kjumjan .carousel-item.active,
.cid-uJ1Kjumjan .carousel-item-next,
.cid-uJ1Kjumjan .carousel-item-prev {
  display: flex;
}
.cid-uJ1Kjumjan .user_name {
  margin: 0;
}
.cid-uJ1Kjumjan .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Kjumjan .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Kjumjan .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Kjumjan ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Kjumjan .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Kjumjan .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Kjumjan .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Kjumjan .user_desk {
  color: #767676;
}
.cid-uJ1Kjumjan .mbr-text,
.cid-uJ1Kjumjan .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rQT9Uv {
  background-color: #ffffff;
}
.cid-uHX9rQT9Uv .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rQT9Uv .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rQT9Uv .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rQT9Uv .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rQT9Uv .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rQT9Uv .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rQT9Uv .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rQT9Uv .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rQT9Uv .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rQT9Uv .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rQT9Uv .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rQT9Uv .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rQT9Uv .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rQT9Uv .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rRyBpL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-11.jpg-1278x1920.jpg");
  overflow: hidden;
}
.cid-uHX9rRyBpL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rRyBpL #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rRyBpL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rRyBpL img {
    width: 90%!important;
  }
}
.cid-uHX9rRyBpL H1 {
  color: #ffffff;
}
.cid-uHX9rRyBpL H3 {
  color: #ffffff;
}
.cid-uJ1KldVJHq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KldVJHq .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KldVJHq .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KldVJHq .user {
  padding: 0!important;
}
.cid-uJ1KldVJHq .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KldVJHq .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KldVJHq .carousel-item.active,
.cid-uJ1KldVJHq .carousel-item-next,
.cid-uJ1KldVJHq .carousel-item-prev {
  display: flex;
}
.cid-uJ1KldVJHq .user_name {
  margin: 0;
}
.cid-uJ1KldVJHq .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KldVJHq .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KldVJHq .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KldVJHq ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KldVJHq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KldVJHq .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KldVJHq .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KldVJHq .user_desk {
  color: #767676;
}
.cid-uJ1KldVJHq .mbr-text,
.cid-uJ1KldVJHq .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rU2SOf {
  background-color: #ffffff;
}
.cid-uHX9rU2SOf .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rU2SOf .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rU2SOf .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rU2SOf .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rU2SOf .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rU2SOf .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rU2SOf .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rU2SOf .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rU2SOf .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rU2SOf .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rU2SOf .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rU2SOf .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rU2SOf .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rU2SOf .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rUI1va {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-12.jpg-1285x1920.jpg");
  overflow: hidden;
}
.cid-uHX9rUI1va svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rUI1va #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rUI1va img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rUI1va img {
    width: 90%!important;
  }
}
.cid-uHX9rUI1va H1 {
  color: #ffffff;
}
.cid-uHX9rUI1va H3 {
  color: #ffffff;
}
.cid-uJ1KnZ3480 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KnZ3480 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KnZ3480 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KnZ3480 .user {
  padding: 0!important;
}
.cid-uJ1KnZ3480 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KnZ3480 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KnZ3480 .carousel-item.active,
.cid-uJ1KnZ3480 .carousel-item-next,
.cid-uJ1KnZ3480 .carousel-item-prev {
  display: flex;
}
.cid-uJ1KnZ3480 .user_name {
  margin: 0;
}
.cid-uJ1KnZ3480 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KnZ3480 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KnZ3480 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KnZ3480 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KnZ3480 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KnZ3480 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KnZ3480 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KnZ3480 .user_desk {
  color: #767676;
}
.cid-uJ1KnZ3480 .mbr-text,
.cid-uJ1KnZ3480 .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rWDFkX {
  background-color: #ffffff;
}
.cid-uHX9rWDFkX .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rWDFkX .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rWDFkX .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rWDFkX .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rWDFkX .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rWDFkX .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rWDFkX .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rWDFkX .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rWDFkX .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rWDFkX .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rWDFkX .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rWDFkX .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rWDFkX .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rWDFkX .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9rXBdFu {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-13.jpg-1272x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9rXBdFu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9rXBdFu #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9rXBdFu img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9rXBdFu img {
    width: 90%!important;
  }
}
.cid-uHX9rXBdFu H1 {
  color: #ffffff;
}
.cid-uHX9rXBdFu H3 {
  color: #ffffff;
}
.cid-uJ1KqbZe9P {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KqbZe9P .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KqbZe9P .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KqbZe9P .user {
  padding: 0!important;
}
.cid-uJ1KqbZe9P .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KqbZe9P .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KqbZe9P .carousel-item.active,
.cid-uJ1KqbZe9P .carousel-item-next,
.cid-uJ1KqbZe9P .carousel-item-prev {
  display: flex;
}
.cid-uJ1KqbZe9P .user_name {
  margin: 0;
}
.cid-uJ1KqbZe9P .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KqbZe9P .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KqbZe9P .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KqbZe9P ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KqbZe9P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KqbZe9P .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KqbZe9P .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KqbZe9P .user_desk {
  color: #767676;
}
.cid-uJ1KqbZe9P .mbr-text,
.cid-uJ1KqbZe9P .mbr-section-btn {
  color: #000000;
}
.cid-uHX9rZsZY6 {
  background-color: #ffffff;
}
.cid-uHX9rZsZY6 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rZsZY6 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rZsZY6 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rZsZY6 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9rZsZY6 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9rZsZY6 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9rZsZY6 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9rZsZY6 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9rZsZY6 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9rZsZY6 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9rZsZY6 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9rZsZY6 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9rZsZY6 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9rZsZY6 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9s09IPZ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-14.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHX9s09IPZ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9s09IPZ #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9s09IPZ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9s09IPZ img {
    width: 90%!important;
  }
}
.cid-uHX9s09IPZ H1 {
  color: #ffffff;
}
.cid-uHX9s09IPZ H3 {
  color: #ffffff;
}
.cid-uJ1KrHyuml {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KrHyuml .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KrHyuml .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KrHyuml .user {
  padding: 0!important;
}
.cid-uJ1KrHyuml .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KrHyuml .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KrHyuml .carousel-item.active,
.cid-uJ1KrHyuml .carousel-item-next,
.cid-uJ1KrHyuml .carousel-item-prev {
  display: flex;
}
.cid-uJ1KrHyuml .user_name {
  margin: 0;
}
.cid-uJ1KrHyuml .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KrHyuml .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KrHyuml .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KrHyuml ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KrHyuml .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KrHyuml .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KrHyuml .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KrHyuml .user_desk {
  color: #767676;
}
.cid-uJ1KrHyuml .mbr-text,
.cid-uJ1KrHyuml .mbr-section-btn {
  color: #000000;
}
.cid-uHX9s20qo5 {
  background-color: #ffffff;
}
.cid-uHX9s20qo5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s20qo5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s20qo5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s20qo5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s20qo5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9s20qo5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9s20qo5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9s20qo5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9s20qo5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9s20qo5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9s20qo5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9s20qo5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9s20qo5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9s20qo5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9s2MYPD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-15.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9s2MYPD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9s2MYPD #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9s2MYPD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9s2MYPD img {
    width: 90%!important;
  }
}
.cid-uHX9s2MYPD H1 {
  color: #ffffff;
}
.cid-uHX9s2MYPD H3 {
  color: #ffffff;
}
.cid-uJ1KyY5J2t {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KyY5J2t .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KyY5J2t .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KyY5J2t .user {
  padding: 0!important;
}
.cid-uJ1KyY5J2t .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KyY5J2t .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KyY5J2t .carousel-item.active,
.cid-uJ1KyY5J2t .carousel-item-next,
.cid-uJ1KyY5J2t .carousel-item-prev {
  display: flex;
}
.cid-uJ1KyY5J2t .user_name {
  margin: 0;
}
.cid-uJ1KyY5J2t .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KyY5J2t .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KyY5J2t .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KyY5J2t ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KyY5J2t .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KyY5J2t .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KyY5J2t .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KyY5J2t .user_desk {
  color: #767676;
}
.cid-uJ1KyY5J2t .mbr-text,
.cid-uJ1KyY5J2t .mbr-section-btn {
  color: #000000;
}
.cid-uHX9s4H96X {
  background-color: #ffffff;
}
.cid-uHX9s4H96X .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s4H96X .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s4H96X .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s4H96X .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s4H96X .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9s4H96X .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9s4H96X .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9s4H96X .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9s4H96X .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9s4H96X .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9s4H96X .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9s4H96X .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9s4H96X .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9s4H96X .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9s5q0YJ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-16.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHX9s5q0YJ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9s5q0YJ #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9s5q0YJ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9s5q0YJ img {
    width: 90%!important;
  }
}
.cid-uHX9s5q0YJ H1 {
  color: #ffffff;
}
.cid-uHX9s5q0YJ H3 {
  color: #ffffff;
}
.cid-uJ1KFfSXPy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KFfSXPy .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KFfSXPy .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KFfSXPy .user {
  padding: 0!important;
}
.cid-uJ1KFfSXPy .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KFfSXPy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KFfSXPy .carousel-item.active,
.cid-uJ1KFfSXPy .carousel-item-next,
.cid-uJ1KFfSXPy .carousel-item-prev {
  display: flex;
}
.cid-uJ1KFfSXPy .user_name {
  margin: 0;
}
.cid-uJ1KFfSXPy .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KFfSXPy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KFfSXPy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KFfSXPy ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KFfSXPy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KFfSXPy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KFfSXPy .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KFfSXPy .user_desk {
  color: #767676;
}
.cid-uJ1KFfSXPy .mbr-text,
.cid-uJ1KFfSXPy .mbr-section-btn {
  color: #000000;
}
.cid-uHX9s7m6oh {
  background-color: #ffffff;
}
.cid-uHX9s7m6oh .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s7m6oh .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s7m6oh .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s7m6oh .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s7m6oh .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9s7m6oh .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9s7m6oh .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9s7m6oh .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9s7m6oh .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9s7m6oh .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9s7m6oh .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9s7m6oh .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9s7m6oh .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9s7m6oh .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9s86vrt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-17.jpg-1628x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9s86vrt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9s86vrt #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9s86vrt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9s86vrt img {
    width: 90%!important;
  }
}
.cid-uHX9s86vrt H1 {
  color: #ffffff;
}
.cid-uHX9s86vrt H3 {
  color: #ffffff;
}
.cid-uJ1KPnwpJF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KPnwpJF .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KPnwpJF .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KPnwpJF .user {
  padding: 0!important;
}
.cid-uJ1KPnwpJF .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KPnwpJF .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KPnwpJF .carousel-item.active,
.cid-uJ1KPnwpJF .carousel-item-next,
.cid-uJ1KPnwpJF .carousel-item-prev {
  display: flex;
}
.cid-uJ1KPnwpJF .user_name {
  margin: 0;
}
.cid-uJ1KPnwpJF .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KPnwpJF .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KPnwpJF .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KPnwpJF ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KPnwpJF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KPnwpJF .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KPnwpJF .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KPnwpJF .user_desk {
  color: #767676;
}
.cid-uJ1KPnwpJF .mbr-text,
.cid-uJ1KPnwpJF .mbr-section-btn {
  color: #000000;
}
.cid-uHX9s90YU3 {
  background-color: #ffffff;
}
.cid-uHX9s90YU3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s90YU3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s90YU3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s90YU3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9s90YU3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9s90YU3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9s90YU3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9s90YU3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9s90YU3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9s90YU3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9s90YU3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9s90YU3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9s90YU3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9s90YU3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sc4Tv5 {
  background-color: #ffffff;
}
.cid-uHX9sc4Tv5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sc4Tv5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sc4Tv5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sc4Tv5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sc4Tv5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sc4Tv5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sc4Tv5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sc4Tv5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sc4Tv5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sc4Tv5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sc4Tv5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sc4Tv5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sc4Tv5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sc4Tv5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sd7k4D {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-18.jpg-1388x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9sd7k4D svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sd7k4D #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sd7k4D img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sd7k4D img {
    width: 90%!important;
  }
}
.cid-uHX9sd7k4D H1 {
  color: #ffffff;
}
.cid-uHX9sd7k4D H3 {
  color: #ffffff;
}
.cid-uJ1KRJnzWg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1KRJnzWg .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1KRJnzWg .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1KRJnzWg .user {
  padding: 0!important;
}
.cid-uJ1KRJnzWg .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1KRJnzWg .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1KRJnzWg .carousel-item.active,
.cid-uJ1KRJnzWg .carousel-item-next,
.cid-uJ1KRJnzWg .carousel-item-prev {
  display: flex;
}
.cid-uJ1KRJnzWg .user_name {
  margin: 0;
}
.cid-uJ1KRJnzWg .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1KRJnzWg .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1KRJnzWg .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1KRJnzWg ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1KRJnzWg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1KRJnzWg .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1KRJnzWg .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1KRJnzWg .user_desk {
  color: #767676;
}
.cid-uJ1KRJnzWg .mbr-text,
.cid-uJ1KRJnzWg .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sf5gCz {
  background-color: #ffffff;
}
.cid-uHX9sf5gCz .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sf5gCz .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sf5gCz .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sf5gCz .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sf5gCz .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sf5gCz .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sf5gCz .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sf5gCz .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sf5gCz .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sf5gCz .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sf5gCz .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sf5gCz .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sf5gCz .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sf5gCz .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sfUGP9 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-19.jpg-1488x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9sfUGP9 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sfUGP9 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sfUGP9 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sfUGP9 img {
    width: 90%!important;
  }
}
.cid-uHX9sfUGP9 H1 {
  color: #ffffff;
}
.cid-uHX9sfUGP9 H3 {
  color: #ffffff;
}
.cid-uJ1L0ukbBQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1L0ukbBQ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1L0ukbBQ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1L0ukbBQ .user {
  padding: 0!important;
}
.cid-uJ1L0ukbBQ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1L0ukbBQ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1L0ukbBQ .carousel-item.active,
.cid-uJ1L0ukbBQ .carousel-item-next,
.cid-uJ1L0ukbBQ .carousel-item-prev {
  display: flex;
}
.cid-uJ1L0ukbBQ .user_name {
  margin: 0;
}
.cid-uJ1L0ukbBQ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1L0ukbBQ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1L0ukbBQ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1L0ukbBQ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1L0ukbBQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1L0ukbBQ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1L0ukbBQ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1L0ukbBQ .user_desk {
  color: #767676;
}
.cid-uJ1L0ukbBQ .mbr-text,
.cid-uJ1L0ukbBQ .mbr-section-btn {
  color: #000000;
}
.cid-uHX9shXpa6 {
  background-color: #ffffff;
}
.cid-uHX9shXpa6 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9shXpa6 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9shXpa6 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9shXpa6 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9shXpa6 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9shXpa6 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9shXpa6 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9shXpa6 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9shXpa6 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9shXpa6 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9shXpa6 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9shXpa6 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9shXpa6 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9shXpa6 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9siQBvp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-20.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9siQBvp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9siQBvp #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9siQBvp img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9siQBvp img {
    width: 90%!important;
  }
}
.cid-uHX9siQBvp H1 {
  color: #ffffff;
}
.cid-uHX9siQBvp H3 {
  color: #ffffff;
}
.cid-uJ1L2kRQ8G {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1L2kRQ8G .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1L2kRQ8G .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1L2kRQ8G .user {
  padding: 0!important;
}
.cid-uJ1L2kRQ8G .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1L2kRQ8G .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1L2kRQ8G .carousel-item.active,
.cid-uJ1L2kRQ8G .carousel-item-next,
.cid-uJ1L2kRQ8G .carousel-item-prev {
  display: flex;
}
.cid-uJ1L2kRQ8G .user_name {
  margin: 0;
}
.cid-uJ1L2kRQ8G .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1L2kRQ8G .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1L2kRQ8G .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1L2kRQ8G ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1L2kRQ8G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1L2kRQ8G .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1L2kRQ8G .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1L2kRQ8G .user_desk {
  color: #767676;
}
.cid-uJ1L2kRQ8G .mbr-text,
.cid-uJ1L2kRQ8G .mbr-section-btn {
  color: #000000;
}
.cid-uHX9snMiDV {
  background-color: #ffffff;
}
.cid-uHX9snMiDV .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9snMiDV .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9snMiDV .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9snMiDV .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9snMiDV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9snMiDV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9snMiDV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9snMiDV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9snMiDV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9snMiDV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9snMiDV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9snMiDV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9snMiDV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9snMiDV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9soBVew {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-21.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHX9soBVew svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9soBVew #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9soBVew img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9soBVew img {
    width: 90%!important;
  }
}
.cid-uHX9soBVew H1 {
  color: #ffffff;
}
.cid-uHX9soBVew H3 {
  color: #ffffff;
}
.cid-uJ1L4m404Q {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1L4m404Q .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1L4m404Q .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1L4m404Q .user {
  padding: 0!important;
}
.cid-uJ1L4m404Q .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1L4m404Q .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1L4m404Q .carousel-item.active,
.cid-uJ1L4m404Q .carousel-item-next,
.cid-uJ1L4m404Q .carousel-item-prev {
  display: flex;
}
.cid-uJ1L4m404Q .user_name {
  margin: 0;
}
.cid-uJ1L4m404Q .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1L4m404Q .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1L4m404Q .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1L4m404Q ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1L4m404Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1L4m404Q .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1L4m404Q .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1L4m404Q .user_desk {
  color: #767676;
}
.cid-uJ1L4m404Q .mbr-text,
.cid-uJ1L4m404Q .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sqFFRv {
  background-color: #ffffff;
}
.cid-uHX9sqFFRv .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sqFFRv .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sqFFRv .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sqFFRv .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sqFFRv .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sqFFRv .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sqFFRv .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sqFFRv .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sqFFRv .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sqFFRv .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sqFFRv .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sqFFRv .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sqFFRv .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sqFFRv .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sryGFW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-22.jpg-1497x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9sryGFW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sryGFW #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sryGFW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sryGFW img {
    width: 90%!important;
  }
}
.cid-uHX9sryGFW H1 {
  color: #ffffff;
}
.cid-uHX9sryGFW H3 {
  color: #ffffff;
}
.cid-uJ1L6Ra3lp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1L6Ra3lp .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1L6Ra3lp .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1L6Ra3lp .user {
  padding: 0!important;
}
.cid-uJ1L6Ra3lp .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1L6Ra3lp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1L6Ra3lp .carousel-item.active,
.cid-uJ1L6Ra3lp .carousel-item-next,
.cid-uJ1L6Ra3lp .carousel-item-prev {
  display: flex;
}
.cid-uJ1L6Ra3lp .user_name {
  margin: 0;
}
.cid-uJ1L6Ra3lp .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1L6Ra3lp .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1L6Ra3lp .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1L6Ra3lp ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1L6Ra3lp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1L6Ra3lp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1L6Ra3lp .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1L6Ra3lp .user_desk {
  color: #767676;
}
.cid-uJ1L6Ra3lp .mbr-text,
.cid-uJ1L6Ra3lp .mbr-section-btn {
  color: #000000;
}
.cid-uHX9suJd3J {
  background-color: #ffffff;
}
.cid-uHX9suJd3J .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9suJd3J .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9suJd3J .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9suJd3J .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9suJd3J .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9suJd3J .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9suJd3J .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9suJd3J .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9suJd3J .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9suJd3J .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9suJd3J .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9suJd3J .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9suJd3J .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9suJd3J .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9svAGTq {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-23.jpg-1366x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9svAGTq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9svAGTq #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9svAGTq img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9svAGTq img {
    width: 90%!important;
  }
}
.cid-uHX9svAGTq H1 {
  color: #ffffff;
}
.cid-uHX9svAGTq H3 {
  color: #ffffff;
}
.cid-uJ1L98joas {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1L98joas .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1L98joas .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1L98joas .user {
  padding: 0!important;
}
.cid-uJ1L98joas .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1L98joas .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1L98joas .carousel-item.active,
.cid-uJ1L98joas .carousel-item-next,
.cid-uJ1L98joas .carousel-item-prev {
  display: flex;
}
.cid-uJ1L98joas .user_name {
  margin: 0;
}
.cid-uJ1L98joas .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1L98joas .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1L98joas .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1L98joas ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1L98joas .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1L98joas .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1L98joas .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1L98joas .user_desk {
  color: #767676;
}
.cid-uJ1L98joas .mbr-text,
.cid-uJ1L98joas .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sxTaU8 {
  background-color: #ffffff;
}
.cid-uHX9sxTaU8 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sxTaU8 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sxTaU8 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sxTaU8 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sxTaU8 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sxTaU8 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sxTaU8 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sxTaU8 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sxTaU8 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sxTaU8 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sxTaU8 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sxTaU8 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sxTaU8 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sxTaU8 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sBOKVg {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-24.jpg-1272x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9sBOKVg svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sBOKVg #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sBOKVg img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sBOKVg img {
    width: 90%!important;
  }
}
.cid-uHX9sBOKVg H1 {
  color: #ffffff;
}
.cid-uHX9sBOKVg H3 {
  color: #ffffff;
}
.cid-uJ1LnJGlf7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1LnJGlf7 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1LnJGlf7 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1LnJGlf7 .user {
  padding: 0!important;
}
.cid-uJ1LnJGlf7 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1LnJGlf7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1LnJGlf7 .carousel-item.active,
.cid-uJ1LnJGlf7 .carousel-item-next,
.cid-uJ1LnJGlf7 .carousel-item-prev {
  display: flex;
}
.cid-uJ1LnJGlf7 .user_name {
  margin: 0;
}
.cid-uJ1LnJGlf7 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1LnJGlf7 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1LnJGlf7 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1LnJGlf7 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1LnJGlf7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1LnJGlf7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1LnJGlf7 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1LnJGlf7 .user_desk {
  color: #767676;
}
.cid-uJ1LnJGlf7 .mbr-text,
.cid-uJ1LnJGlf7 .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sEtNjw {
  background-color: #ffffff;
}
.cid-uHX9sEtNjw .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sEtNjw .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sEtNjw .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sEtNjw .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sEtNjw .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sEtNjw .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sEtNjw .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sEtNjw .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sEtNjw .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sEtNjw .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sEtNjw .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sEtNjw .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sEtNjw .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sEtNjw .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sFmtlS {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-25.jpg-1069x1920.jpg");
  overflow: hidden;
}
.cid-uHX9sFmtlS svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sFmtlS #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sFmtlS img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sFmtlS img {
    width: 90%!important;
  }
}
.cid-uHX9sFmtlS H1 {
  color: #ffffff;
}
.cid-uHX9sFmtlS H3 {
  color: #ffffff;
}
.cid-uJ1LqVSe8R {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1LqVSe8R .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1LqVSe8R .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1LqVSe8R .user {
  padding: 0!important;
}
.cid-uJ1LqVSe8R .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1LqVSe8R .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1LqVSe8R .carousel-item.active,
.cid-uJ1LqVSe8R .carousel-item-next,
.cid-uJ1LqVSe8R .carousel-item-prev {
  display: flex;
}
.cid-uJ1LqVSe8R .user_name {
  margin: 0;
}
.cid-uJ1LqVSe8R .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1LqVSe8R .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1LqVSe8R .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1LqVSe8R ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1LqVSe8R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1LqVSe8R .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1LqVSe8R .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1LqVSe8R .user_desk {
  color: #767676;
}
.cid-uJ1LqVSe8R .mbr-text,
.cid-uJ1LqVSe8R .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sGqlA9 {
  background-color: #ffffff;
}
.cid-uHX9sGqlA9 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sGqlA9 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sGqlA9 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sGqlA9 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sGqlA9 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sGqlA9 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sGqlA9 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sGqlA9 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sGqlA9 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sGqlA9 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sGqlA9 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sGqlA9 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sGqlA9 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sGqlA9 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sIxUyN {
  background-color: #ffffff;
}
.cid-uHX9sIxUyN .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sIxUyN .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sIxUyN .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sIxUyN .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sIxUyN .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sIxUyN .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sIxUyN .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sIxUyN .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sIxUyN .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sIxUyN .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sIxUyN .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sIxUyN .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sIxUyN .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sIxUyN .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sKBFky {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-26.jpg-1282x1920.jpeg");
  overflow: hidden;
}
.cid-uHX9sKBFky svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sKBFky #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sKBFky img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sKBFky img {
    width: 90%!important;
  }
}
.cid-uHX9sKBFky H1 {
  color: #ffffff;
}
.cid-uHX9sKBFky H3 {
  color: #ffffff;
}
.cid-uJ1Luzupjf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Luzupjf .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Luzupjf .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Luzupjf .user {
  padding: 0!important;
}
.cid-uJ1Luzupjf .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Luzupjf .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Luzupjf .carousel-item.active,
.cid-uJ1Luzupjf .carousel-item-next,
.cid-uJ1Luzupjf .carousel-item-prev {
  display: flex;
}
.cid-uJ1Luzupjf .user_name {
  margin: 0;
}
.cid-uJ1Luzupjf .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Luzupjf .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Luzupjf .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Luzupjf ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Luzupjf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Luzupjf .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Luzupjf .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Luzupjf .user_desk {
  color: #767676;
}
.cid-uJ1Luzupjf .mbr-text,
.cid-uJ1Luzupjf .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sNLJeW {
  background-color: #ffffff;
}
.cid-uHX9sNLJeW .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sNLJeW .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sNLJeW .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sNLJeW .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sNLJeW .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sNLJeW .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sNLJeW .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sNLJeW .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sNLJeW .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sNLJeW .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sNLJeW .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sNLJeW .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sNLJeW .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sNLJeW .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sOJ4xK {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-27.jpg-2000x3000.jpeg");
  overflow: hidden;
}
.cid-uHX9sOJ4xK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sOJ4xK #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sOJ4xK img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sOJ4xK img {
    width: 90%!important;
  }
}
.cid-uHX9sOJ4xK H1 {
  color: #ffffff;
}
.cid-uHX9sOJ4xK H3 {
  color: #ffffff;
}
.cid-uJ1LzsuQfM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1LzsuQfM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1LzsuQfM .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1LzsuQfM .user {
  padding: 0!important;
}
.cid-uJ1LzsuQfM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1LzsuQfM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1LzsuQfM .carousel-item.active,
.cid-uJ1LzsuQfM .carousel-item-next,
.cid-uJ1LzsuQfM .carousel-item-prev {
  display: flex;
}
.cid-uJ1LzsuQfM .user_name {
  margin: 0;
}
.cid-uJ1LzsuQfM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1LzsuQfM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1LzsuQfM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1LzsuQfM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1LzsuQfM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1LzsuQfM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1LzsuQfM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1LzsuQfM .user_desk {
  color: #767676;
}
.cid-uJ1LzsuQfM .mbr-text,
.cid-uJ1LzsuQfM .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sRdAGs {
  background-color: #ffffff;
}
.cid-uHX9sRdAGs .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sRdAGs .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sRdAGs .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sRdAGs .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sRdAGs .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sRdAGs .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sRdAGs .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sRdAGs .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sRdAGs .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sRdAGs .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sRdAGs .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sRdAGs .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sRdAGs .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sRdAGs .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sSeDkN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-28.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHX9sSeDkN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sSeDkN #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sSeDkN img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sSeDkN img {
    width: 90%!important;
  }
}
.cid-uHX9sSeDkN H1 {
  color: #ffffff;
}
.cid-uHX9sSeDkN H3 {
  color: #ffffff;
}
.cid-uJ1LDcYlNR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1LDcYlNR .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1LDcYlNR .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1LDcYlNR .user {
  padding: 0!important;
}
.cid-uJ1LDcYlNR .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1LDcYlNR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1LDcYlNR .carousel-item.active,
.cid-uJ1LDcYlNR .carousel-item-next,
.cid-uJ1LDcYlNR .carousel-item-prev {
  display: flex;
}
.cid-uJ1LDcYlNR .user_name {
  margin: 0;
}
.cid-uJ1LDcYlNR .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1LDcYlNR .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1LDcYlNR .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1LDcYlNR ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1LDcYlNR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1LDcYlNR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1LDcYlNR .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1LDcYlNR .user_desk {
  color: #767676;
}
.cid-uJ1LDcYlNR .mbr-text,
.cid-uJ1LDcYlNR .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sUxfRP {
  background-color: #ffffff;
}
.cid-uHX9sUxfRP .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sUxfRP .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sUxfRP .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sUxfRP .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sUxfRP .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sUxfRP .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sUxfRP .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sUxfRP .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sUxfRP .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sUxfRP .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sUxfRP .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sUxfRP .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sUxfRP .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sUxfRP .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sVzko6 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-29.jpg-1276x1920.jpg");
  overflow: hidden;
}
.cid-uHX9sVzko6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sVzko6 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sVzko6 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sVzko6 img {
    width: 90%!important;
  }
}
.cid-uHX9sVzko6 H1 {
  color: #ffffff;
}
.cid-uHX9sVzko6 H3 {
  color: #ffffff;
}
.cid-uJ1LFURcs4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1LFURcs4 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1LFURcs4 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1LFURcs4 .user {
  padding: 0!important;
}
.cid-uJ1LFURcs4 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1LFURcs4 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1LFURcs4 .carousel-item.active,
.cid-uJ1LFURcs4 .carousel-item-next,
.cid-uJ1LFURcs4 .carousel-item-prev {
  display: flex;
}
.cid-uJ1LFURcs4 .user_name {
  margin: 0;
}
.cid-uJ1LFURcs4 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1LFURcs4 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1LFURcs4 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1LFURcs4 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1LFURcs4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1LFURcs4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1LFURcs4 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1LFURcs4 .user_desk {
  color: #767676;
}
.cid-uJ1LFURcs4 .mbr-text,
.cid-uJ1LFURcs4 .mbr-section-btn {
  color: #000000;
}
.cid-uHX9sY2uvG {
  background-color: #ffffff;
}
.cid-uHX9sY2uvG .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sY2uvG .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sY2uvG .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sY2uvG .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9sY2uvG .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9sY2uvG .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9sY2uvG .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9sY2uvG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9sY2uvG .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9sY2uvG .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9sY2uvG .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9sY2uvG .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9sY2uvG .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9sY2uvG .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uHX9sZ1KWW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/september-30.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uHX9sZ1KWW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX9sZ1KWW #e2_shape {
  fill: #ffffff !important;
}
.cid-uHX9sZ1KWW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uHX9sZ1KWW img {
    width: 90%!important;
  }
}
.cid-uHX9sZ1KWW H1 {
  color: #ffffff;
}
.cid-uHX9sZ1KWW H3 {
  color: #ffffff;
}
.cid-uJ1LPVXdOV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1LPVXdOV .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1LPVXdOV .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1LPVXdOV .user {
  padding: 0!important;
}
.cid-uJ1LPVXdOV .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1LPVXdOV .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1LPVXdOV .carousel-item.active,
.cid-uJ1LPVXdOV .carousel-item-next,
.cid-uJ1LPVXdOV .carousel-item-prev {
  display: flex;
}
.cid-uJ1LPVXdOV .user_name {
  margin: 0;
}
.cid-uJ1LPVXdOV .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1LPVXdOV .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1LPVXdOV .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1LPVXdOV ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1LPVXdOV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1LPVXdOV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1LPVXdOV .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1LPVXdOV .user_desk {
  color: #767676;
}
.cid-uJ1LPVXdOV .mbr-text,
.cid-uJ1LPVXdOV .mbr-section-btn {
  color: #000000;
}
.cid-uHX9t1ro5j {
  background-color: #ffffff;
}
.cid-uHX9t1ro5j .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9t1ro5j .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9t1ro5j .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9t1ro5j .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uHX9t1ro5j .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uHX9t1ro5j .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uHX9t1ro5j .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uHX9t1ro5j .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uHX9t1ro5j .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uHX9t1ro5j .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uHX9t1ro5j .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uHX9t1ro5j .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uHX9t1ro5j .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uHX9t1ro5j .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uI5Tztfh44 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-1.jpg-2000x2667.jpeg");
  overflow: hidden;
}
.cid-uI5Tztfh44 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5Tztfh44 #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5Tztfh44 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5Tztfh44 img {
    width: 90%!important;
  }
}
.cid-uI5Tztfh44 H1 {
  color: #ffffff;
}
.cid-uI5Tztfh44 H3 {
  color: #ffffff;
}
.cid-uJ1NZo5DtI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1NZo5DtI .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1NZo5DtI .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1NZo5DtI .user {
  padding: 0!important;
}
.cid-uJ1NZo5DtI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1NZo5DtI .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1NZo5DtI .carousel-item.active,
.cid-uJ1NZo5DtI .carousel-item-next,
.cid-uJ1NZo5DtI .carousel-item-prev {
  display: flex;
}
.cid-uJ1NZo5DtI .user_name {
  margin: 0;
}
.cid-uJ1NZo5DtI .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1NZo5DtI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1NZo5DtI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1NZo5DtI ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1NZo5DtI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1NZo5DtI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1NZo5DtI .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1NZo5DtI .user_desk {
  color: #767676;
}
.cid-uJ1NZo5DtI .mbr-text,
.cid-uJ1NZo5DtI .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzwiK8F {
  background-color: #ffffff;
}
.cid-uI5TzwiK8F .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzwiK8F .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzwiK8F .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzwiK8F .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzwiK8F .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzwiK8F .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzwiK8F .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzwiK8F .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzwiK8F .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzwiK8F .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzwiK8F .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzwiK8F .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzwiK8F .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzwiK8F .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzwNkUe {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-2.jpg-1301x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TzwNkUe svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzwNkUe #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzwNkUe img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzwNkUe img {
    width: 90%!important;
  }
}
.cid-uI5TzwNkUe H1 {
  color: #ffffff;
}
.cid-uI5TzwNkUe H3 {
  color: #ffffff;
}
.cid-uJ1O0DjoYk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1O0DjoYk .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1O0DjoYk .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1O0DjoYk .user {
  padding: 0!important;
}
.cid-uJ1O0DjoYk .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1O0DjoYk .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1O0DjoYk .carousel-item.active,
.cid-uJ1O0DjoYk .carousel-item-next,
.cid-uJ1O0DjoYk .carousel-item-prev {
  display: flex;
}
.cid-uJ1O0DjoYk .user_name {
  margin: 0;
}
.cid-uJ1O0DjoYk .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1O0DjoYk .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1O0DjoYk .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1O0DjoYk ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1O0DjoYk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1O0DjoYk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1O0DjoYk .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1O0DjoYk .user_desk {
  color: #767676;
}
.cid-uJ1O0DjoYk .mbr-text,
.cid-uJ1O0DjoYk .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzyZHfz {
  background-color: #ffffff;
}
.cid-uI5TzyZHfz .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzyZHfz .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzyZHfz .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzyZHfz .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzyZHfz .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzyZHfz .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzyZHfz .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzyZHfz .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzyZHfz .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzyZHfz .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzyZHfz .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzyZHfz .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzyZHfz .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzyZHfz .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzzshL8 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-3.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TzzshL8 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzzshL8 #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzzshL8 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzzshL8 img {
    width: 90%!important;
  }
}
.cid-uI5TzzshL8 H1 {
  color: #ffffff;
}
.cid-uI5TzzshL8 H3 {
  color: #ffffff;
}
.cid-uJ1O20y4Rq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1O20y4Rq .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1O20y4Rq .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1O20y4Rq .user {
  padding: 0!important;
}
.cid-uJ1O20y4Rq .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1O20y4Rq .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1O20y4Rq .carousel-item.active,
.cid-uJ1O20y4Rq .carousel-item-next,
.cid-uJ1O20y4Rq .carousel-item-prev {
  display: flex;
}
.cid-uJ1O20y4Rq .user_name {
  margin: 0;
}
.cid-uJ1O20y4Rq .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1O20y4Rq .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1O20y4Rq .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1O20y4Rq ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1O20y4Rq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1O20y4Rq .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1O20y4Rq .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1O20y4Rq .user_desk {
  color: #767676;
}
.cid-uJ1O20y4Rq .mbr-text,
.cid-uJ1O20y4Rq .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzBc0op {
  background-color: #ffffff;
}
.cid-uI5TzBc0op .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzBc0op .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzBc0op .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzBc0op .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzBc0op .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzBc0op .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzBc0op .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzBc0op .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzBc0op .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzBc0op .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzBc0op .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzBc0op .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzBc0op .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzBc0op .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzBTZIp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-4.jpg-1431x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TzBTZIp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzBTZIp #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzBTZIp img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzBTZIp img {
    width: 90%!important;
  }
}
.cid-uI5TzBTZIp H1 {
  color: #ffffff;
}
.cid-uI5TzBTZIp H3 {
  color: #ffffff;
}
.cid-uJ1O3w8cpp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1O3w8cpp .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1O3w8cpp .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1O3w8cpp .user {
  padding: 0!important;
}
.cid-uJ1O3w8cpp .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1O3w8cpp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1O3w8cpp .carousel-item.active,
.cid-uJ1O3w8cpp .carousel-item-next,
.cid-uJ1O3w8cpp .carousel-item-prev {
  display: flex;
}
.cid-uJ1O3w8cpp .user_name {
  margin: 0;
}
.cid-uJ1O3w8cpp .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1O3w8cpp .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1O3w8cpp .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1O3w8cpp ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1O3w8cpp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1O3w8cpp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1O3w8cpp .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1O3w8cpp .user_desk {
  color: #767676;
}
.cid-uJ1O3w8cpp .mbr-text,
.cid-uJ1O3w8cpp .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzDm6G6 {
  background-color: #ffffff;
}
.cid-uI5TzDm6G6 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzDm6G6 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzDm6G6 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzDm6G6 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzDm6G6 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzDm6G6 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzDm6G6 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzDm6G6 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzDm6G6 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzDm6G6 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzDm6G6 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzDm6G6 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzDm6G6 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzDm6G6 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzE87mF {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-5.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TzE87mF svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzE87mF #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzE87mF img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzE87mF img {
    width: 90%!important;
  }
}
.cid-uI5TzE87mF H1 {
  color: #ffffff;
}
.cid-uI5TzE87mF H3 {
  color: #ffffff;
}
.cid-uJ1O5yniQD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1O5yniQD .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1O5yniQD .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1O5yniQD .user {
  padding: 0!important;
}
.cid-uJ1O5yniQD .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1O5yniQD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1O5yniQD .carousel-item.active,
.cid-uJ1O5yniQD .carousel-item-next,
.cid-uJ1O5yniQD .carousel-item-prev {
  display: flex;
}
.cid-uJ1O5yniQD .user_name {
  margin: 0;
}
.cid-uJ1O5yniQD .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1O5yniQD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1O5yniQD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1O5yniQD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1O5yniQD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1O5yniQD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1O5yniQD .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1O5yniQD .user_desk {
  color: #767676;
}
.cid-uJ1O5yniQD .mbr-text,
.cid-uJ1O5yniQD .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzFPMPf {
  background-color: #ffffff;
}
.cid-uI5TzFPMPf .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzFPMPf .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzFPMPf .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzFPMPf .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzFPMPf .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzFPMPf .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzFPMPf .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzFPMPf .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzFPMPf .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzFPMPf .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzFPMPf .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzFPMPf .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzFPMPf .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzFPMPf .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzGmv9N {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-6.jpg-1080x1920.jpg");
  overflow: hidden;
}
.cid-uI5TzGmv9N svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzGmv9N #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzGmv9N img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzGmv9N img {
    width: 90%!important;
  }
}
.cid-uI5TzGmv9N H1 {
  color: #ffffff;
}
.cid-uI5TzGmv9N H3 {
  color: #ffffff;
}
.cid-uJ1O78ovLc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1O78ovLc .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1O78ovLc .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1O78ovLc .user {
  padding: 0!important;
}
.cid-uJ1O78ovLc .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1O78ovLc .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1O78ovLc .carousel-item.active,
.cid-uJ1O78ovLc .carousel-item-next,
.cid-uJ1O78ovLc .carousel-item-prev {
  display: flex;
}
.cid-uJ1O78ovLc .user_name {
  margin: 0;
}
.cid-uJ1O78ovLc .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1O78ovLc .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1O78ovLc .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1O78ovLc ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1O78ovLc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1O78ovLc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1O78ovLc .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1O78ovLc .user_desk {
  color: #767676;
}
.cid-uJ1O78ovLc .mbr-text,
.cid-uJ1O78ovLc .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzHSXte {
  background-color: #ffffff;
}
.cid-uI5TzHSXte .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzHSXte .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzHSXte .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzHSXte .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzHSXte .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzHSXte .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzHSXte .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzHSXte .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzHSXte .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzHSXte .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzHSXte .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzHSXte .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzHSXte .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzHSXte .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzIti6N {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-7.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TzIti6N svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzIti6N #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzIti6N img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzIti6N img {
    width: 90%!important;
  }
}
.cid-uI5TzIti6N H1 {
  color: #ffffff;
}
.cid-uI5TzIti6N H3 {
  color: #ffffff;
}
.cid-uJ1O8ML9Jy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1O8ML9Jy .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1O8ML9Jy .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1O8ML9Jy .user {
  padding: 0!important;
}
.cid-uJ1O8ML9Jy .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1O8ML9Jy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1O8ML9Jy .carousel-item.active,
.cid-uJ1O8ML9Jy .carousel-item-next,
.cid-uJ1O8ML9Jy .carousel-item-prev {
  display: flex;
}
.cid-uJ1O8ML9Jy .user_name {
  margin: 0;
}
.cid-uJ1O8ML9Jy .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1O8ML9Jy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1O8ML9Jy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1O8ML9Jy ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1O8ML9Jy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1O8ML9Jy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1O8ML9Jy .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1O8ML9Jy .user_desk {
  color: #767676;
}
.cid-uJ1O8ML9Jy .mbr-text,
.cid-uJ1O8ML9Jy .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzKagF2 {
  background-color: #ffffff;
}
.cid-uI5TzKagF2 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzKagF2 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzKagF2 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzKagF2 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzKagF2 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzKagF2 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzKagF2 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzKagF2 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzKagF2 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzKagF2 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzKagF2 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzKagF2 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzKagF2 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzKagF2 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzKNXRc {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-8.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TzKNXRc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzKNXRc #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzKNXRc img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzKNXRc img {
    width: 90%!important;
  }
}
.cid-uI5TzKNXRc H1 {
  color: #ffffff;
}
.cid-uI5TzKNXRc H3 {
  color: #ffffff;
}
.cid-uJ1Oa0phci {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Oa0phci .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Oa0phci .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Oa0phci .user {
  padding: 0!important;
}
.cid-uJ1Oa0phci .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Oa0phci .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Oa0phci .carousel-item.active,
.cid-uJ1Oa0phci .carousel-item-next,
.cid-uJ1Oa0phci .carousel-item-prev {
  display: flex;
}
.cid-uJ1Oa0phci .user_name {
  margin: 0;
}
.cid-uJ1Oa0phci .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Oa0phci .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Oa0phci .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Oa0phci ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Oa0phci .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Oa0phci .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Oa0phci .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Oa0phci .user_desk {
  color: #767676;
}
.cid-uJ1Oa0phci .mbr-text,
.cid-uJ1Oa0phci .mbr-section-btn {
  color: #000000;
}
.cid-uJ1Oc75xPv {
  background-color: #ffffff;
}
.cid-uJ1Oc75xPv .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1Oc75xPv .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1Oc75xPv .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1Oc75xPv .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1Oc75xPv .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1Oc75xPv .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1Oc75xPv .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1Oc75xPv .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1Oc75xPv .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1Oc75xPv .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1Oc75xPv .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1Oc75xPv .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1Oc75xPv .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1Oc75xPv .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzMMRym {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-9.jpg-1272x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TzMMRym svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzMMRym #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzMMRym img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzMMRym img {
    width: 90%!important;
  }
}
.cid-uI5TzMMRym H1 {
  color: #ffffff;
}
.cid-uI5TzMMRym H3 {
  color: #ffffff;
}
.cid-uJ1OfeihP8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OfeihP8 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OfeihP8 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OfeihP8 .user {
  padding: 0!important;
}
.cid-uJ1OfeihP8 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OfeihP8 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OfeihP8 .carousel-item.active,
.cid-uJ1OfeihP8 .carousel-item-next,
.cid-uJ1OfeihP8 .carousel-item-prev {
  display: flex;
}
.cid-uJ1OfeihP8 .user_name {
  margin: 0;
}
.cid-uJ1OfeihP8 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OfeihP8 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OfeihP8 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OfeihP8 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OfeihP8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OfeihP8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OfeihP8 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OfeihP8 .user_desk {
  color: #767676;
}
.cid-uJ1OfeihP8 .mbr-text,
.cid-uJ1OfeihP8 .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzOObFD {
  background-color: #ffffff;
}
.cid-uI5TzOObFD .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzOObFD .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzOObFD .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzOObFD .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzOObFD .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzOObFD .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzOObFD .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzOObFD .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzOObFD .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzOObFD .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzOObFD .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzOObFD .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzOObFD .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzOObFD .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzPCbRO {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-10.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TzPCbRO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzPCbRO #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzPCbRO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzPCbRO img {
    width: 90%!important;
  }
}
.cid-uI5TzPCbRO H1 {
  color: #ffffff;
}
.cid-uI5TzPCbRO H3 {
  color: #ffffff;
}
.cid-uJ1OgGScsY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OgGScsY .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OgGScsY .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OgGScsY .user {
  padding: 0!important;
}
.cid-uJ1OgGScsY .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OgGScsY .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OgGScsY .carousel-item.active,
.cid-uJ1OgGScsY .carousel-item-next,
.cid-uJ1OgGScsY .carousel-item-prev {
  display: flex;
}
.cid-uJ1OgGScsY .user_name {
  margin: 0;
}
.cid-uJ1OgGScsY .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OgGScsY .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OgGScsY .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OgGScsY ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OgGScsY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OgGScsY .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OgGScsY .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OgGScsY .user_desk {
  color: #767676;
}
.cid-uJ1OgGScsY .mbr-text,
.cid-uJ1OgGScsY .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzRJfBt {
  background-color: #ffffff;
}
.cid-uI5TzRJfBt .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzRJfBt .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzRJfBt .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzRJfBt .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzRJfBt .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzRJfBt .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzRJfBt .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzRJfBt .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzRJfBt .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzRJfBt .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzRJfBt .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzRJfBt .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzRJfBt .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzRJfBt .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzSu5ke {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-11.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TzSu5ke svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzSu5ke #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzSu5ke img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzSu5ke img {
    width: 90%!important;
  }
}
.cid-uI5TzSu5ke H1 {
  color: #ffffff;
}
.cid-uI5TzSu5ke H3 {
  color: #ffffff;
}
.cid-uJ1Oj1Z5IR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Oj1Z5IR .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Oj1Z5IR .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Oj1Z5IR .user {
  padding: 0!important;
}
.cid-uJ1Oj1Z5IR .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Oj1Z5IR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Oj1Z5IR .carousel-item.active,
.cid-uJ1Oj1Z5IR .carousel-item-next,
.cid-uJ1Oj1Z5IR .carousel-item-prev {
  display: flex;
}
.cid-uJ1Oj1Z5IR .user_name {
  margin: 0;
}
.cid-uJ1Oj1Z5IR .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Oj1Z5IR .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Oj1Z5IR .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Oj1Z5IR ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Oj1Z5IR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Oj1Z5IR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Oj1Z5IR .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Oj1Z5IR .user_desk {
  color: #767676;
}
.cid-uJ1Oj1Z5IR .mbr-text,
.cid-uJ1Oj1Z5IR .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzWqugJ {
  background-color: #ffffff;
}
.cid-uI5TzWqugJ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzWqugJ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzWqugJ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzWqugJ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzWqugJ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzWqugJ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzWqugJ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzWqugJ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzWqugJ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzWqugJ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzWqugJ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzWqugJ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzWqugJ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzWqugJ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TzXkiVd {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-12.jpg-1278x1920.jpg");
  overflow: hidden;
}
.cid-uI5TzXkiVd svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TzXkiVd #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TzXkiVd img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TzXkiVd img {
    width: 90%!important;
  }
}
.cid-uI5TzXkiVd H1 {
  color: #ffffff;
}
.cid-uI5TzXkiVd H3 {
  color: #ffffff;
}
.cid-uJ1OkOou65 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OkOou65 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OkOou65 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OkOou65 .user {
  padding: 0!important;
}
.cid-uJ1OkOou65 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OkOou65 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OkOou65 .carousel-item.active,
.cid-uJ1OkOou65 .carousel-item-next,
.cid-uJ1OkOou65 .carousel-item-prev {
  display: flex;
}
.cid-uJ1OkOou65 .user_name {
  margin: 0;
}
.cid-uJ1OkOou65 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OkOou65 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OkOou65 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OkOou65 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OkOou65 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OkOou65 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OkOou65 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OkOou65 .user_desk {
  color: #767676;
}
.cid-uJ1OkOou65 .mbr-text,
.cid-uJ1OkOou65 .mbr-section-btn {
  color: #000000;
}
.cid-uI5TzZC3YE {
  background-color: #ffffff;
}
.cid-uI5TzZC3YE .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzZC3YE .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzZC3YE .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzZC3YE .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TzZC3YE .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TzZC3YE .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TzZC3YE .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TzZC3YE .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TzZC3YE .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TzZC3YE .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TzZC3YE .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TzZC3YE .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TzZC3YE .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TzZC3YE .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TA0BhNm {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-13.jpg-1285x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TA0BhNm svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TA0BhNm #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TA0BhNm img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TA0BhNm img {
    width: 90%!important;
  }
}
.cid-uI5TA0BhNm H1 {
  color: #ffffff;
}
.cid-uI5TA0BhNm H3 {
  color: #ffffff;
}
.cid-uJ1Om5i1gO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Om5i1gO .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Om5i1gO .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Om5i1gO .user {
  padding: 0!important;
}
.cid-uJ1Om5i1gO .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Om5i1gO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Om5i1gO .carousel-item.active,
.cid-uJ1Om5i1gO .carousel-item-next,
.cid-uJ1Om5i1gO .carousel-item-prev {
  display: flex;
}
.cid-uJ1Om5i1gO .user_name {
  margin: 0;
}
.cid-uJ1Om5i1gO .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Om5i1gO .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Om5i1gO .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Om5i1gO ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Om5i1gO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Om5i1gO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Om5i1gO .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Om5i1gO .user_desk {
  color: #767676;
}
.cid-uJ1Om5i1gO .mbr-text,
.cid-uJ1Om5i1gO .mbr-section-btn {
  color: #000000;
}
.cid-uI5TA2t4cm {
  background-color: #ffffff;
}
.cid-uI5TA2t4cm .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA2t4cm .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA2t4cm .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA2t4cm .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA2t4cm .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TA2t4cm .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TA2t4cm .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TA2t4cm .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TA2t4cm .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TA2t4cm .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TA2t4cm .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TA2t4cm .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TA2t4cm .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TA2t4cm .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TA372iV {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-14.jpg-2000x3000.jpeg");
  overflow: hidden;
}
.cid-uI5TA372iV svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TA372iV #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TA372iV img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TA372iV img {
    width: 90%!important;
  }
}
.cid-uI5TA372iV H1 {
  color: #ffffff;
}
.cid-uI5TA372iV H3 {
  color: #ffffff;
}
.cid-uJ1OnH9eeO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OnH9eeO .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OnH9eeO .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OnH9eeO .user {
  padding: 0!important;
}
.cid-uJ1OnH9eeO .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OnH9eeO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OnH9eeO .carousel-item.active,
.cid-uJ1OnH9eeO .carousel-item-next,
.cid-uJ1OnH9eeO .carousel-item-prev {
  display: flex;
}
.cid-uJ1OnH9eeO .user_name {
  margin: 0;
}
.cid-uJ1OnH9eeO .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OnH9eeO .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OnH9eeO .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OnH9eeO ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OnH9eeO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OnH9eeO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OnH9eeO .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OnH9eeO .user_desk {
  color: #767676;
}
.cid-uJ1OnH9eeO .mbr-text,
.cid-uJ1OnH9eeO .mbr-section-btn {
  color: #000000;
}
.cid-uI5TA4QMfI {
  background-color: #ffffff;
}
.cid-uI5TA4QMfI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA4QMfI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA4QMfI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA4QMfI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA4QMfI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TA4QMfI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TA4QMfI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TA4QMfI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TA4QMfI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TA4QMfI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TA4QMfI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TA4QMfI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TA4QMfI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TA4QMfI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TA5BOBv {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-15.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TA5BOBv svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TA5BOBv #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TA5BOBv img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TA5BOBv img {
    width: 90%!important;
  }
}
.cid-uI5TA5BOBv H1 {
  color: #ffffff;
}
.cid-uI5TA5BOBv H3 {
  color: #ffffff;
}
.cid-uJ1Opnvt1T {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Opnvt1T .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Opnvt1T .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Opnvt1T .user {
  padding: 0!important;
}
.cid-uJ1Opnvt1T .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Opnvt1T .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Opnvt1T .carousel-item.active,
.cid-uJ1Opnvt1T .carousel-item-next,
.cid-uJ1Opnvt1T .carousel-item-prev {
  display: flex;
}
.cid-uJ1Opnvt1T .user_name {
  margin: 0;
}
.cid-uJ1Opnvt1T .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Opnvt1T .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Opnvt1T .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Opnvt1T ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Opnvt1T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Opnvt1T .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Opnvt1T .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Opnvt1T .user_desk {
  color: #767676;
}
.cid-uJ1Opnvt1T .mbr-text,
.cid-uJ1Opnvt1T .mbr-section-btn {
  color: #000000;
}
.cid-uI5TA8SRdP {
  background-color: #ffffff;
}
.cid-uI5TA8SRdP .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA8SRdP .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA8SRdP .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA8SRdP .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TA8SRdP .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TA8SRdP .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TA8SRdP .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TA8SRdP .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TA8SRdP .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TA8SRdP .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TA8SRdP .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TA8SRdP .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TA8SRdP .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TA8SRdP .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TA9Ttzs {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-16.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TA9Ttzs svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TA9Ttzs #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TA9Ttzs img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TA9Ttzs img {
    width: 90%!important;
  }
}
.cid-uI5TA9Ttzs H1 {
  color: #ffffff;
}
.cid-uI5TA9Ttzs H3 {
  color: #ffffff;
}
.cid-uJ1OqM1BjC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OqM1BjC .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OqM1BjC .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OqM1BjC .user {
  padding: 0!important;
}
.cid-uJ1OqM1BjC .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OqM1BjC .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OqM1BjC .carousel-item.active,
.cid-uJ1OqM1BjC .carousel-item-next,
.cid-uJ1OqM1BjC .carousel-item-prev {
  display: flex;
}
.cid-uJ1OqM1BjC .user_name {
  margin: 0;
}
.cid-uJ1OqM1BjC .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OqM1BjC .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OqM1BjC .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OqM1BjC ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OqM1BjC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OqM1BjC .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OqM1BjC .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OqM1BjC .user_desk {
  color: #767676;
}
.cid-uJ1OqM1BjC .mbr-text,
.cid-uJ1OqM1BjC .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAbXPzI {
  background-color: #ffffff;
}
.cid-uI5TAbXPzI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAbXPzI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAbXPzI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAbXPzI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAbXPzI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAbXPzI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAbXPzI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAbXPzI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAbXPzI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAbXPzI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAbXPzI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAbXPzI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAbXPzI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAbXPzI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAcKW0s {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-17.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TAcKW0s svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAcKW0s #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAcKW0s img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAcKW0s img {
    width: 90%!important;
  }
}
.cid-uI5TAcKW0s H1 {
  color: #ffffff;
}
.cid-uI5TAcKW0s H3 {
  color: #ffffff;
}
.cid-uJ1Osnwr0c {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Osnwr0c .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Osnwr0c .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Osnwr0c .user {
  padding: 0!important;
}
.cid-uJ1Osnwr0c .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Osnwr0c .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Osnwr0c .carousel-item.active,
.cid-uJ1Osnwr0c .carousel-item-next,
.cid-uJ1Osnwr0c .carousel-item-prev {
  display: flex;
}
.cid-uJ1Osnwr0c .user_name {
  margin: 0;
}
.cid-uJ1Osnwr0c .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Osnwr0c .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Osnwr0c .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Osnwr0c ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Osnwr0c .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Osnwr0c .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Osnwr0c .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Osnwr0c .user_desk {
  color: #767676;
}
.cid-uJ1Osnwr0c .mbr-text,
.cid-uJ1Osnwr0c .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAdJ3ix {
  background-color: #ffffff;
}
.cid-uI5TAdJ3ix .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAdJ3ix .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAdJ3ix .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAdJ3ix .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAdJ3ix .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAdJ3ix .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAdJ3ix .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAdJ3ix .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAdJ3ix .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAdJ3ix .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAdJ3ix .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAdJ3ix .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAdJ3ix .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAdJ3ix .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAgdVWV {
  background-color: #ffffff;
}
.cid-uI5TAgdVWV .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAgdVWV .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAgdVWV .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAgdVWV .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAgdVWV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAgdVWV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAgdVWV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAgdVWV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAgdVWV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAgdVWV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAgdVWV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAgdVWV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAgdVWV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAgdVWV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAh6UAh {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-18.jpg-1282x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TAh6UAh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAh6UAh #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAh6UAh img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAh6UAh img {
    width: 90%!important;
  }
}
.cid-uI5TAh6UAh H1 {
  color: #ffffff;
}
.cid-uI5TAh6UAh H3 {
  color: #ffffff;
}
.cid-uJ1Ou7vDlo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Ou7vDlo .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Ou7vDlo .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Ou7vDlo .user {
  padding: 0!important;
}
.cid-uJ1Ou7vDlo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Ou7vDlo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Ou7vDlo .carousel-item.active,
.cid-uJ1Ou7vDlo .carousel-item-next,
.cid-uJ1Ou7vDlo .carousel-item-prev {
  display: flex;
}
.cid-uJ1Ou7vDlo .user_name {
  margin: 0;
}
.cid-uJ1Ou7vDlo .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Ou7vDlo .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Ou7vDlo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Ou7vDlo ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Ou7vDlo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Ou7vDlo .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Ou7vDlo .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Ou7vDlo .user_desk {
  color: #767676;
}
.cid-uJ1Ou7vDlo .mbr-text,
.cid-uJ1Ou7vDlo .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAjR52x {
  background-color: #ffffff;
}
.cid-uI5TAjR52x .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAjR52x .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAjR52x .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAjR52x .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAjR52x .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAjR52x .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAjR52x .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAjR52x .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAjR52x .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAjR52x .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAjR52x .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAjR52x .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAjR52x .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAjR52x .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAkLVL1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-19.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TAkLVL1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAkLVL1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAkLVL1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAkLVL1 img {
    width: 90%!important;
  }
}
.cid-uI5TAkLVL1 H1 {
  color: #ffffff;
}
.cid-uI5TAkLVL1 H3 {
  color: #ffffff;
}
.cid-uJ1OvEItD1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OvEItD1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OvEItD1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OvEItD1 .user {
  padding: 0!important;
}
.cid-uJ1OvEItD1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OvEItD1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OvEItD1 .carousel-item.active,
.cid-uJ1OvEItD1 .carousel-item-next,
.cid-uJ1OvEItD1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1OvEItD1 .user_name {
  margin: 0;
}
.cid-uJ1OvEItD1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OvEItD1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OvEItD1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OvEItD1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OvEItD1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OvEItD1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OvEItD1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OvEItD1 .user_desk {
  color: #767676;
}
.cid-uJ1OvEItD1 .mbr-text,
.cid-uJ1OvEItD1 .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAn7rLM {
  background-color: #ffffff;
}
.cid-uI5TAn7rLM .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAn7rLM .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAn7rLM .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAn7rLM .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAn7rLM .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAn7rLM .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAn7rLM .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAn7rLM .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAn7rLM .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAn7rLM .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAn7rLM .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAn7rLM .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAn7rLM .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAn7rLM .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAohUwz {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-20.jpg-1077x1920.jpg");
  overflow: hidden;
}
.cid-uI5TAohUwz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAohUwz #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAohUwz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAohUwz img {
    width: 90%!important;
  }
}
.cid-uI5TAohUwz H1 {
  color: #ffffff;
}
.cid-uI5TAohUwz H3 {
  color: #ffffff;
}
.cid-uJ1Oxn5cZM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Oxn5cZM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Oxn5cZM .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Oxn5cZM .user {
  padding: 0!important;
}
.cid-uJ1Oxn5cZM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Oxn5cZM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Oxn5cZM .carousel-item.active,
.cid-uJ1Oxn5cZM .carousel-item-next,
.cid-uJ1Oxn5cZM .carousel-item-prev {
  display: flex;
}
.cid-uJ1Oxn5cZM .user_name {
  margin: 0;
}
.cid-uJ1Oxn5cZM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Oxn5cZM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Oxn5cZM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Oxn5cZM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Oxn5cZM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Oxn5cZM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Oxn5cZM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Oxn5cZM .user_desk {
  color: #767676;
}
.cid-uJ1Oxn5cZM .mbr-text,
.cid-uJ1Oxn5cZM .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAsJGwe {
  background-color: #ffffff;
}
.cid-uI5TAsJGwe .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAsJGwe .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAsJGwe .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAsJGwe .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAsJGwe .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAsJGwe .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAsJGwe .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAsJGwe .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAsJGwe .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAsJGwe .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAsJGwe .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAsJGwe .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAsJGwe .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAsJGwe .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAtxTRE {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-21.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TAtxTRE svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAtxTRE #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAtxTRE img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAtxTRE img {
    width: 90%!important;
  }
}
.cid-uI5TAtxTRE H1 {
  color: #ffffff;
}
.cid-uI5TAtxTRE H3 {
  color: #ffffff;
}
.cid-uJ1OzeuHX1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OzeuHX1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OzeuHX1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OzeuHX1 .user {
  padding: 0!important;
}
.cid-uJ1OzeuHX1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OzeuHX1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OzeuHX1 .carousel-item.active,
.cid-uJ1OzeuHX1 .carousel-item-next,
.cid-uJ1OzeuHX1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1OzeuHX1 .user_name {
  margin: 0;
}
.cid-uJ1OzeuHX1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OzeuHX1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OzeuHX1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OzeuHX1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OzeuHX1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OzeuHX1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OzeuHX1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OzeuHX1 .user_desk {
  color: #767676;
}
.cid-uJ1OzeuHX1 .mbr-text,
.cid-uJ1OzeuHX1 .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAvM2X9 {
  background-color: #ffffff;
}
.cid-uI5TAvM2X9 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAvM2X9 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAvM2X9 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAvM2X9 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAvM2X9 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAvM2X9 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAvM2X9 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAvM2X9 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAvM2X9 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAvM2X9 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAvM2X9 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAvM2X9 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAvM2X9 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAvM2X9 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAwEEBt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-22.jpg-1332x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TAwEEBt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAwEEBt #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAwEEBt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAwEEBt img {
    width: 90%!important;
  }
}
.cid-uI5TAwEEBt H1 {
  color: #ffffff;
}
.cid-uI5TAwEEBt H3 {
  color: #ffffff;
}
.cid-uJ1OATBwaW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OATBwaW .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OATBwaW .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OATBwaW .user {
  padding: 0!important;
}
.cid-uJ1OATBwaW .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OATBwaW .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OATBwaW .carousel-item.active,
.cid-uJ1OATBwaW .carousel-item-next,
.cid-uJ1OATBwaW .carousel-item-prev {
  display: flex;
}
.cid-uJ1OATBwaW .user_name {
  margin: 0;
}
.cid-uJ1OATBwaW .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OATBwaW .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OATBwaW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OATBwaW ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OATBwaW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OATBwaW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OATBwaW .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OATBwaW .user_desk {
  color: #767676;
}
.cid-uJ1OATBwaW .mbr-text,
.cid-uJ1OATBwaW .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAyL5ge {
  background-color: #ffffff;
}
.cid-uI5TAyL5ge .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAyL5ge .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAyL5ge .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAyL5ge .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAyL5ge .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAyL5ge .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAyL5ge .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAyL5ge .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAyL5ge .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAyL5ge .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAyL5ge .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAyL5ge .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAyL5ge .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAyL5ge .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAzD995 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-23.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TAzD995 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAzD995 #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAzD995 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAzD995 img {
    width: 90%!important;
  }
}
.cid-uI5TAzD995 H1 {
  color: #ffffff;
}
.cid-uI5TAzD995 H3 {
  color: #ffffff;
}
.cid-uJ1OCf7n1U {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OCf7n1U .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OCf7n1U .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OCf7n1U .user {
  padding: 0!important;
}
.cid-uJ1OCf7n1U .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OCf7n1U .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OCf7n1U .carousel-item.active,
.cid-uJ1OCf7n1U .carousel-item-next,
.cid-uJ1OCf7n1U .carousel-item-prev {
  display: flex;
}
.cid-uJ1OCf7n1U .user_name {
  margin: 0;
}
.cid-uJ1OCf7n1U .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OCf7n1U .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OCf7n1U .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OCf7n1U ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OCf7n1U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OCf7n1U .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OCf7n1U .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OCf7n1U .user_desk {
  color: #767676;
}
.cid-uJ1OCf7n1U .mbr-text,
.cid-uJ1OCf7n1U .mbr-section-btn {
  color: #000000;
}
.cid-uI5TADXaMI {
  background-color: #ffffff;
}
.cid-uI5TADXaMI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TADXaMI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TADXaMI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TADXaMI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TADXaMI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TADXaMI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TADXaMI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TADXaMI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TADXaMI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TADXaMI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TADXaMI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TADXaMI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TADXaMI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TADXaMI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAEVckG {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-24.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TAEVckG svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAEVckG #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAEVckG img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAEVckG img {
    width: 90%!important;
  }
}
.cid-uI5TAEVckG H1 {
  color: #ffffff;
}
.cid-uI5TAEVckG H3 {
  color: #ffffff;
}
.cid-uJ1ODZI6jh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ODZI6jh .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ODZI6jh .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ODZI6jh .user {
  padding: 0!important;
}
.cid-uJ1ODZI6jh .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ODZI6jh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ODZI6jh .carousel-item.active,
.cid-uJ1ODZI6jh .carousel-item-next,
.cid-uJ1ODZI6jh .carousel-item-prev {
  display: flex;
}
.cid-uJ1ODZI6jh .user_name {
  margin: 0;
}
.cid-uJ1ODZI6jh .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ODZI6jh .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ODZI6jh .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ODZI6jh ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ODZI6jh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ODZI6jh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ODZI6jh .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ODZI6jh .user_desk {
  color: #767676;
}
.cid-uJ1ODZI6jh .mbr-text,
.cid-uJ1ODZI6jh .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAH3QKA {
  background-color: #ffffff;
}
.cid-uI5TAH3QKA .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAH3QKA .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAH3QKA .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAH3QKA .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAH3QKA .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAH3QKA .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAH3QKA .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAH3QKA .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAH3QKA .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAH3QKA .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAH3QKA .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAH3QKA .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAH3QKA .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAH3QKA .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAHSVmN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-25.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TAHSVmN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAHSVmN #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAHSVmN img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAHSVmN img {
    width: 90%!important;
  }
}
.cid-uI5TAHSVmN H1 {
  color: #ffffff;
}
.cid-uI5TAHSVmN H3 {
  color: #ffffff;
}
.cid-uJ1OFyGjDS {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OFyGjDS .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OFyGjDS .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OFyGjDS .user {
  padding: 0!important;
}
.cid-uJ1OFyGjDS .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OFyGjDS .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OFyGjDS .carousel-item.active,
.cid-uJ1OFyGjDS .carousel-item-next,
.cid-uJ1OFyGjDS .carousel-item-prev {
  display: flex;
}
.cid-uJ1OFyGjDS .user_name {
  margin: 0;
}
.cid-uJ1OFyGjDS .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OFyGjDS .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OFyGjDS .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OFyGjDS ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OFyGjDS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OFyGjDS .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OFyGjDS .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OFyGjDS .user_desk {
  color: #767676;
}
.cid-uJ1OFyGjDS .mbr-text,
.cid-uJ1OFyGjDS .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAIUqSw {
  background-color: #ffffff;
}
.cid-uI5TAIUqSw .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAIUqSw .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAIUqSw .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAIUqSw .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAIUqSw .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAIUqSw .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAIUqSw .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAIUqSw .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAIUqSw .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAIUqSw .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAIUqSw .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAIUqSw .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAIUqSw .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAIUqSw .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAMttPw {
  background-color: #ffffff;
}
.cid-uI5TAMttPw .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAMttPw .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAMttPw .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAMttPw .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAMttPw .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAMttPw .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAMttPw .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAMttPw .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAMttPw .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAMttPw .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAMttPw .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAMttPw .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAMttPw .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAMttPw .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TANwptB {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-26.jpg-1277x1920.jpg");
  overflow: hidden;
}
.cid-uI5TANwptB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TANwptB #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TANwptB img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TANwptB img {
    width: 90%!important;
  }
}
.cid-uI5TANwptB H1 {
  color: #ffffff;
}
.cid-uI5TANwptB H3 {
  color: #ffffff;
}
.cid-uJ1ONiwOp4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1ONiwOp4 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1ONiwOp4 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1ONiwOp4 .user {
  padding: 0!important;
}
.cid-uJ1ONiwOp4 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1ONiwOp4 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1ONiwOp4 .carousel-item.active,
.cid-uJ1ONiwOp4 .carousel-item-next,
.cid-uJ1ONiwOp4 .carousel-item-prev {
  display: flex;
}
.cid-uJ1ONiwOp4 .user_name {
  margin: 0;
}
.cid-uJ1ONiwOp4 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1ONiwOp4 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1ONiwOp4 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1ONiwOp4 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1ONiwOp4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1ONiwOp4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1ONiwOp4 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1ONiwOp4 .user_desk {
  color: #767676;
}
.cid-uJ1ONiwOp4 .mbr-text,
.cid-uJ1ONiwOp4 .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAQjTFj {
  background-color: #ffffff;
}
.cid-uI5TAQjTFj .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAQjTFj .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAQjTFj .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAQjTFj .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAQjTFj .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAQjTFj .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAQjTFj .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAQjTFj .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAQjTFj .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAQjTFj .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAQjTFj .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAQjTFj .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAQjTFj .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAQjTFj .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TARtY1B {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-27.jpg-1078x1920.jpg");
  overflow: hidden;
}
.cid-uI5TARtY1B svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TARtY1B #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TARtY1B img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TARtY1B img {
    width: 90%!important;
  }
}
.cid-uI5TARtY1B H1 {
  color: #ffffff;
}
.cid-uI5TARtY1B H3 {
  color: #ffffff;
}
.cid-uJ1OPiBQfm {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OPiBQfm .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OPiBQfm .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OPiBQfm .user {
  padding: 0!important;
}
.cid-uJ1OPiBQfm .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OPiBQfm .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OPiBQfm .carousel-item.active,
.cid-uJ1OPiBQfm .carousel-item-next,
.cid-uJ1OPiBQfm .carousel-item-prev {
  display: flex;
}
.cid-uJ1OPiBQfm .user_name {
  margin: 0;
}
.cid-uJ1OPiBQfm .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OPiBQfm .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OPiBQfm .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OPiBQfm ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OPiBQfm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OPiBQfm .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OPiBQfm .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OPiBQfm .user_desk {
  color: #767676;
}
.cid-uJ1OPiBQfm .mbr-text,
.cid-uJ1OPiBQfm .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAU7erE {
  background-color: #ffffff;
}
.cid-uI5TAU7erE .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAU7erE .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAU7erE .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAU7erE .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAU7erE .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAU7erE .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAU7erE .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAU7erE .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAU7erE .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAU7erE .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAU7erE .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAU7erE .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAU7erE .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAU7erE .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TAVtty3 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-28.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TAVtty3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TAVtty3 #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TAVtty3 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TAVtty3 img {
    width: 90%!important;
  }
}
.cid-uI5TAVtty3 H1 {
  color: #ffffff;
}
.cid-uI5TAVtty3 H3 {
  color: #ffffff;
}
.cid-uJ1OQXGeFa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OQXGeFa .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OQXGeFa .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OQXGeFa .user {
  padding: 0!important;
}
.cid-uJ1OQXGeFa .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OQXGeFa .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OQXGeFa .carousel-item.active,
.cid-uJ1OQXGeFa .carousel-item-next,
.cid-uJ1OQXGeFa .carousel-item-prev {
  display: flex;
}
.cid-uJ1OQXGeFa .user_name {
  margin: 0;
}
.cid-uJ1OQXGeFa .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OQXGeFa .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OQXGeFa .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OQXGeFa ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OQXGeFa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OQXGeFa .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OQXGeFa .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OQXGeFa .user_desk {
  color: #767676;
}
.cid-uJ1OQXGeFa .mbr-text,
.cid-uJ1OQXGeFa .mbr-section-btn {
  color: #000000;
}
.cid-uI5TAYjm6C {
  background-color: #ffffff;
}
.cid-uI5TAYjm6C .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAYjm6C .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAYjm6C .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAYjm6C .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TAYjm6C .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TAYjm6C .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TAYjm6C .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TAYjm6C .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TAYjm6C .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TAYjm6C .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TAYjm6C .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TAYjm6C .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TAYjm6C .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TAYjm6C .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TB0teAq {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-29.jpg-1-2000x3012.jpeg");
  overflow: hidden;
}
.cid-uI5TB0teAq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TB0teAq #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TB0teAq img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TB0teAq img {
    width: 90%!important;
  }
}
.cid-uI5TB0teAq H1 {
  color: #ffffff;
}
.cid-uI5TB0teAq H3 {
  color: #ffffff;
}
.cid-uJ1OXyr8QM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OXyr8QM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OXyr8QM .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OXyr8QM .user {
  padding: 0!important;
}
.cid-uJ1OXyr8QM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OXyr8QM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OXyr8QM .carousel-item.active,
.cid-uJ1OXyr8QM .carousel-item-next,
.cid-uJ1OXyr8QM .carousel-item-prev {
  display: flex;
}
.cid-uJ1OXyr8QM .user_name {
  margin: 0;
}
.cid-uJ1OXyr8QM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OXyr8QM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OXyr8QM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OXyr8QM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OXyr8QM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OXyr8QM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OXyr8QM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OXyr8QM .user_desk {
  color: #767676;
}
.cid-uJ1OXyr8QM .mbr-text,
.cid-uJ1OXyr8QM .mbr-section-btn {
  color: #000000;
}
.cid-uI5TB3KLNJ {
  background-color: #ffffff;
}
.cid-uI5TB3KLNJ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TB3KLNJ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TB3KLNJ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TB3KLNJ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TB3KLNJ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TB3KLNJ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TB3KLNJ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TB3KLNJ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TB3KLNJ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TB3KLNJ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TB3KLNJ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TB3KLNJ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TB3KLNJ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TB3KLNJ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TB56uZU {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-30.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uI5TB56uZU svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TB56uZU #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TB56uZU img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TB56uZU img {
    width: 90%!important;
  }
}
.cid-uI5TB56uZU H1 {
  color: #ffffff;
}
.cid-uI5TB56uZU H3 {
  color: #ffffff;
}
.cid-uJ1OZHUOit {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1OZHUOit .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1OZHUOit .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1OZHUOit .user {
  padding: 0!important;
}
.cid-uJ1OZHUOit .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1OZHUOit .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1OZHUOit .carousel-item.active,
.cid-uJ1OZHUOit .carousel-item-next,
.cid-uJ1OZHUOit .carousel-item-prev {
  display: flex;
}
.cid-uJ1OZHUOit .user_name {
  margin: 0;
}
.cid-uJ1OZHUOit .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1OZHUOit .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1OZHUOit .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1OZHUOit ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1OZHUOit .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1OZHUOit .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1OZHUOit .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1OZHUOit .user_desk {
  color: #767676;
}
.cid-uJ1OZHUOit .mbr-text,
.cid-uJ1OZHUOit .mbr-section-btn {
  color: #000000;
}
.cid-uI5TB7sqkV {
  background-color: #ffffff;
}
.cid-uI5TB7sqkV .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TB7sqkV .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TB7sqkV .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TB7sqkV .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TB7sqkV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TB7sqkV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TB7sqkV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TB7sqkV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TB7sqkV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TB7sqkV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TB7sqkV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TB7sqkV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TB7sqkV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TB7sqkV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TB8pakD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/october-31.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uI5TB8pakD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uI5TB8pakD #e2_shape {
  fill: #ffffff !important;
}
.cid-uI5TB8pakD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uI5TB8pakD img {
    width: 90%!important;
  }
}
.cid-uI5TB8pakD H1 {
  color: #ffffff;
}
.cid-uI5TB8pakD H3 {
  color: #ffffff;
}
.cid-uJ1P1iKrxu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1P1iKrxu .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1P1iKrxu .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1P1iKrxu .user {
  padding: 0!important;
}
.cid-uJ1P1iKrxu .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1P1iKrxu .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1P1iKrxu .carousel-item.active,
.cid-uJ1P1iKrxu .carousel-item-next,
.cid-uJ1P1iKrxu .carousel-item-prev {
  display: flex;
}
.cid-uJ1P1iKrxu .user_name {
  margin: 0;
}
.cid-uJ1P1iKrxu .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1P1iKrxu .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1P1iKrxu .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1P1iKrxu ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1P1iKrxu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1P1iKrxu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1P1iKrxu .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1P1iKrxu .user_desk {
  color: #767676;
}
.cid-uJ1P1iKrxu .mbr-text,
.cid-uJ1P1iKrxu .mbr-section-btn {
  color: #000000;
}
.cid-uI5TBb7vki {
  background-color: #ffffff;
}
.cid-uI5TBb7vki .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TBb7vki .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TBb7vki .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TBb7vki .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TBb7vki .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TBb7vki .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TBb7vki .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TBb7vki .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TBb7vki .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TBb7vki .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TBb7vki .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TBb7vki .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TBb7vki .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TBb7vki .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uI5TBc08MV {
  background-color: #ffffff;
}
.cid-uI5TBc08MV .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TBc08MV .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TBc08MV .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TBc08MV .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uI5TBc08MV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uI5TBc08MV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uI5TBc08MV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uI5TBc08MV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uI5TBc08MV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uI5TBc08MV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uI5TBc08MV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uI5TBc08MV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uI5TBc08MV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uI5TBc08MV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uJ1LZdjy5H {
  background-color: #ffffff;
}
.cid-uJ1LZdjy5H .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1LZdjy5H .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1LZdjy5H .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1LZdjy5H .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1LZdjy5H .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1LZdjy5H .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1LZdjy5H .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1LZdjy5H .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1LZdjy5H .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1LZdjy5H .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1LZdjy5H .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1LZdjy5H .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1LZdjy5H .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1LZdjy5H .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uIdPlh5ion {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-1.jpg-1516x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlh5ion svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlh5ion #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlh5ion img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlh5ion img {
    width: 90%!important;
  }
}
.cid-uIdPlh5ion H1 {
  color: #ffffff;
}
.cid-uIdPlh5ion H3 {
  color: #ffffff;
}
.cid-uJ1RR9nIsN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1RR9nIsN .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1RR9nIsN .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1RR9nIsN .user {
  padding: 0!important;
}
.cid-uJ1RR9nIsN .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1RR9nIsN .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1RR9nIsN .carousel-item.active,
.cid-uJ1RR9nIsN .carousel-item-next,
.cid-uJ1RR9nIsN .carousel-item-prev {
  display: flex;
}
.cid-uJ1RR9nIsN .user_name {
  margin: 0;
}
.cid-uJ1RR9nIsN .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1RR9nIsN .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1RR9nIsN .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1RR9nIsN ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1RR9nIsN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1RR9nIsN .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1RR9nIsN .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1RR9nIsN .user_desk {
  color: #767676;
}
.cid-uJ1RR9nIsN .mbr-text,
.cid-uJ1RR9nIsN .mbr-section-btn {
  color: #000000;
}
.cid-uIdPliDyhx {
  background-color: #ffffff;
}
.cid-uIdPliDyhx .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPliDyhx .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPliDyhx .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPliDyhx .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPliDyhx .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPliDyhx .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPliDyhx .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPliDyhx .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPliDyhx .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPliDyhx .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPliDyhx .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPliDyhx .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPliDyhx .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPliDyhx .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlj5klk {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-2.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlj5klk svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlj5klk #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlj5klk img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlj5klk img {
    width: 90%!important;
  }
}
.cid-uIdPlj5klk H1 {
  color: #ffffff;
}
.cid-uIdPlj5klk H3 {
  color: #ffffff;
}
.cid-uJ1RTdfEk6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1RTdfEk6 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1RTdfEk6 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1RTdfEk6 .user {
  padding: 0!important;
}
.cid-uJ1RTdfEk6 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1RTdfEk6 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1RTdfEk6 .carousel-item.active,
.cid-uJ1RTdfEk6 .carousel-item-next,
.cid-uJ1RTdfEk6 .carousel-item-prev {
  display: flex;
}
.cid-uJ1RTdfEk6 .user_name {
  margin: 0;
}
.cid-uJ1RTdfEk6 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1RTdfEk6 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1RTdfEk6 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1RTdfEk6 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1RTdfEk6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1RTdfEk6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1RTdfEk6 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1RTdfEk6 .user_desk {
  color: #767676;
}
.cid-uJ1RTdfEk6 .mbr-text,
.cid-uJ1RTdfEk6 .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlkqrEZ {
  background-color: #ffffff;
}
.cid-uIdPlkqrEZ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlkqrEZ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlkqrEZ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlkqrEZ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlkqrEZ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlkqrEZ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlkqrEZ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlkqrEZ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlkqrEZ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlkqrEZ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlkqrEZ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlkqrEZ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlkqrEZ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlkqrEZ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlkS7ah {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-3.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlkS7ah svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlkS7ah #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlkS7ah img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlkS7ah img {
    width: 90%!important;
  }
}
.cid-uIdPlkS7ah H1 {
  color: #ffffff;
}
.cid-uIdPlkS7ah H3 {
  color: #ffffff;
}
.cid-uJ1RUIwOBm {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1RUIwOBm .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1RUIwOBm .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1RUIwOBm .user {
  padding: 0!important;
}
.cid-uJ1RUIwOBm .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1RUIwOBm .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1RUIwOBm .carousel-item.active,
.cid-uJ1RUIwOBm .carousel-item-next,
.cid-uJ1RUIwOBm .carousel-item-prev {
  display: flex;
}
.cid-uJ1RUIwOBm .user_name {
  margin: 0;
}
.cid-uJ1RUIwOBm .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1RUIwOBm .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1RUIwOBm .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1RUIwOBm ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1RUIwOBm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1RUIwOBm .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1RUIwOBm .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1RUIwOBm .user_desk {
  color: #767676;
}
.cid-uJ1RUIwOBm .mbr-text,
.cid-uJ1RUIwOBm .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlmgdcq {
  background-color: #ffffff;
}
.cid-uIdPlmgdcq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlmgdcq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlmgdcq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlmgdcq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlmgdcq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlmgdcq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlmgdcq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlmgdcq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlmgdcq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlmgdcq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlmgdcq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlmgdcq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlmgdcq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlmgdcq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlmI3X7 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-4.jpg-1080x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlmI3X7 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlmI3X7 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlmI3X7 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlmI3X7 img {
    width: 90%!important;
  }
}
.cid-uIdPlmI3X7 H1 {
  color: #ffffff;
}
.cid-uIdPlmI3X7 H3 {
  color: #ffffff;
}
.cid-uJ1RWQcGE0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1RWQcGE0 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1RWQcGE0 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1RWQcGE0 .user {
  padding: 0!important;
}
.cid-uJ1RWQcGE0 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1RWQcGE0 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1RWQcGE0 .carousel-item.active,
.cid-uJ1RWQcGE0 .carousel-item-next,
.cid-uJ1RWQcGE0 .carousel-item-prev {
  display: flex;
}
.cid-uJ1RWQcGE0 .user_name {
  margin: 0;
}
.cid-uJ1RWQcGE0 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1RWQcGE0 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1RWQcGE0 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1RWQcGE0 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1RWQcGE0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1RWQcGE0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1RWQcGE0 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1RWQcGE0 .user_desk {
  color: #767676;
}
.cid-uJ1RWQcGE0 .mbr-text,
.cid-uJ1RWQcGE0 .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlo0kSn {
  background-color: #ffffff;
}
.cid-uIdPlo0kSn .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlo0kSn .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlo0kSn .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlo0kSn .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlo0kSn .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlo0kSn .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlo0kSn .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlo0kSn .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlo0kSn .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlo0kSn .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlo0kSn .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlo0kSn .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlo0kSn .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlo0kSn .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlotSFk {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-5.jpg-1277x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlotSFk svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlotSFk #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlotSFk img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlotSFk img {
    width: 90%!important;
  }
}
.cid-uIdPlotSFk H1 {
  color: #ffffff;
}
.cid-uIdPlotSFk H3 {
  color: #ffffff;
}
.cid-uJ1RYGEY9l {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1RYGEY9l .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1RYGEY9l .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1RYGEY9l .user {
  padding: 0!important;
}
.cid-uJ1RYGEY9l .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1RYGEY9l .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1RYGEY9l .carousel-item.active,
.cid-uJ1RYGEY9l .carousel-item-next,
.cid-uJ1RYGEY9l .carousel-item-prev {
  display: flex;
}
.cid-uJ1RYGEY9l .user_name {
  margin: 0;
}
.cid-uJ1RYGEY9l .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1RYGEY9l .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1RYGEY9l .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1RYGEY9l ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1RYGEY9l .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1RYGEY9l .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1RYGEY9l .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1RYGEY9l .user_desk {
  color: #767676;
}
.cid-uJ1RYGEY9l .mbr-text,
.cid-uJ1RYGEY9l .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlpVbjB {
  background-color: #ffffff;
}
.cid-uIdPlpVbjB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlpVbjB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlpVbjB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlpVbjB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlpVbjB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlpVbjB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlpVbjB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlpVbjB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlpVbjB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlpVbjB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlpVbjB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlpVbjB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlpVbjB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlpVbjB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlqqFY1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-6.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlqqFY1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlqqFY1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlqqFY1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlqqFY1 img {
    width: 90%!important;
  }
}
.cid-uIdPlqqFY1 H1 {
  color: #ffffff;
}
.cid-uIdPlqqFY1 H3 {
  color: #ffffff;
}
.cid-uJ1S1VlGZO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1S1VlGZO .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1S1VlGZO .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1S1VlGZO .user {
  padding: 0!important;
}
.cid-uJ1S1VlGZO .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1S1VlGZO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1S1VlGZO .carousel-item.active,
.cid-uJ1S1VlGZO .carousel-item-next,
.cid-uJ1S1VlGZO .carousel-item-prev {
  display: flex;
}
.cid-uJ1S1VlGZO .user_name {
  margin: 0;
}
.cid-uJ1S1VlGZO .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1S1VlGZO .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1S1VlGZO .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1S1VlGZO ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1S1VlGZO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1S1VlGZO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1S1VlGZO .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1S1VlGZO .user_desk {
  color: #767676;
}
.cid-uJ1S1VlGZO .mbr-text,
.cid-uJ1S1VlGZO .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlrV4IC {
  background-color: #ffffff;
}
.cid-uIdPlrV4IC .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlrV4IC .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlrV4IC .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlrV4IC .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlrV4IC .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlrV4IC .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlrV4IC .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlrV4IC .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlrV4IC .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlrV4IC .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlrV4IC .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlrV4IC .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlrV4IC .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlrV4IC .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlsr8vB {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-7.jpg-1275x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlsr8vB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlsr8vB #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlsr8vB img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlsr8vB img {
    width: 90%!important;
  }
}
.cid-uIdPlsr8vB H1 {
  color: #ffffff;
}
.cid-uIdPlsr8vB H3 {
  color: #ffffff;
}
.cid-uJ1S8iFZvW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1S8iFZvW .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1S8iFZvW .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1S8iFZvW .user {
  padding: 0!important;
}
.cid-uJ1S8iFZvW .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1S8iFZvW .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1S8iFZvW .carousel-item.active,
.cid-uJ1S8iFZvW .carousel-item-next,
.cid-uJ1S8iFZvW .carousel-item-prev {
  display: flex;
}
.cid-uJ1S8iFZvW .user_name {
  margin: 0;
}
.cid-uJ1S8iFZvW .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1S8iFZvW .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1S8iFZvW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1S8iFZvW ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1S8iFZvW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1S8iFZvW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1S8iFZvW .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1S8iFZvW .user_desk {
  color: #767676;
}
.cid-uJ1S8iFZvW .mbr-text,
.cid-uJ1S8iFZvW .mbr-section-btn {
  color: #000000;
}
.cid-uIdPltUgTE {
  background-color: #ffffff;
}
.cid-uIdPltUgTE .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPltUgTE .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPltUgTE .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPltUgTE .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPltUgTE .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPltUgTE .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPltUgTE .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPltUgTE .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPltUgTE .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPltUgTE .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPltUgTE .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPltUgTE .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPltUgTE .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPltUgTE .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlutxVC {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-8.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlutxVC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlutxVC #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlutxVC img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlutxVC img {
    width: 90%!important;
  }
}
.cid-uIdPlutxVC H1 {
  color: #ffffff;
}
.cid-uIdPlutxVC H3 {
  color: #ffffff;
}
.cid-uJ1SaiS8i1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SaiS8i1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SaiS8i1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SaiS8i1 .user {
  padding: 0!important;
}
.cid-uJ1SaiS8i1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SaiS8i1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SaiS8i1 .carousel-item.active,
.cid-uJ1SaiS8i1 .carousel-item-next,
.cid-uJ1SaiS8i1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1SaiS8i1 .user_name {
  margin: 0;
}
.cid-uJ1SaiS8i1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SaiS8i1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SaiS8i1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SaiS8i1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SaiS8i1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SaiS8i1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SaiS8i1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SaiS8i1 .user_desk {
  color: #767676;
}
.cid-uJ1SaiS8i1 .mbr-text,
.cid-uJ1SaiS8i1 .mbr-section-btn {
  color: #000000;
}
.cid-uJ1SbL9m1s {
  background-color: #ffffff;
}
.cid-uJ1SbL9m1s .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1SbL9m1s .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1SbL9m1s .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1SbL9m1s .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1SbL9m1s .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1SbL9m1s .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1SbL9m1s .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1SbL9m1s .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1SbL9m1s .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1SbL9m1s .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1SbL9m1s .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1SbL9m1s .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1SbL9m1s .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1SbL9m1s .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlvYgxg {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-9.jpg-1536x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlvYgxg svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlvYgxg #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlvYgxg img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlvYgxg img {
    width: 90%!important;
  }
}
.cid-uIdPlvYgxg H1 {
  color: #ffffff;
}
.cid-uIdPlvYgxg H3 {
  color: #ffffff;
}
.cid-uJ1SdnuIPi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SdnuIPi .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SdnuIPi .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SdnuIPi .user {
  padding: 0!important;
}
.cid-uJ1SdnuIPi .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SdnuIPi .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SdnuIPi .carousel-item.active,
.cid-uJ1SdnuIPi .carousel-item-next,
.cid-uJ1SdnuIPi .carousel-item-prev {
  display: flex;
}
.cid-uJ1SdnuIPi .user_name {
  margin: 0;
}
.cid-uJ1SdnuIPi .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SdnuIPi .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SdnuIPi .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SdnuIPi ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SdnuIPi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SdnuIPi .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SdnuIPi .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SdnuIPi .user_desk {
  color: #767676;
}
.cid-uJ1SdnuIPi .mbr-text,
.cid-uJ1SdnuIPi .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlxGj1g {
  background-color: #ffffff;
}
.cid-uIdPlxGj1g .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlxGj1g .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlxGj1g .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlxGj1g .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlxGj1g .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlxGj1g .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlxGj1g .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlxGj1g .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlxGj1g .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlxGj1g .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlxGj1g .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlxGj1g .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlxGj1g .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlxGj1g .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlyf6uL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-10.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlyf6uL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlyf6uL #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlyf6uL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlyf6uL img {
    width: 90%!important;
  }
}
.cid-uIdPlyf6uL H1 {
  color: #ffffff;
}
.cid-uIdPlyf6uL H3 {
  color: #ffffff;
}
.cid-uJ1SeXhMEA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SeXhMEA .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SeXhMEA .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SeXhMEA .user {
  padding: 0!important;
}
.cid-uJ1SeXhMEA .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SeXhMEA .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SeXhMEA .carousel-item.active,
.cid-uJ1SeXhMEA .carousel-item-next,
.cid-uJ1SeXhMEA .carousel-item-prev {
  display: flex;
}
.cid-uJ1SeXhMEA .user_name {
  margin: 0;
}
.cid-uJ1SeXhMEA .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SeXhMEA .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SeXhMEA .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SeXhMEA ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SeXhMEA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SeXhMEA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SeXhMEA .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SeXhMEA .user_desk {
  color: #767676;
}
.cid-uJ1SeXhMEA .mbr-text,
.cid-uJ1SeXhMEA .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlzXU3h {
  background-color: #ffffff;
}
.cid-uIdPlzXU3h .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlzXU3h .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlzXU3h .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlzXU3h .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlzXU3h .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlzXU3h .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlzXU3h .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlzXU3h .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlzXU3h .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlzXU3h .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlzXU3h .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlzXU3h .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlzXU3h .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlzXU3h .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlAwkSh {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-11.jpg-1080x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlAwkSh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlAwkSh #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlAwkSh img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlAwkSh img {
    width: 90%!important;
  }
}
.cid-uIdPlAwkSh H1 {
  color: #ffffff;
}
.cid-uIdPlAwkSh H3 {
  color: #ffffff;
}
.cid-uJ1SgaRJJA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SgaRJJA .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SgaRJJA .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SgaRJJA .user {
  padding: 0!important;
}
.cid-uJ1SgaRJJA .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SgaRJJA .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SgaRJJA .carousel-item.active,
.cid-uJ1SgaRJJA .carousel-item-next,
.cid-uJ1SgaRJJA .carousel-item-prev {
  display: flex;
}
.cid-uJ1SgaRJJA .user_name {
  margin: 0;
}
.cid-uJ1SgaRJJA .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SgaRJJA .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SgaRJJA .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SgaRJJA ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SgaRJJA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SgaRJJA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SgaRJJA .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SgaRJJA .user_desk {
  color: #767676;
}
.cid-uJ1SgaRJJA .mbr-text,
.cid-uJ1SgaRJJA .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlCeRms {
  background-color: #ffffff;
}
.cid-uIdPlCeRms .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlCeRms .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlCeRms .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlCeRms .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlCeRms .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlCeRms .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlCeRms .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlCeRms .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlCeRms .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlCeRms .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlCeRms .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlCeRms .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlCeRms .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlCeRms .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlCRFNN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-12.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlCRFNN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlCRFNN #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlCRFNN img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlCRFNN img {
    width: 90%!important;
  }
}
.cid-uIdPlCRFNN H1 {
  color: #ffffff;
}
.cid-uIdPlCRFNN H3 {
  color: #ffffff;
}
.cid-uJ1SiAwH82 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SiAwH82 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SiAwH82 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SiAwH82 .user {
  padding: 0!important;
}
.cid-uJ1SiAwH82 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SiAwH82 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SiAwH82 .carousel-item.active,
.cid-uJ1SiAwH82 .carousel-item-next,
.cid-uJ1SiAwH82 .carousel-item-prev {
  display: flex;
}
.cid-uJ1SiAwH82 .user_name {
  margin: 0;
}
.cid-uJ1SiAwH82 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SiAwH82 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SiAwH82 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SiAwH82 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SiAwH82 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SiAwH82 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SiAwH82 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SiAwH82 .user_desk {
  color: #767676;
}
.cid-uJ1SiAwH82 .mbr-text,
.cid-uJ1SiAwH82 .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlEAOtW {
  background-color: #ffffff;
}
.cid-uIdPlEAOtW .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlEAOtW .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlEAOtW .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlEAOtW .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlEAOtW .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlEAOtW .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlEAOtW .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlEAOtW .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlEAOtW .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlEAOtW .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlEAOtW .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlEAOtW .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlEAOtW .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlEAOtW .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlFpUcB {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-13.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlFpUcB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlFpUcB #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlFpUcB img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlFpUcB img {
    width: 90%!important;
  }
}
.cid-uIdPlFpUcB H1 {
  color: #ffffff;
}
.cid-uIdPlFpUcB H3 {
  color: #ffffff;
}
.cid-uJ1Sktxabp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Sktxabp .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Sktxabp .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Sktxabp .user {
  padding: 0!important;
}
.cid-uJ1Sktxabp .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Sktxabp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Sktxabp .carousel-item.active,
.cid-uJ1Sktxabp .carousel-item-next,
.cid-uJ1Sktxabp .carousel-item-prev {
  display: flex;
}
.cid-uJ1Sktxabp .user_name {
  margin: 0;
}
.cid-uJ1Sktxabp .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Sktxabp .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Sktxabp .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Sktxabp ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Sktxabp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Sktxabp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Sktxabp .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Sktxabp .user_desk {
  color: #767676;
}
.cid-uJ1Sktxabp .mbr-text,
.cid-uJ1Sktxabp .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlHsosv {
  background-color: #ffffff;
}
.cid-uIdPlHsosv .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlHsosv .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlHsosv .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlHsosv .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlHsosv .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlHsosv .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlHsosv .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlHsosv .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlHsosv .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlHsosv .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlHsosv .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlHsosv .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlHsosv .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlHsosv .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlI6b8v {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-14.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlI6b8v svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlI6b8v #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlI6b8v img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlI6b8v img {
    width: 90%!important;
  }
}
.cid-uIdPlI6b8v H1 {
  color: #ffffff;
}
.cid-uIdPlI6b8v H3 {
  color: #ffffff;
}
.cid-uJ1SooYHCI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SooYHCI .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SooYHCI .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SooYHCI .user {
  padding: 0!important;
}
.cid-uJ1SooYHCI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SooYHCI .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SooYHCI .carousel-item.active,
.cid-uJ1SooYHCI .carousel-item-next,
.cid-uJ1SooYHCI .carousel-item-prev {
  display: flex;
}
.cid-uJ1SooYHCI .user_name {
  margin: 0;
}
.cid-uJ1SooYHCI .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SooYHCI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SooYHCI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SooYHCI ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SooYHCI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SooYHCI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SooYHCI .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SooYHCI .user_desk {
  color: #767676;
}
.cid-uJ1SooYHCI .mbr-text,
.cid-uJ1SooYHCI .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlJS8cp {
  background-color: #ffffff;
}
.cid-uIdPlJS8cp .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlJS8cp .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlJS8cp .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlJS8cp .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlJS8cp .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlJS8cp .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlJS8cp .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlJS8cp .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlJS8cp .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlJS8cp .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlJS8cp .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlJS8cp .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlJS8cp .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlJS8cp .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlKz4v1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-15.jpg-1435x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlKz4v1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlKz4v1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlKz4v1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlKz4v1 img {
    width: 90%!important;
  }
}
.cid-uIdPlKz4v1 H1 {
  color: #ffffff;
}
.cid-uIdPlKz4v1 H3 {
  color: #ffffff;
}
.cid-uJ1Sr7ajQz {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Sr7ajQz .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Sr7ajQz .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Sr7ajQz .user {
  padding: 0!important;
}
.cid-uJ1Sr7ajQz .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Sr7ajQz .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Sr7ajQz .carousel-item.active,
.cid-uJ1Sr7ajQz .carousel-item-next,
.cid-uJ1Sr7ajQz .carousel-item-prev {
  display: flex;
}
.cid-uJ1Sr7ajQz .user_name {
  margin: 0;
}
.cid-uJ1Sr7ajQz .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Sr7ajQz .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Sr7ajQz .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Sr7ajQz ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Sr7ajQz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Sr7ajQz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Sr7ajQz .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Sr7ajQz .user_desk {
  color: #767676;
}
.cid-uJ1Sr7ajQz .mbr-text,
.cid-uJ1Sr7ajQz .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlMtYlh {
  background-color: #ffffff;
}
.cid-uIdPlMtYlh .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlMtYlh .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlMtYlh .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlMtYlh .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlMtYlh .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlMtYlh .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlMtYlh .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlMtYlh .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlMtYlh .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlMtYlh .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlMtYlh .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlMtYlh .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlMtYlh .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlMtYlh .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlNdS90 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-16.jpg-1642x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlNdS90 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlNdS90 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlNdS90 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlNdS90 img {
    width: 90%!important;
  }
}
.cid-uIdPlNdS90 H1 {
  color: #ffffff;
}
.cid-uIdPlNdS90 H3 {
  color: #ffffff;
}
.cid-uJ1SwGP03R {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SwGP03R .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SwGP03R .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SwGP03R .user {
  padding: 0!important;
}
.cid-uJ1SwGP03R .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SwGP03R .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SwGP03R .carousel-item.active,
.cid-uJ1SwGP03R .carousel-item-next,
.cid-uJ1SwGP03R .carousel-item-prev {
  display: flex;
}
.cid-uJ1SwGP03R .user_name {
  margin: 0;
}
.cid-uJ1SwGP03R .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SwGP03R .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SwGP03R .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SwGP03R ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SwGP03R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SwGP03R .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SwGP03R .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SwGP03R .user_desk {
  color: #767676;
}
.cid-uJ1SwGP03R .mbr-text,
.cid-uJ1SwGP03R .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlP2wx3 {
  background-color: #ffffff;
}
.cid-uIdPlP2wx3 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlP2wx3 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlP2wx3 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlP2wx3 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlP2wx3 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlP2wx3 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlP2wx3 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlP2wx3 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlP2wx3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlP2wx3 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlP2wx3 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlP2wx3 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlP2wx3 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlP2wx3 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlPII7p {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-17.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlPII7p svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlPII7p #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlPII7p img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlPII7p img {
    width: 90%!important;
  }
}
.cid-uIdPlPII7p H1 {
  color: #ffffff;
}
.cid-uIdPlPII7p H3 {
  color: #ffffff;
}
.cid-uJ1SyY85kB {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SyY85kB .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SyY85kB .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SyY85kB .user {
  padding: 0!important;
}
.cid-uJ1SyY85kB .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SyY85kB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SyY85kB .carousel-item.active,
.cid-uJ1SyY85kB .carousel-item-next,
.cid-uJ1SyY85kB .carousel-item-prev {
  display: flex;
}
.cid-uJ1SyY85kB .user_name {
  margin: 0;
}
.cid-uJ1SyY85kB .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SyY85kB .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SyY85kB .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SyY85kB ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SyY85kB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SyY85kB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SyY85kB .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SyY85kB .user_desk {
  color: #767676;
}
.cid-uJ1SyY85kB .mbr-text,
.cid-uJ1SyY85kB .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlQCDAk {
  background-color: #ffffff;
}
.cid-uIdPlQCDAk .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlQCDAk .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlQCDAk .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlQCDAk .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlQCDAk .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlQCDAk .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlQCDAk .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlQCDAk .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlQCDAk .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlQCDAk .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlQCDAk .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlQCDAk .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlQCDAk .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlQCDAk .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlSfTm5 {
  background-color: #ffffff;
}
.cid-uIdPlSfTm5 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlSfTm5 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlSfTm5 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlSfTm5 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlSfTm5 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlSfTm5 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlSfTm5 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlSfTm5 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlSfTm5 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlSfTm5 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlSfTm5 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlSfTm5 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlSfTm5 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlSfTm5 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlT1Z7k {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-18.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlT1Z7k svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlT1Z7k #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlT1Z7k img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlT1Z7k img {
    width: 90%!important;
  }
}
.cid-uIdPlT1Z7k H1 {
  color: #ffffff;
}
.cid-uIdPlT1Z7k H3 {
  color: #ffffff;
}
.cid-uJ1SC1DzYX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SC1DzYX .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SC1DzYX .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SC1DzYX .user {
  padding: 0!important;
}
.cid-uJ1SC1DzYX .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SC1DzYX .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SC1DzYX .carousel-item.active,
.cid-uJ1SC1DzYX .carousel-item-next,
.cid-uJ1SC1DzYX .carousel-item-prev {
  display: flex;
}
.cid-uJ1SC1DzYX .user_name {
  margin: 0;
}
.cid-uJ1SC1DzYX .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SC1DzYX .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SC1DzYX .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SC1DzYX ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SC1DzYX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SC1DzYX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SC1DzYX .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SC1DzYX .user_desk {
  color: #767676;
}
.cid-uJ1SC1DzYX .mbr-text,
.cid-uJ1SC1DzYX .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlURyEF {
  background-color: #ffffff;
}
.cid-uIdPlURyEF .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlURyEF .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlURyEF .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlURyEF .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlURyEF .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlURyEF .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlURyEF .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlURyEF .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlURyEF .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlURyEF .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlURyEF .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlURyEF .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlURyEF .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlURyEF .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlVFQT7 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-19.jpg-1278x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlVFQT7 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlVFQT7 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlVFQT7 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlVFQT7 img {
    width: 90%!important;
  }
}
.cid-uIdPlVFQT7 H1 {
  color: #ffffff;
}
.cid-uIdPlVFQT7 H3 {
  color: #ffffff;
}
.cid-uJ1SFAdEF0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SFAdEF0 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SFAdEF0 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SFAdEF0 .user {
  padding: 0!important;
}
.cid-uJ1SFAdEF0 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SFAdEF0 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SFAdEF0 .carousel-item.active,
.cid-uJ1SFAdEF0 .carousel-item-next,
.cid-uJ1SFAdEF0 .carousel-item-prev {
  display: flex;
}
.cid-uJ1SFAdEF0 .user_name {
  margin: 0;
}
.cid-uJ1SFAdEF0 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SFAdEF0 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SFAdEF0 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SFAdEF0 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SFAdEF0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SFAdEF0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SFAdEF0 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SFAdEF0 .user_desk {
  color: #767676;
}
.cid-uJ1SFAdEF0 .mbr-text,
.cid-uJ1SFAdEF0 .mbr-section-btn {
  color: #000000;
}
.cid-uIdPlXwamr {
  background-color: #ffffff;
}
.cid-uIdPlXwamr .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlXwamr .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlXwamr .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlXwamr .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPlXwamr .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPlXwamr .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPlXwamr .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPlXwamr .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPlXwamr .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPlXwamr .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPlXwamr .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPlXwamr .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPlXwamr .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPlXwamr .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPlYicah {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-20.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPlYicah svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPlYicah #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPlYicah img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPlYicah img {
    width: 90%!important;
  }
}
.cid-uIdPlYicah H1 {
  color: #ffffff;
}
.cid-uIdPlYicah H3 {
  color: #ffffff;
}
.cid-uJ1SIjNO3m {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SIjNO3m .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SIjNO3m .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SIjNO3m .user {
  padding: 0!important;
}
.cid-uJ1SIjNO3m .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SIjNO3m .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SIjNO3m .carousel-item.active,
.cid-uJ1SIjNO3m .carousel-item-next,
.cid-uJ1SIjNO3m .carousel-item-prev {
  display: flex;
}
.cid-uJ1SIjNO3m .user_name {
  margin: 0;
}
.cid-uJ1SIjNO3m .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SIjNO3m .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SIjNO3m .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SIjNO3m ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SIjNO3m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SIjNO3m .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SIjNO3m .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SIjNO3m .user_desk {
  color: #767676;
}
.cid-uJ1SIjNO3m .mbr-text,
.cid-uJ1SIjNO3m .mbr-section-btn {
  color: #000000;
}
.cid-uIdPm0aOqV {
  background-color: #ffffff;
}
.cid-uIdPm0aOqV .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm0aOqV .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm0aOqV .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm0aOqV .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm0aOqV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPm0aOqV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPm0aOqV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPm0aOqV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPm0aOqV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPm0aOqV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPm0aOqV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPm0aOqV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPm0aOqV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPm0aOqV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPm0YJI3 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-21.jpg-1510x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPm0YJI3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPm0YJI3 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPm0YJI3 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPm0YJI3 img {
    width: 90%!important;
  }
}
.cid-uIdPm0YJI3 H1 {
  color: #ffffff;
}
.cid-uIdPm0YJI3 H3 {
  color: #ffffff;
}
.cid-uJ1SMgj0xT {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SMgj0xT .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SMgj0xT .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SMgj0xT .user {
  padding: 0!important;
}
.cid-uJ1SMgj0xT .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SMgj0xT .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SMgj0xT .carousel-item.active,
.cid-uJ1SMgj0xT .carousel-item-next,
.cid-uJ1SMgj0xT .carousel-item-prev {
  display: flex;
}
.cid-uJ1SMgj0xT .user_name {
  margin: 0;
}
.cid-uJ1SMgj0xT .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SMgj0xT .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SMgj0xT .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SMgj0xT ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SMgj0xT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SMgj0xT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SMgj0xT .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SMgj0xT .user_desk {
  color: #767676;
}
.cid-uJ1SMgj0xT .mbr-text,
.cid-uJ1SMgj0xT .mbr-section-btn {
  color: #000000;
}
.cid-uIdPm2QL5l {
  background-color: #ffffff;
}
.cid-uIdPm2QL5l .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm2QL5l .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm2QL5l .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm2QL5l .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm2QL5l .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPm2QL5l .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPm2QL5l .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPm2QL5l .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPm2QL5l .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPm2QL5l .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPm2QL5l .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPm2QL5l .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPm2QL5l .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPm2QL5l .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPm3Kgh6 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-22.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPm3Kgh6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPm3Kgh6 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPm3Kgh6 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPm3Kgh6 img {
    width: 90%!important;
  }
}
.cid-uIdPm3Kgh6 H1 {
  color: #ffffff;
}
.cid-uIdPm3Kgh6 H3 {
  color: #ffffff;
}
.cid-uJ1SUBsMgc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SUBsMgc .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SUBsMgc .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SUBsMgc .user {
  padding: 0!important;
}
.cid-uJ1SUBsMgc .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SUBsMgc .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SUBsMgc .carousel-item.active,
.cid-uJ1SUBsMgc .carousel-item-next,
.cid-uJ1SUBsMgc .carousel-item-prev {
  display: flex;
}
.cid-uJ1SUBsMgc .user_name {
  margin: 0;
}
.cid-uJ1SUBsMgc .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SUBsMgc .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SUBsMgc .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SUBsMgc ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SUBsMgc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SUBsMgc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SUBsMgc .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SUBsMgc .user_desk {
  color: #767676;
}
.cid-uJ1SUBsMgc .mbr-text,
.cid-uJ1SUBsMgc .mbr-section-btn {
  color: #000000;
}
.cid-uIdPm5Hp3c {
  background-color: #ffffff;
}
.cid-uIdPm5Hp3c .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm5Hp3c .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm5Hp3c .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm5Hp3c .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm5Hp3c .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPm5Hp3c .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPm5Hp3c .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPm5Hp3c .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPm5Hp3c .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPm5Hp3c .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPm5Hp3c .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPm5Hp3c .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPm5Hp3c .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPm5Hp3c .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPm6xBGW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-23.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPm6xBGW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPm6xBGW #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPm6xBGW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPm6xBGW img {
    width: 90%!important;
  }
}
.cid-uIdPm6xBGW H1 {
  color: #ffffff;
}
.cid-uIdPm6xBGW H3 {
  color: #ffffff;
}
.cid-uJ1SXUePX6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1SXUePX6 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1SXUePX6 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1SXUePX6 .user {
  padding: 0!important;
}
.cid-uJ1SXUePX6 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1SXUePX6 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1SXUePX6 .carousel-item.active,
.cid-uJ1SXUePX6 .carousel-item-next,
.cid-uJ1SXUePX6 .carousel-item-prev {
  display: flex;
}
.cid-uJ1SXUePX6 .user_name {
  margin: 0;
}
.cid-uJ1SXUePX6 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1SXUePX6 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1SXUePX6 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1SXUePX6 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1SXUePX6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1SXUePX6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1SXUePX6 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1SXUePX6 .user_desk {
  color: #767676;
}
.cid-uJ1SXUePX6 .mbr-text,
.cid-uJ1SXUePX6 .mbr-section-btn {
  color: #000000;
}
.cid-uIdPm8xSmC {
  background-color: #ffffff;
}
.cid-uIdPm8xSmC .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm8xSmC .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm8xSmC .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm8xSmC .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPm8xSmC .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPm8xSmC .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPm8xSmC .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPm8xSmC .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPm8xSmC .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPm8xSmC .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPm8xSmC .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPm8xSmC .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPm8xSmC .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPm8xSmC .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPm9pQVT {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-24.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPm9pQVT svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPm9pQVT #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPm9pQVT img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPm9pQVT img {
    width: 90%!important;
  }
}
.cid-uIdPm9pQVT H1 {
  color: #ffffff;
}
.cid-uIdPm9pQVT H3 {
  color: #ffffff;
}
.cid-uJ1T0ustS8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1T0ustS8 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1T0ustS8 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1T0ustS8 .user {
  padding: 0!important;
}
.cid-uJ1T0ustS8 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1T0ustS8 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1T0ustS8 .carousel-item.active,
.cid-uJ1T0ustS8 .carousel-item-next,
.cid-uJ1T0ustS8 .carousel-item-prev {
  display: flex;
}
.cid-uJ1T0ustS8 .user_name {
  margin: 0;
}
.cid-uJ1T0ustS8 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1T0ustS8 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1T0ustS8 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1T0ustS8 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1T0ustS8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1T0ustS8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1T0ustS8 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1T0ustS8 .user_desk {
  color: #767676;
}
.cid-uJ1T0ustS8 .mbr-text,
.cid-uJ1T0ustS8 .mbr-section-btn {
  color: #000000;
}
.cid-uIdPmbp1lT {
  background-color: #ffffff;
}
.cid-uIdPmbp1lT .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmbp1lT .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmbp1lT .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmbp1lT .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmbp1lT .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPmbp1lT .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPmbp1lT .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPmbp1lT .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPmbp1lT .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPmbp1lT .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPmbp1lT .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPmbp1lT .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPmbp1lT .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPmbp1lT .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPmcj9qq {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-25.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPmcj9qq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPmcj9qq #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPmcj9qq img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPmcj9qq img {
    width: 90%!important;
  }
}
.cid-uIdPmcj9qq H1 {
  color: #ffffff;
}
.cid-uIdPmcj9qq H3 {
  color: #ffffff;
}
.cid-uJ1T3IJAoq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1T3IJAoq .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1T3IJAoq .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1T3IJAoq .user {
  padding: 0!important;
}
.cid-uJ1T3IJAoq .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1T3IJAoq .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1T3IJAoq .carousel-item.active,
.cid-uJ1T3IJAoq .carousel-item-next,
.cid-uJ1T3IJAoq .carousel-item-prev {
  display: flex;
}
.cid-uJ1T3IJAoq .user_name {
  margin: 0;
}
.cid-uJ1T3IJAoq .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1T3IJAoq .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1T3IJAoq .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1T3IJAoq ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1T3IJAoq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1T3IJAoq .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1T3IJAoq .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1T3IJAoq .user_desk {
  color: #767676;
}
.cid-uJ1T3IJAoq .mbr-text,
.cid-uJ1T3IJAoq .mbr-section-btn {
  color: #000000;
}
.cid-uIdPmdlw9a {
  background-color: #ffffff;
}
.cid-uIdPmdlw9a .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmdlw9a .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmdlw9a .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmdlw9a .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmdlw9a .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPmdlw9a .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPmdlw9a .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPmdlw9a .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPmdlw9a .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPmdlw9a .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPmdlw9a .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPmdlw9a .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPmdlw9a .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPmdlw9a .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPmfknfw {
  background-color: #ffffff;
}
.cid-uIdPmfknfw .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmfknfw .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmfknfw .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmfknfw .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmfknfw .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPmfknfw .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPmfknfw .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPmfknfw .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPmfknfw .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPmfknfw .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPmfknfw .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPmfknfw .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPmfknfw .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPmfknfw .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPmgcwdy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-26.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPmgcwdy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPmgcwdy #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPmgcwdy img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPmgcwdy img {
    width: 90%!important;
  }
}
.cid-uIdPmgcwdy H1 {
  color: #ffffff;
}
.cid-uIdPmgcwdy H3 {
  color: #ffffff;
}
.cid-uJ1T8zg34l {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1T8zg34l .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1T8zg34l .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1T8zg34l .user {
  padding: 0!important;
}
.cid-uJ1T8zg34l .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1T8zg34l .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1T8zg34l .carousel-item.active,
.cid-uJ1T8zg34l .carousel-item-next,
.cid-uJ1T8zg34l .carousel-item-prev {
  display: flex;
}
.cid-uJ1T8zg34l .user_name {
  margin: 0;
}
.cid-uJ1T8zg34l .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1T8zg34l .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1T8zg34l .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1T8zg34l ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1T8zg34l .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1T8zg34l .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1T8zg34l .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1T8zg34l .user_desk {
  color: #767676;
}
.cid-uJ1T8zg34l .mbr-text,
.cid-uJ1T8zg34l .mbr-section-btn {
  color: #000000;
}
.cid-uIdPmilnvj {
  background-color: #ffffff;
}
.cid-uIdPmilnvj .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmilnvj .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmilnvj .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmilnvj .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmilnvj .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPmilnvj .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPmilnvj .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPmilnvj .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPmilnvj .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPmilnvj .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPmilnvj .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPmilnvj .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPmilnvj .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPmilnvj .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPmjghRe {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-27.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPmjghRe svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPmjghRe #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPmjghRe img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPmjghRe img {
    width: 90%!important;
  }
}
.cid-uIdPmjghRe H1 {
  color: #ffffff;
}
.cid-uIdPmjghRe H3 {
  color: #ffffff;
}
.cid-uJ1TeNXTem {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1TeNXTem .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1TeNXTem .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1TeNXTem .user {
  padding: 0!important;
}
.cid-uJ1TeNXTem .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1TeNXTem .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1TeNXTem .carousel-item.active,
.cid-uJ1TeNXTem .carousel-item-next,
.cid-uJ1TeNXTem .carousel-item-prev {
  display: flex;
}
.cid-uJ1TeNXTem .user_name {
  margin: 0;
}
.cid-uJ1TeNXTem .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1TeNXTem .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1TeNXTem .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1TeNXTem ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1TeNXTem .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1TeNXTem .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1TeNXTem .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1TeNXTem .user_desk {
  color: #767676;
}
.cid-uJ1TeNXTem .mbr-text,
.cid-uJ1TeNXTem .mbr-section-btn {
  color: #000000;
}
.cid-uIdPmlClWo {
  background-color: #ffffff;
}
.cid-uIdPmlClWo .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmlClWo .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmlClWo .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmlClWo .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmlClWo .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPmlClWo .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPmlClWo .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPmlClWo .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPmlClWo .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPmlClWo .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPmlClWo .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPmlClWo .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPmlClWo .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPmlClWo .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPmmu7Cp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-28.jpg-1282x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPmmu7Cp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPmmu7Cp #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPmmu7Cp img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPmmu7Cp img {
    width: 90%!important;
  }
}
.cid-uIdPmmu7Cp H1 {
  color: #ffffff;
}
.cid-uIdPmmu7Cp H3 {
  color: #ffffff;
}
.cid-uJ1Ti8eFRa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Ti8eFRa .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Ti8eFRa .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Ti8eFRa .user {
  padding: 0!important;
}
.cid-uJ1Ti8eFRa .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Ti8eFRa .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Ti8eFRa .carousel-item.active,
.cid-uJ1Ti8eFRa .carousel-item-next,
.cid-uJ1Ti8eFRa .carousel-item-prev {
  display: flex;
}
.cid-uJ1Ti8eFRa .user_name {
  margin: 0;
}
.cid-uJ1Ti8eFRa .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Ti8eFRa .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Ti8eFRa .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Ti8eFRa ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Ti8eFRa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Ti8eFRa .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Ti8eFRa .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Ti8eFRa .user_desk {
  color: #767676;
}
.cid-uJ1Ti8eFRa .mbr-text,
.cid-uJ1Ti8eFRa .mbr-section-btn {
  color: #000000;
}
.cid-uIdPmoKMQq {
  background-color: #ffffff;
}
.cid-uIdPmoKMQq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmoKMQq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmoKMQq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmoKMQq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmoKMQq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPmoKMQq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPmoKMQq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPmoKMQq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPmoKMQq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPmoKMQq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPmoKMQq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPmoKMQq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPmoKMQq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPmoKMQq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPmpD0mX {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-29.jpg-1-1275x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPmpD0mX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPmpD0mX #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPmpD0mX img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPmpD0mX img {
    width: 90%!important;
  }
}
.cid-uIdPmpD0mX H1 {
  color: #ffffff;
}
.cid-uIdPmpD0mX H3 {
  color: #ffffff;
}
.cid-uJ1TluPT9C {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1TluPT9C .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1TluPT9C .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1TluPT9C .user {
  padding: 0!important;
}
.cid-uJ1TluPT9C .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1TluPT9C .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1TluPT9C .carousel-item.active,
.cid-uJ1TluPT9C .carousel-item-next,
.cid-uJ1TluPT9C .carousel-item-prev {
  display: flex;
}
.cid-uJ1TluPT9C .user_name {
  margin: 0;
}
.cid-uJ1TluPT9C .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1TluPT9C .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1TluPT9C .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1TluPT9C ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1TluPT9C .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1TluPT9C .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1TluPT9C .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1TluPT9C .user_desk {
  color: #767676;
}
.cid-uJ1TluPT9C .mbr-text,
.cid-uJ1TluPT9C .mbr-section-btn {
  color: #000000;
}
.cid-uIdPms1ilh {
  background-color: #ffffff;
}
.cid-uIdPms1ilh .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPms1ilh .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPms1ilh .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPms1ilh .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPms1ilh .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPms1ilh .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPms1ilh .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPms1ilh .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPms1ilh .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPms1ilh .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPms1ilh .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPms1ilh .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPms1ilh .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPms1ilh .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIdPmsYaHa {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/november-30.jpg-1453x1920.jpeg");
  overflow: hidden;
}
.cid-uIdPmsYaHa svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIdPmsYaHa #e2_shape {
  fill: #ffffff !important;
}
.cid-uIdPmsYaHa img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIdPmsYaHa img {
    width: 90%!important;
  }
}
.cid-uIdPmsYaHa H1 {
  color: #ffffff;
}
.cid-uIdPmsYaHa H3 {
  color: #ffffff;
}
.cid-uJ1Ts9TxbT {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Ts9TxbT .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Ts9TxbT .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Ts9TxbT .user {
  padding: 0!important;
}
.cid-uJ1Ts9TxbT .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Ts9TxbT .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Ts9TxbT .carousel-item.active,
.cid-uJ1Ts9TxbT .carousel-item-next,
.cid-uJ1Ts9TxbT .carousel-item-prev {
  display: flex;
}
.cid-uJ1Ts9TxbT .user_name {
  margin: 0;
}
.cid-uJ1Ts9TxbT .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Ts9TxbT .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Ts9TxbT .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Ts9TxbT ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Ts9TxbT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Ts9TxbT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Ts9TxbT .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Ts9TxbT .user_desk {
  color: #767676;
}
.cid-uJ1Ts9TxbT .mbr-text,
.cid-uJ1Ts9TxbT .mbr-section-btn {
  color: #000000;
}
.cid-uIdPmvosgi {
  background-color: #ffffff;
}
.cid-uIdPmvosgi .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmvosgi .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmvosgi .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmvosgi .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIdPmvosgi .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIdPmvosgi .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIdPmvosgi .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIdPmvosgi .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIdPmvosgi .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIdPmvosgi .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIdPmvosgi .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIdPmvosgi .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIdPmvosgi .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIdPmvosgi .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uIfHJ4BRxt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-1.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJ4BRxt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJ4BRxt #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJ4BRxt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJ4BRxt img {
    width: 90%!important;
  }
}
.cid-uIfHJ4BRxt H1 {
  color: #ffffff;
}
.cid-uIfHJ4BRxt H3 {
  color: #ffffff;
}
.cid-uJ1WhRl6or {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WhRl6or .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WhRl6or .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WhRl6or .user {
  padding: 0!important;
}
.cid-uJ1WhRl6or .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WhRl6or .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WhRl6or .carousel-item.active,
.cid-uJ1WhRl6or .carousel-item-next,
.cid-uJ1WhRl6or .carousel-item-prev {
  display: flex;
}
.cid-uJ1WhRl6or .user_name {
  margin: 0;
}
.cid-uJ1WhRl6or .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WhRl6or .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WhRl6or .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WhRl6or ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WhRl6or .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WhRl6or .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WhRl6or .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WhRl6or .user_desk {
  color: #767676;
}
.cid-uJ1WhRl6or .mbr-text,
.cid-uJ1WhRl6or .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJ5ULTC {
  background-color: #ffffff;
}
.cid-uIfHJ5ULTC .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ5ULTC .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ5ULTC .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ5ULTC .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ5ULTC .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJ5ULTC .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJ5ULTC .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJ5ULTC .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJ5ULTC .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJ5ULTC .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJ5ULTC .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJ5ULTC .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJ5ULTC .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJ5ULTC .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJ6jICC {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-2.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJ6jICC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJ6jICC #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJ6jICC img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJ6jICC img {
    width: 90%!important;
  }
}
.cid-uIfHJ6jICC H1 {
  color: #ffffff;
}
.cid-uIfHJ6jICC H3 {
  color: #ffffff;
}
.cid-uJ1Wkr1VLz {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Wkr1VLz .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Wkr1VLz .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Wkr1VLz .user {
  padding: 0!important;
}
.cid-uJ1Wkr1VLz .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Wkr1VLz .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Wkr1VLz .carousel-item.active,
.cid-uJ1Wkr1VLz .carousel-item-next,
.cid-uJ1Wkr1VLz .carousel-item-prev {
  display: flex;
}
.cid-uJ1Wkr1VLz .user_name {
  margin: 0;
}
.cid-uJ1Wkr1VLz .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Wkr1VLz .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Wkr1VLz .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Wkr1VLz ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Wkr1VLz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Wkr1VLz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Wkr1VLz .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Wkr1VLz .user_desk {
  color: #767676;
}
.cid-uJ1Wkr1VLz .mbr-text,
.cid-uJ1Wkr1VLz .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJ7Ivjv {
  background-color: #ffffff;
}
.cid-uIfHJ7Ivjv .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ7Ivjv .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ7Ivjv .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ7Ivjv .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ7Ivjv .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJ7Ivjv .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJ7Ivjv .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJ7Ivjv .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJ7Ivjv .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJ7Ivjv .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJ7Ivjv .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJ7Ivjv .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJ7Ivjv .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJ7Ivjv .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJ8aHwx {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-3.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJ8aHwx svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJ8aHwx #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJ8aHwx img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJ8aHwx img {
    width: 90%!important;
  }
}
.cid-uIfHJ8aHwx H1 {
  color: #ffffff;
}
.cid-uIfHJ8aHwx H3 {
  color: #ffffff;
}
.cid-uJ1WmrCzmH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WmrCzmH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WmrCzmH .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WmrCzmH .user {
  padding: 0!important;
}
.cid-uJ1WmrCzmH .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WmrCzmH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WmrCzmH .carousel-item.active,
.cid-uJ1WmrCzmH .carousel-item-next,
.cid-uJ1WmrCzmH .carousel-item-prev {
  display: flex;
}
.cid-uJ1WmrCzmH .user_name {
  margin: 0;
}
.cid-uJ1WmrCzmH .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WmrCzmH .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WmrCzmH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WmrCzmH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WmrCzmH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WmrCzmH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WmrCzmH .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WmrCzmH .user_desk {
  color: #767676;
}
.cid-uJ1WmrCzmH .mbr-text,
.cid-uJ1WmrCzmH .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJ9zSXL {
  background-color: #ffffff;
}
.cid-uIfHJ9zSXL .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ9zSXL .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ9zSXL .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ9zSXL .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJ9zSXL .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJ9zSXL .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJ9zSXL .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJ9zSXL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJ9zSXL .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJ9zSXL .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJ9zSXL .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJ9zSXL .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJ9zSXL .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJ9zSXL .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJa3ESo {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-4.jpg-1191x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJa3ESo svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJa3ESo #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJa3ESo img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJa3ESo img {
    width: 90%!important;
  }
}
.cid-uIfHJa3ESo H1 {
  color: #ffffff;
}
.cid-uIfHJa3ESo H3 {
  color: #ffffff;
}
.cid-uJ1Wo8Lq3G {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Wo8Lq3G .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Wo8Lq3G .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Wo8Lq3G .user {
  padding: 0!important;
}
.cid-uJ1Wo8Lq3G .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Wo8Lq3G .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Wo8Lq3G .carousel-item.active,
.cid-uJ1Wo8Lq3G .carousel-item-next,
.cid-uJ1Wo8Lq3G .carousel-item-prev {
  display: flex;
}
.cid-uJ1Wo8Lq3G .user_name {
  margin: 0;
}
.cid-uJ1Wo8Lq3G .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Wo8Lq3G .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Wo8Lq3G .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Wo8Lq3G ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Wo8Lq3G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Wo8Lq3G .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Wo8Lq3G .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Wo8Lq3G .user_desk {
  color: #767676;
}
.cid-uJ1Wo8Lq3G .mbr-text,
.cid-uJ1Wo8Lq3G .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJbulz6 {
  background-color: #ffffff;
}
.cid-uIfHJbulz6 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJbulz6 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJbulz6 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJbulz6 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJbulz6 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJbulz6 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJbulz6 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJbulz6 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJbulz6 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJbulz6 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJbulz6 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJbulz6 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJbulz6 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJbulz6 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJc2w55 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-5.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJc2w55 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJc2w55 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJc2w55 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJc2w55 img {
    width: 90%!important;
  }
}
.cid-uIfHJc2w55 H1 {
  color: #ffffff;
}
.cid-uIfHJc2w55 H3 {
  color: #ffffff;
}
.cid-uJ1WqVod4O {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WqVod4O .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WqVod4O .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WqVod4O .user {
  padding: 0!important;
}
.cid-uJ1WqVod4O .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WqVod4O .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WqVod4O .carousel-item.active,
.cid-uJ1WqVod4O .carousel-item-next,
.cid-uJ1WqVod4O .carousel-item-prev {
  display: flex;
}
.cid-uJ1WqVod4O .user_name {
  margin: 0;
}
.cid-uJ1WqVod4O .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WqVod4O .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WqVod4O .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WqVod4O ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WqVod4O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WqVod4O .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WqVod4O .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WqVod4O .user_desk {
  color: #767676;
}
.cid-uJ1WqVod4O .mbr-text,
.cid-uJ1WqVod4O .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJdsiXf {
  background-color: #ffffff;
}
.cid-uIfHJdsiXf .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJdsiXf .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJdsiXf .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJdsiXf .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJdsiXf .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJdsiXf .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJdsiXf .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJdsiXf .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJdsiXf .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJdsiXf .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJdsiXf .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJdsiXf .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJdsiXf .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJdsiXf .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJe7LyA {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-6.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJe7LyA svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJe7LyA #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJe7LyA img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJe7LyA img {
    width: 90%!important;
  }
}
.cid-uIfHJe7LyA H1 {
  color: #ffffff;
}
.cid-uIfHJe7LyA H3 {
  color: #ffffff;
}
.cid-uJ1Ws2M1vt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Ws2M1vt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Ws2M1vt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Ws2M1vt .user {
  padding: 0!important;
}
.cid-uJ1Ws2M1vt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Ws2M1vt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Ws2M1vt .carousel-item.active,
.cid-uJ1Ws2M1vt .carousel-item-next,
.cid-uJ1Ws2M1vt .carousel-item-prev {
  display: flex;
}
.cid-uJ1Ws2M1vt .user_name {
  margin: 0;
}
.cid-uJ1Ws2M1vt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Ws2M1vt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Ws2M1vt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Ws2M1vt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Ws2M1vt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Ws2M1vt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Ws2M1vt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Ws2M1vt .user_desk {
  color: #767676;
}
.cid-uJ1Ws2M1vt .mbr-text,
.cid-uJ1Ws2M1vt .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJfCsqu {
  background-color: #ffffff;
}
.cid-uIfHJfCsqu .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJfCsqu .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJfCsqu .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJfCsqu .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJfCsqu .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJfCsqu .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJfCsqu .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJfCsqu .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJfCsqu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJfCsqu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJfCsqu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJfCsqu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJfCsqu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJfCsqu .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJg87un {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-7.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJg87un svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJg87un #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJg87un img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJg87un img {
    width: 90%!important;
  }
}
.cid-uIfHJg87un H1 {
  color: #ffffff;
}
.cid-uIfHJg87un H3 {
  color: #ffffff;
}
.cid-uJ1Wu1sKsZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Wu1sKsZ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Wu1sKsZ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Wu1sKsZ .user {
  padding: 0!important;
}
.cid-uJ1Wu1sKsZ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Wu1sKsZ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Wu1sKsZ .carousel-item.active,
.cid-uJ1Wu1sKsZ .carousel-item-next,
.cid-uJ1Wu1sKsZ .carousel-item-prev {
  display: flex;
}
.cid-uJ1Wu1sKsZ .user_name {
  margin: 0;
}
.cid-uJ1Wu1sKsZ .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Wu1sKsZ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Wu1sKsZ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Wu1sKsZ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Wu1sKsZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Wu1sKsZ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Wu1sKsZ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Wu1sKsZ .user_desk {
  color: #767676;
}
.cid-uJ1Wu1sKsZ .mbr-text,
.cid-uJ1Wu1sKsZ .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJhGqe8 {
  background-color: #ffffff;
}
.cid-uIfHJhGqe8 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJhGqe8 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJhGqe8 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJhGqe8 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJhGqe8 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJhGqe8 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJhGqe8 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJhGqe8 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJhGqe8 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJhGqe8 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJhGqe8 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJhGqe8 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJhGqe8 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJhGqe8 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJigIhU {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-8.jpg-1422x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJigIhU svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJigIhU #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJigIhU img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJigIhU img {
    width: 90%!important;
  }
}
.cid-uIfHJigIhU H1 {
  color: #ffffff;
}
.cid-uIfHJigIhU H3 {
  color: #ffffff;
}
.cid-uJ1WxmIT7a {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WxmIT7a .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WxmIT7a .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WxmIT7a .user {
  padding: 0!important;
}
.cid-uJ1WxmIT7a .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WxmIT7a .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WxmIT7a .carousel-item.active,
.cid-uJ1WxmIT7a .carousel-item-next,
.cid-uJ1WxmIT7a .carousel-item-prev {
  display: flex;
}
.cid-uJ1WxmIT7a .user_name {
  margin: 0;
}
.cid-uJ1WxmIT7a .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WxmIT7a .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WxmIT7a .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WxmIT7a ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WxmIT7a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WxmIT7a .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WxmIT7a .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WxmIT7a .user_desk {
  color: #767676;
}
.cid-uJ1WxmIT7a .mbr-text,
.cid-uJ1WxmIT7a .mbr-section-btn {
  color: #000000;
}
.cid-uJ1WzntsGg {
  background-color: #ffffff;
}
.cid-uJ1WzntsGg .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1WzntsGg .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1WzntsGg .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1WzntsGg .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uJ1WzntsGg .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uJ1WzntsGg .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uJ1WzntsGg .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uJ1WzntsGg .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uJ1WzntsGg .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uJ1WzntsGg .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uJ1WzntsGg .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uJ1WzntsGg .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uJ1WzntsGg .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uJ1WzntsGg .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJjUklx {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-9.jpg-1275x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJjUklx svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJjUklx #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJjUklx img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJjUklx img {
    width: 90%!important;
  }
}
.cid-uIfHJjUklx H1 {
  color: #ffffff;
}
.cid-uIfHJjUklx H3 {
  color: #ffffff;
}
.cid-uJ1WBwPM0c {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WBwPM0c .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WBwPM0c .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WBwPM0c .user {
  padding: 0!important;
}
.cid-uJ1WBwPM0c .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WBwPM0c .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WBwPM0c .carousel-item.active,
.cid-uJ1WBwPM0c .carousel-item-next,
.cid-uJ1WBwPM0c .carousel-item-prev {
  display: flex;
}
.cid-uJ1WBwPM0c .user_name {
  margin: 0;
}
.cid-uJ1WBwPM0c .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WBwPM0c .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WBwPM0c .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WBwPM0c ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WBwPM0c .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WBwPM0c .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WBwPM0c .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WBwPM0c .user_desk {
  color: #767676;
}
.cid-uJ1WBwPM0c .mbr-text,
.cid-uJ1WBwPM0c .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJlvmxo {
  background-color: #ffffff;
}
.cid-uIfHJlvmxo .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJlvmxo .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJlvmxo .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJlvmxo .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJlvmxo .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJlvmxo .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJlvmxo .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJlvmxo .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJlvmxo .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJlvmxo .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJlvmxo .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJlvmxo .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJlvmxo .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJlvmxo .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJm4D7x {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-10.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJm4D7x svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJm4D7x #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJm4D7x img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJm4D7x img {
    width: 90%!important;
  }
}
.cid-uIfHJm4D7x H1 {
  color: #ffffff;
}
.cid-uIfHJm4D7x H3 {
  color: #ffffff;
}
.cid-uJ1WCT0mAu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WCT0mAu .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WCT0mAu .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WCT0mAu .user {
  padding: 0!important;
}
.cid-uJ1WCT0mAu .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WCT0mAu .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WCT0mAu .carousel-item.active,
.cid-uJ1WCT0mAu .carousel-item-next,
.cid-uJ1WCT0mAu .carousel-item-prev {
  display: flex;
}
.cid-uJ1WCT0mAu .user_name {
  margin: 0;
}
.cid-uJ1WCT0mAu .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WCT0mAu .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WCT0mAu .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WCT0mAu ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WCT0mAu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WCT0mAu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WCT0mAu .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WCT0mAu .user_desk {
  color: #767676;
}
.cid-uJ1WCT0mAu .mbr-text,
.cid-uJ1WCT0mAu .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJnEO8Y {
  background-color: #ffffff;
}
.cid-uIfHJnEO8Y .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJnEO8Y .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJnEO8Y .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJnEO8Y .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJnEO8Y .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJnEO8Y .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJnEO8Y .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJnEO8Y .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJnEO8Y .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJnEO8Y .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJnEO8Y .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJnEO8Y .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJnEO8Y .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJnEO8Y .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJofeG0 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-11.jpg-1372x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJofeG0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJofeG0 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJofeG0 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJofeG0 img {
    width: 90%!important;
  }
}
.cid-uIfHJofeG0 H1 {
  color: #ffffff;
}
.cid-uIfHJofeG0 H3 {
  color: #ffffff;
}
.cid-uJ1WNSY0Ev {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WNSY0Ev .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WNSY0Ev .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WNSY0Ev .user {
  padding: 0!important;
}
.cid-uJ1WNSY0Ev .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WNSY0Ev .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WNSY0Ev .carousel-item.active,
.cid-uJ1WNSY0Ev .carousel-item-next,
.cid-uJ1WNSY0Ev .carousel-item-prev {
  display: flex;
}
.cid-uJ1WNSY0Ev .user_name {
  margin: 0;
}
.cid-uJ1WNSY0Ev .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WNSY0Ev .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WNSY0Ev .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WNSY0Ev ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WNSY0Ev .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WNSY0Ev .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WNSY0Ev .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WNSY0Ev .user_desk {
  color: #767676;
}
.cid-uJ1WNSY0Ev .mbr-text,
.cid-uJ1WNSY0Ev .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJpZ4Dd {
  background-color: #ffffff;
}
.cid-uIfHJpZ4Dd .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJpZ4Dd .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJpZ4Dd .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJpZ4Dd .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJpZ4Dd .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJpZ4Dd .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJpZ4Dd .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJpZ4Dd .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJpZ4Dd .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJpZ4Dd .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJpZ4Dd .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJpZ4Dd .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJpZ4Dd .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJpZ4Dd .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJqDVH9 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-12.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJqDVH9 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJqDVH9 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJqDVH9 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJqDVH9 img {
    width: 90%!important;
  }
}
.cid-uIfHJqDVH9 H1 {
  color: #ffffff;
}
.cid-uIfHJqDVH9 H3 {
  color: #ffffff;
}
.cid-uJ1WT8WDg1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WT8WDg1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WT8WDg1 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WT8WDg1 .user {
  padding: 0!important;
}
.cid-uJ1WT8WDg1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WT8WDg1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WT8WDg1 .carousel-item.active,
.cid-uJ1WT8WDg1 .carousel-item-next,
.cid-uJ1WT8WDg1 .carousel-item-prev {
  display: flex;
}
.cid-uJ1WT8WDg1 .user_name {
  margin: 0;
}
.cid-uJ1WT8WDg1 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WT8WDg1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WT8WDg1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WT8WDg1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WT8WDg1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WT8WDg1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WT8WDg1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WT8WDg1 .user_desk {
  color: #767676;
}
.cid-uJ1WT8WDg1 .mbr-text,
.cid-uJ1WT8WDg1 .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJsnMxG {
  background-color: #ffffff;
}
.cid-uIfHJsnMxG .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJsnMxG .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJsnMxG .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJsnMxG .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJsnMxG .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJsnMxG .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJsnMxG .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJsnMxG .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJsnMxG .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJsnMxG .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJsnMxG .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJsnMxG .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJsnMxG .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJsnMxG .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJsZx3b {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-13.jpg-2000x3012.jpeg");
  overflow: hidden;
}
.cid-uIfHJsZx3b svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJsZx3b #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJsZx3b img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJsZx3b img {
    width: 90%!important;
  }
}
.cid-uIfHJsZx3b H1 {
  color: #ffffff;
}
.cid-uIfHJsZx3b H3 {
  color: #ffffff;
}
.cid-uJ1WYNfcw6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1WYNfcw6 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1WYNfcw6 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1WYNfcw6 .user {
  padding: 0!important;
}
.cid-uJ1WYNfcw6 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1WYNfcw6 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1WYNfcw6 .carousel-item.active,
.cid-uJ1WYNfcw6 .carousel-item-next,
.cid-uJ1WYNfcw6 .carousel-item-prev {
  display: flex;
}
.cid-uJ1WYNfcw6 .user_name {
  margin: 0;
}
.cid-uJ1WYNfcw6 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1WYNfcw6 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1WYNfcw6 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1WYNfcw6 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1WYNfcw6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1WYNfcw6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1WYNfcw6 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1WYNfcw6 .user_desk {
  color: #767676;
}
.cid-uJ1WYNfcw6 .mbr-text,
.cid-uJ1WYNfcw6 .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJuP9cY {
  background-color: #ffffff;
}
.cid-uIfHJuP9cY .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJuP9cY .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJuP9cY .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJuP9cY .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJuP9cY .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJuP9cY .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJuP9cY .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJuP9cY .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJuP9cY .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJuP9cY .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJuP9cY .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJuP9cY .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJuP9cY .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJuP9cY .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJvssLj {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-14.jpg-1374x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJvssLj svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJvssLj #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJvssLj img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJvssLj img {
    width: 90%!important;
  }
}
.cid-uIfHJvssLj H1 {
  color: #ffffff;
}
.cid-uIfHJvssLj H3 {
  color: #ffffff;
}
.cid-uJ1X10sE26 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1X10sE26 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1X10sE26 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1X10sE26 .user {
  padding: 0!important;
}
.cid-uJ1X10sE26 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1X10sE26 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1X10sE26 .carousel-item.active,
.cid-uJ1X10sE26 .carousel-item-next,
.cid-uJ1X10sE26 .carousel-item-prev {
  display: flex;
}
.cid-uJ1X10sE26 .user_name {
  margin: 0;
}
.cid-uJ1X10sE26 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1X10sE26 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1X10sE26 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1X10sE26 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1X10sE26 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1X10sE26 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1X10sE26 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1X10sE26 .user_desk {
  color: #767676;
}
.cid-uJ1X10sE26 .mbr-text,
.cid-uJ1X10sE26 .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJxlC1l {
  background-color: #ffffff;
}
.cid-uIfHJxlC1l .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJxlC1l .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJxlC1l .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJxlC1l .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJxlC1l .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJxlC1l .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJxlC1l .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJxlC1l .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJxlC1l .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJxlC1l .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJxlC1l .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJxlC1l .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJxlC1l .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJxlC1l .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJy5cQc {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-15.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJy5cQc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJy5cQc #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJy5cQc img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJy5cQc img {
    width: 90%!important;
  }
}
.cid-uIfHJy5cQc H1 {
  color: #ffffff;
}
.cid-uIfHJy5cQc H3 {
  color: #ffffff;
}
.cid-uJ1X3jmUR3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1X3jmUR3 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1X3jmUR3 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1X3jmUR3 .user {
  padding: 0!important;
}
.cid-uJ1X3jmUR3 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1X3jmUR3 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1X3jmUR3 .carousel-item.active,
.cid-uJ1X3jmUR3 .carousel-item-next,
.cid-uJ1X3jmUR3 .carousel-item-prev {
  display: flex;
}
.cid-uJ1X3jmUR3 .user_name {
  margin: 0;
}
.cid-uJ1X3jmUR3 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1X3jmUR3 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1X3jmUR3 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1X3jmUR3 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1X3jmUR3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1X3jmUR3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1X3jmUR3 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1X3jmUR3 .user_desk {
  color: #767676;
}
.cid-uJ1X3jmUR3 .mbr-text,
.cid-uJ1X3jmUR3 .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJzQB7o {
  background-color: #ffffff;
}
.cid-uIfHJzQB7o .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJzQB7o .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJzQB7o .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJzQB7o .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJzQB7o .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJzQB7o .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJzQB7o .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJzQB7o .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJzQB7o .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJzQB7o .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJzQB7o .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJzQB7o .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJzQB7o .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJzQB7o .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJADL5I {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-16.jpg-1278x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJADL5I svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJADL5I #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJADL5I img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJADL5I img {
    width: 90%!important;
  }
}
.cid-uIfHJADL5I H1 {
  color: #ffffff;
}
.cid-uIfHJADL5I H3 {
  color: #ffffff;
}
.cid-uJ1X6pAVzE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1X6pAVzE .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1X6pAVzE .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1X6pAVzE .user {
  padding: 0!important;
}
.cid-uJ1X6pAVzE .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1X6pAVzE .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1X6pAVzE .carousel-item.active,
.cid-uJ1X6pAVzE .carousel-item-next,
.cid-uJ1X6pAVzE .carousel-item-prev {
  display: flex;
}
.cid-uJ1X6pAVzE .user_name {
  margin: 0;
}
.cid-uJ1X6pAVzE .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1X6pAVzE .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1X6pAVzE .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1X6pAVzE ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1X6pAVzE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1X6pAVzE .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1X6pAVzE .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1X6pAVzE .user_desk {
  color: #767676;
}
.cid-uJ1X6pAVzE .mbr-text,
.cid-uJ1X6pAVzE .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJCu2kT {
  background-color: #ffffff;
}
.cid-uIfHJCu2kT .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJCu2kT .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJCu2kT .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJCu2kT .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJCu2kT .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJCu2kT .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJCu2kT .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJCu2kT .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJCu2kT .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJCu2kT .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJCu2kT .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJCu2kT .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJCu2kT .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJCu2kT .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJDgjbt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-17.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJDgjbt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJDgjbt #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJDgjbt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJDgjbt img {
    width: 90%!important;
  }
}
.cid-uIfHJDgjbt H1 {
  color: #ffffff;
}
.cid-uIfHJDgjbt H3 {
  color: #ffffff;
}
.cid-uJ1Xdrw6pt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Xdrw6pt .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Xdrw6pt .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Xdrw6pt .user {
  padding: 0!important;
}
.cid-uJ1Xdrw6pt .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Xdrw6pt .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Xdrw6pt .carousel-item.active,
.cid-uJ1Xdrw6pt .carousel-item-next,
.cid-uJ1Xdrw6pt .carousel-item-prev {
  display: flex;
}
.cid-uJ1Xdrw6pt .user_name {
  margin: 0;
}
.cid-uJ1Xdrw6pt .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Xdrw6pt .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Xdrw6pt .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Xdrw6pt ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Xdrw6pt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Xdrw6pt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Xdrw6pt .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Xdrw6pt .user_desk {
  color: #767676;
}
.cid-uJ1Xdrw6pt .mbr-text,
.cid-uJ1Xdrw6pt .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJEe3hS {
  background-color: #ffffff;
}
.cid-uIfHJEe3hS .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJEe3hS .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJEe3hS .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJEe3hS .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJEe3hS .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJEe3hS .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJEe3hS .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJEe3hS .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJEe3hS .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJEe3hS .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJEe3hS .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJEe3hS .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJEe3hS .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJEe3hS .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJG1Cad {
  background-color: #ffffff;
}
.cid-uIfHJG1Cad .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJG1Cad .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJG1Cad .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJG1Cad .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJG1Cad .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJG1Cad .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJG1Cad .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJG1Cad .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJG1Cad .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJG1Cad .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJG1Cad .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJG1Cad .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJG1Cad .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJG1Cad .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJGOLdL {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-18.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJGOLdL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJGOLdL #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJGOLdL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJGOLdL img {
    width: 90%!important;
  }
}
.cid-uIfHJGOLdL H1 {
  color: #ffffff;
}
.cid-uIfHJGOLdL H3 {
  color: #ffffff;
}
.cid-uJ1Xh3hTsh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Xh3hTsh .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Xh3hTsh .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Xh3hTsh .user {
  padding: 0!important;
}
.cid-uJ1Xh3hTsh .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Xh3hTsh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Xh3hTsh .carousel-item.active,
.cid-uJ1Xh3hTsh .carousel-item-next,
.cid-uJ1Xh3hTsh .carousel-item-prev {
  display: flex;
}
.cid-uJ1Xh3hTsh .user_name {
  margin: 0;
}
.cid-uJ1Xh3hTsh .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Xh3hTsh .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Xh3hTsh .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Xh3hTsh ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Xh3hTsh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Xh3hTsh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Xh3hTsh .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Xh3hTsh .user_desk {
  color: #767676;
}
.cid-uJ1Xh3hTsh .mbr-text,
.cid-uJ1Xh3hTsh .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJIQbS7 {
  background-color: #ffffff;
}
.cid-uIfHJIQbS7 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJIQbS7 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJIQbS7 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJIQbS7 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJIQbS7 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJIQbS7 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJIQbS7 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJIQbS7 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJIQbS7 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJIQbS7 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJIQbS7 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJIQbS7 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJIQbS7 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJIQbS7 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJJDIJV {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-19.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJJDIJV svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJJDIJV #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJJDIJV img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJJDIJV img {
    width: 90%!important;
  }
}
.cid-uIfHJJDIJV H1 {
  color: #ffffff;
}
.cid-uIfHJJDIJV H3 {
  color: #ffffff;
}
.cid-uJ1Xkg5mll {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Xkg5mll .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Xkg5mll .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Xkg5mll .user {
  padding: 0!important;
}
.cid-uJ1Xkg5mll .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Xkg5mll .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Xkg5mll .carousel-item.active,
.cid-uJ1Xkg5mll .carousel-item-next,
.cid-uJ1Xkg5mll .carousel-item-prev {
  display: flex;
}
.cid-uJ1Xkg5mll .user_name {
  margin: 0;
}
.cid-uJ1Xkg5mll .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Xkg5mll .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Xkg5mll .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Xkg5mll ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Xkg5mll .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Xkg5mll .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Xkg5mll .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Xkg5mll .user_desk {
  color: #767676;
}
.cid-uJ1Xkg5mll .mbr-text,
.cid-uJ1Xkg5mll .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJLGT5s {
  background-color: #ffffff;
}
.cid-uIfHJLGT5s .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJLGT5s .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJLGT5s .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJLGT5s .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJLGT5s .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJLGT5s .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJLGT5s .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJLGT5s .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJLGT5s .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJLGT5s .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJLGT5s .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJLGT5s .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJLGT5s .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJLGT5s .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJMtD1d {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-20.jpg-1272x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJMtD1d svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJMtD1d #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJMtD1d img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJMtD1d img {
    width: 90%!important;
  }
}
.cid-uIfHJMtD1d H1 {
  color: #ffffff;
}
.cid-uIfHJMtD1d H3 {
  color: #ffffff;
}
.cid-uJ1XpqdXF7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XpqdXF7 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XpqdXF7 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XpqdXF7 .user {
  padding: 0!important;
}
.cid-uJ1XpqdXF7 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XpqdXF7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XpqdXF7 .carousel-item.active,
.cid-uJ1XpqdXF7 .carousel-item-next,
.cid-uJ1XpqdXF7 .carousel-item-prev {
  display: flex;
}
.cid-uJ1XpqdXF7 .user_name {
  margin: 0;
}
.cid-uJ1XpqdXF7 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XpqdXF7 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XpqdXF7 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XpqdXF7 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XpqdXF7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XpqdXF7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XpqdXF7 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XpqdXF7 .user_desk {
  color: #767676;
}
.cid-uJ1XpqdXF7 .mbr-text,
.cid-uJ1XpqdXF7 .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJOydXB {
  background-color: #ffffff;
}
.cid-uIfHJOydXB .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJOydXB .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJOydXB .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJOydXB .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJOydXB .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJOydXB .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJOydXB .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJOydXB .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJOydXB .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJOydXB .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJOydXB .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJOydXB .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJOydXB .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJOydXB .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJPlDbp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-21.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJPlDbp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJPlDbp #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJPlDbp img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJPlDbp img {
    width: 90%!important;
  }
}
.cid-uIfHJPlDbp H1 {
  color: #ffffff;
}
.cid-uIfHJPlDbp H3 {
  color: #ffffff;
}
.cid-uJ1Xrfec41 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Xrfec41 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Xrfec41 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Xrfec41 .user {
  padding: 0!important;
}
.cid-uJ1Xrfec41 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Xrfec41 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Xrfec41 .carousel-item.active,
.cid-uJ1Xrfec41 .carousel-item-next,
.cid-uJ1Xrfec41 .carousel-item-prev {
  display: flex;
}
.cid-uJ1Xrfec41 .user_name {
  margin: 0;
}
.cid-uJ1Xrfec41 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Xrfec41 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Xrfec41 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Xrfec41 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Xrfec41 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Xrfec41 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Xrfec41 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Xrfec41 .user_desk {
  color: #767676;
}
.cid-uJ1Xrfec41 .mbr-text,
.cid-uJ1Xrfec41 .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJRss3v {
  background-color: #ffffff;
}
.cid-uIfHJRss3v .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJRss3v .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJRss3v .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJRss3v .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJRss3v .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJRss3v .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJRss3v .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJRss3v .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJRss3v .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJRss3v .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJRss3v .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJRss3v .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJRss3v .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJRss3v .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJSgSLO {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-22.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJSgSLO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJSgSLO #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJSgSLO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJSgSLO img {
    width: 90%!important;
  }
}
.cid-uIfHJSgSLO H1 {
  color: #ffffff;
}
.cid-uIfHJSgSLO H3 {
  color: #ffffff;
}
.cid-uJ1XyWg44N {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XyWg44N .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XyWg44N .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XyWg44N .user {
  padding: 0!important;
}
.cid-uJ1XyWg44N .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XyWg44N .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XyWg44N .carousel-item.active,
.cid-uJ1XyWg44N .carousel-item-next,
.cid-uJ1XyWg44N .carousel-item-prev {
  display: flex;
}
.cid-uJ1XyWg44N .user_name {
  margin: 0;
}
.cid-uJ1XyWg44N .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XyWg44N .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XyWg44N .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XyWg44N ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XyWg44N .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XyWg44N .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XyWg44N .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XyWg44N .user_desk {
  color: #767676;
}
.cid-uJ1XyWg44N .mbr-text,
.cid-uJ1XyWg44N .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJUi2Yd {
  background-color: #ffffff;
}
.cid-uIfHJUi2Yd .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJUi2Yd .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJUi2Yd .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJUi2Yd .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJUi2Yd .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJUi2Yd .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJUi2Yd .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJUi2Yd .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJUi2Yd .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJUi2Yd .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJUi2Yd .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJUi2Yd .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJUi2Yd .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJUi2Yd .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJV9fMt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-23.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJV9fMt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJV9fMt #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJV9fMt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJV9fMt img {
    width: 90%!important;
  }
}
.cid-uIfHJV9fMt H1 {
  color: #ffffff;
}
.cid-uIfHJV9fMt H3 {
  color: #ffffff;
}
.cid-uJ1XB4s7RC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XB4s7RC .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XB4s7RC .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XB4s7RC .user {
  padding: 0!important;
}
.cid-uJ1XB4s7RC .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XB4s7RC .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XB4s7RC .carousel-item.active,
.cid-uJ1XB4s7RC .carousel-item-next,
.cid-uJ1XB4s7RC .carousel-item-prev {
  display: flex;
}
.cid-uJ1XB4s7RC .user_name {
  margin: 0;
}
.cid-uJ1XB4s7RC .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XB4s7RC .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XB4s7RC .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XB4s7RC ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XB4s7RC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XB4s7RC .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XB4s7RC .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XB4s7RC .user_desk {
  color: #767676;
}
.cid-uJ1XB4s7RC .mbr-text,
.cid-uJ1XB4s7RC .mbr-section-btn {
  color: #000000;
}
.cid-uIfHJXijmJ {
  background-color: #ffffff;
}
.cid-uIfHJXijmJ .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJXijmJ .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJXijmJ .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJXijmJ .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHJXijmJ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHJXijmJ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHJXijmJ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHJXijmJ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHJXijmJ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHJXijmJ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHJXijmJ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHJXijmJ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHJXijmJ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHJXijmJ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHJYcq84 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-24.jpg-1080x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHJYcq84 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHJYcq84 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHJYcq84 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHJYcq84 img {
    width: 90%!important;
  }
}
.cid-uIfHJYcq84 H1 {
  color: #ffffff;
}
.cid-uIfHJYcq84 H3 {
  color: #ffffff;
}
.cid-uJ1XDSWdPg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XDSWdPg .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XDSWdPg .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XDSWdPg .user {
  padding: 0!important;
}
.cid-uJ1XDSWdPg .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XDSWdPg .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XDSWdPg .carousel-item.active,
.cid-uJ1XDSWdPg .carousel-item-next,
.cid-uJ1XDSWdPg .carousel-item-prev {
  display: flex;
}
.cid-uJ1XDSWdPg .user_name {
  margin: 0;
}
.cid-uJ1XDSWdPg .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XDSWdPg .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XDSWdPg .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XDSWdPg ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XDSWdPg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XDSWdPg .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XDSWdPg .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XDSWdPg .user_desk {
  color: #767676;
}
.cid-uJ1XDSWdPg .mbr-text,
.cid-uJ1XDSWdPg .mbr-section-btn {
  color: #000000;
}
.cid-uIfHK0r0a1 {
  background-color: #ffffff;
}
.cid-uIfHK0r0a1 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK0r0a1 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK0r0a1 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK0r0a1 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK0r0a1 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHK0r0a1 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHK0r0a1 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHK0r0a1 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHK0r0a1 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHK0r0a1 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHK0r0a1 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHK0r0a1 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHK0r0a1 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHK0r0a1 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHK1hze6 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-25.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHK1hze6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHK1hze6 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHK1hze6 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHK1hze6 img {
    width: 90%!important;
  }
}
.cid-uIfHK1hze6 H1 {
  color: #ffffff;
}
.cid-uIfHK1hze6 H3 {
  color: #ffffff;
}
.cid-uJ1XGuHvnM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XGuHvnM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XGuHvnM .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XGuHvnM .user {
  padding: 0!important;
}
.cid-uJ1XGuHvnM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XGuHvnM .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XGuHvnM .carousel-item.active,
.cid-uJ1XGuHvnM .carousel-item-next,
.cid-uJ1XGuHvnM .carousel-item-prev {
  display: flex;
}
.cid-uJ1XGuHvnM .user_name {
  margin: 0;
}
.cid-uJ1XGuHvnM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XGuHvnM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XGuHvnM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XGuHvnM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XGuHvnM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XGuHvnM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XGuHvnM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XGuHvnM .user_desk {
  color: #767676;
}
.cid-uJ1XGuHvnM .mbr-text,
.cid-uJ1XGuHvnM .mbr-section-btn {
  color: #000000;
}
.cid-uIfHK2osCc {
  background-color: #ffffff;
}
.cid-uIfHK2osCc .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK2osCc .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK2osCc .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK2osCc .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK2osCc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHK2osCc .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHK2osCc .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHK2osCc .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHK2osCc .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHK2osCc .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHK2osCc .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHK2osCc .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHK2osCc .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHK2osCc .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHK4qW9Q {
  background-color: #ffffff;
}
.cid-uIfHK4qW9Q .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK4qW9Q .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK4qW9Q .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK4qW9Q .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK4qW9Q .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHK4qW9Q .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHK4qW9Q .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHK4qW9Q .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHK4qW9Q .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHK4qW9Q .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHK4qW9Q .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHK4qW9Q .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHK4qW9Q .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHK4qW9Q .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHK5jSZw {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-26.jpg-1282x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHK5jSZw svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHK5jSZw #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHK5jSZw img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHK5jSZw img {
    width: 90%!important;
  }
}
.cid-uIfHK5jSZw H1 {
  color: #ffffff;
}
.cid-uIfHK5jSZw H3 {
  color: #ffffff;
}
.cid-uJ1XLliTYG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XLliTYG .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XLliTYG .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XLliTYG .user {
  padding: 0!important;
}
.cid-uJ1XLliTYG .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XLliTYG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XLliTYG .carousel-item.active,
.cid-uJ1XLliTYG .carousel-item-next,
.cid-uJ1XLliTYG .carousel-item-prev {
  display: flex;
}
.cid-uJ1XLliTYG .user_name {
  margin: 0;
}
.cid-uJ1XLliTYG .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XLliTYG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XLliTYG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XLliTYG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XLliTYG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XLliTYG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XLliTYG .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XLliTYG .user_desk {
  color: #767676;
}
.cid-uJ1XLliTYG .mbr-text,
.cid-uJ1XLliTYG .mbr-section-btn {
  color: #000000;
}
.cid-uIfHK7BoAt {
  background-color: #ffffff;
}
.cid-uIfHK7BoAt .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK7BoAt .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK7BoAt .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK7BoAt .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHK7BoAt .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHK7BoAt .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHK7BoAt .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHK7BoAt .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHK7BoAt .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHK7BoAt .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHK7BoAt .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHK7BoAt .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHK7BoAt .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHK7BoAt .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHK8uMVO {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-27.jpg-960x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHK8uMVO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHK8uMVO #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHK8uMVO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHK8uMVO img {
    width: 90%!important;
  }
}
.cid-uIfHK8uMVO H1 {
  color: #ffffff;
}
.cid-uIfHK8uMVO H3 {
  color: #ffffff;
}
.cid-uJ1XO6A46M {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XO6A46M .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XO6A46M .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XO6A46M .user {
  padding: 0!important;
}
.cid-uJ1XO6A46M .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XO6A46M .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XO6A46M .carousel-item.active,
.cid-uJ1XO6A46M .carousel-item-next,
.cid-uJ1XO6A46M .carousel-item-prev {
  display: flex;
}
.cid-uJ1XO6A46M .user_name {
  margin: 0;
}
.cid-uJ1XO6A46M .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XO6A46M .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XO6A46M .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XO6A46M ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XO6A46M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XO6A46M .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XO6A46M .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XO6A46M .user_desk {
  color: #767676;
}
.cid-uJ1XO6A46M .mbr-text,
.cid-uJ1XO6A46M .mbr-section-btn {
  color: #000000;
}
.cid-uIfHKaQKeo {
  background-color: #ffffff;
}
.cid-uIfHKaQKeo .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKaQKeo .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKaQKeo .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKaQKeo .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKaQKeo .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHKaQKeo .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHKaQKeo .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHKaQKeo .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHKaQKeo .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHKaQKeo .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHKaQKeo .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHKaQKeo .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHKaQKeo .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHKaQKeo .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHKbPmSy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-28.jpg-1280x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHKbPmSy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHKbPmSy #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHKbPmSy img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHKbPmSy img {
    width: 90%!important;
  }
}
.cid-uIfHKbPmSy H1 {
  color: #ffffff;
}
.cid-uIfHKbPmSy H3 {
  color: #ffffff;
}
.cid-uJ1XTwXI5C {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XTwXI5C .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XTwXI5C .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XTwXI5C .user {
  padding: 0!important;
}
.cid-uJ1XTwXI5C .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XTwXI5C .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XTwXI5C .carousel-item.active,
.cid-uJ1XTwXI5C .carousel-item-next,
.cid-uJ1XTwXI5C .carousel-item-prev {
  display: flex;
}
.cid-uJ1XTwXI5C .user_name {
  margin: 0;
}
.cid-uJ1XTwXI5C .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XTwXI5C .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XTwXI5C .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XTwXI5C ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XTwXI5C .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XTwXI5C .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XTwXI5C .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XTwXI5C .user_desk {
  color: #767676;
}
.cid-uJ1XTwXI5C .mbr-text,
.cid-uJ1XTwXI5C .mbr-section-btn {
  color: #000000;
}
.cid-uIfHKedsPI {
  background-color: #ffffff;
}
.cid-uIfHKedsPI .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKedsPI .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKedsPI .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKedsPI .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKedsPI .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHKedsPI .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHKedsPI .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHKedsPI .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHKedsPI .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHKedsPI .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHKedsPI .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHKedsPI .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHKedsPI .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHKedsPI .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHKfezxz {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-29.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHKfezxz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHKfezxz #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHKfezxz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHKfezxz img {
    width: 90%!important;
  }
}
.cid-uIfHKfezxz H1 {
  color: #ffffff;
}
.cid-uIfHKfezxz H3 {
  color: #ffffff;
}
.cid-uJ1XVDgDtV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1XVDgDtV .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1XVDgDtV .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1XVDgDtV .user {
  padding: 0!important;
}
.cid-uJ1XVDgDtV .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1XVDgDtV .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1XVDgDtV .carousel-item.active,
.cid-uJ1XVDgDtV .carousel-item-next,
.cid-uJ1XVDgDtV .carousel-item-prev {
  display: flex;
}
.cid-uJ1XVDgDtV .user_name {
  margin: 0;
}
.cid-uJ1XVDgDtV .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1XVDgDtV .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1XVDgDtV .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1XVDgDtV ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1XVDgDtV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1XVDgDtV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1XVDgDtV .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1XVDgDtV .user_desk {
  color: #767676;
}
.cid-uJ1XVDgDtV .mbr-text,
.cid-uJ1XVDgDtV .mbr-section-btn {
  color: #000000;
}
.cid-uIfHKhACXq {
  background-color: #ffffff;
}
.cid-uIfHKhACXq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKhACXq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKhACXq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKhACXq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKhACXq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHKhACXq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHKhACXq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHKhACXq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHKhACXq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHKhACXq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHKhACXq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHKhACXq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHKhACXq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHKhACXq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHKiFsCS {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-30.jpg-1202x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHKiFsCS svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHKiFsCS #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHKiFsCS img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHKiFsCS img {
    width: 90%!important;
  }
}
.cid-uIfHKiFsCS H1 {
  color: #ffffff;
}
.cid-uIfHKiFsCS H3 {
  color: #ffffff;
}
.cid-uJ1Y2B16d2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Y2B16d2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Y2B16d2 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Y2B16d2 .user {
  padding: 0!important;
}
.cid-uJ1Y2B16d2 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Y2B16d2 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Y2B16d2 .carousel-item.active,
.cid-uJ1Y2B16d2 .carousel-item-next,
.cid-uJ1Y2B16d2 .carousel-item-prev {
  display: flex;
}
.cid-uJ1Y2B16d2 .user_name {
  margin: 0;
}
.cid-uJ1Y2B16d2 .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Y2B16d2 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Y2B16d2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Y2B16d2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Y2B16d2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Y2B16d2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Y2B16d2 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Y2B16d2 .user_desk {
  color: #767676;
}
.cid-uJ1Y2B16d2 .mbr-text,
.cid-uJ1Y2B16d2 .mbr-section-btn {
  color: #000000;
}
.cid-uIfHKlaxvc {
  background-color: #ffffff;
}
.cid-uIfHKlaxvc .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKlaxvc .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKlaxvc .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKlaxvc .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKlaxvc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHKlaxvc .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHKlaxvc .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHKlaxvc .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHKlaxvc .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHKlaxvc .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHKlaxvc .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHKlaxvc .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHKlaxvc .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHKlaxvc .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHKm8ZPy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/december-31.jpg-1440x1920.jpeg");
  overflow: hidden;
}
.cid-uIfHKm8ZPy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uIfHKm8ZPy #e2_shape {
  fill: #ffffff !important;
}
.cid-uIfHKm8ZPy img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uIfHKm8ZPy img {
    width: 90%!important;
  }
}
.cid-uIfHKm8ZPy H1 {
  color: #ffffff;
}
.cid-uIfHKm8ZPy H3 {
  color: #ffffff;
}
.cid-uJ1Y5c3PXH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ1Y5c3PXH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ1Y5c3PXH .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-uJ1Y5c3PXH .user {
  padding: 0!important;
}
.cid-uJ1Y5c3PXH .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-uJ1Y5c3PXH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJ1Y5c3PXH .carousel-item.active,
.cid-uJ1Y5c3PXH .carousel-item-next,
.cid-uJ1Y5c3PXH .carousel-item-prev {
  display: flex;
}
.cid-uJ1Y5c3PXH .user_name {
  margin: 0;
}
.cid-uJ1Y5c3PXH .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ1Y5c3PXH .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ1Y5c3PXH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ1Y5c3PXH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ1Y5c3PXH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ1Y5c3PXH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ1Y5c3PXH .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ1Y5c3PXH .user_desk {
  color: #767676;
}
.cid-uJ1Y5c3PXH .mbr-text,
.cid-uJ1Y5c3PXH .mbr-section-btn {
  color: #000000;
}
.cid-uIfHKoEX24 {
  background-color: #ffffff;
}
.cid-uIfHKoEX24 .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKoEX24 .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKoEX24 .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKoEX24 .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKoEX24 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHKoEX24 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHKoEX24 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHKoEX24 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHKoEX24 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHKoEX24 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHKoEX24 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHKoEX24 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHKoEX24 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHKoEX24 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uIfHKpEblq {
  background-color: #ffffff;
}
.cid-uIfHKpEblq .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKpEblq .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKpEblq .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKpEblq .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-uIfHKpEblq .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uIfHKpEblq .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uIfHKpEblq .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uIfHKpEblq .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uIfHKpEblq .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uIfHKpEblq .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uIfHKpEblq .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uIfHKpEblq .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uIfHKpEblq .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uIfHKpEblq .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uNIFuvm3VW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uNIFuvm3VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIFuvm3VW .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uNIFuvm3VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIFuvm3VW .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNIFuvm3VW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNIFuvm3VW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNIFuvm3VW .card-title,
.cid-uNIFuvm3VW .iconfont-wrapper {
  color: #000000;
}
.cid-uNIFuvm3VW .card-text {
  color: #000000;
}
.cid-uNIFuvm3VW .content-head {
  max-width: 800px;
}
.cid-uNIFuvm3VW .mbr-section-title {
  color: #ffffff;
}
.cid-uNIFuvm3VW .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNIFuvm3VW .card-title,
.cid-uNIFuvm3VW .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uNIYBvqH0u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uNIYBvqH0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIYBvqH0u .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uNIYBvqH0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIYBvqH0u .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNIYBvqH0u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNIYBvqH0u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNIYBvqH0u .card-title,
.cid-uNIYBvqH0u .iconfont-wrapper {
  color: #000000;
}
.cid-uNIYBvqH0u .card-text {
  color: #000000;
}
.cid-uNIYBvqH0u .content-head {
  max-width: 800px;
}
.cid-uNIYBvqH0u .mbr-section-title {
  color: #ffffff;
}
.cid-uNIYBvqH0u .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNIYBvqH0u .card-title,
.cid-uNIYBvqH0u .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uNJwiMQSSp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uNJwiMQSSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJwiMQSSp .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uNJwiMQSSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJwiMQSSp .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNJwiMQSSp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJwiMQSSp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNJwiMQSSp .card-title,
.cid-uNJwiMQSSp .iconfont-wrapper {
  color: #000000;
}
.cid-uNJwiMQSSp .card-text {
  color: #000000;
}
.cid-uNJwiMQSSp .content-head {
  max-width: 800px;
}
.cid-uNJwiMQSSp .mbr-section-title {
  color: #ffffff;
}
.cid-uNJwiMQSSp .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNJwiMQSSp .card-title,
.cid-uNJwiMQSSp .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uNNAu7r9Cd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uNNAu7r9Cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNAu7r9Cd .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uNNAu7r9Cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNNAu7r9Cd .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNNAu7r9Cd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNNAu7r9Cd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNNAu7r9Cd .card-title,
.cid-uNNAu7r9Cd .iconfont-wrapper {
  color: #000000;
}
.cid-uNNAu7r9Cd .card-text {
  color: #000000;
}
.cid-uNNAu7r9Cd .content-head {
  max-width: 800px;
}
.cid-uNNAu7r9Cd .mbr-section-title {
  color: #ffffff;
}
.cid-uNNAu7r9Cd .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNNAu7r9Cd .card-title,
.cid-uNNAu7r9Cd .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uNNQB4qFoo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uNNQB4qFoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNQB4qFoo .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uNNQB4qFoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNNQB4qFoo .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNNQB4qFoo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNNQB4qFoo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNNQB4qFoo .card-title,
.cid-uNNQB4qFoo .iconfont-wrapper {
  color: #000000;
}
.cid-uNNQB4qFoo .card-text {
  color: #000000;
}
.cid-uNNQB4qFoo .content-head {
  max-width: 800px;
}
.cid-uNNQB4qFoo .mbr-section-title {
  color: #ffffff;
}
.cid-uNNQB4qFoo .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNNQB4qFoo .card-title,
.cid-uNNQB4qFoo .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uNOWeMibwb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uNOWeMibwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOWeMibwb .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uNOWeMibwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOWeMibwb .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNOWeMibwb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNOWeMibwb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNOWeMibwb .card-title,
.cid-uNOWeMibwb .iconfont-wrapper {
  color: #000000;
}
.cid-uNOWeMibwb .card-text {
  color: #000000;
}
.cid-uNOWeMibwb .content-head {
  max-width: 800px;
}
.cid-uNOWeMibwb .mbr-section-title {
  color: #ffffff;
}
.cid-uNOWeMibwb .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNOWeMibwb .card-title,
.cid-uNOWeMibwb .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uNPmek8vPX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uNPmek8vPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPmek8vPX .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uNPmek8vPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPmek8vPX .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNPmek8vPX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNPmek8vPX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNPmek8vPX .card-title,
.cid-uNPmek8vPX .iconfont-wrapper {
  color: #000000;
}
.cid-uNPmek8vPX .card-text {
  color: #000000;
}
.cid-uNPmek8vPX .content-head {
  max-width: 800px;
}
.cid-uNPmek8vPX .mbr-section-title {
  color: #ffffff;
}
.cid-uNPmek8vPX .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNPmek8vPX .card-title,
.cid-uNPmek8vPX .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uO1mCKal06 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uO1mCKal06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO1mCKal06 .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uO1mCKal06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO1mCKal06 .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uO1mCKal06 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uO1mCKal06 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uO1mCKal06 .card-title,
.cid-uO1mCKal06 .iconfont-wrapper {
  color: #000000;
}
.cid-uO1mCKal06 .card-text {
  color: #000000;
}
.cid-uO1mCKal06 .content-head {
  max-width: 800px;
}
.cid-uO1mCKal06 .mbr-section-title {
  color: #ffffff;
}
.cid-uO1mCKal06 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uO1mCKal06 .card-title,
.cid-uO1mCKal06 .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uO5yUrSZMh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uO5yUrSZMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO5yUrSZMh .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uO5yUrSZMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO5yUrSZMh .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uO5yUrSZMh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uO5yUrSZMh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uO5yUrSZMh .card-title,
.cid-uO5yUrSZMh .iconfont-wrapper {
  color: #000000;
}
.cid-uO5yUrSZMh .card-text {
  color: #000000;
}
.cid-uO5yUrSZMh .content-head {
  max-width: 800px;
}
.cid-uO5yUrSZMh .mbr-section-title {
  color: #ffffff;
}
.cid-uO5yUrSZMh .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uO5yUrSZMh .card-title,
.cid-uO5yUrSZMh .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uO5R6LDIto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uO5R6LDIto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO5R6LDIto .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uO5R6LDIto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO5R6LDIto .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uO5R6LDIto .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uO5R6LDIto .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uO5R6LDIto .card-title,
.cid-uO5R6LDIto .iconfont-wrapper {
  color: #000000;
}
.cid-uO5R6LDIto .card-text {
  color: #000000;
}
.cid-uO5R6LDIto .content-head {
  max-width: 800px;
}
.cid-uO5R6LDIto .mbr-section-title {
  color: #ffffff;
}
.cid-uO5R6LDIto .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uO5R6LDIto .card-title,
.cid-uO5R6LDIto .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uO7qYyoRIA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sagui-andrea-200115-618833.jpg-2000x1335.jpeg");
}
.cid-uO7qYyoRIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO7qYyoRIA .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20% !important;
}
.cid-uO7qYyoRIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO7qYyoRIA .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uO7qYyoRIA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uO7qYyoRIA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uO7qYyoRIA .card-title,
.cid-uO7qYyoRIA .iconfont-wrapper {
  color: #000000;
}
.cid-uO7qYyoRIA .card-text {
  color: #000000;
}
.cid-uO7qYyoRIA .content-head {
  max-width: 800px;
}
.cid-uO7qYyoRIA .mbr-section-title {
  color: #ffffff;
}
.cid-uO7qYyoRIA .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uO7qYyoRIA .card-title,
.cid-uO7qYyoRIA .img-wrapper {
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uOohm5oRXn {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/the-waterfall-marmore-4587240-1920.jpg-1280x1920.jpg");
}
.cid-uOohm5oRXn .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-uOohm5oRXn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uOohm5oRXn .rev,
.cid-uOohm5oRXn .mbr-iconfont {
  display: inline-block;
}
.cid-uOohm5oRXn .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uOohm5oRXn .card-img {
  position: relative;
}
.cid-uOohm5oRXn .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-uOohm5oRXn .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-uOohm5oRXn .card-title {
  color: #000000;
  margin: 0;
  text-align: center;
}
.cid-uOohm5oRXn .card-box {
  padding: 1.5rem;
}
.cid-uOohm5oRXn .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uOohm5oRXn .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-uOohm5oRXn .mbr-section-title,
.cid-uOohm5oRXn .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uOohm5oRXn .card-text,
.cid-uOohm5oRXn .mbr-section-btn,
.cid-uOohm5oRXn .ico-line {
  text-align: left;
  color: #767676;
}
.cid-uOohm5oRXn .mbr-text,
.cid-uOohm5oRXn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uOohm5oRXn .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-uOoPIM8Z2G .row,
.cid-uOoPIM8Z2G .rowUp {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #232323;
}
.cid-uOoPIM8Z2G .row {
  height: 6vh;
}
.cid-uOoPIM8Z2G .rowUp {
  height: -78vh;
}
.cid-uOoPIM8Z2G .svg-separator {
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.cid-uOoPIM8Z2G .svg-separator.bottom {
  top: auto;
  bottom: 0;
}
.cid-uOoPIM8Z2G .sep1 {
  transform: translateY(-100%) translateY(1.6px) scale(1, 0.8);
  transform-origin: bottom;
}
.cid-uOoPIM8Z2G .sep2 {
  transform: translateY(0%) translateY(-1.6px) scale(-1, -0.8);
  transform-origin: bottom;
}
.cid-uOoPIM8Z2G .red,
.cid-uOoPIM8Z2G .green2,
.cid-uOoPIM8Z2G .stupid-blue,
.cid-uOoPIM8Z2G .v,
.cid-uOoPIM8Z2G .light-grey,
.cid-uOoPIM8Z2G .light-grey2,
.cid-uOoPIM8Z2G .dark-blue,
.cid-uOoPIM8Z2G .grey-blue,
.cid-uOoPIM8Z2G .white-trees,
.cid-uOoPIM8Z2G .zig-zag {
  background-color: #376596;
  fill: #376596;
}
.cid-uOoPIM8Z2G .circle-line {
  background-color: #232323;
  fill: #232323;
}
.cid-uOoPIM8Z2G .circle-line-down {
  background-color: #376596;
  fill: #376596;
}
.cid-uOoPIM8Z2G .firstColor {
  fill: #ffffff;
}
.cid-uOoPIM8Z2G .secondColor {
  fill: #376596;
}
.cid-uOouNGCLsm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #376596;
}
.cid-uOouNGCLsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOouNGCLsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOouNGCLsm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOouNGCLsm .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uOouNGCLsm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOouNGCLsm .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOouNGCLsm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOouNGCLsm .header-menu li p {
  margin: 0;
}
.cid-uOouNGCLsm .content-head {
  max-width: 800px;
}
.cid-uOouNGCLsm .mbr-section-title {
  color: #ffffff;
}
.cid-uOouNGCLsm .mbr-text,
.cid-uOouNGCLsm .mbr-section-btn {
  color: #ffffff;
}
.cid-uOojdcsUwy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #376596;
}
.cid-uOojdcsUwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOojdcsUwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOojdcsUwy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOojdcsUwy .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uOojdcsUwy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOojdcsUwy .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOojdcsUwy .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOojdcsUwy .header-menu li p {
  margin: 0;
}
.cid-uOojdcsUwy .content-head {
  max-width: 800px;
}
.cid-uOojdcsUwy .mbr-section-title {
  color: #ffffff;
}
.cid-uOojdcsUwy .mbr-text,
.cid-uOojdcsUwy .mbr-section-btn {
  color: #ffffff;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uOoIXztt0a {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tfgyht-1000-1001x663.jpg");
}
.cid-uOoIXztt0a .mbr-section-title {
  color: #ffffff;
}
.cid-uOoIXztt0a .mbr-text,
.cid-uOoIXztt0a .mbr-section-btn {
  color: #ffffff;
}
.cid-uOoIXA9leb .row,
.cid-uOoIXA9leb .rowUp {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
}
.cid-uOoIXA9leb .row {
  height: 6vh;
}
.cid-uOoIXA9leb .rowUp {
  height: -78vh;
}
.cid-uOoIXA9leb .svg-separator {
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.cid-uOoIXA9leb .svg-separator.bottom {
  top: auto;
  bottom: 0;
}
.cid-uOoIXA9leb .sep1 {
  transform: translateY(-100%) translateY(1.6px) scale(1, 0.8);
  transform-origin: bottom;
}
.cid-uOoIXA9leb .sep2 {
  transform: translateY(0%) translateY(-1.6px) scale(-1, -0.8);
  transform-origin: bottom;
}
.cid-uOoIXA9leb .red,
.cid-uOoIXA9leb .green2,
.cid-uOoIXA9leb .stupid-blue,
.cid-uOoIXA9leb .v,
.cid-uOoIXA9leb .light-grey,
.cid-uOoIXA9leb .light-grey2,
.cid-uOoIXA9leb .dark-blue,
.cid-uOoIXA9leb .grey-blue,
.cid-uOoIXA9leb .white-trees,
.cid-uOoIXA9leb .zig-zag {
  background-color: #ffffff;
  fill: #ffffff;
}
.cid-uOoIXA9leb .circle-line {
  background-color: #ffffff;
  fill: #ffffff;
}
.cid-uOoIXA9leb .circle-line-down {
  background-color: #ffffff;
  fill: #ffffff;
}
.cid-uOoIXA9leb .firstColor {
  fill: #01a1d5;
}
.cid-uOoIXA9leb .secondColor {
  fill: #ffffff;
}
.cid-uOoNwny2So {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uOoNwny2So .mbr-text,
.cid-uOoNwny2So blockquote {
  color: #767676;
}
.cid-uOoNwny2So .mbr-text {
  color: #000000;
}
.cid-uOoOyWXa5P .row,
.cid-uOoOyWXa5P .rowUp {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #232323;
}
.cid-uOoOyWXa5P .row {
  height: 6vh;
}
.cid-uOoOyWXa5P .rowUp {
  height: -78vh;
}
.cid-uOoOyWXa5P .svg-separator {
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.cid-uOoOyWXa5P .svg-separator.bottom {
  top: auto;
  bottom: 0;
}
.cid-uOoOyWXa5P .sep1 {
  transform: translateY(-100%) translateY(1.6px) scale(1, 0.8);
  transform-origin: bottom;
}
.cid-uOoOyWXa5P .sep2 {
  transform: translateY(0%) translateY(-1.6px) scale(-1, -0.8);
  transform-origin: bottom;
}
.cid-uOoOyWXa5P .red,
.cid-uOoOyWXa5P .green2,
.cid-uOoOyWXa5P .stupid-blue,
.cid-uOoOyWXa5P .v,
.cid-uOoOyWXa5P .light-grey,
.cid-uOoOyWXa5P .light-grey2,
.cid-uOoOyWXa5P .dark-blue,
.cid-uOoOyWXa5P .grey-blue,
.cid-uOoOyWXa5P .white-trees,
.cid-uOoOyWXa5P .zig-zag {
  background-color: #376596;
  fill: #376596;
}
.cid-uOoOyWXa5P .circle-line {
  background-color: #232323;
  fill: #232323;
}
.cid-uOoOyWXa5P .circle-line-down {
  background-color: #376596;
  fill: #376596;
}
.cid-uOoOyWXa5P .firstColor {
  fill: #ffffff;
}
.cid-uOoOyWXa5P .secondColor {
  fill: #376596;
}
.cid-uODvMT83zz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #376596;
}
.cid-uODvMT83zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODvMT83zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODvMT83zz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uODvMT83zz .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uODvMT83zz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uODvMT83zz .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uODvMT83zz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uODvMT83zz .header-menu li p {
  margin: 0;
}
.cid-uODvMT83zz .content-head {
  max-width: 800px;
}
.cid-uODvMT83zz .mbr-section-title {
  color: #ffffff;
}
.cid-uODvMT83zz .mbr-text,
.cid-uODvMT83zz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uOrIqmQqvr {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mountains-5128536-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uOrIqmQqvr svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uOrIqmQqvr #e2_shape {
  fill: #ffffff !important;
}
.cid-uOrIqmQqvr img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uOrIqmQqvr img {
    width: 90%!important;
  }
}
.cid-uOrIqmQqvr H1 {
  color: #ffffff;
}
.cid-uOrIqmQqvr H3 {
  color: #ffffff;
}
.cid-uOrIqnHNUN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOrIqnHNUN .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uOrIqnHNUN .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uOrIqnHNUN .card-img span {
  font-size: 100px;
}
.cid-uOrIqnHNUN .mbr-text,
.cid-uOrIqnHNUN .mbr-section-btn {
  color: #376596;
}
.cid-uOrIqnHNUN .mbr-section-title,
.cid-uOrIqnHNUN .card-img {
  color: #393193;
}
.cid-uOrIqomZYz {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #376596;
  position: relative;
  overflow: hidden;
}
.cid-uOrIqomZYz .container {
  max-width: 1400px;
}
.cid-uOrIqomZYz .card-img2 span {
  padding-top: 6px;
}
.cid-uOrIqomZYz .soc-item a {
  padding-top: 5px;
}
.cid-uOrIqomZYz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-uOrIqomZYz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uOrIqomZYz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uOrIqomZYz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOrIqomZYz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uOrIqomZYz #e2_shape {
  fill: #ffffff !important;
}
.cid-uOrIqomZYz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uOrIqomZYz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uOrIqomZYz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOrIqomZYz .card-img {
  width: auto;
}
.cid-uOrIqomZYz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uOrIqomZYz .soc-item span {
  font-size: 1.4rem;
}
.cid-uOrIqomZYz .soc-item:hover span {
  color: #376596 !important;
}
.cid-uOrIqomZYz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uOrIqomZYz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uOrIqomZYz .media-wrap {
  margin-bottom: 1rem;
}
.cid-uOrIqomZYz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOrIqomZYz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-uOrIqomZYz .item {
    justify-content: center;
  }
  .cid-uOrIqomZYz .quote::after {
    left: 60px;
  }
}
.cid-uOrIqomZYz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uOrIqomZYz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOrIqomZYz .text1 {
  color: #ffffff;
}
.cid-uOrIqomZYz .item-title {
  color: #ffffff;
}
.cid-uOrIqomZYz H5 {
  color: #ffffff;
}
.cid-uOrIqomZYz .theme {
  color: #ffffff;
}
.cid-uOrIqomZYz .copyright > p {
  color: #ff3366;
}
.cid-uOrIqomZYz .text2 {
  color: #ffffff;
}
.cid-uOrPmQ9KFU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #376596;
}
.cid-uOrPmQ9KFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrPmQ9KFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrPmQ9KFU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOrPmQ9KFU .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uOrPmQ9KFU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOrPmQ9KFU .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOrPmQ9KFU .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOrPmQ9KFU .header-menu li p {
  margin: 0;
}
.cid-uOrPmQ9KFU .content-head {
  max-width: 800px;
}
.cid-uOrPmQ9KFU .mbr-section-title {
  color: #ffffff;
}
.cid-uOrPmQ9KFU .mbr-text,
.cid-uOrPmQ9KFU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uODT0Ldwis {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #01a1d5;
}
.cid-uODT0Ldwis .news {
  width: 100px;
  background-color: #01a1d5;
}
.cid-uODT0Ldwis .news-scroll a {
  text-decoration: none;
}
.cid-uODT0Ldwis .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #d9cb9d;
  border-radius: 50%;
  display: inline-block;
}
.cid-uODT0Ldwis DIV {
  color: #ffffff;
}
.cid-uOzbepHv7N {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mountains-5128536-1920.jpg-1280x1920.jpg");
  overflow: hidden;
}
.cid-uOzbepHv7N svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uOzbepHv7N #e2_shape {
  fill: #ffffff !important;
}
.cid-uOzbepHv7N img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uOzbepHv7N img {
    width: 90%!important;
  }
}
.cid-uOzbepHv7N H1 {
  color: #ffffff;
}
.cid-uOzbepHv7N H3 {
  color: #ffffff;
}
.cid-uOzcP8MnYs {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uOzcP8MnYs .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uOzcP8MnYs .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uOzcP8MnYs .card-img span {
  font-size: 100px;
}
.cid-uOzcP8MnYs .mbr-text,
.cid-uOzcP8MnYs .mbr-section-btn {
  color: #376596;
}
.cid-uOzcP8MnYs .mbr-section-title,
.cid-uOzcP8MnYs .card-img {
  color: #393193;
}
.cid-uOzcRUlgsu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #376596;
}
.cid-uOzcRUlgsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzcRUlgsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzcRUlgsu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOzcRUlgsu .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uOzcRUlgsu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOzcRUlgsu .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOzcRUlgsu .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOzcRUlgsu .header-menu li p {
  margin: 0;
}
.cid-uOzcRUlgsu .content-head {
  max-width: 800px;
}
.cid-uOzcRUlgsu .mbr-section-title {
  color: #ffffff;
}
.cid-uOzcRUlgsu .mbr-text,
.cid-uOzcRUlgsu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: #1f8a91;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uOzdPjMvMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzdPjMvMB .media-container-row .mbr-text {
  color: #232323;
}
.cid-uODwaO5KxH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tfgyht-1000-1001x663.jpg");
}
.cid-uODwaO5KxH .mbr-section-title {
  color: #ffffff;
}
.cid-uODwaO5KxH .mbr-text,
.cid-uODwaO5KxH .mbr-section-btn {
  color: #ffffff;
}
.cid-uODwaREMl5 .row,
.cid-uODwaREMl5 .rowUp {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
}
.cid-uODwaREMl5 .row {
  height: 6vh;
}
.cid-uODwaREMl5 .rowUp {
  height: -78vh;
}
.cid-uODwaREMl5 .svg-separator {
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.cid-uODwaREMl5 .svg-separator.bottom {
  top: auto;
  bottom: 0;
}
.cid-uODwaREMl5 .sep1 {
  transform: translateY(-100%) translateY(1.6px) scale(1, 0.8);
  transform-origin: bottom;
}
.cid-uODwaREMl5 .sep2 {
  transform: translateY(0%) translateY(-1.6px) scale(-1, -0.8);
  transform-origin: bottom;
}
.cid-uODwaREMl5 .red,
.cid-uODwaREMl5 .green2,
.cid-uODwaREMl5 .stupid-blue,
.cid-uODwaREMl5 .v,
.cid-uODwaREMl5 .light-grey,
.cid-uODwaREMl5 .light-grey2,
.cid-uODwaREMl5 .dark-blue,
.cid-uODwaREMl5 .grey-blue,
.cid-uODwaREMl5 .white-trees,
.cid-uODwaREMl5 .zig-zag {
  background-color: #ffffff;
  fill: #ffffff;
}
.cid-uODwaREMl5 .circle-line {
  background-color: #ffffff;
  fill: #ffffff;
}
.cid-uODwaREMl5 .circle-line-down {
  background-color: #ffffff;
  fill: #ffffff;
}
.cid-uODwaREMl5 .firstColor {
  fill: #01a1d5;
}
.cid-uODwaREMl5 .secondColor {
  fill: #ffffff;
}
.cid-uODwaWqliZ {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uODwaWqliZ .mbr-text,
.cid-uODwaWqliZ blockquote {
  color: #767676;
}
.cid-uODwaWqliZ .mbr-text {
  color: #000000;
}
.cid-uODwaZl0hV .row,
.cid-uODwaZl0hV .rowUp {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #232323;
}
.cid-uODwaZl0hV .row {
  height: 6vh;
}
.cid-uODwaZl0hV .rowUp {
  height: -78vh;
}
.cid-uODwaZl0hV .svg-separator {
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.cid-uODwaZl0hV .svg-separator.bottom {
  top: auto;
  bottom: 0;
}
.cid-uODwaZl0hV .sep1 {
  transform: translateY(-100%) translateY(1.6px) scale(1, 0.8);
  transform-origin: bottom;
}
.cid-uODwaZl0hV .sep2 {
  transform: translateY(0%) translateY(-1.6px) scale(-1, -0.8);
  transform-origin: bottom;
}
.cid-uODwaZl0hV .red,
.cid-uODwaZl0hV .green2,
.cid-uODwaZl0hV .stupid-blue,
.cid-uODwaZl0hV .v,
.cid-uODwaZl0hV .light-grey,
.cid-uODwaZl0hV .light-grey2,
.cid-uODwaZl0hV .dark-blue,
.cid-uODwaZl0hV .grey-blue,
.cid-uODwaZl0hV .white-trees,
.cid-uODwaZl0hV .zig-zag {
  background-color: #376596;
  fill: #376596;
}
.cid-uODwaZl0hV .circle-line {
  background-color: #232323;
  fill: #232323;
}
.cid-uODwaZl0hV .circle-line-down {
  background-color: #376596;
  fill: #376596;
}
.cid-uODwaZl0hV .firstColor {
  fill: #ffffff;
}
.cid-uODwaZl0hV .secondColor {
  fill: #376596;
}
.cid-uODwb42PeB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #376596;
}
.cid-uODwb42PeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODwb42PeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODwb42PeB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uODwb42PeB .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uODwb42PeB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uODwb42PeB .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uODwb42PeB .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uODwb42PeB .header-menu li p {
  margin: 0;
}
.cid-uODwb42PeB .content-head {
  max-width: 800px;
}
.cid-uODwb42PeB .mbr-section-title {
  color: #ffffff;
}
.cid-uODwb42PeB .mbr-text,
.cid-uODwb42PeB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uODwb7Toex {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uODwb7Toex .media-container-row .mbr-text {
  color: #232323;
}
.cid-uQgCKCHMyA {
  background-color: #ffffff;
}
.cid-uQgCKCHMyA .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uQgCKCHMyA .container-nopadding {
  padding: 0px;
}
.cid-uQgCKCHMyA .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 5001;
}
.cid-uQgCKCHMyA .contactBtnFixed {
  position: fixed;
}
.cid-uQgCKCHMyA .btn-circle {
  background-color: rgba(31, 138, 145, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(31, 138, 145, 0.5);
  border-width: 1px;
  box-shadow: 0 0 15px 0 rgba(35, 35, 35, 0.5) !important;
}
.cid-uQgCKCHMyA .btnIconcol {
  color: #ffffff;
}
.cid-uQgCKCHMyA .btn-circle:hover {
  background-color: #1f8a91;
}
.cid-uQgCKCHMyA .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uQgCKCHMyA .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uQgCKCHMyA .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uQgCKCHMyA .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uQgCKCHMyA .windowFixed {
  display: none;
  position: fixed;
  right: 93px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uQgCKCHMyA .windowBar {
  width: 100%;
  background-color: #c9e1e7;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uQgCKCHMyA .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.4rem !important;
  line-height: 1;
}
@media (max-width: 510px) {
  .cid-uQgCKCHMyA .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uQgCKCHMyA .windowBar,
  .cid-uQgCKCHMyA .contentwindow,
  .cid-uQgCKCHMyA .contactwindow {
    border-radius: 0;
  }
}
.cid-uQgCKCHMyA .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uQgCKCHMyA .windowBarText {
  display: block;
  color: #464b4c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgCKCHMyA .btn-form {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQgCKCHMyA .recaptcha-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .gdpr-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uQgCKCHMyA .send-copy-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uQgCKCHMyA .alert-success {
  background-color: #37a44f;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uQgCKCHMyA .mbr-alert-success {
  text-align: center;
}
.cid-uQgCKCHMyA .mbr-alert-danger {
  text-align: center;
}
.cid-uQgCKCHMyA .message-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .message-topic-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .file-upload-div {
  margin-bottom: 0;
}
.cid-uQgCKCHMyA .form-control {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 2.8em !important;
}
.cid-uQgCKCHMyA .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uQgCKCHMyA .showAlerts {
  display: block !important;
}
.cid-uQgCKCHMyA .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uQgCKCHMyA .hidden {
  display: none;
}
.cid-uQgCKCHMyA .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-alerterror {
  text-align: left;
}
.cid-uQgCKCHMyA .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uQgCKCHMyA .mbr-section-labels {
  color: #232323;
}
.cid-uQgCKCHMyA .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uQgCKCHMyA .uploadBtn {
  padding-top: 8.75px !important;
  padding-left: 13.25px !important;
  color: #000000 !important;
}
.cid-uQgCKCHMyA .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uQgCKCHMyA input[type=file]::file-selector-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA input[type=file]::-ms-browse {
  border: 1.25px solid #000000 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uQgCKCHMyA .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uQgCKCHMyA .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uQgCKCHMyA .show2ndButton {
  display: none ;
}
.cid-uQgCKCHMyA input,
.cid-uQgCKCHMyA textarea,
.cid-uQgCKCHMyA select {
  background-color: #ffffff !important;
}
.cid-uQgCKCHMyA textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uQgCKCHMyA .btn .mbr-iconfont,
.cid-uQgCKCHMyA .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
