.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'font1';
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 4px;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'NotoSerif-Italic-VariableFont_wdth,wght';
  font-size: 1.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-4 {
  font-family: 'UbuntuCondensed-Regular';
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}

.display-7 {
  font-family: 'Ubuntu-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9966 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #ff9966 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff5500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9966;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9966;
  border-color: #ff9966;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9966;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'UbuntuCondensed-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ff9966 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'UbuntuCondensed-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff9966;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9966;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9966;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff9966;
  border-bottom-color: #ff9966;
}
.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: #000000 !important;
  background-color: #ff9966 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23ff9966' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uR3dbBjwvk {
  z-index: 1000;
  width: 100%;
}
.cid-uR3dbBjwvk nav.navbar {
  position: fixed;
}
.cid-uR3dbBjwvk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR3dbBjwvk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR3dbBjwvk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uR3dbBjwvk .dropdown-item:hover,
.cid-uR3dbBjwvk .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-uR3dbBjwvk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR3dbBjwvk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR3dbBjwvk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR3dbBjwvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR3dbBjwvk .nav-link {
  position: relative;
}
.cid-uR3dbBjwvk .container {
  display: flex;
  margin: auto;
}
.cid-uR3dbBjwvk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR3dbBjwvk .dropdown-menu,
.cid-uR3dbBjwvk .navbar.opened {
 /* background: #ffffff !important;*/
background: rgba(255, 255, 255, 0.7) !important;
backdrop-filter: blur(10px);
}
.cid-uR3dbBjwvk .nav-item:focus,
.cid-uR3dbBjwvk .nav-link:focus {
  outline: none;
}
.cid-uR3dbBjwvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR3dbBjwvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR3dbBjwvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR3dbBjwvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR3dbBjwvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR3dbBjwvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR3dbBjwvk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uR3dbBjwvk .navbar.opened {
  transition: all 0.3s;
}
.cid-uR3dbBjwvk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR3dbBjwvk .navbar .navbar-logo img {
  width: auto;
}
.cid-uR3dbBjwvk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR3dbBjwvk .navbar.collapsed {
  justify-content: center;
}
.cid-uR3dbBjwvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR3dbBjwvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR3dbBjwvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR3dbBjwvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR3dbBjwvk .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-uR3dbBjwvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR3dbBjwvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR3dbBjwvk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR3dbBjwvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR3dbBjwvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR3dbBjwvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR3dbBjwvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR3dbBjwvk .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-uR3dbBjwvk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR3dbBjwvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR3dbBjwvk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR3dbBjwvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR3dbBjwvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR3dbBjwvk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR3dbBjwvk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR3dbBjwvk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR3dbBjwvk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uR3dbBjwvk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR3dbBjwvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR3dbBjwvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR3dbBjwvk .dropdown-item.active,
.cid-uR3dbBjwvk .dropdown-item:active {
  background-color: transparent;
}
.cid-uR3dbBjwvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR3dbBjwvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR3dbBjwvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR3dbBjwvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR3dbBjwvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR3dbBjwvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR3dbBjwvk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR3dbBjwvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR3dbBjwvk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR3dbBjwvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR3dbBjwvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR3dbBjwvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR3dbBjwvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR3dbBjwvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR3dbBjwvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR3dbBjwvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR3dbBjwvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR3dbBjwvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR3dbBjwvk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR3dbBjwvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR3dbBjwvk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR3dbBjwvk .navbar {
    height: 70px;
  }
  .cid-uR3dbBjwvk .navbar.opened {
    height: auto;
  }
  .cid-uR3dbBjwvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQGxuFWWMH {
  background-image: url("../../../assets/images/cover-bg.webp");
}
.cid-uQGxuFWWMH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQGxuFWWMH .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQGxuFWWMH .mbr-text,
.cid-uQGxuFWWMH .mbr-section-btn {
  color: #e47349;
}
.cid-uR2Emr1yMm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;background-color: #ffffff;*/
 background-image: url("../../../assets/images/bg-tourism3.webp");
}
.cid-uR2Emr1yMm .mbr-text {
  text-align: right;
}
.cid-uQJYNuAjlh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/green01.webp");
}
@media (max-width: 991px) {
  .cid-uQJYNuAjlh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQJYNuAjlh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQJYNuAjlh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQJYNuAjlh .mbr-text {
  color: #000000;
}
.cid-uQGD4keayr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/green01.webp");
}
@media (max-width: 991px) {
  .cid-uQGD4keayr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQGD4keayr .row {
  flex-direction: row-reverse;
}
.cid-uQGD4keayr img {
  width: 100%;
}
.cid-uR2EJoYkBU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2EJoYkBU .mbr-text {
  text-align: right;
}
.cid-uQGY0XYhlz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blue09-1920x1080.jpg");
}
.cid-uQGY0XYhlz .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uR2biMsXFC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/blue09-1920x1080.jpg");
}
.cid-uR2biMsXFC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uR2biMsXFC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uR2biMsXFC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uR2biMsXFC P {
  color: #ffffff;
}
.cid-uQIocxwYeA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.cid-uQIocxwYeA .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uQIocxwYeA .icon-box {
  background: #b01d23;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQIocxwYeA .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQIocxwYeA .card {
    margin-bottom: 2rem;
  }
  .cid-uQIocxwYeA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQIocxwYeA .icon-text {
  color: #b01d23;
}
.cid-uQIuAjy70X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/blue09-1920x1080.jpg");
}
.cid-uQIuAjy70X .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uQIvIotkqV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/blue09-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQIvIotkqV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQIvIotkqV .row {
  flex-direction: row-reverse;
}
.cid-uQIvIotkqV img {
  width: 100%;
}
.cid-uQIvIotkqV .mbr-description {
  color: #ffffff;
}
.cid-uQIv1VlGeh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.cid-uQIv1VlGeh .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uQIv1VlGeh .icon-box {
  background: #b01d23;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQIv1VlGeh .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQIv1VlGeh .card {
    margin-bottom: 2rem;
  }
  .cid-uQIv1VlGeh .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQIv1VlGeh .icon-text {
  color: #b01d23;
}
.cid-uR2EPVqqYz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2EPVqqYz .mbr-text {
  text-align: right;
}
.cid-uQK4vPDH5X {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/green04.webp");
}
@media (max-width: 991px) {
  .cid-uQK4vPDH5X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQK4vPDH5X .row {
  flex-direction: row-reverse;
}
.cid-uQK4vPDH5X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQK4vPDH5X .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQK4vPDH5X .mbr-text {
  color: #ffffff;
}
.cid-uQK4vPDH5X .mbr-description {
  color: #000000;
}
.cid-uQIRvLEQIA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/green04.webp");
}
@media (max-width: 991px) {
  .cid-uQIRvLEQIA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQIRvLEQIA .row {
  flex-direction: row-reverse;
}
.cid-uQIRvLEQIA img {
  width: 100%;
}
.cid-uQIRvLEQIA .mbr-description {
  color: #ffffff;
}
.cid-uR2EQR4hIN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2EQR4hIN .mbr-text {
  text-align: right;
}
.cid-uQJk1xd0aG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/14yellow-1920x1080.jpg");
}
.cid-uQJk1xd0aG .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uQJXoVEKpu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/14yellow-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQJXoVEKpu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQJXoVEKpu .row {
  flex-direction: row-reverse;
}
.cid-uQJXoVEKpu img {
  width: 100%;
}
.cid-uQK6IvFJmE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/14yellow-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQK6IvFJmE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQK6IvFJmE .row {
  flex-direction: row-reverse;
}
.cid-uQK6IvFJmE img {
  width: 100%;
}
.cid-uR2ES50Pxg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2ES50Pxg .mbr-text {
  text-align: right;
}
.cid-uQNyL9Sg5W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/17white-blue.webp");
}
.cid-uQNyL9Sg5W .mbr-section-subtitle {
  text-align: left;
}
.cid-uR2cxaYWDK {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/17white-blue.webp");
}
.cid-uR2cxaYWDK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uR2cxaYWDK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uR2cxaYWDK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uQNCgqnhDq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/17white-blue.webp");
}
.cid-uQNCgqnhDq .mbr-section-subtitle {
  text-align: left;
}
.cid-uR2IQoPMKZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2IQoPMKZ .mbr-text {
  text-align: right;
}
.cid-uQND4ZzoIJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/07green-blue-1920x1080.jpg");
}
.cid-uQND4ZzoIJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uQND4ZzoIJ .mbr-section-title {
  color: #e47349;
}
.cid-uQNGAjYxcU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/07green-blue-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQNGAjYxcU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQNGAjYxcU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQNGAjYxcU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQNIpI28U7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/07green-blue-1920x1080.jpg");
}
.cid-uQNIpI28U7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQNLCWnMRX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/07green-blue-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQNLCWnMRX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQNLCWnMRX .row {
  flex-direction: row-reverse;
}
.cid-uQNLCWnMRX img {
  width: 100%;
}
.cid-uR2zphFAmg {
  padding-top: 3rem;
  padding-bottom: 0rem;
 background-color: rgba(255, 255, 255, 1);
}
.cid-uR2zphFAmg blockquote {
  border-color: #b01d23;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uR2yNQc8EB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: rgba(255, 255, 255, 1);
}
.cid-uR2yNQc8EB .mbr-section-subtitle {
  text-align: right;
  color: #232323;
}
.cid-uQOkxwuMzP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/07green-blue-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQOkxwuMzP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQOkxwuMzP .row {
  flex-direction: row-reverse;
}
.cid-uQOkxwuMzP img {
  width: 100%;
}
.cid-uR2IVn56Ac {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2IVn56Ac .mbr-text {
  text-align: right;
}
.cid-uQOlzBi026 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/16white-blue.webp");
}
.cid-uQOlzBi026 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQOqX4dWaH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*background-color: #cdd4c0;*/
  background-color: rgba(255, 255, 255, 0);
}
.cid-uQOqX4dWaH .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQOqX4dWaH .carousel {
    min-height: 800px;
  }
  .cid-uQOqX4dWaH .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQOqX4dWaH .carousel {
    min-height: 520px;
  }
  .cid-uQOqX4dWaH .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQOqX4dWaH .carousel {
    min-height: 440px;
  }
  .cid-uQOqX4dWaH .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uQOqX4dWaH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQOqX4dWaH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQOqX4dWaH .carousel,
