body {
  font-family: 'BrandonGrotesque-Light';
}
.display-1 {
  font-family: 'BrandonGrotesque-Thin';
  font-size: 3rem;
  line-height: 70px;
  letter-spacing: 0.08em;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'BrandonGrotesque-Light';
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'BrandonGrotesque-Thin';
  font-size: 20px;
  line-height: 34px;
}
.display-4 > .mbr-iconfont {
  font-size: 0.5rem;
}
.display-5 {
  font-family: 'BrandonGrotesque-Regular';
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0.08em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'BrandonGrotesque-Light';
  font-size: 20px;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.32rem;
    font-size: calc( 0.79rem + (0.4 - 0.79) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.79rem + (0.4 - 0.79) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 80px;
}
.bg-primary {
  background-color: #191919 !important;
}
.bg-success {
  background-color: #636664 !important;
}
.bg-info {
  background-color: #191919 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e8ebe8 !important;
  border-color: #e8ebe8 !important;
  color: #637163 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bac3ba !important;
  border-color: #bac3ba !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #637163 !important;
  background-color: #bac3ba !important;
  border-color: #bac3ba !important;
}
.btn-info,
.btn-info:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #636664 !important;
  border-color: #636664 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #383a39 !important;
  border-color: #383a39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #383a39 !important;
  border-color: #383a39 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #191919;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8ebe8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bac3ba !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #637163 !important;
  background-color: #e8ebe8 !important;
  border-color: #e8ebe8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #191919;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #636664;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #383a39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #636664 !important;
  border-color: #636664 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #191919;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #191919 !important;
}
.text-secondary {
  color: #e8ebe8 !important;
}
.text-success {
  color: #636664 !important;
}
.text-info {
  color: #191919 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #191919 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b1bcb1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #313231 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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-color: 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: #191919;
}
.nav-tabs .nav-link:not(.active) {
  color: #191919;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #191919;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #191919;
  border-color: #191919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #191919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a3a6a4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'BrandonGrotesque-Thin';
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.5rem;
}
.form-control::-webkit-input-placeholder {
  font-family: 'BrandonGrotesque-Thin';
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.5rem;
}
blockquote {
  border-color: #191919;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191919;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #191919;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #191919;
  border-bottom-color: #191919;
}
.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: #191919 !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: #e8ebe8 !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='%23191919' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tjp3cY1tkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjp3cY1tkb .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tjp3cY1tkb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tjp3cY1tkb .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjp3cY1tkb .item-text {
  padding: 0 32px 55px;
}
.cid-tjp3cY1tkb .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tjp3cY1tkb .text-container {
    flex-wrap: wrap;
  }
}
.cid-tjp3cY1tkb .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tjp3cY1tkb .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tjp3cY1tkb .text {
  color: #3d3d3d;
}
.cid-tjp3cY1tkb .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tjp3cY1tkb .link-wrap {
    width: 100%;
  }
}
.cid-tjp3cY1tkb .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tjp3cY1tkb .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tjp3cY1tkb .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjp3cY1tkb .link {
    margin-right: 50px !important;
    font-size: 40px !important;
  }
}
.cid-tjp3cY1tkb h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tjp3cY1tkb h5 {
    margin-left: 30px !important;
  }
}
.cid-tn9eHyqMwI {
  background-color: #ffffff;
}
.cid-tn9eHyqMwI img {
  border-radius: 0px;
}
.cid-tn9eHyqMwI .row {
  justify-content: center;
  margin-top: -40px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tn9eHyqMwI .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tn9eHyqMwI .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tp8e4l3Bls {
  background-color: #ffffff;
}
.cid-tp8e4l3Bls .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tp8e4l3Bls .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tp8e4l3Bls .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tp8e4l3Bls .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tp8e4l3Bls .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tp8e4l3Bls .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp8e4l3Bls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjnGUk4oIT {
  background-color: #ffffff;
}
.cid-tjnGUk4oIT img {
  border-radius: 0px;
}
.cid-tjnGUk4oIT .row {
  justify-content: center;
}
.cid-tjnGUk4oIT .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjnGUk4oIT .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjnGUk4oIT .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tjnLTK7956 {
  background-color: #ffffff;
}
.cid-tjnLTK7956 img {
  border-radius: 0px;
}
.cid-tjnLTK7956 .row {
  justify-content: center;
}
.cid-tjnLTK7956 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjnLTK7956 .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjnLTK7956 .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tjnM8mAdBZ {
  background-color: #ffffff;
}
.cid-tjnM8mAdBZ img {
  border-radius: 0px;
}
.cid-tjnM8mAdBZ .row {
  justify-content: center;
}
.cid-tjnM8mAdBZ .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjnM8mAdBZ .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjnM8mAdBZ .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tjnMflZUHy {
  background-color: #ffffff;
}
.cid-tjnMflZUHy img {
  border-radius: 0px;
}
.cid-tjnMflZUHy .row {
  justify-content: center;
}
.cid-tjnMflZUHy .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjnMflZUHy .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjnMflZUHy .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tjnMlMHazf {
  background-color: #ffffff;
}
.cid-tjnMlMHazf img {
  border-radius: 0px;
}
.cid-tjnMlMHazf .row {
  justify-content: center;
}
.cid-tjnMlMHazf .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjnMlMHazf .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjnMlMHazf .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tjnMTj6E1K {
  background-color: #ffffff;
}
.cid-tjnMTj6E1K img {
  border-radius: 0px;
}
.cid-tjnMTj6E1K .row {
  justify-content: center;
}
.cid-tjnMTj6E1K .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjnMTj6E1K .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjnMTj6E1K .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tjnMZy5HPs {
  background-color: #ffffff;
}
.cid-tjnMZy5HPs img {
  border-radius: 0px;
}
.cid-tjnMZy5HPs .row {
  justify-content: center;
}
.cid-tjnMZy5HPs .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjnMZy5HPs .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjnMZy5HPs .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-ti3uL9qV7G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ti3uL9qV7G .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-ti3uL9qV7G .mbr-text {
    font-size: 16px !important;
  }
}
.cid-ti3uL9qV7G .media-container-row .mbr-text {
  color: #636664;
}
.cid-tjp8vS7ars {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjp8vS7ars .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tjp8vS7ars .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tjp8vS7ars .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjp8vS7ars .item-text {
  padding: 0 32px 55px;
}
.cid-tjp8vS7ars .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tjp8vS7ars .text-container {
    flex-wrap: wrap;
  }
}
.cid-tjp8vS7ars .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tjp8vS7ars .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tjp8vS7ars .text {
  color: #3d3d3d;
}
.cid-tjp8vS7ars .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tjp8vS7ars .link-wrap {
    width: 100%;
  }
}
.cid-tjp8vS7ars .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tjp8vS7ars .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tjp8vS7ars .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjp8vS7ars .link {
    margin-right: 50px !important;
    font-size: 38px !important;
  }
}
.cid-tjp8vS7ars h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tjp8vS7ars h5 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tjp8vS7ars P.link.mbr-fonts-style.align-left.mb-0 {
    font-size: 26px !important;
  }
}
.cid-tp9Ry9L0pT {
  background-color: #ffffff;
}
.cid-tp9Ry9L0pT img {
  border-radius: 0px;
}
.cid-tp9Ry9L0pT .row {
  justify-content: center;
  margin-top: -40px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tp9Ry9L0pT .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tp9Ry9L0pT .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tp9Ry9L0pT .mostradesktop {
  display: list-item;
  list-style: none;
}
.cid-tp9Ry9L0pT .mostramobile {
  display: none;
}
@media (max-width: 992px) {
  .cid-tp9Ry9L0pT .mostramobile {
    display: list-item;
    list-style: none;
  }
  .cid-tp9Ry9L0pT .mostradesktop {
    display: none;
  }
}
.cid-tp8gwvU8jC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tp8gwvU8jC .container {
  max-width: 1132px;
}
.cid-tp8gwvU8jC .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tp8gwvU8jC .a {
    margin-bottom: -30px;
    margin-right: 64px;
  }
  .cid-tp8gwvU8jC .b {
    margin-left: 60px !important;
  }
}
.cid-tjp8vSQ1sL {
  background-color: #ffffff;
}
.cid-tjp8vSQ1sL img {
  border-radius: 0px;
}
.cid-tjp8vSQ1sL .row {
  justify-content: center;
}
.cid-tjp8vSQ1sL .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjp8vSQ1sL .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjp8vSQ1sL .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tp9IJfbA8V {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tp9IJfbA8V .container {
  max-width: 1920px !important;
}
.cid-tp9IJfbA8V .col-md-7 {
  margin: auto !important;
}
.cid-tp9IJfbA8V .frasedesktop {
  display: list-item;
  list-style: none;
  widht: 100% !important;
}
.cid-tp9IJfbA8V .frasemobile {
  display: none;
}
.cid-tp9IJfbA8V .frasevuota {
  display: none;
}
@media (max-width: 992px) {
  .cid-tp9IJfbA8V .a {
    margin-bottom: -30px;
    margin-right: 64px;
  }
  .cid-tp9IJfbA8V .b {
    margin-right: 10px;
  }
  .cid-tp9IJfbA8V .frasemobile {
    display: list-item;
    list-style: none;
  }
  .cid-tp9IJfbA8V .frasedesktop {
    display: none;
  }
  .cid-tp9IJfbA8V .frasevuota {
    display: list-item;
    list-style: none;
  }
}
.cid-tjp8vTbzOZ {
  background-color: #ffffff;
}
.cid-tjp8vTbzOZ img {
  border-radius: 0px;
}
.cid-tjp8vTbzOZ .row {
  justify-content: center;
}
.cid-tjp8vTbzOZ .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjp8vTbzOZ .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjp8vTbzOZ .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
@media (max-width: 992px) {
  .cid-tjp8vTbzOZ .item-wrapper {
    margin-top: -100px;
    margin-bottom: -10px;
  }
  .cid-tjp8vTbzOZ .image4.cid-tp8jPip7wt {
    padding-top: 10px !important;
  }
}
.cid-tp8jPip7wt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tp8jPip7wt .container {
  max-width: 1132px;
}
.cid-tp8jPip7wt .col-md-7 {
  margin: auto !important;
}
.cid-tp8jPip7wt .frasedesktop {
  display: list-item;
  list-style: none;
}
.cid-tp8jPip7wt .frasemobile {
  display: none;
}
@media (max-width: 992px) {
  .cid-tp8jPip7wt .a {
    margin-bottom: -30px;
    margin-right: 64px;
  }
  .cid-tp8jPip7wt .b {
    margin-right: 10px;
  }
  .cid-tp8jPip7wt .frasemobile {
    display: list-item;
    list-style: none;
  }
  .cid-tp8jPip7wt .frasedesktop {
    display: none;
  }
}
.cid-tp8mDY67tF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tp8mDY67tF .container {
  max-width: 1132px;
}
.cid-tp8mDY67tF .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tp8mDY67tF .b {
    margin-bottom: 20px;
  }
}
.cid-tp8mED12f6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tp8mED12f6 .container {
  max-width: 1132px;
}
.cid-tp8mED12f6 .col-md-7 {
  margin: auto !important;
}
.cid-tp8mED12f6 .frasedesktop {
  display: list-item;
}
.cid-tp8mED12f6 .frasemobile {
  display: none;
}
@media (max-width: 992px) {
  .cid-tp8mED12f6 .a {
    margin-bottom: -30px;
    margin-right: 64px;
  }
  .cid-tp8mED12f6 .b {
    margin-right: 10px;
  }
  .cid-tp8mED12f6 .frasemobile {
    display: list-item;
    margin-top: -200px !important;
    margin-left: -40px;
  }
  .cid-tp8mED12f6 .frasedesktop {
    display: none;
  }
}
.cid-tjp8vTxRAe {
  background-color: #ffffff;
}
.cid-tjp8vTxRAe img {
  border-radius: 0px;
}
.cid-tjp8vTxRAe .row {
  justify-content: center;
}
.cid-tjp8vTxRAe .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tjp8vTxRAe .item-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tjp8vTxRAe .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 0vh !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-tp8wLJAJNq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tp8wLJAJNq .container {
  max-width: 1132px;
}
.cid-tp8wLJAJNq .col-md-7 {
  margin: auto !important;
}
.cid-tp8wLJAJNq .frasedesktop {
  display: list-item;
  list-style: none;
}
.cid-tp8wLJAJNq .frasemobile {
  display: none;
}
@media (max-width: 992px) {
  .cid-tp8wLJAJNq .a {
    margin-bottom: -10px;
    margin-right: 64px;
  }
  .cid-tp8wLJAJNq .b {
    margin-right: 10px;
  }
  .cid-tp8wLJAJNq .frasemobile {
    display: list-item;
    list-style: none;
  }
  .cid-tp8wLJAJNq .frasedesktop {
    display: none;
  }
}
.cid-tp8xAoeHtM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tp8xAoeHtM .container {
  max-width: 1132px;
}
.cid-tp8xAoeHtM .col-md-7 {
  margin: auto !important;
}
.cid-tp8xAoeHtM .frasedesktop {
  display: list-item;
  list-style: none;
}
.cid-tp8xAoeHtM .frasemobile {
  display: none;
}
.cid-tp8xAoeHtM .col-12.frasedesktop.col-lg::marker {
  display: none !important;
}
@media (max-width: 992px) {
  .cid-tp8xAoeHtM .a {
    margin-bottom: -30px;
    margin-right: 64px;
  }
  .cid-tp8xAoeHtM .b {
    margin-right: 10px;
  }
  .cid-tp8xAoeHtM .frasemobile {
    display: list-item;
    list-style: none;
  }
  .cid-tp8xAoeHtM .frasedesktop {
    display: none;
  }
}
.cid-tjp8vU4I1O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tjp8vU4I1O .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-tjp8vU4I1O .mbr-text {
    font-size: 16px !important;
  }
}
.cid-tjp8vU4I1O .media-container-row .mbr-text {
  color: #636664;
}
.cid-tjoMJbdfLN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjoMJbdfLN .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tjoMJbdfLN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tjoMJbdfLN .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjoMJbdfLN .item-text {
  padding: 0 32px 55px;
}
.cid-tjoMJbdfLN .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tjoMJbdfLN .text-container {
    flex-wrap: wrap;
  }
}
.cid-tjoMJbdfLN .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tjoMJbdfLN .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tjoMJbdfLN .text {
  color: #3d3d3d;
}
.cid-tjoMJbdfLN .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tjoMJbdfLN .link-wrap {
    width: 100%;
  }
}
.cid-tjoMJbdfLN .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tjoMJbdfLN .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tjoMJbdfLN .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjoMJbdfLN .link {
    margin-right: 50px !important;
    font-size: 38px !important;
  }
}
.cid-tjoMJbdfLN h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tjoMJbdfLN h5 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tjoMJbdfLN P.link.mbr-fonts-style.align-left.mb-0 {
    font-size: 26px !important;
  }
}
.cid-ti3EbACiLq {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #eeeeee;
}
.cid-ti3EbACiLq .carousel {
  width: 100%;
}
.cid-ti3EbACiLq .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-ti3EbACiLq .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ti3EbACiLq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-ti3EbACiLq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ti3EbACiLq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ti3EbACiLq .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-ti3EbACiLq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ti3EbACiLq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ti3EbACiLq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ti3EbACiLq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ti3EbACiLq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-ti3EbACiLq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ti3EbACiLq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ti3EbACiLq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ti3EbACiLq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ti3EbACiLq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-ti3EbACiLq .carousel-indicators li.active {
  background-color: #5aac98;
}
.cid-ti3EbACiLq .carousel-indicators li.active,
.cid-ti3EbACiLq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ti3EbACiLq .carousel-indicators li::after,
.cid-ti3EbACiLq .carousel-indicators li::before {
  content: none;
}
.cid-ti3EbACiLq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ti3EbACiLq .carousel-indicators {
    display: none !important;
  }
}
.cid-ti3EbACiLq .btn.btn-primary-outline {
  border: 1px solid #191919;
}
.cid-ti3EbACiLq .btn.btn-primary-outline:hover {
  background-color: #191919 !important;
  color: #ffffff !important;
}
.cid-ti3EbACiLq .btn.btn-secondary-outline {
  border: 1px solid #e8ebe8;
}
.cid-ti3EbACiLq .btn.btn-secondary-outline:hover {
  background-color: #e8ebe8 !important;
  color: #ffffff !important;
}
.cid-ti3EbACiLq .btn.btn-success-outline {
  border: 1px solid #636664;
}
.cid-ti3EbACiLq .btn.btn-success-outline:hover {
  background-color: #636664 !important;
  color: #ffffff !important;
}
.cid-ti3EbACiLq .btn.btn-info-outline {
  border: 1px solid #191919;
}
.cid-ti3EbACiLq .btn.btn-info-outline:hover {
  background-color: #191919 !important;
  color: #ffffff !important;
}
.cid-ti3EbACiLq .btn.btn-warning-outline {
  border: 1px solid #ffe161;
}
.cid-ti3EbACiLq .btn.btn-warning-outline:hover {
  background-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-ti3EbACiLq .btn.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-ti3EbACiLq .btn.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-ti3EbACiLq .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-ti3EbACiLq .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-ti3EbACiLq .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-ti3EbACiLq .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-ti3EbACiLq .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-ti3EbACiLq .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-ti3EbACiLq .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-ti3EbACiLq .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-ti3EbACiLq .mbr-section-title {
  text-align: center;
}
.cid-ti3EbACiLq .blackfont {
  color: #000000;
}
.cid-ti3uL9qV7G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ti3uL9qV7G .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-ti3uL9qV7G .mbr-text {
    font-size: 16px !important;
  }
}
.cid-ti3uL9qV7G .media-container-row .mbr-text {
  color: #636664;
}
.cid-tjp3wleFNw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjp3wleFNw .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tjp3wleFNw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tjp3wleFNw .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjp3wleFNw .item-text {
  padding: 0 32px 55px;
}
.cid-tjp3wleFNw .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tjp3wleFNw .text-container {
    flex-wrap: wrap;
  }
}
.cid-tjp3wleFNw .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tjp3wleFNw .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tjp3wleFNw .text {
  color: #3d3d3d;
}
.cid-tjp3wleFNw .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tjp3wleFNw .link-wrap {
    width: 100%;
  }
}
.cid-tjp3wleFNw .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tjp3wleFNw .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tjp3wleFNw .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjp3wleFNw .link {
    margin-right: 50px !important;
    font-size: 38px !important;
  }
}
.cid-tjp3wleFNw h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tjp3wleFNw h5 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tjp3wleFNw P.link.mbr-fonts-style.align-left.mb-0 {
    font-size: 26px !important;
  }
}
.cid-tjoFiDgEZp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-tjoFiDgEZp .container-fluid {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
.cid-tjoFiDgEZp .image-wrapper {
  height: 100%;
}
.cid-tjoFiDgEZp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjoEV4FZ7K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjoEV4FZ7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjoEV4FZ7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjoEV4FZ7K .mbr-section-title {
  text-align: left;
}
.cid-tjoEV4FZ7K .mbr-text,
.cid-tjoEV4FZ7K .link {
  text-align: left;
}
.cid-tjoEV4FZ7K .card-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tjoEV4FZ7K .card-wrapper:first-child {
  padding-left: 0px;
}
.cid-tjoETvhPOo {
  padding-top: 165px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tjoETvhPOo h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tjoETvhPOo h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tjoETvhPOo li {
  list-style: none;
}
.cid-tjoETvhPOo .location-wrap {
  min-width: 500px;
}
.cid-tjoETvhPOo .btn {
  min-width: 230px;
}
.cid-tjoETvhPOo .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-tjoETvhPOo .col-title {
  margin-bottom: 2rem;
}
.cid-tjoETvhPOo h3 {
  min-width: 110px;
}
.cid-tjoETvhPOo .date-wrap {
  min-width: 260px;
}
.cid-tjoETvhPOo .btn-primary-outline,
.cid-tjoETvhPOo .btn-secondary-outline,
.cid-tjoETvhPOo .btn-info-outline,
.cid-tjoETvhPOo .btn-success-outline,
.cid-tjoETvhPOo .btn-warning-outline,
.cid-tjoETvhPOo .btn-danger-outline,
.cid-tjoETvhPOo .btn-black-outline,
.cid-tjoETvhPOo .btn-white-outline {
  border: none;
}
.cid-tjoETvhPOo .btn-primary-outline:hover,
.cid-tjoETvhPOo .btn-secondary-outline:hover,
.cid-tjoETvhPOo .btn-info-outline:hover,
.cid-tjoETvhPOo .btn-success-outline:hover,
.cid-tjoETvhPOo .btn-warning-outline:hover,
.cid-tjoETvhPOo .btn-danger-outline:hover,
.cid-tjoETvhPOo .btn-black-outline:hover,
.cid-tjoETvhPOo .btn-white-outline:hover,
.cid-tjoETvhPOo .btn-primary-outline:focus,
.cid-tjoETvhPOo .btn-secondary-outline:focus,
.cid-tjoETvhPOo .btn-info-outline:focus,
.cid-tjoETvhPOo .btn-success-outline:focus,
.cid-tjoETvhPOo .btn-warning-outline:focus,
.cid-tjoETvhPOo .btn-danger-outline:focus,
.cid-tjoETvhPOo .btn-black-outline:focus,
.cid-tjoETvhPOo .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-tjoETvhPOo .list {
  padding: 0;
  margin: 0;
}
.cid-tjoETvhPOo .icon-wrap,
.cid-tjoETvhPOo .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tjoETvhPOo .btn span {
  font-size: 1rem;
}
.cid-tjoETvhPOo h6 {
  margin: 0;
}
.cid-tjoETvhPOo h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-tjoETvhPOo .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tjoETvhPOo .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-tjoETvhPOo .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-tjoETvhPOo .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-tjoETvhPOo .date-wrap {
    min-width: auto;
  }
  .cid-tjoETvhPOo .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-tjoETvhPOo h3 {
    min-width: auto;
  }
  .cid-tjoETvhPOo .mbr-section-subtitle {
    font-size: 20px;
  }
  .cid-tjoETvhPOo .evento {
    margin-top: 60px;
    font-size: 22px;
  }
  .cid-tjoETvhPOo .location {
    font-size: 20px;
  }
  .cid-tjoETvhPOo .giorno {
    font-size: 30px;
  }
}
.cid-tjoETvhPOo h1 {
  font-weight: 200;
}
.cid-tjoF6CZNYA {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tjoF6CZNYA h3 {
  position: relative;
}
.cid-tjoF6CZNYA h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tjoF6CZNYA h1 {
  font-weight: 200;
}
@media (max-width: 992px) {
  .cid-tjoF6CZNYA .mbr-section-subtitle {
    font-size: 20px;
  }
}
.cid-tjoEWanlAh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tjoEWanlAh .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tjoEWanlAh .row {
    padding: 0 0.75rem;
  }
}
.cid-tjoEWanlAh .text-container {
  margin: 0 auto 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tjoEWanlAh .text-container {
    margin-bottom: 30px;
  }
}
.cid-tjoEWanlAh .label-text {
  color: #111111;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.cid-tjoEWanlAh .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.cid-tjoEWanlAh .card {
  padding: 15px;
}
@media (max-width: 991px) {
  .cid-tjoEWanlAh .card {
    padding: 0;
  }
  .cid-tjoEWanlAh .card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cid-tjoEWanlAh .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-tjoEWanlAh .card-wrapper {
    padding: 20px;
  }
}
.cid-tjoEWanlAh .card-title {
  color: #111111;
  margin-bottom: 1.425rem;
}
.cid-tjoEWanlAh .card-text {
  letter-spacing: inherit;
  color: #555555;
}
.cid-tjoEWanlAh .card-contact {
  margin-bottom: 1.425rem;
}
.cid-tjoEWanlAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjoEWanlAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjoEWanlAh h4 {
  font-weight: 200;
}
@media (max-width: 992px) {
  .cid-tjoEWanlAh .card-text {
    font-size: 20px;
  }
  .cid-tjoEWanlAh .card-title {
    font-size: 22px;
  }
}
.cid-ti3uL9qV7G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ti3uL9qV7G .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-ti3uL9qV7G .mbr-text {
    font-size: 16px !important;
  }
}
.cid-ti3uL9qV7G .media-container-row .mbr-text {
  color: #636664;
}
.cid-tjp3GHVB44 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjp3GHVB44 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tjp3GHVB44 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tjp3GHVB44 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjp3GHVB44 .item-text {
  padding: 0 32px 55px;
}
.cid-tjp3GHVB44 .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tjp3GHVB44 .text-container {
    flex-wrap: wrap;
  }
}
.cid-tjp3GHVB44 .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tjp3GHVB44 .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tjp3GHVB44 .text {
  color: #3d3d3d;
}
.cid-tjp3GHVB44 .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tjp3GHVB44 .link-wrap {
    width: 100%;
  }
}
.cid-tjp3GHVB44 .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tjp3GHVB44 .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tjp3GHVB44 .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjp3GHVB44 .link {
    margin-right: 50px !important;
    font-size: 38px !important;
  }
}
.cid-tjp3GHVB44 h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tjp3GHVB44 h5 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tjp3GHVB44 P.link.mbr-fonts-style.align-left.mb-0 {
    font-size: 26px !important;
  }
}
.cid-tjjwHl0ts1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tjjwHl0ts1 .mbr-section-subtitle {
  color: #767676;
}
.cid-tjjwHl9icL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tjjwHl9icL .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-tjjwHl9icL .mbr-text {
    font-size: 16px !important;
  }
}
.cid-tjjwHl9icL .media-container-row .mbr-text {
  color: #636664;
}
.cid-tjp449uJjz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjp449uJjz .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tjp449uJjz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tjp449uJjz .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjp449uJjz .item-text {
  padding: 0 32px 55px;
}
.cid-tjp449uJjz .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tjp449uJjz .text-container {
    flex-wrap: wrap;
  }
}
.cid-tjp449uJjz .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tjp449uJjz .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tjp449uJjz .text {
  color: #3d3d3d;
}
.cid-tjp449uJjz .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tjp449uJjz .link-wrap {
    width: 100%;
  }
}
.cid-tjp449uJjz .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tjp449uJjz .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tjp449uJjz .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjp449uJjz .link {
    margin-right: 50px !important;
    font-size: 38px !important;
  }
}
.cid-tjp449uJjz h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tjp449uJjz h5 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tjp449uJjz P.link.mbr-fonts-style.align-left.mb-0 {
    font-size: 26px !important;
  }
}
.cid-tjp4fXsVwu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjp44a02Fz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tjp44a02Fz .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-tjp44a02Fz .mbr-text {
    font-size: 16px !important;
  }
}
.cid-tjp44a02Fz .media-container-row .mbr-text {
  color: #636664;
}
.cid-tL0CpJKf6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL0CpJKf6i .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tL0CpJKf6i .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tL0CpJKf6i .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tL0CpJKf6i .item-text {
  padding: 0 32px 55px;
}
.cid-tL0CpJKf6i .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tL0CpJKf6i .text-container {
    flex-wrap: wrap;
  }
}
.cid-tL0CpJKf6i .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tL0CpJKf6i .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tL0CpJKf6i .text {
  color: #3d3d3d;
}
.cid-tL0CpJKf6i .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tL0CpJKf6i .link-wrap {
    width: 100%;
  }
}
.cid-tL0CpJKf6i .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tL0CpJKf6i .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tL0CpJKf6i .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tL0CpJKf6i .link {
    margin-right: 50px !important;
    font-size: 38px !important;
  }
}
.cid-tL0CpJKf6i h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tL0CpJKf6i h5 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tL0CpJKf6i P.link.mbr-fonts-style.align-left.mb-0 {
    font-size: 26px !important;
  }
}
.cid-tL0EJ3c1n3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL0EJ3c1n3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL0EJ3c1n3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL0EJ3c1n3 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tL0EJ3c1n3 .mbr-section-title {
  color: #24262b;
}
.cid-tL0EJ3c1n3 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tL0EJ3c1n3 .items-row {
  row-gap: 32px;
}
.cid-tL0EJ3c1n3 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tL0EJ3c1n3 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tL0EJ3c1n3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tL0EJ3c1n3 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tL0EJ3c1n3 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tL0EJ3c1n3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tL0EJ3c1n3 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tL0EJ3c1n3 .mbr-item-subtitle {
  color: #24262b;
}
.cid-tL0EJ3c1n3 .carousel-control,
.cid-tL0EJ3c1n3 .close {
  background: #1b1b1b;
}
.cid-tL0EJ3c1n3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tL0EJ3c1n3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tL0EJ3c1n3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tL0EJ3c1n3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tL0EJ3c1n3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tL0EJ3c1n3 .close::before {
  content: '\e91a';
}
.cid-tL0EJ3c1n3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tL0EJ3c1n3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tL0EJ3c1n3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL0EJ3c1n3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL0EJ3c1n3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tL0EJ3c1n3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tL0EJ3c1n3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tL0EJ3c1n3 .carousel-indicators li.active,
.cid-tL0EJ3c1n3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tL0EJ3c1n3 .carousel-indicators li::after,
.cid-tL0EJ3c1n3 .carousel-indicators li::before {
  content: none;
}
.cid-tL0EJ3c1n3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tL0EJ3c1n3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tL0EJ3c1n3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0EJ3c1n3 .carousel-indicators {
    display: none;
  }
}
.cid-tL0EJ3c1n3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tL0EJ3c1n3 .carousel-inner > .active {
  display: block;
}
.cid-tL0EJ3c1n3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL0EJ3c1n3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL0EJ3c1n3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tL0EJ3c1n3 .carousel-control,
  .cid-tL0EJ3c1n3 .carousel-indicators,
  .cid-tL0EJ3c1n3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tL0EJ3c1n3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tL0EJ3c1n3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL0EJ3c1n3 .carousel-indicators .active,
