.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #40b0bf !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: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #40b0bf;
  color: #40b0bf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #40b0bf !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: #266a73 !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: #40b0bf;
}
.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: #40b0bf;
  border-color: #40b0bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #40b0bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0d8df;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  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: #40b0bf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  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: #40b0bf;
}
/* 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: #40b0bf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #40b0bf;
}
.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: #40b0bf;
  border-bottom-color: #40b0bf;
}
.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: #40b0bf !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='%2340b0bf' %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-ua2TZEAx6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ua2TZEAx6Q nav.navbar {
  position: fixed;
}
.cid-ua2TZEAx6Q .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-ua2TZEAx6Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ua2TZEAx6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ua2TZEAx6Q .dropdown-item:hover,
.cid-ua2TZEAx6Q .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-ua2TZEAx6Q .dropdown-item:hover span {
  color: white;
}
.cid-ua2TZEAx6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ua2TZEAx6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ua2TZEAx6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ua2TZEAx6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ua2TZEAx6Q .nav-link {
  position: relative;
}
.cid-ua2TZEAx6Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ua2TZEAx6Q .container {
    flex-wrap: nowrap;
  }
}
.cid-ua2TZEAx6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ua2TZEAx6Q .dropdown-menu,
.cid-ua2TZEAx6Q .navbar.opened {
  background: #bbbbbb !important;
}
.cid-ua2TZEAx6Q .nav-item:focus,
.cid-ua2TZEAx6Q .nav-link:focus {
  outline: none;
}
.cid-ua2TZEAx6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua2TZEAx6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua2TZEAx6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua2TZEAx6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua2TZEAx6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ua2TZEAx6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ua2TZEAx6Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-ua2TZEAx6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ua2TZEAx6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua2TZEAx6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-ua2TZEAx6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua2TZEAx6Q .navbar.collapsed {
  justify-content: center;
}
.cid-ua2TZEAx6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ua2TZEAx6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua2TZEAx6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-ua2TZEAx6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua2TZEAx6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua2TZEAx6Q .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-ua2TZEAx6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua2TZEAx6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ua2TZEAx6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ua2TZEAx6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua2TZEAx6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua2TZEAx6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua2TZEAx6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua2TZEAx6Q .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-ua2TZEAx6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ua2TZEAx6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua2TZEAx6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua2TZEAx6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ua2TZEAx6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua2TZEAx6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ua2TZEAx6Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ua2TZEAx6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ua2TZEAx6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ua2TZEAx6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ua2TZEAx6Q .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-ua2TZEAx6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua2TZEAx6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua2TZEAx6Q .dropdown-item.active,
.cid-ua2TZEAx6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ua2TZEAx6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua2TZEAx6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua2TZEAx6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua2TZEAx6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-ua2TZEAx6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ua2TZEAx6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua2TZEAx6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua2TZEAx6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ua2TZEAx6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ua2TZEAx6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-ua2TZEAx6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua2TZEAx6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua2TZEAx6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua2TZEAx6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua2TZEAx6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua2TZEAx6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua2TZEAx6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua2TZEAx6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua2TZEAx6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ua2TZEAx6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua2TZEAx6Q .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-ua2TZEAx6Q .navbar {
    height: 70px;
  }
  .cid-ua2TZEAx6Q .navbar.opened {
    height: auto;
  }
  .cid-ua2TZEAx6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaH8YOge03 {
  background-image: url("../../../assets/images/img-20230502-192407-2000x1125.webp");
}
.cid-uaH8YOge03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaH8YOge03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaH8YOge03 .mbr-section-title {
  text-align: right;
  color: #40b0bf;
}
.cid-uaHa3ste0Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaHa3ste0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaHa3ste0Z .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-uaHa3ste0Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaHa3ste0Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaHa3ste0Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaHcQOhikD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaHcQOhikD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaHcQOhikD .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-uaHcQOhikD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaHcQOhikD .row {
  flex-direction: row-reverse;
}
.cid-uaHcQOhikD img {
  width: 100%;
}
.cid-uaGK0q7oYl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaGK0q7oYl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaGK0q7oYl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaGK0q7oYl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaGK0q7oYl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaGK0q7oYl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaGK0q7oYl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaGK0q7oYl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaGK0q7oYl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaGK0q7oYl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaGK0q7oYl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaGK0q7oYl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaGK0q7oYl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaGK0q7oYl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaGK0q7oYl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaGK0q7oYl .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaGK0q7oYl foot-menu-item {
  text-align: right;
}
.cid-uaGSFsXu8Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGSFsXu8Y nav.navbar {
  position: fixed;
}
.cid-uaGSFsXu8Y .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-uaGSFsXu8Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGSFsXu8Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGSFsXu8Y .dropdown-item:hover,
.cid-uaGSFsXu8Y .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaGSFsXu8Y .dropdown-item:hover span {
  color: white;
}
.cid-uaGSFsXu8Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGSFsXu8Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGSFsXu8Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaGSFsXu8Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGSFsXu8Y .nav-link {
  position: relative;
}
.cid-uaGSFsXu8Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaGSFsXu8Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uaGSFsXu8Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaGSFsXu8Y .dropdown-menu,
.cid-uaGSFsXu8Y .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaGSFsXu8Y .nav-item:focus,
.cid-uaGSFsXu8Y .nav-link:focus {
  outline: none;
}
.cid-uaGSFsXu8Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGSFsXu8Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGSFsXu8Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGSFsXu8Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGSFsXu8Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGSFsXu8Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGSFsXu8Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaGSFsXu8Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGSFsXu8Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGSFsXu8Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGSFsXu8Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGSFsXu8Y .navbar.collapsed {
  justify-content: center;
}
.cid-uaGSFsXu8Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGSFsXu8Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGSFsXu8Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaGSFsXu8Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGSFsXu8Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGSFsXu8Y .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-uaGSFsXu8Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGSFsXu8Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGSFsXu8Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGSFsXu8Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGSFsXu8Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGSFsXu8Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGSFsXu8Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGSFsXu8Y .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-uaGSFsXu8Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGSFsXu8Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGSFsXu8Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGSFsXu8Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGSFsXu8Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGSFsXu8Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaGSFsXu8Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaGSFsXu8Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGSFsXu8Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGSFsXu8Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGSFsXu8Y .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-uaGSFsXu8Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGSFsXu8Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGSFsXu8Y .dropdown-item.active,
.cid-uaGSFsXu8Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGSFsXu8Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGSFsXu8Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGSFsXu8Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGSFsXu8Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaGSFsXu8Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGSFsXu8Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGSFsXu8Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGSFsXu8Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGSFsXu8Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGSFsXu8Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaGSFsXu8Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGSFsXu8Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGSFsXu8Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGSFsXu8Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGSFsXu8Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGSFsXu8Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGSFsXu8Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGSFsXu8Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGSFsXu8Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGSFsXu8Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGSFsXu8Y .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-uaGSFsXu8Y .navbar {
    height: 70px;
  }
  .cid-uaGSFsXu8Y .navbar.opened {
    height: auto;
  }
  .cid-uaGSFsXu8Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaGSFtg4yi {
  background-image: url("../../../assets/images/20240325-113558-2000x1500.webp");
}
.cid-uaGSFtg4yi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGSFtg4yi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGSFtg4yi .mbr-section-title {
  color: #2299aa;
}
.cid-uaH3p8xmiX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uaH3p8xmiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaH3p8xmiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaH3p8xmiX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uaH3p8xmiX .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uaH3p8xmiX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaH3p8xmiX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-uaH3p8xmiX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uaH3p8xmiX .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-uaH3p8xmiX .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uaH3p8xmiX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uaH3p8xmiX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaH3p8xmiX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uaGSFweX70 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaGSFweX70 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaGSFweX70 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaGSFweX70 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaGSFweX70 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaGSFweX70 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaGSFweX70 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaGSFweX70 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaGSFweX70 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaGSFweX70 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaGSFweX70 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaGSFweX70 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaGSFweX70 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaGSFweX70 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaGSFweX70 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaGSFweX70 .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaGSFweX70 foot-menu-item {
  text-align: right;
}
.cid-uaGSx8rDLU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGSx8rDLU nav.navbar {
  position: fixed;
}
.cid-uaGSx8rDLU .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-uaGSx8rDLU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGSx8rDLU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGSx8rDLU .dropdown-item:hover,
.cid-uaGSx8rDLU .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaGSx8rDLU .dropdown-item:hover span {
  color: white;
}
.cid-uaGSx8rDLU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGSx8rDLU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGSx8rDLU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaGSx8rDLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGSx8rDLU .nav-link {
  position: relative;
}
.cid-uaGSx8rDLU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaGSx8rDLU .container {
    flex-wrap: nowrap;
  }
}
.cid-uaGSx8rDLU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaGSx8rDLU .dropdown-menu,
.cid-uaGSx8rDLU .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaGSx8rDLU .nav-item:focus,
.cid-uaGSx8rDLU .nav-link:focus {
  outline: none;
}
.cid-uaGSx8rDLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGSx8rDLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGSx8rDLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGSx8rDLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGSx8rDLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGSx8rDLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGSx8rDLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaGSx8rDLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGSx8rDLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGSx8rDLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGSx8rDLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGSx8rDLU .navbar.collapsed {
  justify-content: center;
}
.cid-uaGSx8rDLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGSx8rDLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGSx8rDLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaGSx8rDLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGSx8rDLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGSx8rDLU .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-uaGSx8rDLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGSx8rDLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGSx8rDLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGSx8rDLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGSx8rDLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGSx8rDLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGSx8rDLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGSx8rDLU .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-uaGSx8rDLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGSx8rDLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGSx8rDLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGSx8rDLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGSx8rDLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGSx8rDLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaGSx8rDLU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaGSx8rDLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGSx8rDLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGSx8rDLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGSx8rDLU .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-uaGSx8rDLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGSx8rDLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGSx8rDLU .dropdown-item.active,
.cid-uaGSx8rDLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGSx8rDLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGSx8rDLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGSx8rDLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGSx8rDLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaGSx8rDLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGSx8rDLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGSx8rDLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGSx8rDLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGSx8rDLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGSx8rDLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaGSx8rDLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGSx8rDLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGSx8rDLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGSx8rDLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGSx8rDLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGSx8rDLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGSx8rDLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGSx8rDLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGSx8rDLU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGSx8rDLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGSx8rDLU .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-uaGSx8rDLU .navbar {
    height: 70px;
  }
  .cid-uaGSx8rDLU .navbar.opened {
    height: auto;
  }
  .cid-uaGSx8rDLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaGSx8OqWJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20240325-113558-2000x1500.webp");
}
.cid-uaGSx8OqWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGSx8OqWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGSx8OqWJ .mbr-section-title {
  color: #2299aa;
}
.cid-uhM1liexmL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhM1liexmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhM1liexmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhM1liexmL .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uhM1liexmL .mbr-section-title,
.cid-uhM1liexmL .mbr-section-subtitle {
  text-align: center;
}
.cid-uhM1liexmL .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uhM1liexmL .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uhM1liexmL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uhM1liexmL .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uhM1liexmL .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhM1liexmL .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uhMrwea0Nh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhMrwea0Nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMrwea0Nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhMrwea0Nh .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uhMrwea0Nh .mbr-section-title,
.cid-uhMrwea0Nh .mbr-section-subtitle {
  text-align: center;
}
.cid-uhMrwea0Nh .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uhMrwea0Nh .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uhMrwea0Nh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uhMrwea0Nh .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uhMrwea0Nh .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhMrwea0Nh .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v74I2KpYvc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v74I2KpYvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v74I2KpYvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v74I2KpYvc .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v74I2KpYvc .mbr-section-title,
.cid-v74I2KpYvc .mbr-section-subtitle {
  text-align: center;
}
.cid-v74I2KpYvc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v74I2KpYvc .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-v74I2KpYvc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v74I2KpYvc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v74I2KpYvc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v74I2KpYvc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uaH1RfFqrA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaH1RfFqrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaH1RfFqrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaH1RfFqrA .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uaH1RfFqrA .item .icon-wrap {
  text-align: center;
}
.cid-uaH1RfFqrA .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uaH1RfFqrA .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #40b0bf;
}
.cid-uaH1RfFqrA .item.first:before {
  display: none;
}
.cid-uaH1RfFqrA .item.five:before {
  display: none;
}
.cid-uaH1RfFqrA .icon-box {
  background: #40b0bf;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uaH1RfFqrA .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uaH1RfFqrA .mbr-iconfont {
  color: #40b0bf !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uaH1RfFqrA .item:before {
    display: none;
  }
  .cid-uaH1RfFqrA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaGSxcndF9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaGSxcndF9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaGSxcndF9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaGSxcndF9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaGSxcndF9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaGSxcndF9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaGSxcndF9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaGSxcndF9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaGSxcndF9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaGSxcndF9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaGSxcndF9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaGSxcndF9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaGSxcndF9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaGSxcndF9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaGSxcndF9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaGSxcndF9 .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaGSxcndF9 foot-menu-item {
  text-align: right;
}
.cid-uaGSJf3K4U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGSJf3K4U nav.navbar {
  position: fixed;
}
.cid-uaGSJf3K4U .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-uaGSJf3K4U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGSJf3K4U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGSJf3K4U .dropdown-item:hover,
.cid-uaGSJf3K4U .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaGSJf3K4U .dropdown-item:hover span {
  color: white;
}
.cid-uaGSJf3K4U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGSJf3K4U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGSJf3K4U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaGSJf3K4U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGSJf3K4U .nav-link {
  position: relative;
}
.cid-uaGSJf3K4U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaGSJf3K4U .container {
    flex-wrap: nowrap;
  }
}
.cid-uaGSJf3K4U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaGSJf3K4U .dropdown-menu,
.cid-uaGSJf3K4U .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaGSJf3K4U .nav-item:focus,
.cid-uaGSJf3K4U .nav-link:focus {
  outline: none;
}
.cid-uaGSJf3K4U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGSJf3K4U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGSJf3K4U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGSJf3K4U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGSJf3K4U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGSJf3K4U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGSJf3K4U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaGSJf3K4U .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGSJf3K4U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGSJf3K4U .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGSJf3K4U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGSJf3K4U .navbar.collapsed {
  justify-content: center;
}
.cid-uaGSJf3K4U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGSJf3K4U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGSJf3K4U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaGSJf3K4U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGSJf3K4U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGSJf3K4U .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-uaGSJf3K4U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGSJf3K4U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGSJf3K4U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGSJf3K4U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGSJf3K4U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGSJf3K4U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGSJf3K4U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGSJf3K4U .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-uaGSJf3K4U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGSJf3K4U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGSJf3K4U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGSJf3K4U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGSJf3K4U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGSJf3K4U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaGSJf3K4U .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaGSJf3K4U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGSJf3K4U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGSJf3K4U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGSJf3K4U .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-uaGSJf3K4U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGSJf3K4U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGSJf3K4U .dropdown-item.active,
.cid-uaGSJf3K4U .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGSJf3K4U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGSJf3K4U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGSJf3K4U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGSJf3K4U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaGSJf3K4U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGSJf3K4U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGSJf3K4U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGSJf3K4U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGSJf3K4U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGSJf3K4U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaGSJf3K4U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGSJf3K4U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGSJf3K4U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGSJf3K4U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGSJf3K4U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGSJf3K4U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGSJf3K4U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGSJf3K4U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGSJf3K4U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGSJf3K4U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGSJf3K4U .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-uaGSJf3K4U .navbar {
    height: 70px;
  }
  .cid-uaGSJf3K4U .navbar.opened {
    height: auto;
  }
  .cid-uaGSJf3K4U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaGSJfrfWA {
  background-image: url("../../../assets/images/20240325-113558-2000x1500.webp");
}
.cid-uaGSJfrfWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGSJfrfWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGSJfrfWA .mbr-section-title {
  color: #2299aa;
}
.cid-uaHfqBJpBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaHfqBJpBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaHfqBJpBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaHfqBJpBH .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uaHfqBJpBH .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uaHfqBJpBH .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaHfqBJpBH .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uaHfqBJpBH .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #40b0bf;
}
.cid-uaGSJiZc04 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaGSJiZc04 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaGSJiZc04 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaGSJiZc04 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaGSJiZc04 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaGSJiZc04 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaGSJiZc04 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaGSJiZc04 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaGSJiZc04 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaGSJiZc04 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaGSJiZc04 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaGSJiZc04 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaGSJiZc04 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaGSJiZc04 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaGSJiZc04 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaGSJiZc04 .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaGSJiZc04 foot-menu-item {
  text-align: right;
}
.cid-uaL3PCl49i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaL3PCl49i nav.navbar {
  position: fixed;
}
.cid-uaL3PCl49i .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-uaL3PCl49i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaL3PCl49i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaL3PCl49i .dropdown-item:hover,
.cid-uaL3PCl49i .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaL3PCl49i .dropdown-item:hover span {
  color: white;
}
.cid-uaL3PCl49i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaL3PCl49i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaL3PCl49i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaL3PCl49i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaL3PCl49i .nav-link {
  position: relative;
}
.cid-uaL3PCl49i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaL3PCl49i .container {
    flex-wrap: nowrap;
  }
}
.cid-uaL3PCl49i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaL3PCl49i .dropdown-menu,
.cid-uaL3PCl49i .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaL3PCl49i .nav-item:focus,
.cid-uaL3PCl49i .nav-link:focus {
  outline: none;
}
.cid-uaL3PCl49i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaL3PCl49i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaL3PCl49i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaL3PCl49i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaL3PCl49i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaL3PCl49i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaL3PCl49i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaL3PCl49i .navbar.opened {
  transition: all 0.3s;
}
.cid-uaL3PCl49i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaL3PCl49i .navbar .navbar-logo img {
  width: auto;
}
.cid-uaL3PCl49i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaL3PCl49i .navbar.collapsed {
  justify-content: center;
}
.cid-uaL3PCl49i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaL3PCl49i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaL3PCl49i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaL3PCl49i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaL3PCl49i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaL3PCl49i .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-uaL3PCl49i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaL3PCl49i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaL3PCl49i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaL3PCl49i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaL3PCl49i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaL3PCl49i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaL3PCl49i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaL3PCl49i .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-uaL3PCl49i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaL3PCl49i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaL3PCl49i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaL3PCl49i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaL3PCl49i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaL3PCl49i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaL3PCl49i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaL3PCl49i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaL3PCl49i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaL3PCl49i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaL3PCl49i .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-uaL3PCl49i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaL3PCl49i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaL3PCl49i .dropdown-item.active,
.cid-uaL3PCl49i .dropdown-item:active {
  background-color: transparent;
}
.cid-uaL3PCl49i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaL3PCl49i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaL3PCl49i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaL3PCl49i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaL3PCl49i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaL3PCl49i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaL3PCl49i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaL3PCl49i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaL3PCl49i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaL3PCl49i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaL3PCl49i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaL3PCl49i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaL3PCl49i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaL3PCl49i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaL3PCl49i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaL3PCl49i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaL3PCl49i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaL3PCl49i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaL3PCl49i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaL3PCl49i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaL3PCl49i .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-uaL3PCl49i .navbar {
    height: 70px;
  }
  .cid-uaL3PCl49i .navbar.opened {
    height: auto;
  }
  .cid-uaL3PCl49i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaL3PCPMtc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20240325-113558-2000x1500.webp");
}
.cid-uaL3PCPMtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaL3PCPMtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaL3PCPMtc .mbr-section-title {
  color: #2299aa;
}
.cid-vcxuyfLiCb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcxuyfLiCb img,
.cid-vcxuyfLiCb .item-img {
  width: 100%;
}
.cid-vcxuyfLiCb .item:focus,
.cid-vcxuyfLiCb span:focus {
  outline: none;
}
.cid-vcxuyfLiCb .item-wrapper {
  position: relative;
}
.cid-vcxuyfLiCb .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcxuyfLiCb .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcxuyfLiCb .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcxuyfLiCb .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcxuyfLiCb .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcxuyfLiCb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcxuyfLiCb .mbr-section-title {
  color: #232323;
}
.cid-vcxuyfLiCb .mbr-text,
.cid-vcxuyfLiCb .mbr-section-btn {
  text-align: left;
}
.cid-vcxuyfLiCb .item-title {
  text-align: left;
}
.cid-vcxuyfLiCb .item-subtitle {
  text-align: left;
}
.cid-vcxuyfLiCb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vcxuyfLiCb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcxuyfLiCb .embla__button--next,
.cid-vcxuyfLiCb .embla__button--prev {
  display: flex;
}
.cid-vcxuyfLiCb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vcxuyfLiCb .embla__button {
    display: none;
  }
}
.cid-vcxuyfLiCb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcxuyfLiCb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcxuyfLiCb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxuyfLiCb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcxuyfLiCb .embla__button {
    top: auto;
  }
}
.cid-vcxuyfLiCb .embla {
  position: relative;
  width: 100%;
}
.cid-vcxuyfLiCb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcxuyfLiCb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcxuyfLiCb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcxuyfLiCb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcxwXGPMTj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcxwXGPMTj img,
.cid-vcxwXGPMTj .item-img {
  width: 100%;
}
.cid-vcxwXGPMTj .item:focus,
.cid-vcxwXGPMTj span:focus {
  outline: none;
}
.cid-vcxwXGPMTj .item-wrapper {
  position: relative;
}
.cid-vcxwXGPMTj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcxwXGPMTj .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcxwXGPMTj .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcxwXGPMTj .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcxwXGPMTj .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcxwXGPMTj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcxwXGPMTj .mbr-section-title {
  color: #232323;
}
.cid-vcxwXGPMTj .mbr-text,
.cid-vcxwXGPMTj .mbr-section-btn {
  text-align: left;
}
.cid-vcxwXGPMTj .item-title {
  text-align: left;
}
.cid-vcxwXGPMTj .item-subtitle {
  text-align: left;
}
.cid-vcxwXGPMTj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vcxwXGPMTj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcxwXGPMTj .embla__button--next,
.cid-vcxwXGPMTj .embla__button--prev {
  display: flex;
}
.cid-vcxwXGPMTj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vcxwXGPMTj .embla__button {
    display: none;
  }
}
.cid-vcxwXGPMTj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcxwXGPMTj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcxwXGPMTj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxwXGPMTj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcxwXGPMTj .embla__button {
    top: auto;
  }
}
.cid-vcxwXGPMTj .embla {
  position: relative;
  width: 100%;
}
.cid-vcxwXGPMTj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcxwXGPMTj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcxwXGPMTj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcxwXGPMTj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcxG5lQUHa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcxG5lQUHa img,
.cid-vcxG5lQUHa .item-img {
  width: 100%;
}
.cid-vcxG5lQUHa .item:focus,
.cid-vcxG5lQUHa span:focus {
  outline: none;
}
.cid-vcxG5lQUHa .item-wrapper {
  position: relative;
}
.cid-vcxG5lQUHa .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcxG5lQUHa .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcxG5lQUHa .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcxG5lQUHa .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcxG5lQUHa .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcxG5lQUHa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcxG5lQUHa .mbr-section-title {
  color: #232323;
}
.cid-vcxG5lQUHa .mbr-text,
.cid-vcxG5lQUHa .mbr-section-btn {
  text-align: left;
}
.cid-vcxG5lQUHa .item-title {
  text-align: left;
}
.cid-vcxG5lQUHa .item-subtitle {
  text-align: left;
}
.cid-vcxG5lQUHa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vcxG5lQUHa .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcxG5lQUHa .embla__button--next,
.cid-vcxG5lQUHa .embla__button--prev {
  display: flex;
}
.cid-vcxG5lQUHa .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vcxG5lQUHa .embla__button {
    display: none;
  }
}
.cid-vcxG5lQUHa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcxG5lQUHa .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcxG5lQUHa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxG5lQUHa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcxG5lQUHa .embla__button {
    top: auto;
  }
}
.cid-vcxG5lQUHa .embla {
  position: relative;
  width: 100%;
}
.cid-vcxG5lQUHa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcxG5lQUHa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcxG5lQUHa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcxG5lQUHa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uaL3PEIFnm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaL3PEIFnm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaL3PEIFnm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaL3PEIFnm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaL3PEIFnm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaL3PEIFnm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaL3PEIFnm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaL3PEIFnm .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaL3PEIFnm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaL3PEIFnm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaL3PEIFnm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaL3PEIFnm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaL3PEIFnm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaL3PEIFnm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaL3PEIFnm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaL3PEIFnm .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaL3PEIFnm foot-menu-item {
  text-align: right;
}
.cid-ueTtex3F3m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ueTtex3F3m nav.navbar {
  position: fixed;
}
.cid-ueTtex3F3m .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-ueTtex3F3m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueTtex3F3m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueTtex3F3m .dropdown-item:hover,
.cid-ueTtex3F3m .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-ueTtex3F3m .dropdown-item:hover span {
  color: white;
}
.cid-ueTtex3F3m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueTtex3F3m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueTtex3F3m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueTtex3F3m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueTtex3F3m .nav-link {
  position: relative;
}
.cid-ueTtex3F3m .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ueTtex3F3m .container {
    flex-wrap: nowrap;
  }
}
.cid-ueTtex3F3m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueTtex3F3m .dropdown-menu,
.cid-ueTtex3F3m .navbar.opened {
  background: #bbbbbb !important;
}
.cid-ueTtex3F3m .nav-item:focus,
.cid-ueTtex3F3m .nav-link:focus {
  outline: none;
}
.cid-ueTtex3F3m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueTtex3F3m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueTtex3F3m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueTtex3F3m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueTtex3F3m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueTtex3F3m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueTtex3F3m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-ueTtex3F3m .navbar.opened {
  transition: all 0.3s;
}
.cid-ueTtex3F3m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueTtex3F3m .navbar .navbar-logo img {
  width: auto;
}
.cid-ueTtex3F3m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueTtex3F3m .navbar.collapsed {
  justify-content: center;
}
.cid-ueTtex3F3m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueTtex3F3m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueTtex3F3m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-ueTtex3F3m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueTtex3F3m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueTtex3F3m .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-ueTtex3F3m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueTtex3F3m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueTtex3F3m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueTtex3F3m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueTtex3F3m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueTtex3F3m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueTtex3F3m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueTtex3F3m .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-ueTtex3F3m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueTtex3F3m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueTtex3F3m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueTtex3F3m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueTtex3F3m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueTtex3F3m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ueTtex3F3m .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ueTtex3F3m .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueTtex3F3m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueTtex3F3m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueTtex3F3m .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-ueTtex3F3m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueTtex3F3m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueTtex3F3m .dropdown-item.active,
.cid-ueTtex3F3m .dropdown-item:active {
  background-color: transparent;
}
.cid-ueTtex3F3m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueTtex3F3m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueTtex3F3m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueTtex3F3m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-ueTtex3F3m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueTtex3F3m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueTtex3F3m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueTtex3F3m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueTtex3F3m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueTtex3F3m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-ueTtex3F3m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueTtex3F3m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueTtex3F3m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueTtex3F3m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueTtex3F3m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueTtex3F3m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueTtex3F3m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueTtex3F3m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueTtex3F3m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueTtex3F3m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueTtex3F3m .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-ueTtex3F3m .navbar {
    height: 70px;
  }
  .cid-ueTtex3F3m .navbar.opened {
    height: auto;
  }
  .cid-ueTtex3F3m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueTtexkNtB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20240325-113558-2000x1500.webp");
}
.cid-ueTtexkNtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueTtexkNtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueTtexkNtB .mbr-section-title {
  color: #2299aa;
}
.cid-ueTtexkNtB .mbr-text,
.cid-ueTtexkNtB .mbr-section-btn {
  color: #2299aa;
  text-align: center;
}
.cid-ueTJT9STlJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueTJT9STlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueTJT9STlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueTJT9STlJ .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-ueTJT9STlJ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueTJT9STlJ .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-ueTJT9STlJ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ueTJT9STlJ .row .row {
    flex-direction: column-reverse;
  }
  .cid-ueTJT9STlJ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueTJT9STlJ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueTJT9STlJ .card-subtitle {
  color: #0095ff;
}
.cid-ueTJT9STlJ .mbr-text {
  color: #555555;
}
.cid-v78UkJZckG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v78UkJZckG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v78UkJZckG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v78UkJZckG .video-wrapper iframe {
  width: 100%;
}
.cid-v78UkJZckG .mbr-section-title,
.cid-v78UkJZckG .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v78UkJZckG .text-wrapper {
    padding: 2rem;
  }
}
.cid-v78T3dUvQ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v78T3dUvQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v78T3dUvQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v78T3dUvQ8 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-v78T3dUvQ8 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v78T3dUvQ8 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-v78T3dUvQ8 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v78T3dUvQ8 .row .row {
    flex-direction: column-reverse;
  }
  .cid-v78T3dUvQ8 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v78T3dUvQ8 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v78T3dUvQ8 .card-subtitle {
  color: #0095ff;
}
.cid-v78T3dUvQ8 .mbr-text {
  color: #555555;
}
.cid-uhR2429QgJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhR2429QgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhR2429QgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhR2429QgJ .row {
  flex-direction: row-reverse;
}
.cid-uhR2429QgJ .video-wrapper iframe {
  width: 100%;
}
.cid-uhR2429QgJ .mbr-section-title,
.cid-uhR2429QgJ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhR2429QgJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueTteyniNa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-ueTteyniNa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ueTteyniNa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ueTteyniNa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ueTteyniNa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ueTteyniNa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ueTteyniNa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ueTteyniNa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ueTteyniNa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ueTteyniNa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ueTteyniNa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ueTteyniNa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueTteyniNa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ueTteyniNa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ueTteyniNa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ueTteyniNa .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-ueTteyniNa foot-menu-item {
  text-align: right;
}
.cid-uhMsQ1Si6l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhMsQ1Si6l nav.navbar {
  position: fixed;
}
.cid-uhMsQ1Si6l .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-uhMsQ1Si6l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhMsQ1Si6l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhMsQ1Si6l .dropdown-item:hover,
.cid-uhMsQ1Si6l .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uhMsQ1Si6l .dropdown-item:hover span {
  color: white;
}
.cid-uhMsQ1Si6l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhMsQ1Si6l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhMsQ1Si6l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhMsQ1Si6l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhMsQ1Si6l .nav-link {
  position: relative;
}
.cid-uhMsQ1Si6l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhMsQ1Si6l .container {
    flex-wrap: nowrap;
  }
}
.cid-uhMsQ1Si6l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhMsQ1Si6l .dropdown-menu,
.cid-uhMsQ1Si6l .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uhMsQ1Si6l .nav-item:focus,
.cid-uhMsQ1Si6l .nav-link:focus {
  outline: none;
}
.cid-uhMsQ1Si6l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhMsQ1Si6l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhMsQ1Si6l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhMsQ1Si6l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhMsQ1Si6l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhMsQ1Si6l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhMsQ1Si6l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uhMsQ1Si6l .navbar.opened {
  transition: all 0.3s;
}
.cid-uhMsQ1Si6l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhMsQ1Si6l .navbar .navbar-logo img {
  width: auto;
}
.cid-uhMsQ1Si6l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhMsQ1Si6l .navbar.collapsed {
  justify-content: center;
}
.cid-uhMsQ1Si6l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhMsQ1Si6l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhMsQ1Si6l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uhMsQ1Si6l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhMsQ1Si6l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhMsQ1Si6l .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-uhMsQ1Si6l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhMsQ1Si6l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhMsQ1Si6l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhMsQ1Si6l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhMsQ1Si6l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhMsQ1Si6l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhMsQ1Si6l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhMsQ1Si6l .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-uhMsQ1Si6l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhMsQ1Si6l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhMsQ1Si6l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhMsQ1Si6l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhMsQ1Si6l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhMsQ1Si6l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhMsQ1Si6l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhMsQ1Si6l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhMsQ1Si6l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhMsQ1Si6l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhMsQ1Si6l .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-uhMsQ1Si6l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhMsQ1Si6l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhMsQ1Si6l .dropdown-item.active,
.cid-uhMsQ1Si6l .dropdown-item:active {
  background-color: transparent;
}
.cid-uhMsQ1Si6l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhMsQ1Si6l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhMsQ1Si6l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhMsQ1Si6l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uhMsQ1Si6l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhMsQ1Si6l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhMsQ1Si6l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhMsQ1Si6l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhMsQ1Si6l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhMsQ1Si6l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uhMsQ1Si6l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhMsQ1Si6l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhMsQ1Si6l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhMsQ1Si6l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhMsQ1Si6l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhMsQ1Si6l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhMsQ1Si6l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhMsQ1Si6l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhMsQ1Si6l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhMsQ1Si6l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhMsQ1Si6l .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-uhMsQ1Si6l .navbar {
    height: 70px;
  }
  .cid-uhMsQ1Si6l .navbar.opened {
    height: auto;
  }
  .cid-uhMsQ1Si6l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhMsQ2gxHZ {
  background-image: url("../../../assets/images/storieson2wheels-24-pueblos-blancos-2-2000x1126.webp");
}
.cid-uhMsQ2gxHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMsQ2gxHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhMsQ2gxHZ .mbr-section-title {
  color: #2299aa;
}
.cid-uhMsQ2gxHZ .mbr-section-subtitle {
  color: #2299aa;
}
.cid-uhMumtRtXO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhMumtRtXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMumtRtXO .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-uhMumtRtXO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhMumtRtXO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhMumtRtXO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhMumtRtXO .mbr-text {
  text-align: left;
}
.cid-uhQ5zp5ops {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhQ5zp5ops .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhQ5zp5ops .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-uhQ5zp5ops .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhQ5zp5ops .row {
  flex-direction: row-reverse;
}
.cid-uhQ5zp5ops img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhQ5zp5ops .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhQbluzCBd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhQbluzCBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhQbluzCBd .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-uhQbluzCBd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhQbluzCBd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhQbluzCBd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhQaBDTYNM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhMsQ5nJmQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhMsQ5nJmQ .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhMsQ5Ets6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uhMsQ5Ets6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhMsQ5Ets6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhMsQ5Ets6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhMsQ5Ets6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhMsQ5Ets6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhMsQ5Ets6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhMsQ5Ets6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhMsQ5Ets6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhMsQ5Ets6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhMsQ5Ets6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhMsQ5Ets6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhMsQ5Ets6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhMsQ5Ets6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhMsQ5Ets6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uhMsQ5Ets6 .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uhMsQ5Ets6 foot-menu-item {
  text-align: right;
}
.cid-uaGUX9xOI0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGUX9xOI0 nav.navbar {
  position: fixed;
}
.cid-uaGUX9xOI0 .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-uaGUX9xOI0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGUX9xOI0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGUX9xOI0 .dropdown-item:hover,
.cid-uaGUX9xOI0 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaGUX9xOI0 .dropdown-item:hover span {
  color: white;
}
.cid-uaGUX9xOI0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGUX9xOI0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGUX9xOI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaGUX9xOI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGUX9xOI0 .nav-link {
  position: relative;
}
.cid-uaGUX9xOI0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaGUX9xOI0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uaGUX9xOI0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaGUX9xOI0 .dropdown-menu,
.cid-uaGUX9xOI0 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaGUX9xOI0 .nav-item:focus,
.cid-uaGUX9xOI0 .nav-link:focus {
  outline: none;
}
.cid-uaGUX9xOI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGUX9xOI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGUX9xOI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGUX9xOI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGUX9xOI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGUX9xOI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGUX9xOI0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaGUX9xOI0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGUX9xOI0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGUX9xOI0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGUX9xOI0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGUX9xOI0 .navbar.collapsed {
  justify-content: center;
}
.cid-uaGUX9xOI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGUX9xOI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGUX9xOI0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaGUX9xOI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGUX9xOI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGUX9xOI0 .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-uaGUX9xOI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGUX9xOI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGUX9xOI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGUX9xOI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGUX9xOI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGUX9xOI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGUX9xOI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGUX9xOI0 .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-uaGUX9xOI0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGUX9xOI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGUX9xOI0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGUX9xOI0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGUX9xOI0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGUX9xOI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaGUX9xOI0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaGUX9xOI0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGUX9xOI0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGUX9xOI0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGUX9xOI0 .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-uaGUX9xOI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGUX9xOI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGUX9xOI0 .dropdown-item.active,
.cid-uaGUX9xOI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGUX9xOI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGUX9xOI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGUX9xOI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGUX9xOI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaGUX9xOI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGUX9xOI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGUX9xOI0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGUX9xOI0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGUX9xOI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGUX9xOI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaGUX9xOI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGUX9xOI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGUX9xOI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGUX9xOI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGUX9xOI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGUX9xOI0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGUX9xOI0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGUX9xOI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGUX9xOI0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGUX9xOI0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGUX9xOI0 .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-uaGUX9xOI0 .navbar {
    height: 70px;
  }
  .cid-uaGUX9xOI0 .navbar.opened {
    height: auto;
  }
  .cid-uaGUX9xOI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaGUX9RWrG {
  background-image: url("../../../assets/images/storieson2wheels-24-finisterra-1-1781x1236.webp");
}
.cid-uaGUX9RWrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGUX9RWrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGUX9RWrG .mbr-section-title {
  color: #2299aa;
}
.cid-uaGUX9RWrG .mbr-section-subtitle {
  color: #2299aa;
}
.cid-uftzatLrGW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uftzatLrGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uftzatLrGW .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-uftzatLrGW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uftzatLrGW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uftzatLrGW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uftzatLrGW .mbr-text {
  text-align: left;
}
.cid-uftzaWdTUa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uftzaWdTUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uftzaWdTUa .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-uftzaWdTUa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uftzaWdTUa .row {
  flex-direction: row-reverse;
}
.cid-uftzaWdTUa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uftzaWdTUa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uftzbtkJTB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uftzbtkJTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uftzbtkJTB .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-uftzbtkJTB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uftzbtkJTB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uftzbtkJTB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uftzc0SnSx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uftzc0SnSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uftzc0SnSx .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-uftzc0SnSx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uftzc0SnSx .row {
  flex-direction: row-reverse;
}
.cid-uftzc0SnSx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uftzc0SnSx .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufHc83bRir {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufHc83bRir .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufHc83bRir .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-ufHc83bRir .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufHc83bRir img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufHc83bRir .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufHfbnfjGs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufHfbnfjGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufHfbnfjGs .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-ufHfbnfjGs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufHfbnfjGs .row {
  flex-direction: row-reverse;
}
.cid-ufHfbnfjGs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufHfbnfjGs .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufHfIWpgXI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaL2w3vPrK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaL2w3vPrK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uaGUXaANNC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaGUXaANNC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaGUXaANNC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaGUXaANNC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaGUXaANNC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaGUXaANNC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaGUXaANNC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaGUXaANNC .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaGUXaANNC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaGUXaANNC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaGUXaANNC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaGUXaANNC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaGUXaANNC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaGUXaANNC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaGUXaANNC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaGUXaANNC .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaGUXaANNC foot-menu-item {
  text-align: right;
}
.cid-uaGxGBOqR5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGxGBOqR5 nav.navbar {
  position: fixed;
}
.cid-uaGxGBOqR5 .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-uaGxGBOqR5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGxGBOqR5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGxGBOqR5 .dropdown-item:hover,
.cid-uaGxGBOqR5 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaGxGBOqR5 .dropdown-item:hover span {
  color: white;
}
.cid-uaGxGBOqR5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGxGBOqR5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGxGBOqR5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaGxGBOqR5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGxGBOqR5 .nav-link {
  position: relative;
}
.cid-uaGxGBOqR5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaGxGBOqR5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uaGxGBOqR5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaGxGBOqR5 .dropdown-menu,
.cid-uaGxGBOqR5 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaGxGBOqR5 .nav-item:focus,
.cid-uaGxGBOqR5 .nav-link:focus {
  outline: none;
}
.cid-uaGxGBOqR5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGxGBOqR5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGxGBOqR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGxGBOqR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGxGBOqR5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGxGBOqR5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGxGBOqR5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaGxGBOqR5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGxGBOqR5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGxGBOqR5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGxGBOqR5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGxGBOqR5 .navbar.collapsed {
  justify-content: center;
}
.cid-uaGxGBOqR5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGxGBOqR5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGxGBOqR5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaGxGBOqR5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGxGBOqR5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGxGBOqR5 .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-uaGxGBOqR5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGxGBOqR5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGxGBOqR5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGxGBOqR5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGxGBOqR5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGxGBOqR5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGxGBOqR5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGxGBOqR5 .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-uaGxGBOqR5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGxGBOqR5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGxGBOqR5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGxGBOqR5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGxGBOqR5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGxGBOqR5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaGxGBOqR5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaGxGBOqR5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGxGBOqR5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGxGBOqR5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGxGBOqR5 .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-uaGxGBOqR5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGxGBOqR5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGxGBOqR5 .dropdown-item.active,
.cid-uaGxGBOqR5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGxGBOqR5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGxGBOqR5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGxGBOqR5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGxGBOqR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaGxGBOqR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGxGBOqR5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGxGBOqR5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGxGBOqR5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGxGBOqR5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGxGBOqR5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaGxGBOqR5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGxGBOqR5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGxGBOqR5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGxGBOqR5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGxGBOqR5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGxGBOqR5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGxGBOqR5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGxGBOqR5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGxGBOqR5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGxGBOqR5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGxGBOqR5 .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-uaGxGBOqR5 .navbar {
    height: 70px;
  }
  .cid-uaGxGBOqR5 .navbar.opened {
    height: auto;
  }
  .cid-uaGxGBOqR5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaGxYWw4gS {
  background-image: url("../../../assets/images/20240325-113558-2000x1500.webp");
}
.cid-uaGxYWw4gS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGxYWw4gS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGxYWw4gS .mbr-section-title {
  color: #2299aa;
}
.cid-uaGzGnfXgO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGzGnfXgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGzGnfXgO .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-uaGzGnfXgO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaGzGnfXgO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaGzGnfXgO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaGAC6MIBm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGAC6MIBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGAC6MIBm .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-uaGAC6MIBm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaGAC6MIBm .row {
  flex-direction: row-reverse;
}
.cid-uaGAC6MIBm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaGAC6MIBm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaGCA6TNwR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGCA6TNwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGCA6TNwR .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-uaGCA6TNwR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaGCA6TNwR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaGCA6TNwR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaGFOwPVw4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGF3gOtuq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGF3gOtuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGF3gOtuq .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-uaGF3gOtuq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaGF3gOtuq .row {
  flex-direction: row-reverse;
}
.cid-uaGF3gOtuq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaGF3gOtuq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaGFp9ApDO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGFp9ApDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGFp9ApDO .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-uaGFp9ApDO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaGFp9ApDO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaGFp9ApDO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaGIPF1aT0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGIPF1aT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGIPF1aT0 .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-uaGIPF1aT0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaGIPF1aT0 .row {
  flex-direction: row-reverse;
}
.cid-uaGIPF1aT0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaGIPF1aT0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaGK3EySYE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGKs5wjeV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGKs5wjeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGKs5wjeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGKs5wjeV .video-wrapper iframe {
  width: 100%;
}
.cid-uaGKs5wjeV .mbr-section-title,
.cid-uaGKs5wjeV .mbr-section-subtitle,
.cid-uaGKs5wjeV .mbr-text {
  text-align: center;
}
.cid-uaGKAGjD3y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGKAGjD3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGKAGjD3y .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-uaGKAGjD3y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaGKAGjD3y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaGKAGjD3y .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaGKxHyEPj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaL27PhcgX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaL27PhcgX .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uaGK0q7oYl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaGK0q7oYl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaGK0q7oYl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaGK0q7oYl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaGK0q7oYl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaGK0q7oYl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaGK0q7oYl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaGK0q7oYl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaGK0q7oYl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaGK0q7oYl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaGK0q7oYl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaGK0q7oYl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaGK0q7oYl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaGK0q7oYl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaGK0q7oYl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaGK0q7oYl .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaGK0q7oYl foot-menu-item {
  text-align: right;
}
.cid-uaL3uey2fR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaL3uey2fR nav.navbar {
  position: fixed;
}
.cid-uaL3uey2fR .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-uaL3uey2fR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaL3uey2fR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaL3uey2fR .dropdown-item:hover,
.cid-uaL3uey2fR .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaL3uey2fR .dropdown-item:hover span {
  color: white;
}
.cid-uaL3uey2fR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaL3uey2fR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaL3uey2fR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaL3uey2fR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaL3uey2fR .nav-link {
  position: relative;
}
.cid-uaL3uey2fR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaL3uey2fR .container {
    flex-wrap: nowrap;
  }
}
.cid-uaL3uey2fR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaL3uey2fR .dropdown-menu,
.cid-uaL3uey2fR .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaL3uey2fR .nav-item:focus,
.cid-uaL3uey2fR .nav-link:focus {
  outline: none;
}
.cid-uaL3uey2fR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaL3uey2fR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaL3uey2fR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaL3uey2fR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaL3uey2fR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaL3uey2fR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaL3uey2fR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaL3uey2fR .navbar.opened {
  transition: all 0.3s;
}
.cid-uaL3uey2fR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaL3uey2fR .navbar .navbar-logo img {
  width: auto;
}
.cid-uaL3uey2fR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaL3uey2fR .navbar.collapsed {
  justify-content: center;
}
.cid-uaL3uey2fR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaL3uey2fR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaL3uey2fR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaL3uey2fR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaL3uey2fR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaL3uey2fR .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-uaL3uey2fR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaL3uey2fR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaL3uey2fR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaL3uey2fR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaL3uey2fR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaL3uey2fR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaL3uey2fR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaL3uey2fR .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-uaL3uey2fR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaL3uey2fR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaL3uey2fR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaL3uey2fR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaL3uey2fR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaL3uey2fR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaL3uey2fR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaL3uey2fR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaL3uey2fR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaL3uey2fR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaL3uey2fR .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-uaL3uey2fR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaL3uey2fR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaL3uey2fR .dropdown-item.active,
.cid-uaL3uey2fR .dropdown-item:active {
  background-color: transparent;
}
.cid-uaL3uey2fR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaL3uey2fR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaL3uey2fR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaL3uey2fR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaL3uey2fR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaL3uey2fR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaL3uey2fR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaL3uey2fR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaL3uey2fR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaL3uey2fR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaL3uey2fR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaL3uey2fR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaL3uey2fR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaL3uey2fR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaL3uey2fR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaL3uey2fR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaL3uey2fR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaL3uey2fR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaL3uey2fR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaL3uey2fR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaL3uey2fR .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-uaL3uey2fR .navbar {
    height: 70px;
  }
  .cid-uaL3uey2fR .navbar.opened {
    height: auto;
  }
  .cid-uaL3uey2fR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaL3ufdO6i {
  background-image: url("../../../assets/images/img-20230502-192407-2000x1125.webp");
}
.cid-uaL3ufdO6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaL3ufdO6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaL3ufdO6i .mbr-section-title {
  color: #2299aa;
}
.cid-uaL3ufdO6i .mbr-section-subtitle {
  color: #2299aa;
}
.cid-ucdmv1x3aJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucdmv1x3aJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdmv1x3aJ .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-ucdmv1x3aJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucdmv1x3aJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucdmv1x3aJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucdmv1x3aJ .mbr-text {
  text-align: left;
}
.cid-ucdmvCaDey {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucdmvCaDey .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdmvCaDey .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-ucdmvCaDey .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucdmvCaDey .row {
  flex-direction: row-reverse;
}
.cid-ucdmvCaDey img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucdmvCaDey .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucdmvZE3lr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucdmvZE3lr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdmvZE3lr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdmvZE3lr .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ucdmvZE3lr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucdmvZE3lr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucdmvZE3lr .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucdmwuNPRp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucdmwuNPRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdmwuNPRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdmwuNPRp .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ucdmwuNPRp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucdmwuNPRp .row {
  flex-direction: row-reverse;
}
.cid-ucdmwuNPRp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucdmwuNPRp .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucdtzc3wIw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucdtzc3wIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdtzc3wIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdtzc3wIw .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ucdtzc3wIw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucdtzc3wIw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucdtzc3wIw .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucdtzc3wIw .mbr-text {
  text-align: left;
}
.cid-ucdtzTGmOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucdtzTGmOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdtzTGmOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdtzTGmOo .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ucdtzTGmOo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucdtzTGmOo .row {
  flex-direction: row-reverse;
}
.cid-ucdtzTGmOo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucdtzTGmOo .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucdtAmophb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucdtAmophb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdtAmophb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdtAmophb .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ucdtAmophb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucdtAmophb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucdtAmophb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucdtB89yUX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucdtB89yUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdtB89yUX .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-ucdtB89yUX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucdtB89yUX .row {
  flex-direction: row-reverse;
}
.cid-ucdtB89yUX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucdtB89yUX .text-wrapper {
    padding: 2rem;
  }
}
.cid-udepYTaEgl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udepYTaEgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-udepYTaEgl .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-udepYTaEgl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udepYTaEgl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udepYTaEgl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaL3ugsok9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaL3ugsok9 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uaL3ugONSp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaL3ugONSp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaL3ugONSp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaL3ugONSp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaL3ugONSp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaL3ugONSp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaL3ugONSp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaL3ugONSp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaL3ugONSp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaL3ugONSp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaL3ugONSp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaL3ugONSp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaL3ugONSp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaL3ugONSp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaL3ugONSp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaL3ugONSp .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaL3ugONSp foot-menu-item {
  text-align: right;
}
.cid-uaL3EFGagR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaL3EFGagR nav.navbar {
  position: fixed;
}
.cid-uaL3EFGagR .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-uaL3EFGagR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaL3EFGagR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaL3EFGagR .dropdown-item:hover,
.cid-uaL3EFGagR .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaL3EFGagR .dropdown-item:hover span {
  color: white;
}
.cid-uaL3EFGagR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaL3EFGagR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaL3EFGagR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaL3EFGagR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaL3EFGagR .nav-link {
  position: relative;
}
.cid-uaL3EFGagR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaL3EFGagR .container {
    flex-wrap: nowrap;
  }
}
.cid-uaL3EFGagR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaL3EFGagR .dropdown-menu,
.cid-uaL3EFGagR .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaL3EFGagR .nav-item:focus,
.cid-uaL3EFGagR .nav-link:focus {
  outline: none;
}
.cid-uaL3EFGagR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaL3EFGagR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaL3EFGagR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaL3EFGagR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaL3EFGagR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaL3EFGagR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaL3EFGagR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaL3EFGagR .navbar.opened {
  transition: all 0.3s;
}
.cid-uaL3EFGagR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaL3EFGagR .navbar .navbar-logo img {
  width: auto;
}
.cid-uaL3EFGagR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaL3EFGagR .navbar.collapsed {
  justify-content: center;
}
.cid-uaL3EFGagR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaL3EFGagR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaL3EFGagR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaL3EFGagR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaL3EFGagR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaL3EFGagR .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-uaL3EFGagR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaL3EFGagR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaL3EFGagR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaL3EFGagR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaL3EFGagR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaL3EFGagR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaL3EFGagR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaL3EFGagR .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-uaL3EFGagR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaL3EFGagR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaL3EFGagR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaL3EFGagR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaL3EFGagR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaL3EFGagR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaL3EFGagR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaL3EFGagR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaL3EFGagR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaL3EFGagR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaL3EFGagR .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-uaL3EFGagR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaL3EFGagR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaL3EFGagR .dropdown-item.active,
.cid-uaL3EFGagR .dropdown-item:active {
  background-color: transparent;
}
.cid-uaL3EFGagR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaL3EFGagR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaL3EFGagR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaL3EFGagR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaL3EFGagR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaL3EFGagR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaL3EFGagR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaL3EFGagR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaL3EFGagR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaL3EFGagR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaL3EFGagR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaL3EFGagR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaL3EFGagR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaL3EFGagR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaL3EFGagR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaL3EFGagR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaL3EFGagR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaL3EFGagR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaL3EFGagR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaL3EFGagR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaL3EFGagR .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-uaL3EFGagR .navbar {
    height: 70px;
  }
  .cid-uaL3EFGagR .navbar.opened {
    height: auto;
  }
  .cid-uaL3EFGagR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaL3EG7YT0 {
  background-image: url("../../../assets/images/storieson2wheels-22-picos-europa-1-2000x1238.webp");
}
.cid-uaL3EG7YT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaL3EG7YT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaL3EG7YT0 .mbr-section-title {
  color: #2299aa;
}
.cid-udeC7WDiNZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udeC7WDiNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udeC7WDiNZ .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-udeC7WDiNZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udeC7WDiNZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udeC7WDiNZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufQBXV2gvm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufQBXV2gvm iframe,
.cid-ufQBXV2gvm img,
.cid-ufQBXV2gvm video {
  width: 100%;
}
.cid-ufQBXV2gvm .mbr-media {
  position: relative;
}
.cid-ufQBXV2gvm .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ufQBXV2gvm .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ufQBXV2gvm .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ufQBXV2gvm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufQBXV2gvm .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ufQBXV2gvm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ufQBXV2gvm .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-ufQBXV2gvm .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufQBXV2gvm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaL3EH42By {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaL3EH42By .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uaL3EHlj0o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaL3EHlj0o .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaL3EHlj0o .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaL3EHlj0o .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaL3EHlj0o .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaL3EHlj0o .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaL3EHlj0o .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaL3EHlj0o .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaL3EHlj0o .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaL3EHlj0o .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaL3EHlj0o .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaL3EHlj0o .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaL3EHlj0o .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaL3EHlj0o .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaL3EHlj0o .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaL3EHlj0o .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaL3EHlj0o foot-menu-item {
  text-align: right;
}
.cid-udezpdtxUJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udezpdtxUJ nav.navbar {
  position: fixed;
}
.cid-udezpdtxUJ .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-udezpdtxUJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udezpdtxUJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udezpdtxUJ .dropdown-item:hover,
.cid-udezpdtxUJ .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-udezpdtxUJ .dropdown-item:hover span {
  color: white;
}
.cid-udezpdtxUJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udezpdtxUJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udezpdtxUJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udezpdtxUJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udezpdtxUJ .nav-link {
  position: relative;
}
.cid-udezpdtxUJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udezpdtxUJ .container {
    flex-wrap: nowrap;
  }
}
.cid-udezpdtxUJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udezpdtxUJ .dropdown-menu,
.cid-udezpdtxUJ .navbar.opened {
  background: #bbbbbb !important;
}
.cid-udezpdtxUJ .nav-item:focus,
.cid-udezpdtxUJ .nav-link:focus {
  outline: none;
}
.cid-udezpdtxUJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udezpdtxUJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udezpdtxUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udezpdtxUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udezpdtxUJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udezpdtxUJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udezpdtxUJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-udezpdtxUJ .navbar.opened {
  transition: all 0.3s;
}
.cid-udezpdtxUJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udezpdtxUJ .navbar .navbar-logo img {
  width: auto;
}
.cid-udezpdtxUJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udezpdtxUJ .navbar.collapsed {
  justify-content: center;
}
.cid-udezpdtxUJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udezpdtxUJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udezpdtxUJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-udezpdtxUJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udezpdtxUJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udezpdtxUJ .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-udezpdtxUJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udezpdtxUJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udezpdtxUJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udezpdtxUJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udezpdtxUJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udezpdtxUJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udezpdtxUJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udezpdtxUJ .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-udezpdtxUJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udezpdtxUJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udezpdtxUJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udezpdtxUJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udezpdtxUJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udezpdtxUJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udezpdtxUJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udezpdtxUJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-udezpdtxUJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udezpdtxUJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udezpdtxUJ .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-udezpdtxUJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udezpdtxUJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udezpdtxUJ .dropdown-item.active,
.cid-udezpdtxUJ .dropdown-item:active {
  background-color: transparent;
}
.cid-udezpdtxUJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udezpdtxUJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udezpdtxUJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udezpdtxUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-udezpdtxUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udezpdtxUJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udezpdtxUJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udezpdtxUJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udezpdtxUJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udezpdtxUJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-udezpdtxUJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udezpdtxUJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udezpdtxUJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udezpdtxUJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udezpdtxUJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udezpdtxUJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udezpdtxUJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udezpdtxUJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udezpdtxUJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udezpdtxUJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udezpdtxUJ .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-udezpdtxUJ .navbar {
    height: 70px;
  }
  .cid-udezpdtxUJ .navbar.opened {
    height: auto;
  }
  .cid-udezpdtxUJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udezpdIWO8 {
  background-image: url("../../../assets/images/img-20210516-wa0006-1920x1440.webp");
}
.cid-udezpdIWO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udezpdIWO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udezpdIWO8 .mbr-section-title {
  color: #2299aa;
}
.cid-uorGilETqJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uorGilETqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorGilETqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorGilETqJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uorGilETqJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uorGilETqJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uorDq3eHVX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uorDq3eHVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorDq3eHVX .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-uorDq3eHVX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uorDq3eHVX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uorDq3eHVX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uorDq3eHVX .mbr-text {
  text-align: left;
}
.cid-uorDqnSyZE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uorDqnSyZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorDqnSyZE .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-uorDqnSyZE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uorDqnSyZE .row {
  flex-direction: row-reverse;
}
.cid-uorDqnSyZE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uorDqnSyZE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uorDqM4qnn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uorDqM4qnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorDqM4qnn .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-uorDqM4qnn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uorDqM4qnn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uorDqM4qnn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uorDrhT0nZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uorDrhT0nZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorDrhT0nZ .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-uorDrhT0nZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uorDrhT0nZ .row {
  flex-direction: row-reverse;
}
.cid-uorDrhT0nZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uorDrhT0nZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoQWY9jNaZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoQWY9jNaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQWY9jNaZ .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-uoQWY9jNaZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoQWY9jNaZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoQWY9jNaZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoQWYFwdmp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoQWYFwdmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQWYFwdmp .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-uoQWYFwdmp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoQWYFwdmp .row {
  flex-direction: row-reverse;
}
.cid-uoQWYFwdmp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoQWYFwdmp .text-wrapper {
    padding: 2rem;
  }
}
.cid-v74IUx80jr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v74IUx80jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v74IUx80jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v74IUx80jr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v74IUx80jr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v74IUx80jr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v74IUx80jr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v74IUx80jr .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-v74IUx80jr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v74IUx80jr .carousel-control,
.cid-v74IUx80jr .close {
  background: #1b1b1b;
}
.cid-v74IUx80jr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v74IUx80jr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v74IUx80jr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v74IUx80jr .carousel-control-next span {
  margin-left: 5px;
}
.cid-v74IUx80jr .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-v74IUx80jr .close::before {
  content: '\e91a';
}
.cid-v74IUx80jr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v74IUx80jr .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-v74IUx80jr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v74IUx80jr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v74IUx80jr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v74IUx80jr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v74IUx80jr .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-v74IUx80jr .carousel-indicators li.active,
.cid-v74IUx80jr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v74IUx80jr .carousel-indicators li::after,
.cid-v74IUx80jr .carousel-indicators li::before {
  content: none;
}
.cid-v74IUx80jr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v74IUx80jr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v74IUx80jr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v74IUx80jr .carousel-indicators {
    display: none;
  }
}
.cid-v74IUx80jr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v74IUx80jr .carousel-inner > .active {
  display: block;
}
.cid-v74IUx80jr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v74IUx80jr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v74IUx80jr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v74IUx80jr .carousel-control,
  .cid-v74IUx80jr .carousel-indicators,
  .cid-v74IUx80jr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v74IUx80jr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v74IUx80jr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v74IUx80jr .carousel-indicators .active,
.cid-v74IUx80jr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v74IUx80jr .carousel-indicators .active {
  background: #fff;
}
.cid-v74IUx80jr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v74IUx80jr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v74IUx80jr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v74IUx80jr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v74IUx80jr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v74IUx80jr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v74IUx80jr .carousel {
  width: 100%;
}
.cid-v74IUx80jr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v74IUx80jr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v74IUx80jr .modal.fade .modal-dialog,
.cid-v74IUx80jr .modal.in .modal-dialog {
  transform: none;
}
.cid-v74IUx80jr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v74IUx80jr H6 {
  text-align: center;
}
.cid-uoQZwwnBAN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoQZwwnBAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQZwwnBAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQZwwnBAN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uoQZwwnBAN .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoQZwwnBAN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uoQZwwnBAN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uoQZwwnBAN .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-uoQZwwnBAN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uoQZwwnBAN .carousel-control,
.cid-uoQZwwnBAN .close {
  background: #1b1b1b;
}
.cid-uoQZwwnBAN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uoQZwwnBAN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uoQZwwnBAN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uoQZwwnBAN .carousel-control-next span {
  margin-left: 5px;
}
.cid-uoQZwwnBAN .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-uoQZwwnBAN .close::before {
  content: '\e91a';
}
.cid-uoQZwwnBAN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoQZwwnBAN .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-uoQZwwnBAN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoQZwwnBAN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoQZwwnBAN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoQZwwnBAN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uoQZwwnBAN .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-uoQZwwnBAN .carousel-indicators li.active,
.cid-uoQZwwnBAN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoQZwwnBAN .carousel-indicators li::after,
.cid-uoQZwwnBAN .carousel-indicators li::before {
  content: none;
}
.cid-uoQZwwnBAN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoQZwwnBAN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uoQZwwnBAN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoQZwwnBAN .carousel-indicators {
    display: none;
  }
}
.cid-uoQZwwnBAN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoQZwwnBAN .carousel-inner > .active {
  display: block;
}
.cid-uoQZwwnBAN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoQZwwnBAN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoQZwwnBAN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uoQZwwnBAN .carousel-control,
  .cid-uoQZwwnBAN .carousel-indicators,
  .cid-uoQZwwnBAN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uoQZwwnBAN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uoQZwwnBAN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoQZwwnBAN .carousel-indicators .active,
.cid-uoQZwwnBAN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uoQZwwnBAN .carousel-indicators .active {
  background: #fff;
}
.cid-uoQZwwnBAN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uoQZwwnBAN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uoQZwwnBAN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoQZwwnBAN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uoQZwwnBAN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uoQZwwnBAN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uoQZwwnBAN .carousel {
  width: 100%;
}
.cid-uoQZwwnBAN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uoQZwwnBAN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uoQZwwnBAN .modal.fade .modal-dialog,
.cid-uoQZwwnBAN .modal.in .modal-dialog {
  transform: none;
}
.cid-uoQZwwnBAN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uoQZwwnBAN H6 {
  text-align: center;
}
.cid-uoR0GvXqA0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoR0GvXqA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR0GvXqA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoR0GvXqA0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uoR0GvXqA0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoR0GvXqA0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uoR0GvXqA0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uoR0GvXqA0 .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-uoR0GvXqA0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uoR0GvXqA0 .carousel-control,
.cid-uoR0GvXqA0 .close {
  background: #1b1b1b;
}
.cid-uoR0GvXqA0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uoR0GvXqA0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uoR0GvXqA0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uoR0GvXqA0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uoR0GvXqA0 .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-uoR0GvXqA0 .close::before {
  content: '\e91a';
}
.cid-uoR0GvXqA0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoR0GvXqA0 .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-uoR0GvXqA0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoR0GvXqA0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoR0GvXqA0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoR0GvXqA0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uoR0GvXqA0 .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-uoR0GvXqA0 .carousel-indicators li.active,
.cid-uoR0GvXqA0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoR0GvXqA0 .carousel-indicators li::after,
.cid-uoR0GvXqA0 .carousel-indicators li::before {
  content: none;
}
.cid-uoR0GvXqA0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoR0GvXqA0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uoR0GvXqA0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoR0GvXqA0 .carousel-indicators {
    display: none;
  }
}
.cid-uoR0GvXqA0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoR0GvXqA0 .carousel-inner > .active {
  display: block;
}
.cid-uoR0GvXqA0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoR0GvXqA0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoR0GvXqA0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uoR0GvXqA0 .carousel-control,
  .cid-uoR0GvXqA0 .carousel-indicators,
  .cid-uoR0GvXqA0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uoR0GvXqA0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uoR0GvXqA0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoR0GvXqA0 .carousel-indicators .active,
.cid-uoR0GvXqA0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uoR0GvXqA0 .carousel-indicators .active {
  background: #fff;
}
.cid-uoR0GvXqA0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uoR0GvXqA0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uoR0GvXqA0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoR0GvXqA0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uoR0GvXqA0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uoR0GvXqA0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uoR0GvXqA0 .carousel {
  width: 100%;
}
.cid-uoR0GvXqA0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uoR0GvXqA0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uoR0GvXqA0 .modal.fade .modal-dialog,
.cid-uoR0GvXqA0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uoR0GvXqA0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uoR0GvXqA0 H6 {
  text-align: center;
}
.cid-uoR0Hfy2aQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoR0Hfy2aQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR0Hfy2aQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoR0Hfy2aQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uoR0Hfy2aQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoR0Hfy2aQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uoR0Hfy2aQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uoR0Hfy2aQ .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-uoR0Hfy2aQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uoR0Hfy2aQ .carousel-control,
.cid-uoR0Hfy2aQ .close {
  background: #1b1b1b;
}
.cid-uoR0Hfy2aQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uoR0Hfy2aQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uoR0Hfy2aQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uoR0Hfy2aQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uoR0Hfy2aQ .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-uoR0Hfy2aQ .close::before {
  content: '\e91a';
}
.cid-uoR0Hfy2aQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoR0Hfy2aQ .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-uoR0Hfy2aQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoR0Hfy2aQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoR0Hfy2aQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoR0Hfy2aQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uoR0Hfy2aQ .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-uoR0Hfy2aQ .carousel-indicators li.active,
.cid-uoR0Hfy2aQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoR0Hfy2aQ .carousel-indicators li::after,
.cid-uoR0Hfy2aQ .carousel-indicators li::before {
  content: none;
}
.cid-uoR0Hfy2aQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoR0Hfy2aQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uoR0Hfy2aQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoR0Hfy2aQ .carousel-indicators {
    display: none;
  }
}
.cid-uoR0Hfy2aQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoR0Hfy2aQ .carousel-inner > .active {
  display: block;
}
.cid-uoR0Hfy2aQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoR0Hfy2aQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoR0Hfy2aQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uoR0Hfy2aQ .carousel-control,
  .cid-uoR0Hfy2aQ .carousel-indicators,
  .cid-uoR0Hfy2aQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uoR0Hfy2aQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uoR0Hfy2aQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoR0Hfy2aQ .carousel-indicators .active,
.cid-uoR0Hfy2aQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uoR0Hfy2aQ .carousel-indicators .active {
  background: #fff;
}
.cid-uoR0Hfy2aQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uoR0Hfy2aQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uoR0Hfy2aQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoR0Hfy2aQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uoR0Hfy2aQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uoR0Hfy2aQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uoR0Hfy2aQ .carousel {
  width: 100%;
}
.cid-uoR0Hfy2aQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uoR0Hfy2aQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uoR0Hfy2aQ .modal.fade .modal-dialog,
.cid-uoR0Hfy2aQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uoR0Hfy2aQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uoR0Hfy2aQ H6 {
  text-align: center;
}
.cid-uoR184VsJ5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoR184VsJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR184VsJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoR184VsJ5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uoR184VsJ5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uoR184VsJ5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uoR184VsJ5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uoR184VsJ5 .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-uoR184VsJ5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uoR184VsJ5 .carousel-control,
.cid-uoR184VsJ5 .close {
  background: #1b1b1b;
}
.cid-uoR184VsJ5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uoR184VsJ5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uoR184VsJ5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uoR184VsJ5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uoR184VsJ5 .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-uoR184VsJ5 .close::before {
  content: '\e91a';
}
.cid-uoR184VsJ5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoR184VsJ5 .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-uoR184VsJ5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoR184VsJ5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoR184VsJ5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoR184VsJ5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uoR184VsJ5 .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-uoR184VsJ5 .carousel-indicators li.active,
.cid-uoR184VsJ5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoR184VsJ5 .carousel-indicators li::after,
.cid-uoR184VsJ5 .carousel-indicators li::before {
  content: none;
}
.cid-uoR184VsJ5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoR184VsJ5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uoR184VsJ5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoR184VsJ5 .carousel-indicators {
    display: none;
  }
}
.cid-uoR184VsJ5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoR184VsJ5 .carousel-inner > .active {
  display: block;
}
.cid-uoR184VsJ5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoR184VsJ5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoR184VsJ5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uoR184VsJ5 .carousel-control,
  .cid-uoR184VsJ5 .carousel-indicators,
  .cid-uoR184VsJ5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uoR184VsJ5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uoR184VsJ5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoR184VsJ5 .carousel-indicators .active,
.cid-uoR184VsJ5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uoR184VsJ5 .carousel-indicators .active {
  background: #fff;
}
.cid-uoR184VsJ5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uoR184VsJ5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uoR184VsJ5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoR184VsJ5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uoR184VsJ5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uoR184VsJ5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uoR184VsJ5 .carousel {
  width: 100%;
}
.cid-uoR184VsJ5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uoR184VsJ5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uoR184VsJ5 .modal.fade .modal-dialog,
.cid-uoR184VsJ5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uoR184VsJ5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uoR184VsJ5 H6 {
  text-align: center;
}
.cid-udezpecy2l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udezpecy2l .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-udezpel1RR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-udezpel1RR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-udezpel1RR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-udezpel1RR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-udezpel1RR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-udezpel1RR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-udezpel1RR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-udezpel1RR .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-udezpel1RR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-udezpel1RR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-udezpel1RR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-udezpel1RR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-udezpel1RR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udezpel1RR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-udezpel1RR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-udezpel1RR .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-udezpel1RR foot-menu-item {
  text-align: right;
}
.cid-uhPnYUBiX0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhPnYUBiX0 nav.navbar {
  position: fixed;
}
.cid-uhPnYUBiX0 .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-uhPnYUBiX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhPnYUBiX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhPnYUBiX0 .dropdown-item:hover,
.cid-uhPnYUBiX0 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uhPnYUBiX0 .dropdown-item:hover span {
  color: white;
}
.cid-uhPnYUBiX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhPnYUBiX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhPnYUBiX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhPnYUBiX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhPnYUBiX0 .nav-link {
  position: relative;
}
.cid-uhPnYUBiX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhPnYUBiX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uhPnYUBiX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhPnYUBiX0 .dropdown-menu,
.cid-uhPnYUBiX0 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uhPnYUBiX0 .nav-item:focus,
.cid-uhPnYUBiX0 .nav-link:focus {
  outline: none;
}
.cid-uhPnYUBiX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhPnYUBiX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhPnYUBiX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhPnYUBiX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhPnYUBiX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhPnYUBiX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhPnYUBiX0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uhPnYUBiX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhPnYUBiX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhPnYUBiX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uhPnYUBiX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhPnYUBiX0 .navbar.collapsed {
  justify-content: center;
}
.cid-uhPnYUBiX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhPnYUBiX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhPnYUBiX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uhPnYUBiX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhPnYUBiX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhPnYUBiX0 .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-uhPnYUBiX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhPnYUBiX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhPnYUBiX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhPnYUBiX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhPnYUBiX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhPnYUBiX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhPnYUBiX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhPnYUBiX0 .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-uhPnYUBiX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhPnYUBiX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhPnYUBiX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhPnYUBiX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhPnYUBiX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhPnYUBiX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhPnYUBiX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhPnYUBiX0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhPnYUBiX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhPnYUBiX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhPnYUBiX0 .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-uhPnYUBiX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhPnYUBiX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhPnYUBiX0 .dropdown-item.active,
.cid-uhPnYUBiX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhPnYUBiX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhPnYUBiX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhPnYUBiX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhPnYUBiX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uhPnYUBiX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhPnYUBiX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhPnYUBiX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhPnYUBiX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhPnYUBiX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhPnYUBiX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uhPnYUBiX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhPnYUBiX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhPnYUBiX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhPnYUBiX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhPnYUBiX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhPnYUBiX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhPnYUBiX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhPnYUBiX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhPnYUBiX0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhPnYUBiX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhPnYUBiX0 .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-uhPnYUBiX0 .navbar {
    height: 70px;
  }
  .cid-uhPnYUBiX0 .navbar.opened {
    height: auto;
  }
  .cid-uhPnYUBiX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhPnYUR5wl {
  background-image: url("../../../assets/images/storieson2wheels-20-n2-1-2000x917.webp");
}
.cid-uhPnYUR5wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhPnYUR5wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhPnYUR5wl .mbr-section-title {
  color: #2299aa;
}
.cid-uljCxw7RZd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uljCxw7RZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljCxw7RZd .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-uljCxw7RZd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uljCxw7RZd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uljCxw7RZd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uljCxXfRIK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uljCxXfRIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljCxXfRIK .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-uljCxXfRIK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uljCxXfRIK .row {
  flex-direction: row-reverse;
}
.cid-uljCxXfRIK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uljCxXfRIK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uljCypqStj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uljCypqStj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljCypqStj .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-uljCypqStj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uljCypqStj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uljCypqStj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uljM6r4jUs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uljM6r4jUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljM6r4jUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljM6r4jUs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uljM6r4jUs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uljM6r4jUs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uljM6r4jUs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uljM6r4jUs .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-uljM6r4jUs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uljM6r4jUs .carousel-control,
.cid-uljM6r4jUs .close {
  background: #1b1b1b;
}
.cid-uljM6r4jUs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uljM6r4jUs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uljM6r4jUs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uljM6r4jUs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uljM6r4jUs .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-uljM6r4jUs .close::before {
  content: '\e91a';
}
.cid-uljM6r4jUs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uljM6r4jUs .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-uljM6r4jUs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uljM6r4jUs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uljM6r4jUs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uljM6r4jUs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uljM6r4jUs .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-uljM6r4jUs .carousel-indicators li.active,
.cid-uljM6r4jUs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uljM6r4jUs .carousel-indicators li::after,
.cid-uljM6r4jUs .carousel-indicators li::before {
  content: none;
}
.cid-uljM6r4jUs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uljM6r4jUs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uljM6r4jUs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uljM6r4jUs .carousel-indicators {
    display: none;
  }
}
.cid-uljM6r4jUs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uljM6r4jUs .carousel-inner > .active {
  display: block;
}
.cid-uljM6r4jUs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uljM6r4jUs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uljM6r4jUs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uljM6r4jUs .carousel-control,
  .cid-uljM6r4jUs .carousel-indicators,
  .cid-uljM6r4jUs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uljM6r4jUs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uljM6r4jUs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uljM6r4jUs .carousel-indicators .active,
.cid-uljM6r4jUs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uljM6r4jUs .carousel-indicators .active {
  background: #fff;
}
.cid-uljM6r4jUs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uljM6r4jUs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uljM6r4jUs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uljM6r4jUs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uljM6r4jUs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uljM6r4jUs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uljM6r4jUs .carousel {
  width: 100%;
}
.cid-uljM6r4jUs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uljM6r4jUs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uljM6r4jUs .modal.fade .modal-dialog,
.cid-uljM6r4jUs .modal.in .modal-dialog {
  transform: none;
}
.cid-uljM6r4jUs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uljM6r4jUs H6 {
  text-align: center;
}
.cid-uljOpDTpJ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uljOpDTpJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljOpDTpJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljOpDTpJ9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uljOpDTpJ9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uljOpDTpJ9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uljOpDTpJ9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uljOpDTpJ9 .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-uljOpDTpJ9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uljOpDTpJ9 .carousel-control,
.cid-uljOpDTpJ9 .close {
  background: #1b1b1b;
}
.cid-uljOpDTpJ9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uljOpDTpJ9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uljOpDTpJ9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uljOpDTpJ9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uljOpDTpJ9 .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-uljOpDTpJ9 .close::before {
  content: '\e91a';
}
.cid-uljOpDTpJ9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uljOpDTpJ9 .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-uljOpDTpJ9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uljOpDTpJ9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uljOpDTpJ9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uljOpDTpJ9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uljOpDTpJ9 .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-uljOpDTpJ9 .carousel-indicators li.active,
.cid-uljOpDTpJ9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uljOpDTpJ9 .carousel-indicators li::after,
.cid-uljOpDTpJ9 .carousel-indicators li::before {
  content: none;
}
.cid-uljOpDTpJ9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uljOpDTpJ9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uljOpDTpJ9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uljOpDTpJ9 .carousel-indicators {
    display: none;
  }
}
.cid-uljOpDTpJ9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uljOpDTpJ9 .carousel-inner > .active {
  display: block;
}
.cid-uljOpDTpJ9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uljOpDTpJ9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uljOpDTpJ9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uljOpDTpJ9 .carousel-control,
  .cid-uljOpDTpJ9 .carousel-indicators,
  .cid-uljOpDTpJ9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uljOpDTpJ9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uljOpDTpJ9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uljOpDTpJ9 .carousel-indicators .active,
.cid-uljOpDTpJ9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uljOpDTpJ9 .carousel-indicators .active {
  background: #fff;
}
.cid-uljOpDTpJ9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uljOpDTpJ9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uljOpDTpJ9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uljOpDTpJ9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uljOpDTpJ9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uljOpDTpJ9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uljOpDTpJ9 .carousel {
  width: 100%;
}
.cid-uljOpDTpJ9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uljOpDTpJ9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uljOpDTpJ9 .modal.fade .modal-dialog,
.cid-uljOpDTpJ9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uljOpDTpJ9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uljOpDTpJ9 H6 {
  text-align: center;
}
.cid-uljOp86TPI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uljOp86TPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljOp86TPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljOp86TPI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uljOp86TPI .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uljOp86TPI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uljOp86TPI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uljOp86TPI .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-uljOp86TPI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uljOp86TPI .carousel-control,
.cid-uljOp86TPI .close {
  background: #1b1b1b;
}
.cid-uljOp86TPI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uljOp86TPI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uljOp86TPI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uljOp86TPI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uljOp86TPI .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-uljOp86TPI .close::before {
  content: '\e91a';
}
.cid-uljOp86TPI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uljOp86TPI .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-uljOp86TPI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uljOp86TPI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uljOp86TPI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uljOp86TPI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uljOp86TPI .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-uljOp86TPI .carousel-indicators li.active,
.cid-uljOp86TPI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uljOp86TPI .carousel-indicators li::after,
.cid-uljOp86TPI .carousel-indicators li::before {
  content: none;
}
.cid-uljOp86TPI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uljOp86TPI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uljOp86TPI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uljOp86TPI .carousel-indicators {
    display: none;
  }
}
.cid-uljOp86TPI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uljOp86TPI .carousel-inner > .active {
  display: block;
}
.cid-uljOp86TPI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uljOp86TPI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uljOp86TPI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uljOp86TPI .carousel-control,
  .cid-uljOp86TPI .carousel-indicators,
  .cid-uljOp86TPI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uljOp86TPI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uljOp86TPI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uljOp86TPI .carousel-indicators .active,
.cid-uljOp86TPI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uljOp86TPI .carousel-indicators .active {
  background: #fff;
}
.cid-uljOp86TPI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uljOp86TPI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uljOp86TPI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uljOp86TPI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uljOp86TPI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uljOp86TPI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uljOp86TPI .carousel {
  width: 100%;
}
.cid-uljOp86TPI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uljOp86TPI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uljOp86TPI .modal.fade .modal-dialog,
.cid-uljOp86TPI .modal.in .modal-dialog {
  transform: none;
}
.cid-uljOp86TPI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uljOp86TPI H6 {
  text-align: center;
}
.cid-uljOonXWB7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uljOonXWB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljOonXWB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljOonXWB7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uljOonXWB7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uljOonXWB7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uljOonXWB7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uljOonXWB7 .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-uljOonXWB7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uljOonXWB7 .carousel-control,
.cid-uljOonXWB7 .close {
  background: #1b1b1b;
}
.cid-uljOonXWB7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uljOonXWB7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uljOonXWB7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uljOonXWB7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uljOonXWB7 .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-uljOonXWB7 .close::before {
  content: '\e91a';
}
.cid-uljOonXWB7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uljOonXWB7 .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-uljOonXWB7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uljOonXWB7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uljOonXWB7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uljOonXWB7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uljOonXWB7 .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-uljOonXWB7 .carousel-indicators li.active,
.cid-uljOonXWB7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uljOonXWB7 .carousel-indicators li::after,
.cid-uljOonXWB7 .carousel-indicators li::before {
  content: none;
}
.cid-uljOonXWB7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uljOonXWB7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uljOonXWB7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uljOonXWB7 .carousel-indicators {
    display: none;
  }
}
.cid-uljOonXWB7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uljOonXWB7 .carousel-inner > .active {
  display: block;
}
.cid-uljOonXWB7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uljOonXWB7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uljOonXWB7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uljOonXWB7 .carousel-control,
  .cid-uljOonXWB7 .carousel-indicators,
  .cid-uljOonXWB7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uljOonXWB7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uljOonXWB7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uljOonXWB7 .carousel-indicators .active,
.cid-uljOonXWB7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uljOonXWB7 .carousel-indicators .active {
  background: #fff;
}
.cid-uljOonXWB7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uljOonXWB7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uljOonXWB7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uljOonXWB7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uljOonXWB7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uljOonXWB7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uljOonXWB7 .carousel {
  width: 100%;
}
.cid-uljOonXWB7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uljOonXWB7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uljOonXWB7 .modal.fade .modal-dialog,
.cid-uljOonXWB7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uljOonXWB7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uljOonXWB7 H6 {
  text-align: center;
}
.cid-uhPnYVfkhI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhPnYVfkhI .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhPnYVoWZX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uhPnYVoWZX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhPnYVoWZX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhPnYVoWZX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhPnYVoWZX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhPnYVoWZX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhPnYVoWZX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhPnYVoWZX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhPnYVoWZX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhPnYVoWZX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhPnYVoWZX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhPnYVoWZX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhPnYVoWZX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhPnYVoWZX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhPnYVoWZX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uhPnYVoWZX .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uhPnYVoWZX foot-menu-item {
  text-align: right;
}
.cid-ueTtli3Dcp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ueTtli3Dcp nav.navbar {
  position: fixed;
}
.cid-ueTtli3Dcp .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-ueTtli3Dcp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueTtli3Dcp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueTtli3Dcp .dropdown-item:hover,
.cid-ueTtli3Dcp .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-ueTtli3Dcp .dropdown-item:hover span {
  color: white;
}
.cid-ueTtli3Dcp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueTtli3Dcp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueTtli3Dcp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueTtli3Dcp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueTtli3Dcp .nav-link {
  position: relative;
}
.cid-ueTtli3Dcp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ueTtli3Dcp .container {
    flex-wrap: nowrap;
  }
}
.cid-ueTtli3Dcp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueTtli3Dcp .dropdown-menu,
.cid-ueTtli3Dcp .navbar.opened {
  background: #bbbbbb !important;
}
.cid-ueTtli3Dcp .nav-item:focus,
.cid-ueTtli3Dcp .nav-link:focus {
  outline: none;
}
.cid-ueTtli3Dcp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueTtli3Dcp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueTtli3Dcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueTtli3Dcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueTtli3Dcp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueTtli3Dcp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueTtli3Dcp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-ueTtli3Dcp .navbar.opened {
  transition: all 0.3s;
}
.cid-ueTtli3Dcp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueTtli3Dcp .navbar .navbar-logo img {
  width: auto;
}
.cid-ueTtli3Dcp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueTtli3Dcp .navbar.collapsed {
  justify-content: center;
}
.cid-ueTtli3Dcp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueTtli3Dcp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueTtli3Dcp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-ueTtli3Dcp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueTtli3Dcp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueTtli3Dcp .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-ueTtli3Dcp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueTtli3Dcp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueTtli3Dcp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueTtli3Dcp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueTtli3Dcp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueTtli3Dcp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueTtli3Dcp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueTtli3Dcp .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-ueTtli3Dcp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueTtli3Dcp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueTtli3Dcp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueTtli3Dcp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueTtli3Dcp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueTtli3Dcp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ueTtli3Dcp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ueTtli3Dcp .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueTtli3Dcp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueTtli3Dcp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueTtli3Dcp .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-ueTtli3Dcp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueTtli3Dcp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueTtli3Dcp .dropdown-item.active,
.cid-ueTtli3Dcp .dropdown-item:active {
  background-color: transparent;
}
.cid-ueTtli3Dcp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueTtli3Dcp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueTtli3Dcp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueTtli3Dcp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-ueTtli3Dcp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueTtli3Dcp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueTtli3Dcp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueTtli3Dcp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueTtli3Dcp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueTtli3Dcp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-ueTtli3Dcp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueTtli3Dcp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueTtli3Dcp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueTtli3Dcp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueTtli3Dcp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueTtli3Dcp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueTtli3Dcp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueTtli3Dcp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueTtli3Dcp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueTtli3Dcp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueTtli3Dcp .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-ueTtli3Dcp .navbar {
    height: 70px;
  }
  .cid-ueTtli3Dcp .navbar.opened {
    height: auto;
  }
  .cid-ueTtli3Dcp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueTtlii36I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/storieson2wheels-v-7-2000x1126.webp");
}
.cid-ueTtlii36I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueTtlii36I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueTtlii36I .mbr-section-title {
  color: #2299aa;
}
.cid-uhR60yO6eU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uhR60yO6eU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhR60yO6eU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhR60yO6eU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uhR60yO6eU .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uhR60yO6eU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhR60yO6eU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhR60yO6eU .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uhR60yO6eU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhR60yO6eU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhR60yO6eU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uhR60yO6eU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhR60yO6eU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uNHvnp25iE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uNHvnp25iE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNHvnp25iE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNHvnp25iE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uNHvnp25iE .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uNHvnp25iE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNHvnp25iE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uNHvnp25iE .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uNHvnp25iE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uNHvnp25iE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNHvnp25iE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uNHvnp25iE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNHvnp25iE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ueTtljBI94 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-ueTtljBI94 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ueTtljBI94 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ueTtljBI94 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ueTtljBI94 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ueTtljBI94 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ueTtljBI94 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ueTtljBI94 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ueTtljBI94 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ueTtljBI94 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ueTtljBI94 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ueTtljBI94 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueTtljBI94 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ueTtljBI94 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ueTtljBI94 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ueTtljBI94 .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-ueTtljBI94 foot-menu-item {
  text-align: right;
}
.cid-ueTtgegf8G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ueTtgegf8G nav.navbar {
  position: fixed;
}
.cid-ueTtgegf8G .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-ueTtgegf8G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueTtgegf8G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueTtgegf8G .dropdown-item:hover,
.cid-ueTtgegf8G .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-ueTtgegf8G .dropdown-item:hover span {
  color: white;
}
.cid-ueTtgegf8G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueTtgegf8G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueTtgegf8G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueTtgegf8G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueTtgegf8G .nav-link {
  position: relative;
}
.cid-ueTtgegf8G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ueTtgegf8G .container {
    flex-wrap: nowrap;
  }
}
.cid-ueTtgegf8G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueTtgegf8G .dropdown-menu,
.cid-ueTtgegf8G .navbar.opened {
  background: #bbbbbb !important;
}
.cid-ueTtgegf8G .nav-item:focus,
.cid-ueTtgegf8G .nav-link:focus {
  outline: none;
}
.cid-ueTtgegf8G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueTtgegf8G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueTtgegf8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueTtgegf8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueTtgegf8G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueTtgegf8G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueTtgegf8G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-ueTtgegf8G .navbar.opened {
  transition: all 0.3s;
}
.cid-ueTtgegf8G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueTtgegf8G .navbar .navbar-logo img {
  width: auto;
}
.cid-ueTtgegf8G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueTtgegf8G .navbar.collapsed {
  justify-content: center;
}
.cid-ueTtgegf8G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueTtgegf8G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueTtgegf8G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-ueTtgegf8G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueTtgegf8G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueTtgegf8G .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-ueTtgegf8G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueTtgegf8G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueTtgegf8G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueTtgegf8G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueTtgegf8G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueTtgegf8G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueTtgegf8G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueTtgegf8G .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-ueTtgegf8G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueTtgegf8G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueTtgegf8G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueTtgegf8G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueTtgegf8G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueTtgegf8G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ueTtgegf8G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ueTtgegf8G .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueTtgegf8G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueTtgegf8G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueTtgegf8G .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-ueTtgegf8G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueTtgegf8G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueTtgegf8G .dropdown-item.active,
.cid-ueTtgegf8G .dropdown-item:active {
  background-color: transparent;
}
.cid-ueTtgegf8G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueTtgegf8G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueTtgegf8G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueTtgegf8G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-ueTtgegf8G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueTtgegf8G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueTtgegf8G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueTtgegf8G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueTtgegf8G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueTtgegf8G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-ueTtgegf8G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueTtgegf8G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueTtgegf8G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueTtgegf8G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueTtgegf8G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueTtgegf8G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueTtgegf8G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueTtgegf8G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueTtgegf8G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueTtgegf8G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueTtgegf8G .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-ueTtgegf8G .navbar {
    height: 70px;
  }
  .cid-ueTtgegf8G .navbar.opened {
    height: auto;
  }
  .cid-ueTtgegf8G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueTtgevisi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20240325-113558-2000x1500.webp");
}
.cid-ueTtgevisi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueTtgevisi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueTtgevisi .mbr-section-title {
  color: #2299aa;
}
.cid-ueTtgeHmyB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueTtgeHmyB img,
.cid-ueTtgeHmyB .item-img {
  width: 100%;
}
.cid-ueTtgeHmyB .item:focus,
.cid-ueTtgeHmyB span:focus {
  outline: none;
}
.cid-ueTtgeHmyB .item-wrapper {
  position: relative;
}
.cid-ueTtgeHmyB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueTtgeHmyB .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ueTtgeHmyB .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueTtgeHmyB .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ueTtgeHmyB .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ueTtgeHmyB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueTtgeHmyB .mbr-section-title {
  color: #232323;
}
.cid-ueTtgeHmyB .mbr-text,
.cid-ueTtgeHmyB .mbr-section-btn {
  text-align: left;
}
.cid-ueTtgeHmyB .item-title {
  text-align: left;
}
.cid-ueTtgeHmyB .item-subtitle {
  text-align: left;
}
.cid-ueTtgeHmyB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ueTtgeHmyB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ueTtgeHmyB .embla__button--next,
.cid-ueTtgeHmyB .embla__button--prev {
  display: flex;
}
.cid-ueTtgeHmyB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ueTtgeHmyB .embla__button {
    display: none;
  }
}
.cid-ueTtgeHmyB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ueTtgeHmyB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ueTtgeHmyB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ueTtgeHmyB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ueTtgeHmyB .embla__button {
    top: auto;
  }
}
.cid-ueTtgeHmyB .embla {
  position: relative;
  width: 100%;
}
.cid-ueTtgeHmyB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ueTtgeHmyB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ueTtgeHmyB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ueTtgeHmyB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueTtgf6qJ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueTtgf6qJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueTtgf6qJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueTtgf6qJ8 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-ueTtgf6qJ8 .item .icon-wrap {
  text-align: center;
}
.cid-ueTtgf6qJ8 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-ueTtgf6qJ8 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #40b0bf;
}
.cid-ueTtgf6qJ8 .item.first:before {
  display: none;
}
.cid-ueTtgf6qJ8 .item.five:before {
  display: none;
}
.cid-ueTtgf6qJ8 .icon-box {
  background: #40b0bf;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-ueTtgf6qJ8 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-ueTtgf6qJ8 .mbr-iconfont {
  color: #40b0bf !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueTtgf6qJ8 .item:before {
    display: none;
  }
  .cid-ueTtgf6qJ8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueTtgfwggL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-ueTtgfwggL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ueTtgfwggL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ueTtgfwggL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ueTtgfwggL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ueTtgfwggL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ueTtgfwggL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ueTtgfwggL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ueTtgfwggL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ueTtgfwggL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ueTtgfwggL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ueTtgfwggL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueTtgfwggL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ueTtgfwggL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ueTtgfwggL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ueTtgfwggL .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-ueTtgfwggL foot-menu-item {
  text-align: right;
}
.cid-udeDnbGmFG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udeDnbGmFG nav.navbar {
  position: fixed;
}
.cid-udeDnbGmFG .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-udeDnbGmFG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udeDnbGmFG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udeDnbGmFG .dropdown-item:hover,
.cid-udeDnbGmFG .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-udeDnbGmFG .dropdown-item:hover span {
  color: white;
}
.cid-udeDnbGmFG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udeDnbGmFG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udeDnbGmFG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udeDnbGmFG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udeDnbGmFG .nav-link {
  position: relative;
}
.cid-udeDnbGmFG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udeDnbGmFG .container {
    flex-wrap: nowrap;
  }
}
.cid-udeDnbGmFG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udeDnbGmFG .dropdown-menu,
.cid-udeDnbGmFG .navbar.opened {
  background: #bbbbbb !important;
}
.cid-udeDnbGmFG .nav-item:focus,
.cid-udeDnbGmFG .nav-link:focus {
  outline: none;
}
.cid-udeDnbGmFG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udeDnbGmFG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udeDnbGmFG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udeDnbGmFG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udeDnbGmFG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udeDnbGmFG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udeDnbGmFG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-udeDnbGmFG .navbar.opened {
  transition: all 0.3s;
}
.cid-udeDnbGmFG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udeDnbGmFG .navbar .navbar-logo img {
  width: auto;
}
.cid-udeDnbGmFG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udeDnbGmFG .navbar.collapsed {
  justify-content: center;
}
.cid-udeDnbGmFG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udeDnbGmFG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udeDnbGmFG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-udeDnbGmFG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udeDnbGmFG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udeDnbGmFG .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-udeDnbGmFG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udeDnbGmFG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udeDnbGmFG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udeDnbGmFG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udeDnbGmFG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udeDnbGmFG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udeDnbGmFG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udeDnbGmFG .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-udeDnbGmFG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udeDnbGmFG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udeDnbGmFG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udeDnbGmFG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udeDnbGmFG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udeDnbGmFG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udeDnbGmFG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udeDnbGmFG .navbar.navbar-short {
  min-height: 60px;
}
.cid-udeDnbGmFG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udeDnbGmFG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udeDnbGmFG .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-udeDnbGmFG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udeDnbGmFG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udeDnbGmFG .dropdown-item.active,
.cid-udeDnbGmFG .dropdown-item:active {
  background-color: transparent;
}
.cid-udeDnbGmFG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udeDnbGmFG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udeDnbGmFG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udeDnbGmFG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-udeDnbGmFG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udeDnbGmFG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udeDnbGmFG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udeDnbGmFG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udeDnbGmFG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udeDnbGmFG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-udeDnbGmFG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udeDnbGmFG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udeDnbGmFG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udeDnbGmFG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udeDnbGmFG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udeDnbGmFG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udeDnbGmFG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udeDnbGmFG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udeDnbGmFG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udeDnbGmFG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udeDnbGmFG .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-udeDnbGmFG .navbar {
    height: 70px;
  }
  .cid-udeDnbGmFG .navbar.opened {
    height: auto;
  }
  .cid-udeDnbGmFG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udeDnbWCAx {
  background-image: url("../../../assets/images/storieson2wheels-25-marrocos-6-2000x1126.webp");
}
.cid-udeDnbWCAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udeDnbWCAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udeDnbWCAx .mbr-section-title {
  color: #ffffff;
}
.cid-uNHu3t3P1u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNHu3t3P1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNHu3t3P1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNHu3t3P1u .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uNHu3t3P1u .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNHu3t3P1u .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNHu3t3P1u .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNHu3t3P1u .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNHu3t3P1u .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uNHu3t3P1u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYGg1yjhdp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGg1yjhdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGg1yjhdp .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-uYGg1yjhdp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGg1yjhdp .row {
  flex-direction: row-reverse;
}
.cid-uYGg1yjhdp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGg1yjhdp .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYLASiicLA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYLASiicLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYLASiicLA .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-uYLASiicLA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYLASiicLA .row {
  flex-direction: row-reverse;
}
.cid-uYLASiicLA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYLASiicLA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGg8oA23a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGg8oA23a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGg8oA23a .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-uYGg8oA23a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGg8oA23a .row {
  flex-direction: row-reverse;
}
.cid-uYGg8oA23a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGg8oA23a .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGgvpE97R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGgvpE97R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGgvpE97R .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-uYGgvpE97R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGgvpE97R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGgvpE97R .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGgw9Y78D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGgw9Y78D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGgw9Y78D .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-uYGgw9Y78D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGgw9Y78D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGgw9Y78D .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGjLce8AL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGjLce8AL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGjLce8AL .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-uYGjLce8AL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGjLce8AL .row {
  flex-direction: row-reverse;
}
.cid-uYGjLce8AL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGjLce8AL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGjLIiYhh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGjLIiYhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGjLIiYhh .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-uYGjLIiYhh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGjLIiYhh .row {
  flex-direction: row-reverse;
}
.cid-uYGjLIiYhh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGjLIiYhh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGmdMqaOX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGmdMqaOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGmdMqaOX .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-uYGmdMqaOX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGmdMqaOX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGmdMqaOX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGmeaMazi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGmeaMazi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGmeaMazi .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-uYGmeaMazi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGmeaMazi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGmeaMazi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGnZRcIyP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGnZRcIyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGnZRcIyP .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-uYGnZRcIyP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGnZRcIyP .row {
  flex-direction: row-reverse;
}
.cid-uYGnZRcIyP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGnZRcIyP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGo0eLptZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGo0eLptZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGo0eLptZ .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-uYGo0eLptZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGo0eLptZ .row {
  flex-direction: row-reverse;
}
.cid-uYGo0eLptZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGo0eLptZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGp8WTZRl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGp8WTZRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGp8WTZRl .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-uYGp8WTZRl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGp8WTZRl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGp8WTZRl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGq55FIks {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGq55FIks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGq55FIks .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-uYGq55FIks .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGq55FIks .row {
  flex-direction: row-reverse;
}
.cid-uYGq55FIks img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGq55FIks .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYLOK0lNA4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYLOK0lNA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYLOK0lNA4 .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-uYLOK0lNA4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYLOK0lNA4 .row {
  flex-direction: row-reverse;
}
.cid-uYLOK0lNA4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYLOK0lNA4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGp9gtTq7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYGp9gtTq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGp9gtTq7 .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-uYGp9gtTq7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYGp9gtTq7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYGp9gtTq7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYLPhWuGn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYLPhWuGn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYLPhWuGn3 .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-uYLPhWuGn3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYLPhWuGn3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYLPhWuGn3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYGjjc5QTE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYGjjc5QTE .mbr-text {
  text-align: left;
}
.cid-udeDneDu3T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udeDneDu3T .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-udeDneOU6V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-udeDneOU6V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-udeDneOU6V .social-row {
  width: 100%;
  justify-content: center;
}
.cid-udeDneOU6V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-udeDneOU6V .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-udeDneOU6V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-udeDneOU6V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-udeDneOU6V .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-udeDneOU6V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-udeDneOU6V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-udeDneOU6V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-udeDneOU6V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-udeDneOU6V .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udeDneOU6V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-udeDneOU6V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-udeDneOU6V .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-udeDneOU6V foot-menu-item {
  text-align: right;
}
.cid-uYLw6DSTcf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYLw6DSTcf nav.navbar {
  position: fixed;
}
.cid-uYLw6DSTcf .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-uYLw6DSTcf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYLw6DSTcf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYLw6DSTcf .dropdown-item:hover,
.cid-uYLw6DSTcf .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uYLw6DSTcf .dropdown-item:hover span {
  color: white;
}
.cid-uYLw6DSTcf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYLw6DSTcf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYLw6DSTcf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYLw6DSTcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYLw6DSTcf .nav-link {
  position: relative;
}
.cid-uYLw6DSTcf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYLw6DSTcf .container {
    flex-wrap: nowrap;
  }
}
.cid-uYLw6DSTcf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYLw6DSTcf .dropdown-menu,
.cid-uYLw6DSTcf .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uYLw6DSTcf .nav-item:focus,
.cid-uYLw6DSTcf .nav-link:focus {
  outline: none;
}
.cid-uYLw6DSTcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYLw6DSTcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYLw6DSTcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYLw6DSTcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYLw6DSTcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYLw6DSTcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYLw6DSTcf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uYLw6DSTcf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYLw6DSTcf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYLw6DSTcf .navbar .navbar-logo img {
  width: auto;
}
.cid-uYLw6DSTcf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYLw6DSTcf .navbar.collapsed {
  justify-content: center;
}
.cid-uYLw6DSTcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYLw6DSTcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYLw6DSTcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYLw6DSTcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYLw6DSTcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYLw6DSTcf .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-uYLw6DSTcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYLw6DSTcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYLw6DSTcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYLw6DSTcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYLw6DSTcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYLw6DSTcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYLw6DSTcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYLw6DSTcf .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-uYLw6DSTcf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYLw6DSTcf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYLw6DSTcf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYLw6DSTcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYLw6DSTcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYLw6DSTcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYLw6DSTcf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYLw6DSTcf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYLw6DSTcf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYLw6DSTcf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYLw6DSTcf .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-uYLw6DSTcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYLw6DSTcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYLw6DSTcf .dropdown-item.active,
.cid-uYLw6DSTcf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYLw6DSTcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYLw6DSTcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYLw6DSTcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYLw6DSTcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uYLw6DSTcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYLw6DSTcf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYLw6DSTcf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYLw6DSTcf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYLw6DSTcf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYLw6DSTcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uYLw6DSTcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYLw6DSTcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYLw6DSTcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYLw6DSTcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYLw6DSTcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYLw6DSTcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYLw6DSTcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYLw6DSTcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYLw6DSTcf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYLw6DSTcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYLw6DSTcf .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-uYLw6DSTcf .navbar {
    height: 70px;
  }
  .cid-uYLw6DSTcf .navbar.opened {
    height: auto;
  }
  .cid-uYLw6DSTcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYLw6FfJ9C {
  background-image: url("../../../assets/images/storieson2wheels-25-picos-1-2000x1125.webp");
}
.cid-uYLw6FfJ9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYLw6FfJ9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYLw6FfJ9C .mbr-section-title {
  color: #2299aa;
}
.cid-uYLw6FF0XR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYLw6FF0XR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYLw6FF0XR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYLw6FF0XR .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uYLw6FF0XR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYLw6FF0XR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYLw6FF0XR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYLw6FF0XR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uYLw6FF0XR .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uYLw6FF0XR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYMpMAg74G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYMpMAg74G iframe,
.cid-uYMpMAg74G img,
.cid-uYMpMAg74G video {
  width: 100%;
}
.cid-uYMpMAg74G .mbr-media {
  position: relative;
}
.cid-uYMpMAg74G .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uYMpMAg74G .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uYMpMAg74G .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uYMpMAg74G .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uYMpMAg74G .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uYMpMAg74G .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYMpMAg74G .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYMpMAg74G .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYMpMAg74G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYLw6Kf4U0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYLw6Kf4U0 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uYLw6Kp7Xh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uYLw6Kp7Xh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYLw6Kp7Xh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYLw6Kp7Xh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYLw6Kp7Xh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYLw6Kp7Xh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYLw6Kp7Xh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYLw6Kp7Xh .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uYLw6Kp7Xh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYLw6Kp7Xh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYLw6Kp7Xh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYLw6Kp7Xh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYLw6Kp7Xh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYLw6Kp7Xh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYLw6Kp7Xh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYLw6Kp7Xh .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uYLw6Kp7Xh foot-menu-item {
  text-align: right;
}
.cid-uaGV0AnqyT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGV0AnqyT nav.navbar {
  position: fixed;
}
.cid-uaGV0AnqyT .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-uaGV0AnqyT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGV0AnqyT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGV0AnqyT .dropdown-item:hover,
.cid-uaGV0AnqyT .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uaGV0AnqyT .dropdown-item:hover span {
  color: white;
}
.cid-uaGV0AnqyT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGV0AnqyT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGV0AnqyT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaGV0AnqyT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGV0AnqyT .nav-link {
  position: relative;
}
.cid-uaGV0AnqyT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaGV0AnqyT .container {
    flex-wrap: nowrap;
  }
}
.cid-uaGV0AnqyT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaGV0AnqyT .dropdown-menu,
.cid-uaGV0AnqyT .navbar.opened {
  background: #bbbbbb !important;
}
.cid-uaGV0AnqyT .nav-item:focus,
.cid-uaGV0AnqyT .nav-link:focus {
  outline: none;
}
.cid-uaGV0AnqyT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGV0AnqyT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGV0AnqyT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGV0AnqyT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGV0AnqyT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGV0AnqyT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGV0AnqyT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-uaGV0AnqyT .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGV0AnqyT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGV0AnqyT .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGV0AnqyT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGV0AnqyT .navbar.collapsed {
  justify-content: center;
}
.cid-uaGV0AnqyT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGV0AnqyT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGV0AnqyT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uaGV0AnqyT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGV0AnqyT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGV0AnqyT .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-uaGV0AnqyT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGV0AnqyT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGV0AnqyT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGV0AnqyT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGV0AnqyT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGV0AnqyT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGV0AnqyT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGV0AnqyT .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-uaGV0AnqyT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGV0AnqyT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGV0AnqyT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGV0AnqyT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGV0AnqyT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGV0AnqyT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaGV0AnqyT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaGV0AnqyT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGV0AnqyT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGV0AnqyT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGV0AnqyT .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-uaGV0AnqyT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGV0AnqyT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGV0AnqyT .dropdown-item.active,
.cid-uaGV0AnqyT .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGV0AnqyT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGV0AnqyT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGV0AnqyT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGV0AnqyT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-uaGV0AnqyT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGV0AnqyT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGV0AnqyT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGV0AnqyT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGV0AnqyT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGV0AnqyT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-uaGV0AnqyT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGV0AnqyT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGV0AnqyT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGV0AnqyT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGV0AnqyT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGV0AnqyT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGV0AnqyT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGV0AnqyT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGV0AnqyT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGV0AnqyT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGV0AnqyT .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-uaGV0AnqyT .navbar {
    height: 70px;
  }
  .cid-uaGV0AnqyT .navbar.opened {
    height: auto;
  }
  .cid-uaGV0AnqyT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaGV0AFmhr {
  background-image: url("../../../assets/images/20240325-113558-2000x1500.webp");
}
.cid-uaGV0AFmhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGV0AFmhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGV0AFmhr .mbr-section-title {
  color: #2299aa;
}
.cid-uaGXPCHslX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaGXPCHslX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGXPCHslX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGXPCHslX .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-uaGXPCHslX .number {
  color: #40b0bf;
}
.cid-uaGXPCHslX .period {
  display: block;
}
.cid-uaGXPCHslX .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uaGXPCHslX .period {
    font-size: 0.8rem;
  }
}
.cid-uaGXPCHslX .btn {
  height: 100%;
  margin: 0;
}
.cid-uaGXPCHslX .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uaGXPCHslX .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uaGXPCHslX .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #40b0bf;
  border: 2px solid #40b0bf;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uaGXPCHslX .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uaGXPCHslX .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #40b0bf;
  color: #ffffff;
}
.cid-uaL2MmmXtl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaL2MmmXtl .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uaGV0BpUAr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uaGV0BpUAr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaGV0BpUAr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaGV0BpUAr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaGV0BpUAr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaGV0BpUAr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaGV0BpUAr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaGV0BpUAr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaGV0BpUAr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaGV0BpUAr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaGV0BpUAr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaGV0BpUAr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaGV0BpUAr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaGV0BpUAr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaGV0BpUAr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaGV0BpUAr .media-container-row .mbr-text {
  color: #40b0bf;
}
.cid-uaGV0BpUAr foot-menu-item {
  text-align: right;
}