.cid-uQOqX4dWaH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQOqX4dWaH .item-wrapper {
  width: 100%;
}
.cid-uQOqX4dWaH .carousel-caption {
  bottom: 40px;
}
.cid-uQOqX4dWaH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQOqX4dWaH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQOqX4dWaH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQOqX4dWaH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQOqX4dWaH .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQOqX4dWaH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQOqX4dWaH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQOqX4dWaH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQOqX4dWaH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQOqX4dWaH .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-uQOqX4dWaH .carousel-indicators li.active,
.cid-uQOqX4dWaH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQOqX4dWaH .carousel-indicators li::after,
.cid-uQOqX4dWaH .carousel-indicators li::before {
  content: none;
}
.cid-uQOqX4dWaH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQOqX4dWaH .carousel-indicators {
    display: none !important;
  }
}
.cid-uQOqX4dWaH P {
  color: #ba3909;
}
.cid-uR2Dd8Chn4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: rgba(255, 255, 255, 1);
}
.cid-uR2Dd8Chn4 blockquote {
  border-color: #b01d23;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uR2DeJ5mKp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 1);
}
.cid-uR2DeJ5mKp .mbr-text {
  text-align: right;
}
.cid-uQOPqQ1GUD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0);
}
.cid-uQOPqQ1GUD .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQOPqQ1GUD .carousel {
    min-height: 700px;
  }
  .cid-uQOPqQ1GUD .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQOPqQ1GUD .carousel {
    min-height: 455px;
  }
  .cid-uQOPqQ1GUD .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQOPqQ1GUD .carousel {
    min-height: 385px;
  }
  .cid-uQOPqQ1GUD .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-uQOPqQ1GUD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQOPqQ1GUD .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQOPqQ1GUD .carousel,