.cid-tL0EJ3c1n3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tL0EJ3c1n3 .carousel-indicators .active {
  background: #fff;
}
.cid-tL0EJ3c1n3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tL0EJ3c1n3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tL0EJ3c1n3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL0EJ3c1n3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tL0EJ3c1n3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tL0EJ3c1n3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tL0EJ3c1n3 .carousel {
  width: 100%;
}
.cid-tL0EJ3c1n3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tL0EJ3c1n3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tL0EJ3c1n3 .modal.fade .modal-dialog,
.cid-tL0EJ3c1n3 .modal.in .modal-dialog {
  transform: none;
}
.cid-tL0EJ3c1n3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tL0EJ3c1n3 H6 {
  text-align: center;
}
.cid-tL0ZkYmB5d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0ZkYmB5d .mbr-section-subtitle {
  color: #767676;
}
.cid-tL0ZuEgHy0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL0ZuEgHy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL0ZuEgHy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL0ZuEgHy0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tL0ZuEgHy0 .mbr-section-title {
  color: #24262b;
}
.cid-tL0ZuEgHy0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tL0ZuEgHy0 .items-row {
  row-gap: 32px;
}
.cid-tL0ZuEgHy0 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tL0ZuEgHy0 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tL0ZuEgHy0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tL0ZuEgHy0 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tL0ZuEgHy0 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tL0ZuEgHy0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tL0ZuEgHy0 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tL0ZuEgHy0 .mbr-item-subtitle {
  color: #24262b;
}
.cid-tL0ZuEgHy0 .carousel-control,
.cid-tL0ZuEgHy0 .close {
  background: #1b1b1b;
}
.cid-tL0ZuEgHy0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tL0ZuEgHy0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tL0ZuEgHy0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tL0ZuEgHy0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tL0ZuEgHy0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tL0ZuEgHy0 .close::before {
  content: '\e91a';
}
.cid-tL0ZuEgHy0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tL0ZuEgHy0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tL0ZuEgHy0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL0ZuEgHy0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL0ZuEgHy0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tL0ZuEgHy0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tL0ZuEgHy0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tL0ZuEgHy0 .carousel-indicators li.active,
.cid-tL0ZuEgHy0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tL0ZuEgHy0 .carousel-indicators li::after,
.cid-tL0ZuEgHy0 .carousel-indicators li::before {
  content: none;
}
.cid-tL0ZuEgHy0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tL0ZuEgHy0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tL0ZuEgHy0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0ZuEgHy0 .carousel-indicators {
    display: none;
  }
}
.cid-tL0ZuEgHy0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tL0ZuEgHy0 .carousel-inner > .active {
  display: block;
}
.cid-tL0ZuEgHy0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL0ZuEgHy0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL0ZuEgHy0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tL0ZuEgHy0 .carousel-control,
  .cid-tL0ZuEgHy0 .carousel-indicators,
  .cid-tL0ZuEgHy0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tL0ZuEgHy0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tL0ZuEgHy0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL0ZuEgHy0 .carousel-indicators .active,
