.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 {
  background-color: #f5fcf4;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Inter-Bold-slnt=0';
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Inter-Bold-slnt=0';
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Inter-Regular-slnt=0';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter-Bold-slnt=0';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Inter-Regular-slnt=0';
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #4b9bc9 !important;
}
.bg-success {
  background-color: #93c173 !important;
}
.bg-info {
  background-color: #37d4f4 !important;
}
.bg-warning {
  background-color: #ffca2c !important;
}
.bg-danger {
  background-color: #e04b59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4b9bc9 !important;
  border-color: #4b9bc9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #72b1d5 !important;
  border-color: #72b1d5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #72b1d5 !important;
  border-color: #72b1d5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #336699 !important;
  border-color: #336699 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #407fbf !important;
  border-color: #407fbf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #407fbf !important;
  border-color: #407fbf !important;
}
.btn-info,
.btn-info:active {
  background-color: #37d4f4 !important;
  border-color: #37d4f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #67def7 !important;
  border-color: #67def7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #67def7 !important;
  border-color: #67def7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #93c173 !important;
  border-color: #93c173 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #aed196 !important;
  border-color: #aed196 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #aed196 !important;
  border-color: #aed196 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffca2c !important;
  border-color: #ffca2c !important;
  color: #2c2100 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd75f !important;
  border-color: #ffd75f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2c2100 !important;
  background-color: #ffd75f !important;
  border-color: #ffd75f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e04b59 !important;
  border-color: #e04b59 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e77781 !important;
  border-color: #e77781 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e77781 !important;
  border-color: #e77781 !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: #4b9bc9;
  color: #4b9bc9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2c6c92 !important;
  background-color: transparent !important;
  border-color: #2c6c92 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b9bc9 !important;
  border-color: #4b9bc9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #336699;
  color: #336699;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d3b58 !important;
  background-color: transparent !important;
  border-color: #1d3b58 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #336699 !important;
  border-color: #336699 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #37d4f4;
  color: #37d4f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0ba9c9 !important;
  background-color: transparent !important;
  border-color: #0ba9c9 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #37d4f4 !important;
  border-color: #37d4f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #93c173;
  color: #93c173;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #679944 !important;
  background-color: transparent !important;
  border-color: #679944 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #93c173 !important;
  border-color: #93c173 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffca2c;
  color: #ffca2c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d49f00 !important;
  background-color: transparent !important;
  border-color: #d49f00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2c2100 !important;
  background-color: #ffca2c !important;
  border-color: #ffca2c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e04b59;
  color: #e04b59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b51f2d !important;
  background-color: transparent !important;
  border-color: #b51f2d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e04b59 !important;
  border-color: #e04b59 !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: #4b9bc9 !important;
}
.text-secondary {
  color: #336699 !important;
}
.text-success {
  color: #93c173 !important;
}
.text-info {
  color: #37d4f4 !important;
}
.text-warning {
  color: #ffca2c !important;
}
.text-danger {
  color: #e04b59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #286486 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #19334d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #608f3f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a9dbb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c59400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a81d2a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4b9bc9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #37d4f4;
}
.alert-warning {
  background-color: #ffca2c;
}
.alert-danger {
  background-color: #e04b59;
}
.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: #4b9bc9;
  border-color: #4b9bc9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4b9bc9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8f2f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d7e8cb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8feff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdf8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef9f9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter-Regular-slnt=0';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #4b9bc9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter-Regular-slnt=0';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4b9bc9;
}
/* 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: #4b9bc9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4b9bc9;
}
.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: #4b9bc9;
  border-bottom-color: #4b9bc9;
}
.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: #4b9bc9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #336699 !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='%234b9bc9' %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-uKNyk3Y4cK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKNyk3Y4cK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKNyk3Y4cK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKNyk3Y4cK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKNyk3Y4cK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uKNyk3Y4cK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKNyk3Y4cK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKNyk3Y4cK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKNyk3Y4cK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKNyk3Y4cK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKNyk3Y4cK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKNyk3Y4cK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKNyk3Y4cK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKNyk3Y4cK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKNyk3Y4cK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKNyk3Y4cK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKNyk3Y4cK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKNyk3Y4cK .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKNyk3Y4cK .navbar-logo {
    padding-left: 0;
  }
}
.cid-uKNyk3Y4cK .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKNyk3Y4cK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKNyk3Y4cK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKNyk3Y4cK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKNyk3Y4cK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKNyk3Y4cK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKNyk3Y4cK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKNyk3Y4cK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uKNyk3Y4cK .nav-item:focus,
.cid-uKNyk3Y4cK .nav-link:focus {
  outline: none;
}
.cid-uKNyk3Y4cK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKNyk3Y4cK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKNyk3Y4cK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKNyk3Y4cK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKNyk3Y4cK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKNyk3Y4cK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKNyk3Y4cK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKNyk3Y4cK .navbar.opened {
  transition: all 0.3s;
}
.cid-uKNyk3Y4cK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKNyk3Y4cK .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uKNyk3Y4cK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKNyk3Y4cK .navbar.collapsed {
  justify-content: center;
}
.cid-uKNyk3Y4cK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKNyk3Y4cK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKNyk3Y4cK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKNyk3Y4cK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKNyk3Y4cK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKNyk3Y4cK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKNyk3Y4cK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKNyk3Y4cK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKNyk3Y4cK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKNyk3Y4cK .navbar {
    min-height: 72px;
  }
  .cid-uKNyk3Y4cK .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKNyk3Y4cK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKNyk3Y4cK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKNyk3Y4cK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKNyk3Y4cK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKNyk3Y4cK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKNyk3Y4cK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKNyk3Y4cK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKNyk3Y4cK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKNyk3Y4cK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKNyk3Y4cK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKNyk3Y4cK .dropdown-item.active,
.cid-uKNyk3Y4cK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKNyk3Y4cK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKNyk3Y4cK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKNyk3Y4cK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKNyk3Y4cK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKNyk3Y4cK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKNyk3Y4cK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKNyk3Y4cK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKNyk3Y4cK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKNyk3Y4cK .navbar-buttons {
    text-align: left;
  }
}
.cid-uKNyk3Y4cK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKNyk3Y4cK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4b9bc9;
}
.cid-uKNyk3Y4cK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKNyk3Y4cK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKNyk3Y4cK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKNyk3Y4cK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKNyk3Y4cK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKNyk3Y4cK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKNyk3Y4cK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKNyk3Y4cK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKNyk3Y4cK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKNyk3Y4cK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKNyk3Y4cK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKNyk3Y4cK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKNyk3Y4cK .navbar {
    height: 70px;
  }
  .cid-uKNyk3Y4cK .navbar.opened {
    height: auto;
  }
  .cid-uKNyk3Y4cK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKNyk3Y4cK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKNyk3Y4cK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKNyk3Y4cK .navbar-brand {
    margin-right: auto;
  }
  .cid-uKNyk3Y4cK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uKNyk3Y4cK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKNyk3Y4cK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKNyk3Y4cK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKNyk3Y4cK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKNyk3Y4cK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKNyk3YGtC {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uKNyk3YGtC {
    align-items: flex-end;
  }
  .cid-uKNyk3YGtC .row {
    justify-content: center;
  }
  .cid-uKNyk3YGtC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKNyk3YGtC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKNyk3YGtC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKNyk3YGtC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKNyk3YGtC .content-wrap {
    width: 100%;
  }
}
.cid-uKNyk3YGtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKNyk3YGtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/madeiragreenandblue-tour-img.webp-1920x1080.webp");
}
.cid-uKNyk3YGtC .mbr-section-title,
.cid-uKNyk3YGtC .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uKNyk3YGtC .mbr-text,
.cid-uKNyk3YGtC .mbr-section-btn {
  text-align: center;
}
.cid-uKNyk3YGtC .mbr-section-title {
  color: #ffffff;
}
.cid-uKNyk3YGtC .mbr-section-subtitle {
  color: #9EE493;
}
.cid-uKNzZvhRfl {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKNzZvhRfl .mbr-text {
  color: #000000;
}
.cid-uKNzZvhRfl .mbr-section-subtitle {
  color: #93c173;
}
.cid-uKNELUB0hl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/madeiragreenandbluegradient-1920x1080.webp");
}
.cid-uKNELUB0hl .item:focus,
.cid-uKNELUB0hl span:focus {
  outline: none;
}
.cid-uKNELUB0hl .item {
  cursor: pointer;
}
.cid-uKNELUB0hl .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uKNELUB0hl .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uKNELUB0hl .grid-container-1,
.cid-uKNELUB0hl .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKNELUB0hl .grid-container-1,
  .cid-uKNELUB0hl .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uKNELUB0hl .mbr-section-title {
  color: #ffffff;
}
.cid-uKNELUB0hl .mbr-text,
.cid-uKNELUB0hl .mbr-section-btn {
  color: #000000;
}
.cid-uKNELUB0hl .content-head {
  max-width: 800px;
}
.cid-uKNELUB0hl .container,
.cid-uKNELUB0hl .container-fluid {
  overflow: hidden;
}
.cid-uKNELUB0hl .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKNELUB0hl .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKNELUB0hl .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKNELUB0hl .grid-item img {
    min-width: 35vw;
  }
}
.cid-uKNELUB0hl .grid-container-1,
.cid-uKNELUB0hl .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKNELUB0hl .grid-container-1 {
  align-items: flex-end;
}
.cid-uKNELUB0hl .grid-container-2 {
  align-items: flex-start;
}
.cid-uKNELUB0hl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4wJ9NCn0P {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/madeiragreenandblue-bg-1-1920x1080.webp");
}
.cid-v4wJ9NCn0P .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-v4wJ9NCn0P img,
.cid-v4wJ9NCn0P .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4wJ9NCn0P .item:focus,
.cid-v4wJ9NCn0P span:focus {
  outline: none;
}
.cid-v4wJ9NCn0P .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4wJ9NCn0P .item {
    margin-bottom: 1rem;
  }
}
.cid-v4wJ9NCn0P .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4wJ9NCn0P .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4wJ9NCn0P .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v4wJ9NCn0P .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4wJ9NCn0P .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v4wJ9NCn0P .mbr-section-title {
  color: #4b9bc9;
}
.cid-v4wJ9NCn0P .item-title {
  text-align: left;
}
.cid-v4wJ9NCn0P .item-subtitle {
  text-align: left;
}
.cid-v4wJ9NCn0P .mbr-text,
.cid-v4wJ9NCn0P .item .mbr-section-btn {
  text-align: left;
}
.cid-v4wJ9NCn0P .content-head {
  max-width: 800px;
}
.cid-v9ve59SKIc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v9ve59SKIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ve59SKIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ve59SKIc .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v9ve59SKIc .mbr-section-title {
  color: #ffffff;
}
.cid-v4wM0Wgdmm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/duartegoncalves-tourguide-1-2000x1333.webp");
}
.cid-v4wM0Wgdmm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4wM0Wgdmm {
    align-items: flex-end;
  }
  .cid-v4wM0Wgdmm .row {
    justify-content: center;
  }
  .cid-v4wM0Wgdmm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4wM0Wgdmm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4wM0Wgdmm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4wM0Wgdmm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4wM0Wgdmm .content-wrap {
    width: 100%;
  }
}
.cid-v4wM0Wgdmm .mbr-section-title,
.cid-v4wM0Wgdmm .mbr-section-subtitle {
  text-align: center;
}
.cid-v4wM0Wgdmm .mbr-text,
.cid-v4wM0Wgdmm .mbr-section-btn {
  text-align: center;
}
.cid-v0JZZT7Qdh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/madeiragreenandbluegradient.webp");
}
.cid-v0JZZT7Qdh img,
.cid-v0JZZT7Qdh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0JZZT7Qdh .item:focus,
.cid-v0JZZT7Qdh span:focus {
  outline: none;
}
.cid-v0JZZT7Qdh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0JZZT7Qdh .item {
    margin-bottom: 1rem;
  }
}
.cid-v0JZZT7Qdh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0JZZT7Qdh .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0JZZT7Qdh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v0JZZT7Qdh .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0JZZT7Qdh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v0JZZT7Qdh .mbr-section-title {
  color: #ffffff;
}
.cid-v0JZZT7Qdh .item-title {
  text-align: left;
  color: #93c173;
}
.cid-v0JZZT7Qdh .item-subtitle {
  text-align: left;
}
.cid-v0JZZT7Qdh .mbr-text,
.cid-v0JZZT7Qdh .item .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-v0JZZT7Qdh .content-head {
  max-width: 800px;
}
.cid-v0JZZT7Qdh .mbr-section-subtitle,
.cid-v0JZZT7Qdh .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uKV2KaOjeV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKV2KaOjeV img,
.cid-uKV2KaOjeV .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uKV2KaOjeV .item:focus,
.cid-uKV2KaOjeV span:focus {
  outline: none;
}
.cid-uKV2KaOjeV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKV2KaOjeV .item {
    margin-bottom: 1rem;
  }
}
.cid-uKV2KaOjeV .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKV2KaOjeV .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKV2KaOjeV .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uKV2KaOjeV .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKV2KaOjeV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKV2KaOjeV .mbr-section-title {
  color: #4b9bc9;
}
.cid-uKV2KaOjeV .item-title {
  text-align: left;
  color: #93c173;
}
.cid-uKV2KaOjeV .item-subtitle {
  text-align: left;
}
.cid-uKV2KaOjeV .mbr-text,
.cid-uKV2KaOjeV .item .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uKV2KaOjeV .content-head {
  max-width: 800px;
}
.cid-uKV2KaOjeV .mbr-section-subtitle,
.cid-uKV2KaOjeV .mbr-section-head .mbr-section-btn {
  color: #232323;
}
.cid-uKNJBIq5IN {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/northwest-tour-1-1600x1066.webp");
}
.cid-uKNJBIq5IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKNJBIq5IN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKNJBIq5IN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKNJBIq5IN .row {
  flex-direction: row-reverse;
}
.cid-uKNJBIq5IN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKNJBIq5IN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKNJBIq5IN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKNJBIq5IN .mbr-section-title {
  color: #ffffff;
}
.cid-uKNJBIq5IN .mbr-text,
.cid-uKNJBIq5IN .mbr-section-btn {
  color: #ffffff;
}
.cid-uKNyk40VBI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/madeiragreenandbluegradient.webp");
}
.cid-uKNyk40VBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKNyk40VBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKNyk40VBI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKNyk40VBI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKNyk40VBI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKNyk40VBI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKNyk40VBI .mbr-section-title {
  color: #ffffff;
}
.cid-uKNyk40VBI .mbr-text,
.cid-uKNyk40VBI .mbr-section-btn {
  color: #ffffff;
}
.cid-uZGpnKcbUp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZGpnKcbUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGpnKcbUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZGpnKcbUp .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uZGpnKcbUp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uZGpnKcbUp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZGpnKcbUp .media-content,
.cid-uZGpnKcbUp .mbr-figure {
  align-self: center;
}
.cid-uZGpnKcbUp .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uZGpnKcbUp .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uZGpnKcbUp .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v0KqeWLfDC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0KqeWLfDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KqeWLfDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KqeWLfDC .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-v0KqeWLfDC .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v0KqeWLfDC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v0KqeWLfDC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0KqeWLfDC .media-content,
.cid-v0KqeWLfDC .mbr-figure {
  align-self: center;
}
.cid-v0KqeWLfDC .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v0KqeWLfDC .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v0KqeWLfDC .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v0OTGSDK6X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0OTGSDK6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0OTGSDK6X .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v0OTGSDK6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0OTGSDK6X .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0OTGSDK6X .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0OTGSDK6X .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v0OTGSDK6X .card-title,
.cid-v0OTGSDK6X .iconfont-wrapper {
  color: #000000;
}
.cid-v0OTGSDK6X .card-text {
  color: #000000;
}
.cid-v0OTGSDK6X .content-head {
  max-width: 800px;
}
.cid-v0OTGSDK6X .mbr-section-title {
  color: #000000;
}
.cid-uKNyk41p0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93c173;
}
.cid-uKNyk41p0r .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKNyk41p0r .panel-group {
  border: none;
}
.cid-uKNyk41p0r .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKNyk41p0r .card-header {
    padding: 0rem;
  }
}
.cid-uKNyk41p0r .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKNyk41p0r .img-col {
  padding: 0;
}
.cid-uKNyk41p0r .img-item {
  height: 100%;
}
.cid-uKNyk41p0r img {
  height: 100%;
  object-fit: cover;
}
.cid-uKNyk41p0r .collapsed span {
  transform: rotate(0deg);
}
.cid-uKNyk41p0r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKNyk41p0r p {
  margin-bottom: 0.3rem;
}
.cid-uKNyk41p0r .panel-title-edit {
  color: #000000;
}
.cid-uKNyk41p0r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKNyk41p0r .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKNyk41p0r .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKNyk41p0r .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKNyk41p0r .panel-text {
  color: #000000;
}
.cid-uKNyk41p0r .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKNyk41p0r .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKNyk41p0r .panel-title-edit,
.cid-uKNyk41p0r .mbr-iconfont {
  color: #000000;
}
.cid-v0Os4YTpdT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v0Os4YTpdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Os4YTpdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Os4YTpdT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .footer-col {
    flex-direction: column;
  }
}
.cid-v0Os4YTpdT .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Os4YTpdT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Os4YTpdT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Os4YTpdT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Os4YTpdT .soc-item {
  margin: 8px;
}
.cid-v0Os4YTpdT .soc-item a:hover .mbr-iconfont,
.cid-v0Os4YTpdT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Os4YTpdT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .row {
    text-align: center;
  }
  .cid-v0Os4YTpdT .social-row {
    justify-content: center;
  }
}
.cid-v0Os4YTpdT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Os4YTpdT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Os4YTpdT .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Os4YTpdT .mbr-text {
  color: #bbbbbb;
}
.cid-v0Os4YTpdT .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Os4YTpdT .list,
.cid-v0Os4YTpdT .item-wrap {
  color: #232323;
}
.cid-v0Os4YTpdT .copyright {
  color: #000000;
}
.cid-uL9KzS9EF5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uL9KzS9EF5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uL9KzS9EF5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uL9KzS9EF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL9KzS9EF5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uL9KzS9EF5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL9KzS9EF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL9KzS9EF5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uL9KzS9EF5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uL9KzS9EF5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uL9KzS9EF5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uL9KzS9EF5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uL9KzS9EF5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uL9KzS9EF5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uL9KzS9EF5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uL9KzS9EF5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uL9KzS9EF5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uL9KzS9EF5 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uL9KzS9EF5 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uL9KzS9EF5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL9KzS9EF5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uL9KzS9EF5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uL9KzS9EF5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uL9KzS9EF5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL9KzS9EF5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uL9KzS9EF5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL9KzS9EF5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uL9KzS9EF5 .nav-item:focus,
.cid-uL9KzS9EF5 .nav-link:focus {
  outline: none;
}
.cid-uL9KzS9EF5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL9KzS9EF5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL9KzS9EF5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL9KzS9EF5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9KzS9EF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL9KzS9EF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL9KzS9EF5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uL9KzS9EF5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL9KzS9EF5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL9KzS9EF5 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uL9KzS9EF5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uL9KzS9EF5 .navbar.collapsed {
  justify-content: center;
}
.cid-uL9KzS9EF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL9KzS9EF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL9KzS9EF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uL9KzS9EF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL9KzS9EF5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL9KzS9EF5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL9KzS9EF5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL9KzS9EF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL9KzS9EF5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL9KzS9EF5 .navbar {
    min-height: 72px;
  }
  .cid-uL9KzS9EF5 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uL9KzS9EF5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL9KzS9EF5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL9KzS9EF5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL9KzS9EF5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL9KzS9EF5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL9KzS9EF5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL9KzS9EF5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uL9KzS9EF5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL9KzS9EF5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL9KzS9EF5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uL9KzS9EF5 .dropdown-item.active,
.cid-uL9KzS9EF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL9KzS9EF5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL9KzS9EF5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL9KzS9EF5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL9KzS9EF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL9KzS9EF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uL9KzS9EF5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uL9KzS9EF5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL9KzS9EF5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uL9KzS9EF5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uL9KzS9EF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL9KzS9EF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4b9bc9;
}
.cid-uL9KzS9EF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL9KzS9EF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9KzS9EF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9KzS9EF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL9KzS9EF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9KzS9EF5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL9KzS9EF5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL9KzS9EF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9KzS9EF5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uL9KzS9EF5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL9KzS9EF5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uL9KzS9EF5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL9KzS9EF5 .navbar {
    height: 70px;
  }
  .cid-uL9KzS9EF5 .navbar.opened {
    height: auto;
  }
  .cid-uL9KzS9EF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uL9KzS9EF5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uL9KzS9EF5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uL9KzS9EF5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uL9KzS9EF5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uL9KzS9EF5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uL9KzS9EF5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uL9KzS9EF5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uL9KzS9EF5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uL9KzS9EF5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uL9KX9rZoO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uL9KX9rZoO .mbr-text {
  color: #000000;
}
.cid-uL9KX9rZoO .mbr-section-subtitle {
  color: #000000;
}
.cid-uL9KX9rZoO .mbr-section-title {
  color: #000000;
}
.cid-v0Os4YTpdT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v0Os4YTpdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Os4YTpdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Os4YTpdT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .footer-col {
    flex-direction: column;
  }
}
.cid-v0Os4YTpdT .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Os4YTpdT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Os4YTpdT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Os4YTpdT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Os4YTpdT .soc-item {
  margin: 8px;
}
.cid-v0Os4YTpdT .soc-item a:hover .mbr-iconfont,
.cid-v0Os4YTpdT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Os4YTpdT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .row {
    text-align: center;
  }
  .cid-v0Os4YTpdT .social-row {
    justify-content: center;
  }
}
.cid-v0Os4YTpdT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Os4YTpdT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Os4YTpdT .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Os4YTpdT .mbr-text {
  color: #bbbbbb;
}
.cid-v0Os4YTpdT .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Os4YTpdT .list,
.cid-v0Os4YTpdT .item-wrap {
  color: #232323;
}
.cid-v0Os4YTpdT .copyright {
  color: #000000;
}
.cid-uL9NnOVRwY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uL9NnOVRwY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uL9NnOVRwY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uL9NnOVRwY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL9NnOVRwY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uL9NnOVRwY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL9NnOVRwY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL9NnOVRwY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uL9NnOVRwY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uL9NnOVRwY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uL9NnOVRwY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uL9NnOVRwY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uL9NnOVRwY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uL9NnOVRwY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uL9NnOVRwY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uL9NnOVRwY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uL9NnOVRwY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uL9NnOVRwY .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uL9NnOVRwY .navbar-logo {
    padding-left: 0;
  }
}
.cid-uL9NnOVRwY .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL9NnOVRwY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uL9NnOVRwY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uL9NnOVRwY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uL9NnOVRwY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL9NnOVRwY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uL9NnOVRwY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL9NnOVRwY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uL9NnOVRwY .nav-item:focus,
.cid-uL9NnOVRwY .nav-link:focus {
  outline: none;
}
.cid-uL9NnOVRwY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL9NnOVRwY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL9NnOVRwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL9NnOVRwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9NnOVRwY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL9NnOVRwY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL9NnOVRwY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uL9NnOVRwY .navbar.opened {
  transition: all 0.3s;
}
.cid-uL9NnOVRwY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL9NnOVRwY .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uL9NnOVRwY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uL9NnOVRwY .navbar.collapsed {
  justify-content: center;
}
.cid-uL9NnOVRwY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL9NnOVRwY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL9NnOVRwY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uL9NnOVRwY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL9NnOVRwY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL9NnOVRwY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL9NnOVRwY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL9NnOVRwY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL9NnOVRwY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL9NnOVRwY .navbar {
    min-height: 72px;
  }
  .cid-uL9NnOVRwY .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uL9NnOVRwY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL9NnOVRwY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL9NnOVRwY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL9NnOVRwY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL9NnOVRwY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL9NnOVRwY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL9NnOVRwY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uL9NnOVRwY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL9NnOVRwY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL9NnOVRwY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uL9NnOVRwY .dropdown-item.active,
.cid-uL9NnOVRwY .dropdown-item:active {
  background-color: transparent;
}
.cid-uL9NnOVRwY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL9NnOVRwY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL9NnOVRwY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL9NnOVRwY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL9NnOVRwY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uL9NnOVRwY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uL9NnOVRwY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL9NnOVRwY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uL9NnOVRwY .navbar-buttons {
    text-align: left;
  }
}
.cid-uL9NnOVRwY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL9NnOVRwY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4b9bc9;
}
.cid-uL9NnOVRwY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL9NnOVRwY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9NnOVRwY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9NnOVRwY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL9NnOVRwY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9NnOVRwY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL9NnOVRwY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL9NnOVRwY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9NnOVRwY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uL9NnOVRwY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL9NnOVRwY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uL9NnOVRwY .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL9NnOVRwY .navbar {
    height: 70px;
  }
  .cid-uL9NnOVRwY .navbar.opened {
    height: auto;
  }
  .cid-uL9NnOVRwY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uL9NnOVRwY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uL9NnOVRwY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uL9NnOVRwY .navbar-brand {
    margin-right: auto;
  }
  .cid-uL9NnOVRwY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uL9NnOVRwY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uL9NnOVRwY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uL9NnOVRwY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uL9NnOVRwY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uL9NnOVRwY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uL9NnPwT7y {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uL9NnPwT7y .mbr-text {
  color: #000000;
}
.cid-uL9NnPwT7y .mbr-section-subtitle {
  color: #000000;
}
.cid-uL9NnPwT7y .mbr-section-title {
  color: #000000;
}
.cid-v0Os4YTpdT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v0Os4YTpdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Os4YTpdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Os4YTpdT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .footer-col {
    flex-direction: column;
  }
}
.cid-v0Os4YTpdT .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Os4YTpdT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Os4YTpdT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Os4YTpdT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Os4YTpdT .soc-item {
  margin: 8px;
}
.cid-v0Os4YTpdT .soc-item a:hover .mbr-iconfont,
.cid-v0Os4YTpdT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Os4YTpdT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Os4YTpdT .row {
    text-align: center;
  }
  .cid-v0Os4YTpdT .social-row {
    justify-content: center;
  }
}
.cid-v0Os4YTpdT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Os4YTpdT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Os4YTpdT .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Os4YTpdT .mbr-text {
  color: #bbbbbb;
}
.cid-v0Os4YTpdT .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Os4YTpdT .list,
.cid-v0Os4YTpdT .item-wrap {
  color: #232323;
}
.cid-v0Os4YTpdT .copyright {
  color: #000000;
}
.cid-v10bGZP3Ol {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v10bGZP3Ol .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v10bGZP3Ol .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v10bGZP3Ol .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v10bGZP3Ol .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v10bGZP3Ol .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v10bGZP3Ol .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v10bGZP3Ol .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v10bGZP3Ol .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v10bGZP3Ol .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v10bGZP3Ol .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v10bGZP3Ol .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v10bGZP3Ol .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v10bGZP3Ol .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v10bGZP3Ol .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v10bGZP3Ol .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v10bGZP3Ol .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v10bGZP3Ol .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v10bGZP3Ol .navbar-logo {
    padding-left: 0;
  }
}
.cid-v10bGZP3Ol .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v10bGZP3Ol .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v10bGZP3Ol .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v10bGZP3Ol .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v10bGZP3Ol .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v10bGZP3Ol .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v10bGZP3Ol .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v10bGZP3Ol .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v10bGZP3Ol .nav-item:focus,
.cid-v10bGZP3Ol .nav-link:focus {
  outline: none;
}
.cid-v10bGZP3Ol .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v10bGZP3Ol .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v10bGZP3Ol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v10bGZP3Ol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v10bGZP3Ol .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v10bGZP3Ol .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v10bGZP3Ol .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v10bGZP3Ol .navbar.opened {
  transition: all 0.3s;
}
.cid-v10bGZP3Ol .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v10bGZP3Ol .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v10bGZP3Ol .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v10bGZP3Ol .navbar.collapsed {
  justify-content: center;
}
.cid-v10bGZP3Ol .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v10bGZP3Ol .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v10bGZP3Ol .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v10bGZP3Ol .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v10bGZP3Ol .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v10bGZP3Ol .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v10bGZP3Ol .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v10bGZP3Ol .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v10bGZP3Ol .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v10bGZP3Ol .navbar {
    min-height: 72px;
  }
  .cid-v10bGZP3Ol .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v10bGZP3Ol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v10bGZP3Ol .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v10bGZP3Ol .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v10bGZP3Ol .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v10bGZP3Ol .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v10bGZP3Ol .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v10bGZP3Ol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v10bGZP3Ol .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v10bGZP3Ol .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v10bGZP3Ol .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v10bGZP3Ol .dropdown-item.active,
.cid-v10bGZP3Ol .dropdown-item:active {
  background-color: transparent;
}
.cid-v10bGZP3Ol .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v10bGZP3Ol .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v10bGZP3Ol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v10bGZP3Ol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v10bGZP3Ol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v10bGZP3Ol .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v10bGZP3Ol ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v10bGZP3Ol .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v10bGZP3Ol .navbar-buttons {
    text-align: left;
  }
}
.cid-v10bGZP3Ol button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v10bGZP3Ol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4b9bc9;
}
.cid-v10bGZP3Ol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v10bGZP3Ol button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v10bGZP3Ol button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v10bGZP3Ol button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v10bGZP3Ol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v10bGZP3Ol nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v10bGZP3Ol nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v10bGZP3Ol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v10bGZP3Ol .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v10bGZP3Ol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v10bGZP3Ol .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v10bGZP3Ol .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v10bGZP3Ol .navbar {
    height: 70px;
  }
  .cid-v10bGZP3Ol .navbar.opened {
    height: auto;
  }
  .cid-v10bGZP3Ol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v10bGZP3Ol .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v10bGZP3Ol .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v10bGZP3Ol .navbar-brand {
    margin-right: auto;
  }
  .cid-v10bGZP3Ol .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v10bGZP3Ol .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v10bGZP3Ol .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v10bGZP3Ol .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v10bGZP3Ol .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v10bGZP3Ol .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v10c0oN4ga {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/madeiragreenandblue-cruiseship-1200x700.webp");
}
.cid-v10c0oN4ga .mbr-overlay {
  background-color: #4b9bc9;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v10c0oN4ga {
    align-items: flex-end;
  }
  .cid-v10c0oN4ga .row {
    justify-content: center;
  }
  .cid-v10c0oN4ga .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v10c0oN4ga .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v10c0oN4ga {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v10c0oN4ga .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v10c0oN4ga .content-wrap {
    width: 100%;
  }
}
.cid-v10c0oN4ga .mbr-section-title,
.cid-v10c0oN4ga .mbr-section-subtitle {
  text-align: center;
}
.cid-v10c0oN4ga .mbr-text,
.cid-v10c0oN4ga .mbr-section-btn {
  text-align: center;
}
.cid-v10dSWqL0F {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-v10dSWqL0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v10dSWqL0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v10dSWqL0F .mbr-text {
  color: #000000;
}
.cid-v10dSWqL0F .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v10dSWqL0F .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v10dSWqL0F .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v10dSWqL0F .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v10dSWqL0F .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v10dSWqL0F .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v10dSWqL0F .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v10dSWqL0F .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v10dSWqL0F .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v10dSWqL0F .mbr-text UL {
  text-align: left;
}
.cid-v10dSWqL0F .mbr-section-subtitle,
.cid-v10dSWqL0F .main-button {
  color: #000000;
}
.cid-v10dSWqL0F .mbr-section-title {
  color: #4b9bc9;
}
.cid-v6HgCtPuW4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v6HgCtPuW4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6HgCtPuW4 .item {
    margin-bottom: 1rem;
  }
}
.cid-v6HgCtPuW4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v6HgCtPuW4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v6HgCtPuW4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v6HgCtPuW4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v6HgCtPuW4 .carousel-control,
.cid-v6HgCtPuW4 .close {
  background: #1b1b1b;
}
.cid-v6HgCtPuW4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v6HgCtPuW4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v6HgCtPuW4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v6HgCtPuW4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v6HgCtPuW4 .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-v6HgCtPuW4 .close::before {
  content: '\e91a';
}
.cid-v6HgCtPuW4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6HgCtPuW4 .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-v6HgCtPuW4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6HgCtPuW4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6HgCtPuW4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6HgCtPuW4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v6HgCtPuW4 .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-v6HgCtPuW4 .carousel-indicators li.active,
.cid-v6HgCtPuW4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6HgCtPuW4 .carousel-indicators li::after,
.cid-v6HgCtPuW4 .carousel-indicators li::before {
  content: none;
}
.cid-v6HgCtPuW4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6HgCtPuW4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v6HgCtPuW4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6HgCtPuW4 .carousel-indicators {
    display: none;
  }
}
.cid-v6HgCtPuW4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v6HgCtPuW4 .carousel-inner > .active {
  display: block;
}
.cid-v6HgCtPuW4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6HgCtPuW4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v6HgCtPuW4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v6HgCtPuW4 .carousel-control,
  .cid-v6HgCtPuW4 .carousel-indicators,
  .cid-v6HgCtPuW4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v6HgCtPuW4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v6HgCtPuW4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v6HgCtPuW4 .carousel-indicators .active,
.cid-v6HgCtPuW4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v6HgCtPuW4 .carousel-indicators .active {
  background: #fff;
}
.cid-v6HgCtPuW4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v6HgCtPuW4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v6HgCtPuW4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v6HgCtPuW4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v6HgCtPuW4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v6HgCtPuW4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v6HgCtPuW4 .carousel {
  width: 100%;
}
.cid-v6HgCtPuW4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v6HgCtPuW4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v6HgCtPuW4 .modal.fade .modal-dialog,
.cid-v6HgCtPuW4 .modal.in .modal-dialog {
  transform: none;
}
.cid-v6HgCtPuW4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v6HgCtPuW4 .content-head {
  max-width: 800px;
}
.cid-v6HgCtPuW4 H3 {
  color: #4b9bc9;
}
.cid-v10bH4gjwk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v10bH4gjwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v10bH4gjwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v10bH4gjwk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v10bH4gjwk .footer-col {
    flex-direction: column;
  }
}
.cid-v10bH4gjwk .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v10bH4gjwk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v10bH4gjwk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v10bH4gjwk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v10bH4gjwk .mbr-section-btn {
    text-align: center;
  }
}
.cid-v10bH4gjwk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v10bH4gjwk .soc-item {
  margin: 8px;
}
.cid-v10bH4gjwk .soc-item a:hover .mbr-iconfont,
.cid-v10bH4gjwk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v10bH4gjwk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v10bH4gjwk .row {
    text-align: center;
  }
  .cid-v10bH4gjwk .social-row {
    justify-content: center;
  }
}
.cid-v10bH4gjwk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v10bH4gjwk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v10bH4gjwk .list {
    margin-bottom: 0rem;
  }
}
.cid-v10bH4gjwk .mbr-text {
  color: #bbbbbb;
}
.cid-v10bH4gjwk .mbr-section-subtitle {
  color: #000000;
}
.cid-v10bH4gjwk .list,
.cid-v10bH4gjwk .item-wrap {
  color: #232323;
}
.cid-v10bH4gjwk .copyright {
  color: #000000;
}
.cid-v1nKiVeEBq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1nKiVeEBq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1nKiVeEBq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1nKiVeEBq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1nKiVeEBq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1nKiVeEBq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1nKiVeEBq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1nKiVeEBq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1nKiVeEBq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1nKiVeEBq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1nKiVeEBq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1nKiVeEBq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1nKiVeEBq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1nKiVeEBq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1nKiVeEBq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1nKiVeEBq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1nKiVeEBq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1nKiVeEBq .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1nKiVeEBq .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1nKiVeEBq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1nKiVeEBq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1nKiVeEBq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1nKiVeEBq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1nKiVeEBq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1nKiVeEBq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1nKiVeEBq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1nKiVeEBq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v1nKiVeEBq .nav-item:focus,
.cid-v1nKiVeEBq .nav-link:focus {
  outline: none;
}
.cid-v1nKiVeEBq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1nKiVeEBq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1nKiVeEBq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1nKiVeEBq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1nKiVeEBq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1nKiVeEBq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1nKiVeEBq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1nKiVeEBq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1nKiVeEBq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1nKiVeEBq .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1nKiVeEBq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1nKiVeEBq .navbar.collapsed {
  justify-content: center;
}
.cid-v1nKiVeEBq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1nKiVeEBq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1nKiVeEBq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1nKiVeEBq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1nKiVeEBq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1nKiVeEBq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1nKiVeEBq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1nKiVeEBq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1nKiVeEBq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1nKiVeEBq .navbar {
    min-height: 72px;
  }
  .cid-v1nKiVeEBq .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1nKiVeEBq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1nKiVeEBq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1nKiVeEBq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1nKiVeEBq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1nKiVeEBq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1nKiVeEBq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1nKiVeEBq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1nKiVeEBq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1nKiVeEBq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1nKiVeEBq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1nKiVeEBq .dropdown-item.active,
.cid-v1nKiVeEBq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1nKiVeEBq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1nKiVeEBq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1nKiVeEBq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1nKiVeEBq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1nKiVeEBq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1nKiVeEBq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1nKiVeEBq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1nKiVeEBq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1nKiVeEBq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1nKiVeEBq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1nKiVeEBq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4b9bc9;
}
.cid-v1nKiVeEBq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1nKiVeEBq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1nKiVeEBq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1nKiVeEBq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1nKiVeEBq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1nKiVeEBq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1nKiVeEBq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1nKiVeEBq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1nKiVeEBq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1nKiVeEBq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1nKiVeEBq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1nKiVeEBq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1nKiVeEBq .navbar {
    height: 70px;
  }
  .cid-v1nKiVeEBq .navbar.opened {
    height: auto;
  }
  .cid-v1nKiVeEBq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1nKiVeEBq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1nKiVeEBq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1nKiVeEBq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1nKiVeEBq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v1nKiVeEBq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1nKiVeEBq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1nKiVeEBq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1nKiVeEBq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1nKiVeEBq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1nKiVP0GH {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/madeiragreenandblue-custom-1200x700.webp");
}
.cid-v1nKiVP0GH .mbr-overlay {
  background-color: #4b9bc9;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v1nKiVP0GH {
    align-items: flex-end;
  }
  .cid-v1nKiVP0GH .row {
    justify-content: center;
  }
  .cid-v1nKiVP0GH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1nKiVP0GH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1nKiVP0GH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1nKiVP0GH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1nKiVP0GH .content-wrap {
    width: 100%;
  }
}
.cid-v1nKiVP0GH .mbr-section-title,
.cid-v1nKiVP0GH .mbr-section-subtitle {
  text-align: center;
}
.cid-v1nKiVP0GH .mbr-text,
.cid-v1nKiVP0GH .mbr-section-btn {
  text-align: center;
}
.cid-v1nKiW1K5g {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-v1nKiW1K5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nKiW1K5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nKiW1K5g .mbr-text {
  color: #000000;
}
.cid-v1nKiW1K5g .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1nKiW1K5g .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v1nKiW1K5g .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1nKiW1K5g .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v1nKiW1K5g .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1nKiW1K5g .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1nKiW1K5g .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1nKiW1K5g .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1nKiW1K5g .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1nKiW1K5g .mbr-text UL {
  text-align: left;
}
.cid-v1nKiW1K5g .mbr-section-subtitle,
.cid-v1nKiW1K5g .main-button {
  color: #000000;
}
.cid-v6LRJMI5kf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v6LRJMI5kf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6LRJMI5kf .item {
    margin-bottom: 1rem;
  }
}
.cid-v6LRJMI5kf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v6LRJMI5kf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v6LRJMI5kf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v6LRJMI5kf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v6LRJMI5kf .carousel-control,
.cid-v6LRJMI5kf .close {
  background: #1b1b1b;
}
.cid-v6LRJMI5kf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v6LRJMI5kf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v6LRJMI5kf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v6LRJMI5kf .carousel-control-next span {
  margin-left: 5px;
}
.cid-v6LRJMI5kf .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-v6LRJMI5kf .close::before {
  content: '\e91a';
}
.cid-v6LRJMI5kf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6LRJMI5kf .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-v6LRJMI5kf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6LRJMI5kf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6LRJMI5kf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6LRJMI5kf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v6LRJMI5kf .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-v6LRJMI5kf .carousel-indicators li.active,
.cid-v6LRJMI5kf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6LRJMI5kf .carousel-indicators li::after,
.cid-v6LRJMI5kf .carousel-indicators li::before {
  content: none;
}
.cid-v6LRJMI5kf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6LRJMI5kf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v6LRJMI5kf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6LRJMI5kf .carousel-indicators {
    display: none;
  }
}
.cid-v6LRJMI5kf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v6LRJMI5kf .carousel-inner > .active {
  display: block;
}
.cid-v6LRJMI5kf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6LRJMI5kf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v6LRJMI5kf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v6LRJMI5kf .carousel-control,
  .cid-v6LRJMI5kf .carousel-indicators,
  .cid-v6LRJMI5kf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v6LRJMI5kf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v6LRJMI5kf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v6LRJMI5kf .carousel-indicators .active,
.cid-v6LRJMI5kf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v6LRJMI5kf .carousel-indicators .active {
  background: #fff;
}
.cid-v6LRJMI5kf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v6LRJMI5kf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v6LRJMI5kf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v6LRJMI5kf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v6LRJMI5kf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v6LRJMI5kf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v6LRJMI5kf .carousel {
  width: 100%;
}
.cid-v6LRJMI5kf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v6LRJMI5kf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v6LRJMI5kf .modal.fade .modal-dialog,
.cid-v6LRJMI5kf .modal.in .modal-dialog {
  transform: none;
}
.cid-v6LRJMI5kf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v6LRJMI5kf .content-head {
  max-width: 800px;
}
.cid-v6LRJMI5kf H3 {
  color: #4b9bc9;
}
.cid-v1nKiW9VxC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v1nKiW9VxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nKiW9VxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nKiW9VxC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v1nKiW9VxC .footer-col {
    flex-direction: column;
  }
}
.cid-v1nKiW9VxC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1nKiW9VxC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1nKiW9VxC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1nKiW9VxC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1nKiW9VxC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v1nKiW9VxC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1nKiW9VxC .soc-item {
  margin: 8px;
}
.cid-v1nKiW9VxC .soc-item a:hover .mbr-iconfont,
.cid-v1nKiW9VxC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1nKiW9VxC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1nKiW9VxC .row {
    text-align: center;
  }
  .cid-v1nKiW9VxC .social-row {
    justify-content: center;
  }
}
.cid-v1nKiW9VxC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v1nKiW9VxC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1nKiW9VxC .list {
    margin-bottom: 0rem;
  }
}
.cid-v1nKiW9VxC .mbr-text {
  color: #bbbbbb;
}
.cid-v1nKiW9VxC .mbr-section-subtitle {
  color: #000000;
}
.cid-v1nKiW9VxC .list,
.cid-v1nKiW9VxC .item-wrap {
  color: #232323;
}
.cid-v1nKiW9VxC .copyright {
  color: #000000;
}
.cid-v1nOel1Zi7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1nOel1Zi7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1nOel1Zi7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1nOel1Zi7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1nOel1Zi7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1nOel1Zi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1nOel1Zi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1nOel1Zi7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1nOel1Zi7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1nOel1Zi7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1nOel1Zi7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1nOel1Zi7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1nOel1Zi7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1nOel1Zi7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1nOel1Zi7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1nOel1Zi7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1nOel1Zi7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1nOel1Zi7 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1nOel1Zi7 .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1nOel1Zi7 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1nOel1Zi7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1nOel1Zi7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1nOel1Zi7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1nOel1Zi7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1nOel1Zi7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1nOel1Zi7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1nOel1Zi7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v1nOel1Zi7 .nav-item:focus,
.cid-v1nOel1Zi7 .nav-link:focus {
  outline: none;
}
.cid-v1nOel1Zi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1nOel1Zi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1nOel1Zi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1nOel1Zi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1nOel1Zi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1nOel1Zi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1nOel1Zi7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1nOel1Zi7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1nOel1Zi7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1nOel1Zi7 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1nOel1Zi7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1nOel1Zi7 .navbar.collapsed {
  justify-content: center;
}
.cid-v1nOel1Zi7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1nOel1Zi7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1nOel1Zi7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1nOel1Zi7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1nOel1Zi7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1nOel1Zi7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1nOel1Zi7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1nOel1Zi7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1nOel1Zi7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1nOel1Zi7 .navbar {
    min-height: 72px;
  }
  .cid-v1nOel1Zi7 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1nOel1Zi7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1nOel1Zi7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1nOel1Zi7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1nOel1Zi7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1nOel1Zi7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1nOel1Zi7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1nOel1Zi7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1nOel1Zi7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1nOel1Zi7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1nOel1Zi7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1nOel1Zi7 .dropdown-item.active,
.cid-v1nOel1Zi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1nOel1Zi7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1nOel1Zi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1nOel1Zi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1nOel1Zi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1nOel1Zi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1nOel1Zi7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1nOel1Zi7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1nOel1Zi7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1nOel1Zi7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v1nOel1Zi7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1nOel1Zi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4b9bc9;
}
.cid-v1nOel1Zi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1nOel1Zi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1nOel1Zi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1nOel1Zi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1nOel1Zi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1nOel1Zi7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1nOel1Zi7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1nOel1Zi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1nOel1Zi7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1nOel1Zi7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1nOel1Zi7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1nOel1Zi7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1nOel1Zi7 .navbar {
    height: 70px;
  }
  .cid-v1nOel1Zi7 .navbar.opened {
    height: auto;
  }
  .cid-v1nOel1Zi7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1nOel1Zi7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1nOel1Zi7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1nOel1Zi7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v1nOel1Zi7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v1nOel1Zi7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1nOel1Zi7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1nOel1Zi7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1nOel1Zi7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1nOel1Zi7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1nOelDdQ2 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/madeiragreenandbluetours-01-8-796x531.webp");
}
.cid-v1nOelDdQ2 .mbr-overlay {
  background-color: #4b9bc9;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v1nOelDdQ2 {
    align-items: flex-end;
  }
  .cid-v1nOelDdQ2 .row {
    justify-content: center;
  }
  .cid-v1nOelDdQ2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1nOelDdQ2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1nOelDdQ2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1nOelDdQ2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1nOelDdQ2 .content-wrap {
    width: 100%;
  }
}
.cid-v1nOelDdQ2 .mbr-section-title,
.cid-v1nOelDdQ2 .mbr-section-subtitle {
  text-align: center;
}
.cid-v1nOelDdQ2 .mbr-text,
.cid-v1nOelDdQ2 .mbr-section-btn {
  text-align: center;
}
.cid-v1nOelQ8n7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-v1nOelQ8n7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nOelQ8n7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nOelQ8n7 .mbr-text {
  color: #000000;
}
.cid-v1nOelQ8n7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1nOelQ8n7 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v1nOelQ8n7 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1nOelQ8n7 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v1nOelQ8n7 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1nOelQ8n7 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1nOelQ8n7 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1nOelQ8n7 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1nOelQ8n7 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1nOelQ8n7 .mbr-text UL {
  text-align: left;
}
.cid-v1nOelQ8n7 .mbr-section-subtitle,
.cid-v1nOelQ8n7 .main-button {
  color: #000000;
}
.cid-v6dfnQ5wys {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v6dfnQ5wys .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6dfnQ5wys .item {
    margin-bottom: 1rem;
  }
}
.cid-v6dfnQ5wys .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v6dfnQ5wys .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v6dfnQ5wys .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v6dfnQ5wys .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v6dfnQ5wys .carousel-control,
.cid-v6dfnQ5wys .close {
  background: #1b1b1b;
}
.cid-v6dfnQ5wys .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v6dfnQ5wys .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v6dfnQ5wys .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v6dfnQ5wys .carousel-control-next span {
  margin-left: 5px;
}
.cid-v6dfnQ5wys .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-v6dfnQ5wys .close::before {
  content: '\e91a';
}
.cid-v6dfnQ5wys .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6dfnQ5wys .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-v6dfnQ5wys .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6dfnQ5wys .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6dfnQ5wys .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6dfnQ5wys .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v6dfnQ5wys .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-v6dfnQ5wys .carousel-indicators li.active,
.cid-v6dfnQ5wys .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6dfnQ5wys .carousel-indicators li::after,
.cid-v6dfnQ5wys .carousel-indicators li::before {
  content: none;
}
.cid-v6dfnQ5wys .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6dfnQ5wys .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v6dfnQ5wys .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6dfnQ5wys .carousel-indicators {
    display: none;
  }
}
.cid-v6dfnQ5wys .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v6dfnQ5wys .carousel-inner > .active {
  display: block;
}
.cid-v6dfnQ5wys .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6dfnQ5wys .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v6dfnQ5wys .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v6dfnQ5wys .carousel-control,
  .cid-v6dfnQ5wys .carousel-indicators,
  .cid-v6dfnQ5wys .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v6dfnQ5wys .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v6dfnQ5wys .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v6dfnQ5wys .carousel-indicators .active,
.cid-v6dfnQ5wys .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v6dfnQ5wys .carousel-indicators .active {
  background: #fff;
}
.cid-v6dfnQ5wys .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v6dfnQ5wys .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v6dfnQ5wys .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v6dfnQ5wys .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v6dfnQ5wys .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v6dfnQ5wys .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v6dfnQ5wys .carousel {
  width: 100%;
}
.cid-v6dfnQ5wys .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v6dfnQ5wys .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v6dfnQ5wys .modal.fade .modal-dialog,
.cid-v6dfnQ5wys .modal.in .modal-dialog {
  transform: none;
}
.cid-v6dfnQ5wys .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v6dfnQ5wys .content-head {
  max-width: 800px;
}
.cid-v6dfnQ5wys H3 {
  color: #4b9bc9;
}
.cid-v1nOelZeKR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v1nOelZeKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nOelZeKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nOelZeKR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v1nOelZeKR .footer-col {
    flex-direction: column;
  }
}
.cid-v1nOelZeKR .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1nOelZeKR .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1nOelZeKR .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1nOelZeKR .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1nOelZeKR .mbr-section-btn {
    text-align: center;
  }
}
.cid-v1nOelZeKR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1nOelZeKR .soc-item {
  margin: 8px;
}
.cid-v1nOelZeKR .soc-item a:hover .mbr-iconfont,
.cid-v1nOelZeKR .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1nOelZeKR .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1nOelZeKR .row {
    text-align: center;
  }
  .cid-v1nOelZeKR .social-row {
    justify-content: center;
  }
}
.cid-v1nOelZeKR .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v1nOelZeKR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1nOelZeKR .list {
    margin-bottom: 0rem;
  }
}
.cid-v1nOelZeKR .mbr-text {
  color: #bbbbbb;
}
.cid-v1nOelZeKR .mbr-section-subtitle {
  color: #000000;
}
.cid-v1nOelZeKR .list,
.cid-v1nOelZeKR .item-wrap {
  color: #232323;
}
.cid-v1nOelZeKR .copyright {
  color: #000000;
}
.cid-v1nQZI6C92 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1nQZI6C92 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1nQZI6C92 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1nQZI6C92 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1nQZI6C92 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1nQZI6C92 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1nQZI6C92 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1nQZI6C92 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1nQZI6C92 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1nQZI6C92 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1nQZI6C92 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1nQZI6C92 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1nQZI6C92 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1nQZI6C92 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1nQZI6C92 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1nQZI6C92 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1nQZI6C92 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1nQZI6C92 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1nQZI6C92 .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1nQZI6C92 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1nQZI6C92 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1nQZI6C92 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1nQZI6C92 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1nQZI6C92 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1nQZI6C92 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1nQZI6C92 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1nQZI6C92 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v1nQZI6C92 .nav-item:focus,
.cid-v1nQZI6C92 .nav-link:focus {
  outline: none;
}
.cid-v1nQZI6C92 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1nQZI6C92 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1nQZI6C92 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1nQZI6C92 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1nQZI6C92 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1nQZI6C92 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1nQZI6C92 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1nQZI6C92 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1nQZI6C92 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1nQZI6C92 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1nQZI6C92 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1nQZI6C92 .navbar.collapsed {
  justify-content: center;
}
.cid-v1nQZI6C92 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1nQZI6C92 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1nQZI6C92 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1nQZI6C92 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1nQZI6C92 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1nQZI6C92 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1nQZI6C92 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1nQZI6C92 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1nQZI6C92 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1nQZI6C92 .navbar {
    min-height: 72px;
  }
  .cid-v1nQZI6C92 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1nQZI6C92 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1nQZI6C92 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1nQZI6C92 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1nQZI6C92 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1nQZI6C92 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1nQZI6C92 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1nQZI6C92 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1nQZI6C92 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1nQZI6C92 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1nQZI6C92 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1nQZI6C92 .dropdown-item.active,
.cid-v1nQZI6C92 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1nQZI6C92 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1nQZI6C92 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1nQZI6C92 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1nQZI6C92 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1nQZI6C92 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1nQZI6C92 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1nQZI6C92 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1nQZI6C92 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1nQZI6C92 .navbar-buttons {
    text-align: left;
  }
}
.cid-v1nQZI6C92 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1nQZI6C92 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4b9bc9;
}
.cid-v1nQZI6C92 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1nQZI6C92 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1nQZI6C92 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1nQZI6C92 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1nQZI6C92 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1nQZI6C92 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1nQZI6C92 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1nQZI6C92 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1nQZI6C92 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1nQZI6C92 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1nQZI6C92 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1nQZI6C92 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1nQZI6C92 .navbar {
    height: 70px;
  }
  .cid-v1nQZI6C92 .navbar.opened {
    height: auto;
  }
  .cid-v1nQZI6C92 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1nQZI6C92 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1nQZI6C92 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1nQZI6C92 .navbar-brand {
    margin-right: auto;
  }
  .cid-v1nQZI6C92 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v1nQZI6C92 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1nQZI6C92 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1nQZI6C92 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1nQZI6C92 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1nQZI6C92 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1nQZILqgL {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ribeiradajanela-1600x1066.webp");
}
.cid-v1nQZILqgL .mbr-overlay {
  background-color: #4b9bc9;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v1nQZILqgL {
    align-items: flex-end;
  }
  .cid-v1nQZILqgL .row {
    justify-content: center;
  }
  .cid-v1nQZILqgL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1nQZILqgL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1nQZILqgL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1nQZILqgL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1nQZILqgL .content-wrap {
    width: 100%;
  }
}
.cid-v1nQZILqgL .mbr-section-title,
.cid-v1nQZILqgL .mbr-section-subtitle {
  text-align: center;
}
.cid-v1nQZILqgL .mbr-text,
.cid-v1nQZILqgL .mbr-section-btn {
  text-align: center;
}
.cid-v1nQZIZDKC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-v1nQZIZDKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nQZIZDKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nQZIZDKC .mbr-text {
  color: #000000;
}
.cid-v1nQZIZDKC .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1nQZIZDKC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v1nQZIZDKC .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1nQZIZDKC .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v1nQZIZDKC .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1nQZIZDKC .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1nQZIZDKC .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1nQZIZDKC .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1nQZIZDKC .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1nQZIZDKC .mbr-text UL {
  text-align: left;
}
.cid-v1nQZIZDKC .mbr-section-subtitle,
.cid-v1nQZIZDKC .main-button {
  color: #000000;
}
.cid-v6HgiaJyki {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v6HgiaJyki .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6HgiaJyki .item {
    margin-bottom: 1rem;
  }
}
.cid-v6HgiaJyki .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v6HgiaJyki .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v6HgiaJyki .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v6HgiaJyki .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v6HgiaJyki .carousel-control,
.cid-v6HgiaJyki .close {
  background: #1b1b1b;
}
.cid-v6HgiaJyki .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v6HgiaJyki .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v6HgiaJyki .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v6HgiaJyki .carousel-control-next span {
  margin-left: 5px;
}
.cid-v6HgiaJyki .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-v6HgiaJyki .close::before {
  content: '\e91a';
}
.cid-v6HgiaJyki .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6HgiaJyki .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-v6HgiaJyki .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6HgiaJyki .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6HgiaJyki .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6HgiaJyki .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v6HgiaJyki .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-v6HgiaJyki .carousel-indicators li.active,
.cid-v6HgiaJyki .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6HgiaJyki .carousel-indicators li::after,
.cid-v6HgiaJyki .carousel-indicators li::before {
  content: none;
}
.cid-v6HgiaJyki .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6HgiaJyki .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v6HgiaJyki .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6HgiaJyki .carousel-indicators {
    display: none;
  }
}
.cid-v6HgiaJyki .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v6HgiaJyki .carousel-inner > .active {
  display: block;
}
.cid-v6HgiaJyki .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6HgiaJyki .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v6HgiaJyki .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v6HgiaJyki .carousel-control,
  .cid-v6HgiaJyki .carousel-indicators,
  .cid-v6HgiaJyki .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v6HgiaJyki .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v6HgiaJyki .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v6HgiaJyki .carousel-indicators .active,
.cid-v6HgiaJyki .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v6HgiaJyki .carousel-indicators .active {
  background: #fff;
}
.cid-v6HgiaJyki .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v6HgiaJyki .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v6HgiaJyki .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v6HgiaJyki .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v6HgiaJyki .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v6HgiaJyki .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v6HgiaJyki .carousel {
  width: 100%;
}
.cid-v6HgiaJyki .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v6HgiaJyki .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v6HgiaJyki .modal.fade .modal-dialog,
.cid-v6HgiaJyki .modal.in .modal-dialog {
  transform: none;
}
.cid-v6HgiaJyki .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v6HgiaJyki .content-head {
  max-width: 800px;
}
.cid-v6HgiaJyki H3 {
  color: #4b9bc9;
}
.cid-v1nQZJa8Le {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v1nQZJa8Le .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nQZJa8Le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nQZJa8Le .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v1nQZJa8Le .footer-col {
    flex-direction: column;
  }
}
.cid-v1nQZJa8Le .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1nQZJa8Le .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1nQZJa8Le .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1nQZJa8Le .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1nQZJa8Le .mbr-section-btn {
    text-align: center;
  }
}
.cid-v1nQZJa8Le .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1nQZJa8Le .soc-item {
  margin: 8px;
}
.cid-v1nQZJa8Le .soc-item a:hover .mbr-iconfont,
.cid-v1nQZJa8Le .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1nQZJa8Le .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1nQZJa8Le .row {
    text-align: center;
  }
  .cid-v1nQZJa8Le .social-row {
    justify-content: center;
  }
}
.cid-v1nQZJa8Le .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v1nQZJa8Le .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1nQZJa8Le .list {
    margin-bottom: 0rem;
  }
}
.cid-v1nQZJa8Le .mbr-text {
  color: #bbbbbb;
}
.cid-v1nQZJa8Le .mbr-section-subtitle {
  color: #000000;
}
.cid-v1nQZJa8Le .list,
.cid-v1nQZJa8Le .item-wrap {
  color: #232323;
}
.cid-v1nQZJa8Le .copyright {
  color: #000000;
}
.cid-v1nPJM8ISd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1nPJM8ISd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1nPJM8ISd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1nPJM8ISd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1nPJM8ISd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1nPJM8ISd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1nPJM8ISd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1nPJM8ISd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1nPJM8ISd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1nPJM8ISd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1nPJM8ISd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1nPJM8ISd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1nPJM8ISd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1nPJM8ISd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1nPJM8ISd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1nPJM8ISd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1nPJM8ISd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1nPJM8ISd .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1nPJM8ISd .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1nPJM8ISd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1nPJM8ISd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1nPJM8ISd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1nPJM8ISd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1nPJM8ISd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1nPJM8ISd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1nPJM8ISd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1nPJM8ISd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v1nPJM8ISd .nav-item:focus,
.cid-v1nPJM8ISd .nav-link:focus {
  outline: none;
}
.cid-v1nPJM8ISd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1nPJM8ISd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1nPJM8ISd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1nPJM8ISd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1nPJM8ISd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1nPJM8ISd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1nPJM8ISd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1nPJM8ISd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1nPJM8ISd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1nPJM8ISd .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1nPJM8ISd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1nPJM8ISd .navbar.collapsed {
  justify-content: center;
}
.cid-v1nPJM8ISd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1nPJM8ISd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1nPJM8ISd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1nPJM8ISd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1nPJM8ISd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1nPJM8ISd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1nPJM8ISd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1nPJM8ISd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1nPJM8ISd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1nPJM8ISd .navbar {
    min-height: 72px;
  }
  .cid-v1nPJM8ISd .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1nPJM8ISd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1nPJM8ISd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1nPJM8ISd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1nPJM8ISd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1nPJM8ISd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1nPJM8ISd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1nPJM8ISd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1nPJM8ISd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1nPJM8ISd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1nPJM8ISd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1nPJM8ISd .dropdown-item.active,
.cid-v1nPJM8ISd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1nPJM8ISd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1nPJM8ISd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1nPJM8ISd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1nPJM8ISd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1nPJM8ISd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1nPJM8ISd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1nPJM8ISd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1nPJM8ISd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1nPJM8ISd .navbar-buttons {
    text-align: left;
  }
}
.cid-v1nPJM8ISd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1nPJM8ISd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4b9bc9;
}
.cid-v1nPJM8ISd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1nPJM8ISd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1nPJM8ISd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1nPJM8ISd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1nPJM8ISd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1nPJM8ISd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1nPJM8ISd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1nPJM8ISd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1nPJM8ISd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1nPJM8ISd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1nPJM8ISd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1nPJM8ISd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1nPJM8ISd .navbar {
    height: 70px;
  }
  .cid-v1nPJM8ISd .navbar.opened {
    height: auto;
  }
  .cid-v1nPJM8ISd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1nPJM8ISd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1nPJM8ISd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1nPJM8ISd .navbar-brand {
    margin-right: auto;
  }
  .cid-v1nPJM8ISd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v1nPJM8ISd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1nPJM8ISd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1nPJM8ISd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1nPJM8ISd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1nPJM8ISd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1nPJMKqr2 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/madeiragreenandbluetours-01-13-796x448.webp");
}
.cid-v1nPJMKqr2 .mbr-overlay {
  background-color: #4b9bc9;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v1nPJMKqr2 {
    align-items: flex-end;
  }
  .cid-v1nPJMKqr2 .row {
    justify-content: center;
  }
  .cid-v1nPJMKqr2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1nPJMKqr2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1nPJMKqr2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1nPJMKqr2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1nPJMKqr2 .content-wrap {
    width: 100%;
  }
}
.cid-v1nPJMKqr2 .mbr-section-title,
.cid-v1nPJMKqr2 .mbr-section-subtitle {
  text-align: center;
}
.cid-v1nPJMKqr2 .mbr-text,
.cid-v1nPJMKqr2 .mbr-section-btn {
  text-align: center;
}
.cid-v1nPJMUJ8P {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-v1nPJMUJ8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nPJMUJ8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nPJMUJ8P .mbr-text {
  color: #000000;
}
.cid-v1nPJMUJ8P .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1nPJMUJ8P .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v1nPJMUJ8P .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1nPJMUJ8P .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v1nPJMUJ8P .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1nPJMUJ8P .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1nPJMUJ8P .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1nPJMUJ8P .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1nPJMUJ8P .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1nPJMUJ8P .mbr-text UL {
  text-align: left;
}
.cid-v1nPJMUJ8P .mbr-section-subtitle,
.cid-v1nPJMUJ8P .main-button {
  color: #000000;
}
.cid-v6HgbQBaoC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v6HgbQBaoC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6HgbQBaoC .item {
    margin-bottom: 1rem;
  }
}
.cid-v6HgbQBaoC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v6HgbQBaoC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v6HgbQBaoC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v6HgbQBaoC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v6HgbQBaoC .carousel-control,
.cid-v6HgbQBaoC .close {
  background: #1b1b1b;
}
.cid-v6HgbQBaoC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v6HgbQBaoC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v6HgbQBaoC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v6HgbQBaoC .carousel-control-next span {
  margin-left: 5px;
}
.cid-v6HgbQBaoC .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-v6HgbQBaoC .close::before {
  content: '\e91a';
}
.cid-v6HgbQBaoC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6HgbQBaoC .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-v6HgbQBaoC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6HgbQBaoC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6HgbQBaoC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6HgbQBaoC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v6HgbQBaoC .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-v6HgbQBaoC .carousel-indicators li.active,
.cid-v6HgbQBaoC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6HgbQBaoC .carousel-indicators li::after,
.cid-v6HgbQBaoC .carousel-indicators li::before {
  content: none;
}
.cid-v6HgbQBaoC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6HgbQBaoC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v6HgbQBaoC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6HgbQBaoC .carousel-indicators {
    display: none;
  }
}
.cid-v6HgbQBaoC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v6HgbQBaoC .carousel-inner > .active {
  display: block;
}
.cid-v6HgbQBaoC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6HgbQBaoC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v6HgbQBaoC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v6HgbQBaoC .carousel-control,
  .cid-v6HgbQBaoC .carousel-indicators,
  .cid-v6HgbQBaoC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v6HgbQBaoC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v6HgbQBaoC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v6HgbQBaoC .carousel-indicators .active,
.cid-v6HgbQBaoC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v6HgbQBaoC .carousel-indicators .active {
  background: #fff;
}
.cid-v6HgbQBaoC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v6HgbQBaoC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v6HgbQBaoC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v6HgbQBaoC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v6HgbQBaoC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v6HgbQBaoC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v6HgbQBaoC .carousel {
  width: 100%;
}
.cid-v6HgbQBaoC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v6HgbQBaoC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v6HgbQBaoC .modal.fade .modal-dialog,
.cid-v6HgbQBaoC .modal.in .modal-dialog {
  transform: none;
}
.cid-v6HgbQBaoC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v6HgbQBaoC .content-head {
  max-width: 800px;
}
.cid-v6HgbQBaoC H3 {
  color: #4b9bc9;
}
.cid-v1nPJN2UT2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b9bc9;
}
.cid-v1nPJN2UT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nPJN2UT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nPJN2UT2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v1nPJN2UT2 .footer-col {
    flex-direction: column;
  }
}
.cid-v1nPJN2UT2 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1nPJN2UT2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1nPJN2UT2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1nPJN2UT2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1nPJN2UT2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v1nPJN2UT2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1nPJN2UT2 .soc-item {
  margin: 8px;
}
.cid-v1nPJN2UT2 .soc-item a:hover .mbr-iconfont,
.cid-v1nPJN2UT2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1nPJN2UT2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1nPJN2UT2 .row {
    text-align: center;
  }
  .cid-v1nPJN2UT2 .social-row {
    justify-content: center;
  }
}
.cid-v1nPJN2UT2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v1nPJN2UT2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1nPJN2UT2 .list {
    margin-bottom: 0rem;
  }
}
.cid-v1nPJN2UT2 .mbr-text {
  color: #bbbbbb;
}
.cid-v1nPJN2UT2 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1nPJN2UT2 .list,
.cid-v1nPJN2UT2 .item-wrap {
  color: #232323;
}
.cid-v1nPJN2UT2 .copyright {
  color: #000000;
}