.cid-uQOPqQ1GUD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQOPqQ1GUD .item-wrapper {
  width: 100%;
}
.cid-uQOPqQ1GUD .carousel-caption {
  bottom: 40px;
}
.cid-uQOPqQ1GUD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQOPqQ1GUD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQOPqQ1GUD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQOPqQ1GUD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQOPqQ1GUD .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQOPqQ1GUD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQOPqQ1GUD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQOPqQ1GUD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQOPqQ1GUD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQOPqQ1GUD .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-uQOPqQ1GUD .carousel-indicators li.active,
.cid-uQOPqQ1GUD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQOPqQ1GUD .carousel-indicators li::after,
.cid-uQOPqQ1GUD .carousel-indicators li::before {
  content: none;
}
.cid-uQOPqQ1GUD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQOPqQ1GUD .carousel-indicators {
    display: none !important;
  }
}
.cid-uQOPqQ1GUD P {
  color: #ba3909;
}
.cid-uR2A6vMHMr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: rgba(255, 255, 255, 1);
}
.cid-uR2A6vMHMr blockquote {
  border-color: #b01d23;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uR2A98Scco {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 1);
}
.cid-uR2A98Scco .mbr-section-subtitle {
  text-align: right;
  color: #232323;
}
.cid-uQOUsT1M3c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: rgba(255, 255, 255, 0);
}
.cid-uQOUsT1M3c .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQOUsT1M3c .carousel {
    min-height: 700px;
  }
  .cid-uQOUsT1M3c .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQOUsT1M3c .carousel {
    min-height: 455px;
  }
  .cid-uQOUsT1M3c .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQOUsT1M3c .carousel {
    min-height: 385px;
  }
  .cid-uQOUsT1M3c .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-uQOUsT1M3c .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQOUsT1M3c .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQOUsT1M3c .carousel,