.cid-tL0ZuEgHy0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tL0ZuEgHy0 .carousel-indicators .active {
  background: #fff;
}
.cid-tL0ZuEgHy0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tL0ZuEgHy0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tL0ZuEgHy0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL0ZuEgHy0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tL0ZuEgHy0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tL0ZuEgHy0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tL0ZuEgHy0 .carousel {
  width: 100%;
}
.cid-tL0ZuEgHy0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tL0ZuEgHy0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tL0ZuEgHy0 .modal.fade .modal-dialog,
.cid-tL0ZuEgHy0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tL0ZuEgHy0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tL0ZuEgHy0 H6 {
  text-align: center;
}
.cid-tL108n4VDU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL108n4VDU .mbr-section-subtitle {
  color: #767676;
}
.cid-tL10qbTnw7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL10qbTnw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL10qbTnw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL10qbTnw7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tL10qbTnw7 .mbr-section-title {
  color: #24262b;
}
.cid-tL10qbTnw7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tL10qbTnw7 .items-row {
  row-gap: 32px;
}
.cid-tL10qbTnw7 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tL10qbTnw7 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tL10qbTnw7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tL10qbTnw7 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tL10qbTnw7 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tL10qbTnw7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tL10qbTnw7 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tL10qbTnw7 .mbr-item-subtitle {
  color: #24262b;
}
.cid-tL10qbTnw7 .carousel-control,
.cid-tL10qbTnw7 .close {
  background: #1b1b1b;
}
.cid-tL10qbTnw7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tL10qbTnw7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tL10qbTnw7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tL10qbTnw7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tL10qbTnw7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tL10qbTnw7 .close::before {
  content: '\e91a';
}
.cid-tL10qbTnw7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tL10qbTnw7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tL10qbTnw7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL10qbTnw7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL10qbTnw7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tL10qbTnw7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tL10qbTnw7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tL10qbTnw7 .carousel-indicators li.active,
.cid-tL10qbTnw7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tL10qbTnw7 .carousel-indicators li::after,
.cid-tL10qbTnw7 .carousel-indicators li::before {
  content: none;
}
.cid-tL10qbTnw7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tL10qbTnw7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tL10qbTnw7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tL10qbTnw7 .carousel-indicators {
    display: none;
  }
}
.cid-tL10qbTnw7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tL10qbTnw7 .carousel-inner > .active {
  display: block;
}
.cid-tL10qbTnw7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL10qbTnw7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL10qbTnw7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tL10qbTnw7 .carousel-control,
  .cid-tL10qbTnw7 .carousel-indicators,
  .cid-tL10qbTnw7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tL10qbTnw7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tL10qbTnw7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL10qbTnw7 .carousel-indicators .active,