.cid-uQOUsT1M3c .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQOUsT1M3c .item-wrapper {
  width: 100%;
}
.cid-uQOUsT1M3c .carousel-caption {
  bottom: 40px;
}
.cid-uQOUsT1M3c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQOUsT1M3c .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQOUsT1M3c .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQOUsT1M3c .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQOUsT1M3c .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQOUsT1M3c .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQOUsT1M3c .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQOUsT1M3c .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQOUsT1M3c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQOUsT1M3c .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-uQOUsT1M3c .carousel-indicators li.active,
.cid-uQOUsT1M3c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQOUsT1M3c .carousel-indicators li::after,
.cid-uQOUsT1M3c .carousel-indicators li::before {
  content: none;
}
.cid-uQOUsT1M3c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQOUsT1M3c .carousel-indicators {
    display: none !important;
  }
}
.cid-uQOUsT1M3c P {
  color: #ba3909;
}
.cid-uR2Be8dmc5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: rgba(255, 255, 255, 1);
}
.cid-uR2Be8dmc5 blockquote {
  border-color: #b01d23;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uR2BfgZquH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 1);
}
.cid-uR2BfgZquH .mbr-text {
  text-align: right;
}
.cid-uQP2LUslCv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0);
}
.cid-uQP2LUslCv .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQP2LUslCv .carousel {
    min-height: 800px;
  }
  .cid-uQP2LUslCv .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQP2LUslCv .carousel {
    min-height: 520px;
  }
  .cid-uQP2LUslCv .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQP2LUslCv .carousel {
    min-height: 440px;
  }
  .cid-uQP2LUslCv .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uQP2LUslCv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQP2LUslCv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQP2LUslCv .carousel,
.cid-uQP2LUslCv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQP2LUslCv .item-wrapper {
  width: 100%;
}
.cid-uQP2LUslCv .carousel-caption {
  bottom: 40px;
}
.cid-uQP2LUslCv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQP2LUslCv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQP2LUslCv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQP2LUslCv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQP2LUslCv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQP2LUslCv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQP2LUslCv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQP2LUslCv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQP2LUslCv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQP2LUslCv .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-uQP2LUslCv .carousel-indicators li.active,
.cid-uQP2LUslCv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQP2LUslCv .carousel-indicators li::after,
.cid-uQP2LUslCv .carousel-indicators li::before {
  content: none;
}
.cid-uQP2LUslCv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQP2LUslCv .carousel-indicators {
    display: none !important;
  }
}
.cid-uQP2LUslCv P {
  color: #ba3909;
}
.cid-uR2JSEIEGH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2JSEIEGH .mbr-text {
  text-align: right;
}
.cid-uQP40Qxdqn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/custom-yellow.webp");
}
.cid-uQP40Qxdqn .mbr-section-subtitle {
  text-align: center;
}
.cid-uQP40Qxdqn .mbr-section-title {
  color: #e47349;
}
.cid-uR2eQn4bJX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/custom-yellow.webp");
}
.cid-uR2eQn4bJX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uR2eQn4bJX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uR2eQn4bJX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uQPck29NBA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/custom-yellow.webp");
}
.cid-uQPck29NBA .mbr-section-subtitle {
  text-align: center;
}
.cid-uQPg1Y6Jiq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/custom-yellow.webp");
}
@media (max-width: 991px) {
  .cid-uQPg1Y6Jiq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQPg1Y6Jiq .row {
  flex-direction: row-reverse;
}
.cid-uQPg1Y6Jiq img {
  width: 100%;
}
.cid-uQPkpyy8oe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/custom-yellow.webp");
}
.cid-uQPkpyy8oe .mbr-section-subtitle {
  text-align: center;
}
.cid-uQPlnkJ51X {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/custom-yellow.webp");
}
@media (max-width: 991px) {
  .cid-uQPlnkJ51X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQPlnkJ51X .row {
  flex-direction: row-reverse;
}
.cid-uQPlnkJ51X img {
  width: 100%;
}
.cid-uQPPjKpZ8I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*background-color: rgba(255, 255, 255, 0);*/
  background-image: url("../../../assets/images/custom-yellow.webp");
}
.cid-uQPPjKpZ8I .item {
  padding-bottom: 2rem;
}
.cid-uQPPjKpZ8I .item-wrapper {
  position: relative;
}
.cid-uQPPjKpZ8I .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uQPPjKpZ8I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uQPPjKpZ8I .carousel-control,
.cid-uQPPjKpZ8I .close {
  background: #1b1b1b;
}
.cid-uQPPjKpZ8I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQPPjKpZ8I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQPPjKpZ8I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQPPjKpZ8I .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQPPjKpZ8I .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-uQPPjKpZ8I .close::before {
  content: '\e91a';
}
.cid-uQPPjKpZ8I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQPPjKpZ8I .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-uQPPjKpZ8I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQPPjKpZ8I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQPPjKpZ8I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQPPjKpZ8I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQPPjKpZ8I .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-uQPPjKpZ8I .carousel-indicators li.active,
.cid-uQPPjKpZ8I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQPPjKpZ8I .carousel-indicators li::after,
.cid-uQPPjKpZ8I .carousel-indicators li::before {
  content: none;
}
.cid-uQPPjKpZ8I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQPPjKpZ8I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQPPjKpZ8I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQPPjKpZ8I .carousel-indicators {
    display: none;
  }
}
.cid-uQPPjKpZ8I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQPPjKpZ8I .carousel-inner > .active {
  display: block;
}
.cid-uQPPjKpZ8I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQPPjKpZ8I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQPPjKpZ8I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQPPjKpZ8I .carousel-control,
  .cid-uQPPjKpZ8I .carousel-indicators,
  .cid-uQPPjKpZ8I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQPPjKpZ8I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQPPjKpZ8I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQPPjKpZ8I .carousel-indicators .active,
.cid-uQPPjKpZ8I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQPPjKpZ8I .carousel-indicators .active {
  background: #fff;
}
.cid-uQPPjKpZ8I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQPPjKpZ8I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQPPjKpZ8I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQPPjKpZ8I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQPPjKpZ8I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQPPjKpZ8I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQPPjKpZ8I .carousel {
  width: 100%;
}
.cid-uQPPjKpZ8I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQPPjKpZ8I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQPPjKpZ8I .modal.fade .modal-dialog,
.cid-uQPPjKpZ8I .modal.in .modal-dialog {
  transform: none;
}
.cid-uQPPjKpZ8I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQPPjKpZ8I H6 {
  text-align: center;
}
.cid-uQPZJ4FirC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/13yellow.webp");
}
@media (max-width: 991px) {
  .cid-uQPZJ4FirC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQPZJ4FirC .row {
  flex-direction: row-reverse;
}
.cid-uQPZJ4FirC img {
  width: 100%;
}
.cid-uQQa9mmTiE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/13yellow.webp");
}
.cid-uQQa9mmTiE .mbr-section-subtitle {
  text-align: center;
}
.cid-uQQ9HNEu7C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.cid-uQQ9HNEu7C .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQQ9HNEu7C .carousel {
    min-height: 700px;
  }
  .cid-uQQ9HNEu7C .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQQ9HNEu7C .carousel {
    min-height: 455px;
  }
  .cid-uQQ9HNEu7C .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQQ9HNEu7C .carousel {
    min-height: 385px;
  }
  .cid-uQQ9HNEu7C .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-uQQ9HNEu7C .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQQ9HNEu7C .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQQ9HNEu7C .carousel,