.cid-tL10qbTnw7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tL10qbTnw7 .carousel-indicators .active {
  background: #fff;
}
.cid-tL10qbTnw7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tL10qbTnw7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tL10qbTnw7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL10qbTnw7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tL10qbTnw7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tL10qbTnw7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tL10qbTnw7 .carousel {
  width: 100%;
}
.cid-tL10qbTnw7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tL10qbTnw7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tL10qbTnw7 .modal.fade .modal-dialog,
.cid-tL10qbTnw7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tL10qbTnw7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tL10qbTnw7 H6 {
  text-align: center;
}
.cid-tL0CpK5fAv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0CpK5fAv .mbr-section-subtitle {
  color: #767676;
}
.cid-tL0CpKeEZd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tL0CpKeEZd .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-tL0CpKeEZd .mbr-text {
    font-size: 16px !important;
  }
}
.cid-tL0CpKeEZd .media-container-row .mbr-text {
  color: #636664;
}
.cid-tL0UoFoLAB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL0UoFoLAB .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tL0UoFoLAB .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tL0UoFoLAB .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tL0UoFoLAB .item-text {
  padding: 0 32px 55px;
}
.cid-tL0UoFoLAB .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tL0UoFoLAB .text-container {
    flex-wrap: wrap;
  }
}
.cid-tL0UoFoLAB .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tL0UoFoLAB .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tL0UoFoLAB .text {
  color: #3d3d3d;
}
.cid-tL0UoFoLAB .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tL0UoFoLAB .link-wrap {
    width: 100%;
  }
}
.cid-tL0UoFoLAB .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tL0UoFoLAB .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tL0UoFoLAB .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tL0UoFoLAB .link {
    margin-right: 50px !important;
    font-size: 38px !important;
  }
}
.cid-tL0UoFoLAB h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tL0UoFoLAB h5 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tL0UoFoLAB P.link.mbr-fonts-style.align-left.mb-0 {
    font-size: 26px !important;
  }
}
.cid-tL0UoFD7nx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL0UoFD7nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL0UoFD7nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL0UoFD7nx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tL0UoFD7nx .mbr-section-title {
  color: #24262b;
}
.cid-tL0UoFD7nx .mbr-section-subtitle {
  color: #24262b;
}
.cid-tL0UoFD7nx .items-row {
  row-gap: 32px;
}
.cid-tL0UoFD7nx .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tL0UoFD7nx .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tL0UoFD7nx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tL0UoFD7nx .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tL0UoFD7nx .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tL0UoFD7nx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tL0UoFD7nx .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tL0UoFD7nx .mbr-item-subtitle {
  color: #24262b;
}
.cid-tL0UoFD7nx .carousel-control,
.cid-tL0UoFD7nx .close {
  background: #1b1b1b;
}
.cid-tL0UoFD7nx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tL0UoFD7nx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tL0UoFD7nx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tL0UoFD7nx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tL0UoFD7nx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tL0UoFD7nx .close::before {
  content: '\e91a';
}
.cid-tL0UoFD7nx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tL0UoFD7nx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tL0UoFD7nx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL0UoFD7nx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL0UoFD7nx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tL0UoFD7nx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tL0UoFD7nx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tL0UoFD7nx .carousel-indicators li.active,
.cid-tL0UoFD7nx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tL0UoFD7nx .carousel-indicators li::after,
.cid-tL0UoFD7nx .carousel-indicators li::before {
  content: none;
}
.cid-tL0UoFD7nx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tL0UoFD7nx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tL0UoFD7nx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0UoFD7nx .carousel-indicators {
    display: none;
  }
}
.cid-tL0UoFD7nx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tL0UoFD7nx .carousel-inner > .active {
  display: block;
}
.cid-tL0UoFD7nx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL0UoFD7nx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL0UoFD7nx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tL0UoFD7nx .carousel-control,
  .cid-tL0UoFD7nx .carousel-indicators,
  .cid-tL0UoFD7nx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tL0UoFD7nx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tL0UoFD7nx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL0UoFD7nx .carousel-indicators .active,