.cid-uQQ9HNEu7C .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQQ9HNEu7C .item-wrapper {
  width: 100%;
}
.cid-uQQ9HNEu7C .carousel-caption {
  bottom: 40px;
}
.cid-uQQ9HNEu7C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQQ9HNEu7C .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQQ9HNEu7C .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQQ9HNEu7C .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQQ9HNEu7C .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQQ9HNEu7C .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQQ9HNEu7C .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQQ9HNEu7C .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQQ9HNEu7C .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQQ9HNEu7C .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-uQQ9HNEu7C .carousel-indicators li.active,
.cid-uQQ9HNEu7C .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQQ9HNEu7C .carousel-indicators li::after,
.cid-uQQ9HNEu7C .carousel-indicators li::before {
  content: none;
}
.cid-uQQ9HNEu7C .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQQ9HNEu7C .carousel-indicators {
    display: none !important;
  }
}
.cid-uQQ9HNEu7C P {
  color: #ba3909;
}
.cid-uR2Kgy8JSO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2Kgy8JSO .mbr-text {
  text-align: right;
}
.cid-uQZgOmOWYB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/green04.webp");
}
.cid-uQZgOmOWYB .mbr-section-subtitle {
  text-align: center;
}
.cid-uQZgOmOWYB .mbr-section-title {
  color: #e47349;
}
.cid-uQZhnhjf6I {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/07green-blue-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQZhnhjf6I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQZhnhjf6I .row {
  flex-direction: row-reverse;
}
.cid-uQZhnhjf6I img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQZhnhjf6I .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQZieTWOYa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/06green-blue-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQZieTWOYa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQZieTWOYa .row {
  flex-direction: row-reverse;
}
.cid-uQZieTWOYa img {
  width: 100%;
}
.cid-uQZjBKted2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/06green-blue-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQZjBKted2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQZjBKted2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQZjBKted2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQZlywI10v {
  padding-top: 0rem;
  padding-bottom: 3rem;
  /*background-color: #ceeeec;*/
  background-color: rgba(255, 255, 255, 0.7);
}
.cid-uQZlywI10v .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQZlywI10v .carousel {
    min-height: 800px;
  }
  .cid-uQZlywI10v .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQZlywI10v .carousel {
    min-height: 520px;
  }
  .cid-uQZlywI10v .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQZlywI10v .carousel {
    min-height: 440px;
  }
  .cid-uQZlywI10v .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uQZlywI10v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQZlywI10v .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQZlywI10v .carousel,
.cid-uQZlywI10v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQZlywI10v .item-wrapper {
  width: 100%;
}
.cid-uQZlywI10v .carousel-caption {
  bottom: 40px;
}
.cid-uQZlywI10v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQZlywI10v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQZlywI10v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQZlywI10v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQZlywI10v .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQZlywI10v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQZlywI10v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQZlywI10v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQZlywI10v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQZlywI10v .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-uQZlywI10v .carousel-indicators li.active,
.cid-uQZlywI10v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQZlywI10v .carousel-indicators li::after,
.cid-uQZlywI10v .carousel-indicators li::before {
  content: none;
}
.cid-uQZlywI10v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQZlywI10v .carousel-indicators {
    display: none !important;
  }
}
.cid-uQZlywI10v P {
  color: #ba3909;
}
.cid-uR2KjYoX6I {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2KjYoX6I .mbr-text {
  text-align: right;
}
.cid-uQZon3zxlN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/02green-1920x1080.jpg");
}
.cid-uQZon3zxlN .mbr-section-subtitle {
  text-align: center;
}
.cid-uQZon3zxlN .mbr-section-title {
  color: #e47349;
}
.cid-uR2BS3RIae {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2BS3RIae blockquote {
  border-color: #b01d23;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uR2BT9dgQQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR2BT9dgQQ .mbr-text {
  text-align: right;
}
.cid-uQZt6n3bOQ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/02green-1920x1080.jpg");
}
.cid-uQZt6n3bOQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uQZt6n3bOQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uQZt6n3bOQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uQZwIXDojI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/02green-1920x1080.jpg");
}
.cid-uQZwIXDojI .mbr-section-subtitle {
  text-align: left;
}
.cid-uQZxv7LivF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/02green-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQZxv7LivF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQZxv7LivF .row {
  flex-direction: row-reverse;
}
.cid-uQZxv7LivF img {
  width: 100%;
}
.cid-uQZyHYwQ71 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/02green-1920x1080.jpg");
}
.cid-uQZyHYwQ71 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQZzbWNgrq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/02green-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQZzbWNgrq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQZzbWNgrq .row {
  flex-direction: row-reverse;
}
.cid-uQZzbWNgrq img {
  width: 100%;
}
.cid-uR2KlFhWDe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2KlFhWDe .mbr-text {
  text-align: right;
}
.cid-uQZAnVvjVY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/14yellow-1920x1080.jpg");
}
.cid-uQZAnVvjVY .mbr-section-subtitle {
  text-align: center;
}
.cid-uQZAnVvjVY .mbr-section-title {
  color: #e47349;
}
.cid-uQZAXxYwql {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/14yellow-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQZAXxYwql .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQZAXxYwql .row {
  flex-direction: row-reverse;
}
.cid-uQZAXxYwql img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQZAXxYwql .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQZEjyovnZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0);
}
.cid-uQZEjyovnZ .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQZEjyovnZ .carousel {
    min-height: 800px;
  }
  .cid-uQZEjyovnZ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQZEjyovnZ .carousel {
    min-height: 520px;
  }
  .cid-uQZEjyovnZ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQZEjyovnZ .carousel {
    min-height: 440px;
  }
  .cid-uQZEjyovnZ .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uQZEjyovnZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQZEjyovnZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQZEjyovnZ .carousel,
.cid-uQZEjyovnZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQZEjyovnZ .item-wrapper {
  width: 100%;
}
.cid-uQZEjyovnZ .carousel-caption {
  bottom: 40px;
}
.cid-uQZEjyovnZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQZEjyovnZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQZEjyovnZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQZEjyovnZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQZEjyovnZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQZEjyovnZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQZEjyovnZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQZEjyovnZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQZEjyovnZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQZEjyovnZ .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-uQZEjyovnZ .carousel-indicators li.active,
.cid-uQZEjyovnZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQZEjyovnZ .carousel-indicators li::after,
.cid-uQZEjyovnZ .carousel-indicators li::before {
  content: none;
}
.cid-uQZEjyovnZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQZEjyovnZ .carousel-indicators {
    display: none !important;
  }
}
.cid-uQZEjyovnZ P {
  color: #ba3909;
}
.cid-uQZFbS2x74 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/14yellow-1920x1080.jpg");
}
.cid-uQZFbS2x74 .mbr-section-subtitle {
  text-align: left;
}
.cid-uR2CCx4W7q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2CCx4W7q blockquote {
  border-color: #b01d23;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uR2CEYvfsv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR2CEYvfsv .mbr-text {
  text-align: right;
}
.cid-uQZNhfQkht {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0);
}
.cid-uQZNhfQkht .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQZNhfQkht .carousel {
    min-height: 800px;
  }
  .cid-uQZNhfQkht .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQZNhfQkht .carousel {
    min-height: 520px;
  }
  .cid-uQZNhfQkht .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQZNhfQkht .carousel {
    min-height: 440px;
  }
  .cid-uQZNhfQkht .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uQZNhfQkht .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQZNhfQkht .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQZNhfQkht .carousel,
.cid-uQZNhfQkht .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQZNhfQkht .item-wrapper {
  width: 100%;
}
.cid-uQZNhfQkht .carousel-caption {
  bottom: 40px;
}
.cid-uQZNhfQkht .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQZNhfQkht .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQZNhfQkht .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQZNhfQkht .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQZNhfQkht .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQZNhfQkht .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQZNhfQkht .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQZNhfQkht .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQZNhfQkht .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQZNhfQkht .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-uQZNhfQkht .carousel-indicators li.active,
.cid-uQZNhfQkht .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQZNhfQkht .carousel-indicators li::after,
.cid-uQZNhfQkht .carousel-indicators li::before {
  content: none;
}
.cid-uQZNhfQkht .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQZNhfQkht .carousel-indicators {
    display: none !important;
  }
}
.cid-uQZNhfQkht P {
  color: #ba3909;
}
.cid-uQZOyWXemC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/14yellow-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-uQZOyWXemC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQZOyWXemC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQZOyWXemC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uR2KnQ5jDe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2KnQ5jDe .mbr-text {
  text-align: right;
}
.cid-uR1G93MkZL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blue-custom.webp");
}
.cid-uR1G93MkZL .mbr-section-subtitle {
  text-align: center;
}
.cid-uR1G93MkZL .mbr-section-title {
  color: #e47349;
}
.cid-uR1J8gWIj8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
 background-image: url("../../../assets/images/blue-custom.webp");
}
.cid-uR1J8gWIj8 .item {
  padding-bottom: 2rem;
}
.cid-uR1J8gWIj8 .item-wrapper {
  position: relative;
}
.cid-uR1J8gWIj8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uR1J8gWIj8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uR1J8gWIj8 .carousel-control,
.cid-uR1J8gWIj8 .close {
  background: #1b1b1b;
}
.cid-uR1J8gWIj8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uR1J8gWIj8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uR1J8gWIj8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uR1J8gWIj8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uR1J8gWIj8 .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-uR1J8gWIj8 .close::before {
  content: '\e91a';
}
.cid-uR1J8gWIj8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uR1J8gWIj8 .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-uR1J8gWIj8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR1J8gWIj8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR1J8gWIj8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uR1J8gWIj8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uR1J8gWIj8 .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-uR1J8gWIj8 .carousel-indicators li.active,
.cid-uR1J8gWIj8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uR1J8gWIj8 .carousel-indicators li::after,
.cid-uR1J8gWIj8 .carousel-indicators li::before {
  content: none;
}
.cid-uR1J8gWIj8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uR1J8gWIj8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uR1J8gWIj8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR1J8gWIj8 .carousel-indicators {
    display: none;
  }
}
.cid-uR1J8gWIj8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uR1J8gWIj8 .carousel-inner > .active {
  display: block;
}
.cid-uR1J8gWIj8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR1J8gWIj8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR1J8gWIj8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uR1J8gWIj8 .carousel-control,
  .cid-uR1J8gWIj8 .carousel-indicators,
  .cid-uR1J8gWIj8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uR1J8gWIj8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uR1J8gWIj8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uR1J8gWIj8 .carousel-indicators .active,