.cid-tL0UoFD7nx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tL0UoFD7nx .carousel-indicators .active {
  background: #fff;
}
.cid-tL0UoFD7nx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tL0UoFD7nx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tL0UoFD7nx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL0UoFD7nx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tL0UoFD7nx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tL0UoFD7nx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tL0UoFD7nx .carousel {
  width: 100%;
}
.cid-tL0UoFD7nx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tL0UoFD7nx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tL0UoFD7nx .modal.fade .modal-dialog,
.cid-tL0UoFD7nx .modal.in .modal-dialog {
  transform: none;
}
.cid-tL0UoFD7nx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tL0UoFD7nx H6 {
  text-align: center;
}
.cid-tL0UoHj9Lf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0UoHj9Lf .mbr-section-subtitle {
  color: #767676;
}
.cid-tL0UoHymMJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tL0UoHymMJ .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-tL0UoHymMJ .mbr-text {
    font-size: 16px !important;
  }
}
.cid-tL0UoHymMJ .media-container-row .mbr-text {
  color: #636664;
}
.cid-tMku5Or3ca {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMku5Or3ca .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tMku5Or3ca .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tMku5Or3ca .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMku5Or3ca .item-text {
  padding: 0 32px 55px;
}
.cid-tMku5Or3ca .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tMku5Or3ca .text-container {
    flex-wrap: wrap;
  }
}
.cid-tMku5Or3ca .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  color: #636664;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMku5Or3ca .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tMku5Or3ca .text {
  color: #3d3d3d;
}
.cid-tMku5Or3ca .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tMku5Or3ca .link-wrap {
    width: 100%;
  }
}
.cid-tMku5Or3ca .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tMku5Or3ca .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tMku5Or3ca .link {
  color: #636664;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tMku5Or3ca .link {
    margin-right: 50px !important;
    font-size: 38px !important;
  }
}
.cid-tMku5Or3ca h5 {
  font-weight: 200;
  margin-left: 20px !important;
}
@media (max-width: 992px) {
  .cid-tMku5Or3ca h5 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tMku5Or3ca P.link.mbr-fonts-style.align-left.mb-0 {
    font-size: 26px !important;
  }
}
.cid-tMku5OAViA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tMku5OAViA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMku5OAViA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMku5OAViA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tMku5OAViA .mbr-section-title {
  color: #24262b;
}
.cid-tMku5OAViA .mbr-section-subtitle {
  color: #24262b;
}
.cid-tMku5OAViA .items-row {
  row-gap: 32px;
}
.cid-tMku5OAViA .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tMku5OAViA .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tMku5OAViA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tMku5OAViA .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tMku5OAViA .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tMku5OAViA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tMku5OAViA .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tMku5OAViA .mbr-item-subtitle {
  color: #24262b;
}
.cid-tMku5OAViA .carousel-control,
.cid-tMku5OAViA .close {
  background: #1b1b1b;
}
.cid-tMku5OAViA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMku5OAViA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMku5OAViA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMku5OAViA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMku5OAViA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tMku5OAViA .close::before {
  content: '\e91a';
}
.cid-tMku5OAViA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMku5OAViA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tMku5OAViA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMku5OAViA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMku5OAViA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMku5OAViA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMku5OAViA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tMku5OAViA .carousel-indicators li.active,
.cid-tMku5OAViA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMku5OAViA .carousel-indicators li::after,
.cid-tMku5OAViA .carousel-indicators li::before {
  content: none;
}
.cid-tMku5OAViA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMku5OAViA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMku5OAViA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMku5OAViA .carousel-indicators {
    display: none;
  }
}
.cid-tMku5OAViA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMku5OAViA .carousel-inner > .active {
  display: block;
}
.cid-tMku5OAViA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMku5OAViA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMku5OAViA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMku5OAViA .carousel-control,
  .cid-tMku5OAViA .carousel-indicators,
  .cid-tMku5OAViA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMku5OAViA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMku5OAViA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMku5OAViA .carousel-indicators .active,
.cid-tMku5OAViA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMku5OAViA .carousel-indicators .active {
  background: #fff;
}
.cid-tMku5OAViA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMku5OAViA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMku5OAViA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMku5OAViA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMku5OAViA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMku5OAViA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMku5OAViA .carousel {
  width: 100%;
}
.cid-tMku5OAViA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMku5OAViA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMku5OAViA .modal.fade .modal-dialog,
.cid-tMku5OAViA .modal.in .modal-dialog {
  transform: none;
}
.cid-tMku5OAViA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMku5OAViA H6 {
  text-align: center;
}
.cid-tMku5QGHoF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMku5QGHoF .mbr-section-subtitle {
  color: #767676;
}
.cid-tMku5QTvH8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tMku5QTvH8 .mbr-text {
  color: #FEF9EE;
}
@media (max-width: 992px) {
  .cid-tMku5QTvH8 .mbr-text {
    font-size: 16px !important;
  }
}
.cid-tMku5QTvH8 .media-container-row .mbr-text {
  color: #636664;
}