.cid-uR1J8gWIj8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uR1J8gWIj8 .carousel-indicators .active {
  background: #fff;
}
.cid-uR1J8gWIj8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uR1J8gWIj8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uR1J8gWIj8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uR1J8gWIj8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uR1J8gWIj8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uR1J8gWIj8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uR1J8gWIj8 .carousel {
  width: 100%;
}
.cid-uR1J8gWIj8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uR1J8gWIj8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uR1J8gWIj8 .modal.fade .modal-dialog,
.cid-uR1J8gWIj8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uR1J8gWIj8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uR1J8gWIj8 H6 {
  text-align: center;
}
.cid-uR2KptoJlF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2KptoJlF .mbr-text {
  text-align: right;
}
.cid-uR1LyW9EyS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/08blue.webp");
}
.cid-uR1LyW9EyS .mbr-section-subtitle {
  text-align: center;
}
.cid-uR1LyW9EyS .mbr-section-title {
  color: #e47349;
}
.cid-uR1MuLQFaW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/08blue.webp");
}
@media (max-width: 991px) {
  .cid-uR1MuLQFaW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR1MuLQFaW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uR1MuLQFaW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uR1NqFvfEK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #cdebe7;
}
.cid-uR1NqFvfEK .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uR1NqFvfEK .carousel {
    min-height: 800px;
  }
  .cid-uR1NqFvfEK .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uR1NqFvfEK .carousel {
    min-height: 520px;
  }
  .cid-uR1NqFvfEK .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uR1NqFvfEK .carousel {
    min-height: 440px;
  }
  .cid-uR1NqFvfEK .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uR1NqFvfEK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uR1NqFvfEK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uR1NqFvfEK .carousel,
.cid-uR1NqFvfEK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uR1NqFvfEK .item-wrapper {
  width: 100%;
}
.cid-uR1NqFvfEK .carousel-caption {
  bottom: 40px;
}
.cid-uR1NqFvfEK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uR1NqFvfEK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uR1NqFvfEK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uR1NqFvfEK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uR1NqFvfEK .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uR1NqFvfEK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR1NqFvfEK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR1NqFvfEK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uR1NqFvfEK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uR1NqFvfEK .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-uR1NqFvfEK .carousel-indicators li.active,
.cid-uR1NqFvfEK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uR1NqFvfEK .carousel-indicators li::after,
.cid-uR1NqFvfEK .carousel-indicators li::before {
  content: none;
}
.cid-uR1NqFvfEK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uR1NqFvfEK .carousel-indicators {
    display: none !important;
  }
}
.cid-uR1NqFvfEK P {
  color: #ba3909;
}
.cid-uR2KrsdtyU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2KrsdtyU .mbr-text {
  text-align: right;
}
.cid-uR1PXzmbmV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/13yellow.webp");
}
.cid-uR1PXzmbmV .mbr-section-subtitle {
  text-align: center;
}
.cid-uR1PXzmbmV .mbr-section-title {
  color: #e47349;
}
.cid-uR1QZZ9nEn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  /*background-color: #fff0b0;*/
  background-color: rgba(255, 255, 255, 0);
}
.cid-uR1QZZ9nEn .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uR1QZZ9nEn .carousel {
    min-height: 800px;
  }
  .cid-uR1QZZ9nEn .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uR1QZZ9nEn .carousel {
    min-height: 520px;
  }
  .cid-uR1QZZ9nEn .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uR1QZZ9nEn .carousel {
    min-height: 440px;
  }
  .cid-uR1QZZ9nEn .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uR1QZZ9nEn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uR1QZZ9nEn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uR1QZZ9nEn .carousel,
.cid-uR1QZZ9nEn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uR1QZZ9nEn .item-wrapper {
  width: 100%;
}
.cid-uR1QZZ9nEn .carousel-caption {
  bottom: 40px;
}
.cid-uR1QZZ9nEn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uR1QZZ9nEn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uR1QZZ9nEn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uR1QZZ9nEn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uR1QZZ9nEn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uR1QZZ9nEn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR1QZZ9nEn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR1QZZ9nEn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uR1QZZ9nEn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uR1QZZ9nEn .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-uR1QZZ9nEn .carousel-indicators li.active,
.cid-uR1QZZ9nEn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uR1QZZ9nEn .carousel-indicators li::after,
.cid-uR1QZZ9nEn .carousel-indicators li::before {
  content: none;
}
.cid-uR1QZZ9nEn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uR1QZZ9nEn .carousel-indicators {
    display: none !important;
  }
}
.cid-uR1QZZ9nEn P {
  color: #ba3909;
}
.cid-uR1SdcM33x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/13yellow.webp");
}
.cid-uR1SdcM33x .mbr-section-subtitle {
  text-align: left;
}
.cid-uR2KvkfziZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  /*background-color: #9eccc8;*/background-color: #ffffff;
}
.cid-uR2KvkfziZ .mbr-text {
  text-align: right;
}
.cid-uR1TnuraTO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cover-bg.webp");
}
.cid-uR1TnuraTO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uR1TnuraTO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uR1TnuraTO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9966;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uR1TnuraTO .list {
  color: #232323;
}
.cid-uR1UoGB01y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e47349;
  overflow: hidden;
}
