body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.5rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.75rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #635a51 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8d8074 !important;
  border-color: #8d8074 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8d8074 !important;
  border-color: #8d8074 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2b2723;
  color: #2b2723;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #635a51 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #988d82 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #565656 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #635a51;
  border-color: #635a51;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #635a51;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a49a90;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #635a51;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #635a51;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #635a51;
  border-bottom-color: #635a51;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #635a51 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #232323 !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%;
}
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='%23635a51' %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;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #ffda00;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sB9WxwKF27 {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
@media (max-width: 991px) {
  .cid-sB9WxwKF27 .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-sB9WxwKF27 .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-sB9WxwKF27 .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #232323;
  border-radius: 50%;
  color: #232323;
  background: #fff;
  opacity: 1;
}
.cid-sB9WxwKF27 .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-sB9WxwKF27 .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-sB9WxwKF27 .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-sB9WxwKF27 .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sB9WxwKF27 .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-sB9WxwKF27 .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-sB9WxwKF27 .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #232323;
  width: 100%;
  height: 100%;
}
.cid-sB9WxwKF27 .carousel-indicators .li1::after {
  content: "1";
}
.cid-sB9WxwKF27 .carousel-indicators .li2::after {
  content: "2";
}
.cid-sB9WxwKF27 .carousel-indicators .li3::after {
  content: "3";
}
.cid-sB9WxwKF27 .carousel-indicators .li4::after {
  content: "4";
}
.cid-sB9WxwKF27 li.active,
.cid-sB9WxwKF27 li:active {
  opacity: 1;
  border-color: #f7d617;
}
.cid-sB9WxwKF27 li.active:after,
.cid-sB9WxwKF27 li:active:after {
  color: #f7d617;
}
.cid-sB9WxwKF27 li.active:before,
.cid-sB9WxwKF27 li:active:before {
  background-color: #f7d617 !important;
}
@media (max-width: 767px) {
  .cid-sB9WxwKF27 .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-sB9WxwKF27 .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-sB9WxwKF27 .mbr-text {
  margin-top: 1rem;
}
.cid-sB9WxwKF27 .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sB9WxwKF27 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-sB9WxwKF27 .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-sB9WxwKF27 .row-element,
.cid-sB9WxwKF27 .image-element {
  padding: 0;
}
.cid-sB9WxwKF27 .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 0px;
}
.cid-sB9WxwKF27 .image-element img {
  width: 60%;
  min-height: 60%;
  margin-left: 0px;
  object-fit: contain;
  object-position: center center;
}
.cid-sB9WxwKF27 .card-wrap {
  background-color: transparent;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sB9WxwKF27 .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -16.5rem;
    margin-top: 115px;
  }
}
@media (max-width: 767px) {
  .cid-sB9WxwKF27 .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sB9WxwKF27 .card-wrap {
    margin-top: 1rem;
  }
}
.cid-sB9WxwKF27 .carousel-cell {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sB9WxwKF27 .carousel-item.active,
.cid-sB9WxwKF27 .carousel-item-next {
  display: flex;
}
.cid-sB9WxwKF27 .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sB9WxwKF27 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sB9WxwKF27 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sB9WxwKF27 .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #635a51;
  background-color: #635a51;
}
.cid-sB9WxwKF27 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sB9WxwKF27 .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sB9WxwKF27 .image-element {
    min-width: 50%;
  }
  .cid-sB9WxwKF27 .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sB9WxwKF27 .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sB9WxwKF27 .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-sB9WxwKF27 .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sB9WxwKF27 .icon-left {
  margin-right: 0.1rem;
}
.cid-sB9WxwKF27 .icon-right {
  margin-left: 0.1rem;
}
.cid-sB9WxwKF27 H1 {
  text-align: left;
}
.cid-sB9WxwKF27 .mbr-section-text,
.cid-sB9WxwKF27 .mbr-section-btn {
  text-align: left;
}
.cid-sB9WxwKF27 .section,
.cid-sB9WxwKF27 .container,
.cid-sB9WxwKF27 .container-fluid {
  position: relative;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-sB9WxwKF27 .container,
  .cid-sB9WxwKF27 .container-lg,
  .cid-sB9WxwKF27 .container-md,
  .cid-sB9WxwKF27 .container-sm,
  .cid-sB9WxwKF27 .container-xl {
    max-width: 1920px;
  }
}
.cid-rpSdryG9aP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSdryG9aP .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
}
.cid-rpSdryG9aP .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rpSdryG9aP .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rpSdryG9aP .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rpSdryG9aP .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rpSdryG9aP .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rpSdryG9aP .col:hover .box-title2,
.cid-rpSdryG9aP .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-rpSdryG9aP .box-title2,
.cid-rpSdryG9aP .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rpSdryG9aP .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-rpSdryG9aP .img-content {
    opacity: 1;
  }
  .cid-rpSdryG9aP .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rpSdryG9aP .box-content {
    width: 100%;
  }
  .cid-rpSdryG9aP .box-title2,
  .cid-rpSdryG9aP .box-text2 {
    color: #333333 !important;
  }
  .cid-rpSdryG9aP .content-block,
  .cid-rpSdryG9aP .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rpSdryG9aP .box-text1 {
  color: #333333;
}
.cid-rpSdryG9aP .box-title2 {
  color: #cccccc;
}
.cid-sAYhOzZjES {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAYhOzZjES img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sAYhOzZjES img:hover {
  transform: scale(1.1);
}
.cid-sAYhOzZjES .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sAYhOzZjES h2 {
  padding: 0;
  margin: 0;
}
.cid-sAYhOzZjES .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAYhOzZjES .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sAYhOzZjES .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sAYhOzZjES .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sAYhOzZjES .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sAYhOzZjES .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAYhOzZjES .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sAYhOzZjES .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sAYhOzZjES H2 {
  color: #333333;
}
.cid-sAYhOzZjES .mbr-text {
  color: #767676;
}
.cid-sAYhMGBpZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAYhMGBpZ2 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sAYhMGBpZ2 img:hover {
  transform: scale(1.1);
}
.cid-sAYhMGBpZ2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sAYhMGBpZ2 h2 {
  padding: 0;
  margin: 0;
}
.cid-sAYhMGBpZ2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAYhMGBpZ2 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sAYhMGBpZ2 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sAYhMGBpZ2 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sAYhMGBpZ2 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sAYhMGBpZ2 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sAYhMGBpZ2 .mbr-iconfont {
  margin: 0!important;
}
.cid-sAYhMGBpZ2 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sAYhMGBpZ2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAYhMGBpZ2 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sAYhMGBpZ2 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sAYhMGBpZ2 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sAYhMGBpZ2 H2 {
  color: #333333;
}
.cid-sAYhMGBpZ2 .mbr-text {
  color: #767676;
}
.cid-sAYhNiVxNl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAYhNiVxNl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sAYhNiVxNl img:hover {
  transform: scale(1.1);
}
.cid-sAYhNiVxNl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sAYhNiVxNl h2 {
  padding: 0;
  margin: 0;
}
.cid-sAYhNiVxNl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAYhNiVxNl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sAYhNiVxNl .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sAYhNiVxNl .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sAYhNiVxNl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sAYhNiVxNl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAYhNiVxNl .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sAYhNiVxNl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sAYhNiVxNl H2 {
  color: #333333;
}
.cid-sAYhNiVxNl .mbr-text {
  color: #767676;
}
.cid-sAYhO0gYLU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAYhO0gYLU img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sAYhO0gYLU img:hover {
  transform: scale(1.1);
}
.cid-sAYhO0gYLU .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sAYhO0gYLU h2 {
  padding: 0;
  margin: 0;
}
.cid-sAYhO0gYLU .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAYhO0gYLU .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sAYhO0gYLU .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sAYhO0gYLU .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sAYhO0gYLU .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sAYhO0gYLU .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sAYhO0gYLU .mbr-iconfont {
  margin: 0!important;
}
.cid-sAYhO0gYLU .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sAYhO0gYLU .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAYhO0gYLU .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sAYhO0gYLU .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sAYhO0gYLU .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sAYhO0gYLU H2 {
  color: #333333;
}
.cid-sAYhO0gYLU .mbr-text {
  color: #767676;
}
.cid-sA2TpAllR9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA2TpAllR9 .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 0rem 0rem;
}
.cid-sA2TpAllR9 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sA2TpAllR9 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sA2TpAllR9 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sA2TpAllR9 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sA2TpAllR9 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sA2TpAllR9 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sA2TpAllR9 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sA2TpAllR9 .col:hover .box-title2,
.cid-sA2TpAllR9 .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sA2TpAllR9 .box-title2,
.cid-sA2TpAllR9 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sA2TpAllR9 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sA2TpAllR9 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sA2TpAllR9 .img-content {
    opacity: 1;
  }
  .cid-sA2TpAllR9 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sA2TpAllR9 .box-content {
    width: 100%;
  }
  .cid-sA2TpAllR9 .box-title2,
  .cid-sA2TpAllR9 .box-text2 {
    color: #333333 !important;
  }
  .cid-sA2TpAllR9 .content-block,
  .cid-sA2TpAllR9 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sA2TpAllR9 .box-text1 {
  color: #333333;
}
.cid-sA2TpAllR9 .box-title2 {
  color: #cccccc;
}
.cid-rpSf7csNVB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-rpSf7csNVB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSf7csNVB img:hover {
  transform: scale(1.1);
}
.cid-rpSf7csNVB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSf7csNVB h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSf7csNVB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSf7csNVB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSf7csNVB .mbr-section-btn {
  position: absolute;
  bottom: 0px;
  left: 100px;
  transform-origin: bottom left;
}
.cid-rpSf7csNVB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 235px;
}
.cid-rpSf7csNVB .mbr-section-btn:hover span {
  margin: 0!important;
}
.cid-rpSf7csNVB .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSf7csNVB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSf7csNVB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSf7csNVB .mbr-section-btn {
    bottom: 0px;
    left: 0;
  }
  .cid-rpSf7csNVB .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSf7csNVB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSf7csNVB H2 {
  color: #333333;
}
.cid-rpSf7csNVB .mbr-text {
  color: #767676;
}
.cid-rpSf7csNVB H3 {
  color: #232323;
}
.cid-rpSf7csNVB H1 {
  color: #232323;
}
.cid-rpSdTuSugY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
}
.cid-rpSdTuSugY .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rpSdTuSugY .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-rpSdTuSugY .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-rpSdTuSugY .card-wrapper {
    margin: 0rem;
  }
}
.cid-rpSdTuSugY .card {
  height: fit-content;
}
.cid-rpSdTuSugY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rpSdTuSugY .text-wrap {
  max-width: 400px;
}
.cid-rpSdTuSugY .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-rpSdTuSugY .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rpSdTuSugY .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-rpSdTuSugY img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rpSdTuSugY .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-rpSdTuSugY .container {
  max-width: 1500px;
}
.cid-rpSdTuSugY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rpSdTuSugY .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rpSdTuSugY P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rpSdTuSugY .img-wrap {
    max-height: 230px;
  }
  .cid-rpSdTuSugY .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-rpSdTuSugY .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rpSdTuSugY .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-rpSdTuSugY .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-rpSdTuSugY .number {
    margin: auto;
  }
}
.cid-rpSdTuSugY .mbr-text {
  color: #cccccc;
}
.cid-szS2aCYX27 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffda00;
}
.cid-szS2aCYX27 .row {
  position: relative;
}
.cid-szS2aCYX27 .container {
  max-width: 1500px;
}
.cid-szS2aCYX27 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-szS2aCYX27 .content-wrapper {
  max-width: 800px;
}
.cid-szS2aCYX27 H1 {
  color: #232323;
  text-align: left;
}
.cid-szS2aCYX27 .mbr-text,
.cid-szS2aCYX27 .mbr-section-btn {
  color: #232323;
}
.cid-szS2aCYX27 H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-szS2aCYX27 .container {
    padding: 0 4rem;
  }
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-rpRmAXo0RI {
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rpRmAXo0RI .row {
  justify-content: flex-end;
}
.cid-rpRmAXo0RI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-rpRmAXo0RI .block {
  background-color: #ffda00;
}
.cid-rpRmAXo0RI img {
  width: 100%;
}
.cid-rpRmAXo0RI .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-rpRmAXo0RI .content {
  max-width: 600px;
}
.cid-rpRmAXo0RI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-rpRmAXo0RI H2 {
  color: #232323;
}
.cid-sA3QjXaKax {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA3QjXaKax .container {
  max-width: 1500px;
}
.cid-sA3QjXaKax img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA3QjXaKax img:hover {
  transform: scale(1.1);
}
.cid-sA3QjXaKax .row {
  background: #ffffff;
}
.cid-sA3QjXaKax .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sA3QjXaKax h2 {
  padding: 0;
  margin: 0;
}
.cid-sA3QjXaKax .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA3QjXaKax .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sA3QjXaKax .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA3QjXaKax .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-sA3QjXaKax .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sA3QjXaKax .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sA3QjXaKax .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA3QjXaKax .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-sA3QjXaKax .row {
    margin: 0rem;
  }
  .cid-sA3QjXaKax .text-col {
    padding: 2rem 1rem;
  }
  .cid-sA3QjXaKax .number {
    margin-right: 2rem;
  }
  .cid-sA3QjXaKax .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sA3QjXaKax H2 {
  color: #333333;
  text-align: right;
}
.cid-sA3QjXaKax .mbr-text {
  color: #767676;
}
.cid-sA3FFXqTct {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA3FFXqTct .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sA3FFXqTct .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sA3FFXqTct .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sA3FFXqTct .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sA3FFXqTct .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sA3FFXqTct .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sA3FFXqTct .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sA3FFXqTct .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sA3FFXqTct .col:hover .box-title2,
.cid-sA3FFXqTct .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sA3FFXqTct .box-title2,
.cid-sA3FFXqTct .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sA3FFXqTct .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sA3FFXqTct .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sA3FFXqTct .img-content {
    opacity: 1;
  }
  .cid-sA3FFXqTct .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sA3FFXqTct .box-content {
    width: 100%;
  }
  .cid-sA3FFXqTct .box-title2,
  .cid-sA3FFXqTct .box-text2 {
    color: #333333 !important;
  }
  .cid-sA3FFXqTct .content-block,
  .cid-sA3FFXqTct .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sA3FFXqTct .box-text1 {
  color: #333333;
}
.cid-sA3FFXqTct .box-title2 {
  color: #cccccc;
}
.cid-sA3FFXqTct .mbr-text,
.cid-sA3FFXqTct .mbr-section-btn {
  text-align: center;
}
.cid-sA2nWqEpHg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA2nWqEpHg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA2nWqEpHg img:hover {
  transform: scale(1.1);
}
.cid-sA2nWqEpHg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA2nWqEpHg h2 {
  padding: 0;
  margin: 0;
}
.cid-sA2nWqEpHg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA2nWqEpHg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA2nWqEpHg .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA2nWqEpHg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sA2nWqEpHg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA2nWqEpHg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA2nWqEpHg .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sA2nWqEpHg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA2nWqEpHg H2 {
  color: #333333;
}
.cid-sA2nWqEpHg .mbr-text {
  color: #767676;
}
.cid-sA3HN9Dxef {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA3HN9Dxef .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sA3HN9Dxef .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sA3HN9Dxef .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sA3HN9Dxef .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sA3HN9Dxef .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sA3HN9Dxef .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sA3HN9Dxef .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sA3HN9Dxef .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sA3HN9Dxef .col:hover .box-title2,
.cid-sA3HN9Dxef .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sA3HN9Dxef .box-title2,
.cid-sA3HN9Dxef .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sA3HN9Dxef .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sA3HN9Dxef .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sA3HN9Dxef .img-content {
    opacity: 1;
  }
  .cid-sA3HN9Dxef .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sA3HN9Dxef .box-content {
    width: 100%;
  }
  .cid-sA3HN9Dxef .box-title2,
  .cid-sA3HN9Dxef .box-text2 {
    color: #333333 !important;
  }
  .cid-sA3HN9Dxef .content-block,
  .cid-sA3HN9Dxef .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sA3HN9Dxef .box-text1 {
  color: #333333;
}
.cid-sA3HN9Dxef .box-title2 {
  color: #cccccc;
}
.cid-sA3HN9Dxef .mbr-text,
.cid-sA3HN9Dxef .mbr-section-btn {
  text-align: center;
}
.cid-sA3HPJug1p {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-sA3HPJug1p img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA3HPJug1p img:hover {
  transform: scale(1.1);
}
.cid-sA3HPJug1p .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA3HPJug1p h2 {
  padding: 0;
  margin: 0;
}
.cid-sA3HPJug1p .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA3HPJug1p .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA3HPJug1p .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA3HPJug1p .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sA3HPJug1p .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA3HPJug1p .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA3HPJug1p .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sA3HPJug1p .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA3HPJug1p H2 {
  color: #333333;
}
.cid-sA3HPJug1p .mbr-text {
  color: #767676;
}
.cid-rpSfqF8N8V {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSfqF8N8V img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqF8N8V img:hover {
  transform: scale(1.1);
}
.cid-rpSfqF8N8V .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqF8N8V h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqF8N8V .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqF8N8V .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqF8N8V .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSfqF8N8V .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSfqF8N8V .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSfqF8N8V .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqF8N8V .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqF8N8V .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSfqF8N8V .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSfqF8N8V .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqF8N8V H2 {
  color: #333333;
}
.cid-rpSfqF8N8V .mbr-text {
  color: #767676;
}
.cid-sA3IsD67ge {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA3IsD67ge .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sA3IsD67ge .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sA3IsD67ge .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sA3IsD67ge .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sA3IsD67ge .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sA3IsD67ge .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sA3IsD67ge .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sA3IsD67ge .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sA3IsD67ge .col:hover .box-title2,
.cid-sA3IsD67ge .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sA3IsD67ge .box-title2,
.cid-sA3IsD67ge .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sA3IsD67ge .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sA3IsD67ge .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sA3IsD67ge .img-content {
    opacity: 1;
  }
  .cid-sA3IsD67ge .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sA3IsD67ge .box-content {
    width: 100%;
  }
  .cid-sA3IsD67ge .box-title2,
  .cid-sA3IsD67ge .box-text2 {
    color: #333333 !important;
  }
  .cid-sA3IsD67ge .content-block,
  .cid-sA3IsD67ge .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sA3IsD67ge .box-text1 {
  color: #333333;
}
.cid-sA3IsD67ge .box-title2 {
  color: #cccccc;
}
.cid-sA3IsD67ge .mbr-text,
.cid-sA3IsD67ge .mbr-section-btn {
  text-align: center;
}
.cid-sA2pmISDLY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA2pmISDLY img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA2pmISDLY img:hover {
  transform: scale(1.1);
}
.cid-sA2pmISDLY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA2pmISDLY h2 {
  padding: 0;
  margin: 0;
}
.cid-sA2pmISDLY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA2pmISDLY .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA2pmISDLY .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA2pmISDLY .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sA2pmISDLY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA2pmISDLY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA2pmISDLY .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sA2pmISDLY .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA2pmISDLY H2 {
  color: #333333;
}
.cid-sA2pmISDLY .mbr-text {
  color: #767676;
}
.cid-sA3K5gOTc8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA3K5gOTc8 .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sA3K5gOTc8 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sA3K5gOTc8 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sA3K5gOTc8 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sA3K5gOTc8 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sA3K5gOTc8 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sA3K5gOTc8 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sA3K5gOTc8 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sA3K5gOTc8 .col:hover .box-title2,
.cid-sA3K5gOTc8 .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sA3K5gOTc8 .box-title2,
.cid-sA3K5gOTc8 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sA3K5gOTc8 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sA3K5gOTc8 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sA3K5gOTc8 .img-content {
    opacity: 1;
  }
  .cid-sA3K5gOTc8 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sA3K5gOTc8 .box-content {
    width: 100%;
  }
  .cid-sA3K5gOTc8 .box-title2,
  .cid-sA3K5gOTc8 .box-text2 {
    color: #333333 !important;
  }
  .cid-sA3K5gOTc8 .content-block,
  .cid-sA3K5gOTc8 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sA3K5gOTc8 .box-text1 {
  color: #333333;
}
.cid-sA3K5gOTc8 .box-title2 {
  color: #cccccc;
}
.cid-sA3K5gOTc8 .mbr-text,
.cid-sA3K5gOTc8 .mbr-section-btn {
  text-align: center;
}
.cid-sA3K6vqyOT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA3K6vqyOT img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA3K6vqyOT img:hover {
  transform: scale(1.1);
}
.cid-sA3K6vqyOT .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA3K6vqyOT h2 {
  padding: 0;
  margin: 0;
}
.cid-sA3K6vqyOT .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA3K6vqyOT .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA3K6vqyOT .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA3K6vqyOT .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sA3K6vqyOT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA3K6vqyOT .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA3K6vqyOT .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sA3K6vqyOT .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA3K6vqyOT H2 {
  color: #333333;
}
.cid-sA3K6vqyOT .mbr-text {
  color: #767676;
}
.cid-szXZulfgVc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-szXZulfgVc img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-szXZulfgVc img:hover {
  transform: scale(1.1);
}
.cid-szXZulfgVc .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-szXZulfgVc h2 {
  padding: 0;
  margin: 0;
}
.cid-szXZulfgVc .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szXZulfgVc .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-szXZulfgVc .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-szXZulfgVc .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-szXZulfgVc .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-szXZulfgVc .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-szXZulfgVc .mbr-iconfont {
  margin: 0!important;
}
.cid-szXZulfgVc .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-szXZulfgVc .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-szXZulfgVc .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-szXZulfgVc .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-szXZulfgVc .text-col {
    padding: 2rem 1rem;
  }
}
.cid-szXZulfgVc H2 {
  color: #333333;
}
.cid-szXZulfgVc .mbr-text {
  color: #767676;
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rpSfl755ta {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSfl755ta .container {
  max-width: 1500px;
}
.cid-rpSfl755ta img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfl755ta img:hover {
  transform: scale(1.1);
}
.cid-rpSfl755ta .row {
  background: #ffffff;
}
.cid-rpSfl755ta .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rpSfl755ta h2 {
  padding: 0;
  margin: 0 0 0 0px;
}
.cid-rpSfl755ta .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfl755ta .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rpSfl755ta .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rpSfl755ta .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rpSfl755ta .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rpSfl755ta .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rpSfl755ta .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfl755ta .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rpSfl755ta .row {
    margin: 0rem;
  }
  .cid-rpSfl755ta .text-col {
    padding: 2rem 1rem;
  }
  .cid-rpSfl755ta .number {
    margin-right: 2rem;
  }
  .cid-rpSfl755ta .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rpSfl755ta H2 {
  color: #333333;
  text-align: right;
}
.cid-rpSfl755ta .mbr-text {
  color: #767676;
}
.cid-sA1TdJ2EiQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA1TdJ2EiQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-sA1TdJ2EiQ .carousel-item > div {
  width: 100%;
}
.cid-sA1TdJ2EiQ .carousel-item.active,
.cid-sA1TdJ2EiQ .carousel-item-next,
.cid-sA1TdJ2EiQ .carousel-item-prev {
  display: flex;
}
.cid-sA1TdJ2EiQ .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sA1TdJ2EiQ .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sA1TdJ2EiQ .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sA1TdJ2EiQ .signature,
.cid-sA1TdJ2EiQ .desk {
  margin: 0;
}
.cid-sA1TdJ2EiQ .mbr-text,
.cid-sA1TdJ2EiQ .mbr-section-subtitle {
  color: #efefef;
}
.cid-sA1TdJ2EiQ .signature,
.cid-sA1TdJ2EiQ .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sA1TdJ2EiQ .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-sA1TdJ2EiQ .carousel-controls a {
    width: 5%;
  }
}
.cid-sA1TdJ2EiQ .mbr-section-title {
  color: #232323;
}
.cid-sA1TdJ2EiQ .mbr-section-subtitle {
  color: #232323;
}
.cid-sA1TdJ2EiQ .mbr-text {
  color: #232323;
}
.cid-sA1TdJ2EiQ .signature {
  color: #232323;
}
.cid-rpRmAXo0RI {
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-rpRmAXo0RI .row {
  justify-content: flex-end;
}
.cid-rpRmAXo0RI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-rpRmAXo0RI .block {
  background-color: #ffda00;
}
.cid-rpRmAXo0RI img {
  width: 100%;
}
.cid-rpRmAXo0RI .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-rpRmAXo0RI .content {
  max-width: 600px;
}
.cid-rpRmAXo0RI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-rpSfqF8N8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSfqF8N8V img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqF8N8V img:hover {
  transform: scale(1.1);
}
.cid-rpSfqF8N8V .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqF8N8V h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqF8N8V .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqF8N8V .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqF8N8V .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSfqF8N8V .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSfqF8N8V .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSfqF8N8V .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqF8N8V .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqF8N8V .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSfqF8N8V .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSfqF8N8V .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqF8N8V H2 {
  color: #333333;
}
.cid-rpSfqF8N8V .mbr-text {
  color: #767676;
}
.cid-rpSfqvjGS3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSfqvjGS3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqvjGS3 img:hover {
  transform: scale(1.1);
}
.cid-rpSfqvjGS3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqvjGS3 h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqvjGS3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqvjGS3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqvjGS3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rpSfqvjGS3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rpSfqvjGS3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqvjGS3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqvjGS3 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rpSfqvjGS3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqvjGS3 H2 {
  color: #333333;
}
.cid-rpSfqvjGS3 .mbr-text {
  color: #767676;
}
.cid-sA224QMRUg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA224QMRUg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA224QMRUg img:hover {
  transform: scale(1.1);
}
.cid-sA224QMRUg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA224QMRUg h2 {
  padding: 0;
  margin: 0;
}
.cid-sA224QMRUg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA224QMRUg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA224QMRUg .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sA224QMRUg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sA224QMRUg .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sA224QMRUg .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sA224QMRUg .mbr-iconfont {
  margin: 0!important;
}
.cid-sA224QMRUg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA224QMRUg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA224QMRUg .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sA224QMRUg .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sA224QMRUg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA224QMRUg H2 {
  color: #333333;
}
.cid-sA224QMRUg .mbr-text {
  color: #767676;
}
.cid-sA226cPiFX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA226cPiFX img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA226cPiFX img:hover {
  transform: scale(1.1);
}
.cid-sA226cPiFX .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA226cPiFX h2 {
  padding: 0;
  margin: 0;
}
.cid-sA226cPiFX .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA226cPiFX .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA226cPiFX .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA226cPiFX .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sA226cPiFX .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA226cPiFX .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA226cPiFX .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sA226cPiFX .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA226cPiFX H2 {
  color: #333333;
}
.cid-sA226cPiFX .mbr-text {
  color: #767676;
}
.cid-sA22750Uxp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA22750Uxp img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA22750Uxp img:hover {
  transform: scale(1.1);
}
.cid-sA22750Uxp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA22750Uxp h2 {
  padding: 0;
  margin: 0;
}
.cid-sA22750Uxp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA22750Uxp .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA22750Uxp .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sA22750Uxp .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sA22750Uxp .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sA22750Uxp .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sA22750Uxp .mbr-iconfont {
  margin: 0!important;
}
.cid-sA22750Uxp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA22750Uxp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA22750Uxp .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sA22750Uxp .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sA22750Uxp .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA22750Uxp H2 {
  color: #333333;
}
.cid-sA22750Uxp .mbr-text {
  color: #767676;
}
.cid-sA227Nq2zV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA227Nq2zV img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA227Nq2zV img:hover {
  transform: scale(1.1);
}
.cid-sA227Nq2zV .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA227Nq2zV h2 {
  padding: 0;
  margin: 0;
}
.cid-sA227Nq2zV .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA227Nq2zV .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA227Nq2zV .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA227Nq2zV .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sA227Nq2zV .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA227Nq2zV .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA227Nq2zV .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sA227Nq2zV .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA227Nq2zV H2 {
  color: #333333;
}
.cid-sA227Nq2zV .mbr-text {
  color: #767676;
}
.cid-sA228ASJYq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA228ASJYq img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA228ASJYq img:hover {
  transform: scale(1.1);
}
.cid-sA228ASJYq .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA228ASJYq h2 {
  padding: 0;
  margin: 0;
}
.cid-sA228ASJYq .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA228ASJYq .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA228ASJYq .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sA228ASJYq .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sA228ASJYq .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sA228ASJYq .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sA228ASJYq .mbr-iconfont {
  margin: 0!important;
}
.cid-sA228ASJYq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA228ASJYq .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA228ASJYq .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sA228ASJYq .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sA228ASJYq .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA228ASJYq H2 {
  color: #333333;
}
.cid-sA228ASJYq .mbr-text {
  color: #767676;
}
.cid-sA229tW58H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA229tW58H img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA229tW58H img:hover {
  transform: scale(1.1);
}
.cid-sA229tW58H .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA229tW58H h2 {
  padding: 0;
  margin: 0;
}
.cid-sA229tW58H .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA229tW58H .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA229tW58H .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA229tW58H .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sA229tW58H .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA229tW58H .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA229tW58H .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sA229tW58H .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA229tW58H H2 {
  color: #333333;
}
.cid-sA229tW58H .mbr-text {
  color: #767676;
}
.cid-sA22arkQND {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA22arkQND img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA22arkQND img:hover {
  transform: scale(1.1);
}
.cid-sA22arkQND .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA22arkQND h2 {
  padding: 0;
  margin: 0;
}
.cid-sA22arkQND .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA22arkQND .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA22arkQND .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sA22arkQND .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sA22arkQND .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sA22arkQND .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sA22arkQND .mbr-iconfont {
  margin: 0!important;
}
.cid-sA22arkQND .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA22arkQND .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA22arkQND .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sA22arkQND .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sA22arkQND .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA22arkQND H2 {
  color: #333333;
}
.cid-sA22arkQND .mbr-text {
  color: #767676;
}
.cid-sA22aXSjIe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sA22aXSjIe img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA22aXSjIe img:hover {
  transform: scale(1.1);
}
.cid-sA22aXSjIe .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA22aXSjIe h2 {
  padding: 0;
  margin: 0;
}
.cid-sA22aXSjIe .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA22aXSjIe .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA22aXSjIe .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sA22aXSjIe .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-sA22aXSjIe .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA22aXSjIe .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA22aXSjIe .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sA22aXSjIe .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA22aXSjIe H2 {
  color: #333333;
}
.cid-sA22aXSjIe .mbr-text {
  color: #767676;
}
.cid-sA22bsPnlz {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efeeee;
}
.cid-sA22bsPnlz img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sA22bsPnlz img:hover {
  transform: scale(1.1);
}
.cid-sA22bsPnlz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sA22bsPnlz h2 {
  padding: 0;
  margin: 0;
}
.cid-sA22bsPnlz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sA22bsPnlz .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sA22bsPnlz .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sA22bsPnlz .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sA22bsPnlz .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sA22bsPnlz .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sA22bsPnlz .mbr-iconfont {
  margin: 0!important;
}
.cid-sA22bsPnlz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sA22bsPnlz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA22bsPnlz .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sA22bsPnlz .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sA22bsPnlz .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sA22bsPnlz H2 {
  color: #333333;
}
.cid-sA22bsPnlz .mbr-text {
  color: #767676;
}
.cid-sA23lu7QM0 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sA23lu7QM0 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
  margin-bottom:30px;
}
.cid-sA23lu7QM0 img {
  width: 100%;
}
.cid-sA23lu7QM0 p {
  margin-top: 1rem;
}
.cid-sA23lu7QM0 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sA23lu7QM0 .content-wrapper {
  padding-top: 6rem;
}
.cid-sA23lu7QM0 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sA23lu7QM0 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sA23lu7QM0 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sA23lu7QM0 .back {
    width: 100%;
    height: 75%;
  }
  .cid-sA23lu7QM0 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sA23lu7QM0 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sA23lu7QM0 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sA23lu7QM0 h4 {
    right: 2rem;
  }
}
.cid-sA22cmDiVp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-sA22cmDiVp .row {
  position: relative;
}
.cid-sA22cmDiVp .container {
  max-width: 1500px;
}
.cid-sA22cmDiVp h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sA22cmDiVp .content-wrapper {
  max-width: 800px;
}
.cid-sA22cmDiVp H1 {
  color: #333333;
  text-align: left;
}
.cid-sA22cmDiVp .mbr-text,
.cid-sA22cmDiVp .mbr-section-btn {
  color: #333333;
}
.cid-sA22cmDiVp H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-sA22cmDiVp .container {
    padding: 0 4rem;
  }
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sA3ShH9Edz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffda00;
}
.cid-sA3ShH9Edz .row {
  position: relative;
}
.cid-sA3ShH9Edz .container {
  max-width: 1500px;
}
.cid-sA3ShH9Edz h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sA3ShH9Edz .content-wrapper {
  max-width: 800px;
}
.cid-sA3ShH9Edz H1 {
  color: #333333;
}
.cid-sA3ShH9Edz .mbr-text,
.cid-sA3ShH9Edz .mbr-section-btn {
  color: #333333;
}
.cid-sA3ShH9Edz H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-sA3ShH9Edz .container {
    padding: 0 4rem;
  }
}
.cid-sB9VLJ6lbm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sB9VLJ6lbm .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sB9VLJ6lbm .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sB9VLJ6lbm .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sB9VLJ6lbm .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sB9VLJ6lbm .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sB9VLJ6lbm .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sB9VLJ6lbm .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sB9VLJ6lbm .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sB9VLJ6lbm .col:hover .box-title2,
.cid-sB9VLJ6lbm .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sB9VLJ6lbm .box-title2,
.cid-sB9VLJ6lbm .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sB9VLJ6lbm .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sB9VLJ6lbm .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sB9VLJ6lbm .img-content {
    opacity: 1;
  }
  .cid-sB9VLJ6lbm .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sB9VLJ6lbm .box-content {
    width: 100%;
  }
  .cid-sB9VLJ6lbm .box-title2,
  .cid-sB9VLJ6lbm .box-text2 {
    color: #333333 !important;
  }
  .cid-sB9VLJ6lbm .content-block,
  .cid-sB9VLJ6lbm .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sB9VLJ6lbm .box-text1 {
  color: #333333;
}
.cid-sB9VLJ6lbm .box-title2 {
  color: #cccccc;
}
.cid-sB9VLJ6lbm .mbr-text,
.cid-sB9VLJ6lbm .mbr-section-btn {
  text-align: center;
}
.cid-sBaqWPOqgb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaqWPOqgb .mbr-overlay {
  z-index: 1;
}
.cid-sBaqWPOqgb .carousel,
.cid-sBaqWPOqgb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaqWPOqgb .item-wrapper {
  width: 100%;
}
.cid-sBaqWPOqgb .carousel-caption {
  bottom: 40px;
}
.cid-sBaqWPOqgb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaqWPOqgb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaqWPOqgb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaqWPOqgb .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaqWPOqgb span {
  font-size: 50px;
}
.cid-sBaqWPOqgb .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaqWPOqgb .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaqWPOqgb .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaqWPOqgb .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaqWPOqgb .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaqWPOqgb .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaqWPOqgb .carousel-fade .active.carousel-item-left,
.cid-sBaqWPOqgb .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaqWPOqgb .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaqWPOqgb .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaqWPOqgb .mbr-text,
.cid-sBaqWPOqgb .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sAACcHH2ny {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAACcHH2ny .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sAACcHH2ny .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sAACcHH2ny .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sAACcHH2ny .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sAACcHH2ny .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sAACcHH2ny .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sAACcHH2ny .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sAACcHH2ny .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sAACcHH2ny .col:hover .box-title2,
.cid-sAACcHH2ny .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sAACcHH2ny .box-title2,
.cid-sAACcHH2ny .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sAACcHH2ny .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sAACcHH2ny .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sAACcHH2ny .img-content {
    opacity: 1;
  }
  .cid-sAACcHH2ny .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sAACcHH2ny .box-content {
    width: 100%;
  }
  .cid-sAACcHH2ny .box-title2,
  .cid-sAACcHH2ny .box-text2 {
    color: #333333 !important;
  }
  .cid-sAACcHH2ny .content-block,
  .cid-sAACcHH2ny .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sAACcHH2ny .box-text1 {
  color: #333333;
}
.cid-sAACcHH2ny .box-title2 {
  color: #cccccc;
}
.cid-sAACcHH2ny .mbr-text,
.cid-sAACcHH2ny .mbr-section-btn {
  text-align: center;
}
.cid-sBaBMsOphu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaBMsOphu .mbr-overlay {
  z-index: 1;
}
.cid-sBaBMsOphu .carousel,
.cid-sBaBMsOphu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaBMsOphu .item-wrapper {
  width: 100%;
}
.cid-sBaBMsOphu .carousel-caption {
  bottom: 40px;
}
.cid-sBaBMsOphu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaBMsOphu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaBMsOphu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaBMsOphu .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaBMsOphu span {
  font-size: 50px;
}
.cid-sBaBMsOphu .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaBMsOphu .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaBMsOphu .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaBMsOphu .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaBMsOphu .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaBMsOphu .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaBMsOphu .carousel-fade .active.carousel-item-left,
.cid-sBaBMsOphu .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaBMsOphu .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaBMsOphu .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaBMsOphu .mbr-text,
.cid-sBaBMsOphu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sAACc3cWuQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAACc3cWuQ .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sAACc3cWuQ .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sAACc3cWuQ .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sAACc3cWuQ .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sAACc3cWuQ .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sAACc3cWuQ .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sAACc3cWuQ .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sAACc3cWuQ .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sAACc3cWuQ .col:hover .box-title2,
.cid-sAACc3cWuQ .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sAACc3cWuQ .box-title2,
.cid-sAACc3cWuQ .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sAACc3cWuQ .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sAACc3cWuQ .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sAACc3cWuQ .img-content {
    opacity: 1;
  }
  .cid-sAACc3cWuQ .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sAACc3cWuQ .box-content {
    width: 100%;
  }
  .cid-sAACc3cWuQ .box-title2,
  .cid-sAACc3cWuQ .box-text2 {
    color: #333333 !important;
  }
  .cid-sAACc3cWuQ .content-block,
  .cid-sAACc3cWuQ .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sAACc3cWuQ .box-text1 {
  color: #333333;
}
.cid-sAACc3cWuQ .box-title2 {
  color: #cccccc;
}
.cid-sAACc3cWuQ .mbr-text,
.cid-sAACc3cWuQ .mbr-section-btn {
  text-align: center;
}
.cid-sBaBPivffZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaBPivffZ .mbr-overlay {
  z-index: 1;
}
.cid-sBaBPivffZ .carousel,
.cid-sBaBPivffZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaBPivffZ .item-wrapper {
  width: 100%;
}
.cid-sBaBPivffZ .carousel-caption {
  bottom: 40px;
}
.cid-sBaBPivffZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaBPivffZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaBPivffZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaBPivffZ .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaBPivffZ span {
  font-size: 50px;
}
.cid-sBaBPivffZ .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaBPivffZ .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaBPivffZ .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaBPivffZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaBPivffZ .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaBPivffZ .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaBPivffZ .carousel-fade .active.carousel-item-left,
.cid-sBaBPivffZ .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaBPivffZ .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaBPivffZ .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaBPivffZ .mbr-text,
.cid-sBaBPivffZ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sBavXfLTzx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBavXfLTzx .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sBavXfLTzx .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sBavXfLTzx .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sBavXfLTzx .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sBavXfLTzx .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sBavXfLTzx .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sBavXfLTzx .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sBavXfLTzx .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sBavXfLTzx .col:hover .box-title2,
.cid-sBavXfLTzx .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sBavXfLTzx .box-title2,
.cid-sBavXfLTzx .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sBavXfLTzx .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sBavXfLTzx .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sBavXfLTzx .img-content {
    opacity: 1;
  }
  .cid-sBavXfLTzx .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sBavXfLTzx .box-content {
    width: 100%;
  }
  .cid-sBavXfLTzx .box-title2,
  .cid-sBavXfLTzx .box-text2 {
    color: #333333 !important;
  }
  .cid-sBavXfLTzx .content-block,
  .cid-sBavXfLTzx .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sBavXfLTzx .box-text1 {
  color: #333333;
}
.cid-sBavXfLTzx .box-title2 {
  color: #cccccc;
}
.cid-sBavXfLTzx .mbr-text,
.cid-sBavXfLTzx .mbr-section-btn {
  text-align: left;
}
.cid-sBavXfLTzx H1 {
  color: #232323;
}
.cid-sBaBNNQvuq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaBNNQvuq .mbr-overlay {
  z-index: 1;
}
.cid-sBaBNNQvuq .carousel,
.cid-sBaBNNQvuq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaBNNQvuq .item-wrapper {
  width: 100%;
}
.cid-sBaBNNQvuq .carousel-caption {
  bottom: 40px;
}
.cid-sBaBNNQvuq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaBNNQvuq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaBNNQvuq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaBNNQvuq .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaBNNQvuq span {
  font-size: 50px;
}
.cid-sBaBNNQvuq .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaBNNQvuq .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaBNNQvuq .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaBNNQvuq .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaBNNQvuq .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaBNNQvuq .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaBNNQvuq .carousel-fade .active.carousel-item-left,
.cid-sBaBNNQvuq .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaBNNQvuq .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaBNNQvuq .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaBNNQvuq .mbr-text,
.cid-sBaBNNQvuq .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sBaw0DNY4p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBaw0DNY4p .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sBaw0DNY4p .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sBaw0DNY4p .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sBaw0DNY4p .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sBaw0DNY4p .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sBaw0DNY4p .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sBaw0DNY4p .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sBaw0DNY4p .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sBaw0DNY4p .col:hover .box-title2,
.cid-sBaw0DNY4p .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sBaw0DNY4p .box-title2,
.cid-sBaw0DNY4p .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sBaw0DNY4p .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sBaw0DNY4p .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sBaw0DNY4p .img-content {
    opacity: 1;
  }
  .cid-sBaw0DNY4p .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sBaw0DNY4p .box-content {
    width: 100%;
  }
  .cid-sBaw0DNY4p .box-title2,
  .cid-sBaw0DNY4p .box-text2 {
    color: #333333 !important;
  }
  .cid-sBaw0DNY4p .content-block,
  .cid-sBaw0DNY4p .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sBaw0DNY4p .box-text1 {
  color: #333333;
}
.cid-sBaw0DNY4p .box-title2 {
  color: #cccccc;
}
.cid-sBaw0DNY4p .mbr-text,
.cid-sBaw0DNY4p .mbr-section-btn {
  text-align: left;
}
.cid-sBaw0DNY4p H1 {
  color: #232323;
}
.cid-sBaBOEPWa4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaBOEPWa4 .mbr-overlay {
  z-index: 1;
}
.cid-sBaBOEPWa4 .carousel,
.cid-sBaBOEPWa4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaBOEPWa4 .item-wrapper {
  width: 100%;
}
.cid-sBaBOEPWa4 .carousel-caption {
  bottom: 40px;
}
.cid-sBaBOEPWa4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaBOEPWa4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaBOEPWa4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaBOEPWa4 .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaBOEPWa4 span {
  font-size: 50px;
}
.cid-sBaBOEPWa4 .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaBOEPWa4 .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaBOEPWa4 .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaBOEPWa4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaBOEPWa4 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaBOEPWa4 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaBOEPWa4 .carousel-fade .active.carousel-item-left,
.cid-sBaBOEPWa4 .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaBOEPWa4 .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaBOEPWa4 .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaBOEPWa4 .mbr-text,
.cid-sBaBOEPWa4 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sBaw16QrW4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBaw16QrW4 .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sBaw16QrW4 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sBaw16QrW4 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sBaw16QrW4 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sBaw16QrW4 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sBaw16QrW4 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sBaw16QrW4 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sBaw16QrW4 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sBaw16QrW4 .col:hover .box-title2,
.cid-sBaw16QrW4 .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sBaw16QrW4 .box-title2,
.cid-sBaw16QrW4 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sBaw16QrW4 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sBaw16QrW4 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sBaw16QrW4 .img-content {
    opacity: 1;
  }
  .cid-sBaw16QrW4 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sBaw16QrW4 .box-content {
    width: 100%;
  }
  .cid-sBaw16QrW4 .box-title2,
  .cid-sBaw16QrW4 .box-text2 {
    color: #333333 !important;
  }
  .cid-sBaw16QrW4 .content-block,
  .cid-sBaw16QrW4 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sBaw16QrW4 .box-text1 {
  color: #333333;
}
.cid-sBaw16QrW4 .box-title2 {
  color: #cccccc;
}
.cid-sBaw16QrW4 .mbr-text,
.cid-sBaw16QrW4 .mbr-section-btn {
  text-align: left;
}
.cid-sBaw16QrW4 H1 {
  color: #232323;
}
.cid-sBaBQxHRyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaBQxHRyD .mbr-overlay {
  z-index: 1;
}
.cid-sBaBQxHRyD .carousel,
.cid-sBaBQxHRyD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaBQxHRyD .item-wrapper {
  width: 100%;
}
.cid-sBaBQxHRyD .carousel-caption {
  bottom: 40px;
}
.cid-sBaBQxHRyD .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaBQxHRyD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaBQxHRyD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaBQxHRyD .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaBQxHRyD span {
  font-size: 50px;
}
.cid-sBaBQxHRyD .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaBQxHRyD .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaBQxHRyD .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaBQxHRyD .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaBQxHRyD .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaBQxHRyD .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaBQxHRyD .carousel-fade .active.carousel-item-left,
.cid-sBaBQxHRyD .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaBQxHRyD .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaBQxHRyD .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaBQxHRyD .mbr-text,
.cid-sBaBQxHRyD .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sBaw1GOg8W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBaw1GOg8W .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sBaw1GOg8W .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sBaw1GOg8W .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sBaw1GOg8W .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sBaw1GOg8W .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sBaw1GOg8W .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sBaw1GOg8W .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sBaw1GOg8W .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sBaw1GOg8W .col:hover .box-title2,
.cid-sBaw1GOg8W .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sBaw1GOg8W .box-title2,
.cid-sBaw1GOg8W .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sBaw1GOg8W .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sBaw1GOg8W .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sBaw1GOg8W .img-content {
    opacity: 1;
  }
  .cid-sBaw1GOg8W .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sBaw1GOg8W .box-content {
    width: 100%;
  }
  .cid-sBaw1GOg8W .box-title2,
  .cid-sBaw1GOg8W .box-text2 {
    color: #333333 !important;
  }
  .cid-sBaw1GOg8W .content-block,
  .cid-sBaw1GOg8W .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sBaw1GOg8W .box-text1 {
  color: #333333;
}
.cid-sBaw1GOg8W .box-title2 {
  color: #cccccc;
}
.cid-sBaw1GOg8W .mbr-text,
.cid-sBaw1GOg8W .mbr-section-btn {
  text-align: left;
}
.cid-sBaw1GOg8W H1 {
  color: #232323;
}
.cid-sBaBPVZgxT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaBPVZgxT .mbr-overlay {
  z-index: 1;
}
.cid-sBaBPVZgxT .carousel,
.cid-sBaBPVZgxT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaBPVZgxT .item-wrapper {
  width: 100%;
}
.cid-sBaBPVZgxT .carousel-caption {
  bottom: 40px;
}
.cid-sBaBPVZgxT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaBPVZgxT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaBPVZgxT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaBPVZgxT .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaBPVZgxT span {
  font-size: 50px;
}
.cid-sBaBPVZgxT .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaBPVZgxT .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaBPVZgxT .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaBPVZgxT .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaBPVZgxT .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaBPVZgxT .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaBPVZgxT .carousel-fade .active.carousel-item-left,
.cid-sBaBPVZgxT .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaBPVZgxT .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaBPVZgxT .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaBPVZgxT .mbr-text,
.cid-sBaBPVZgxT .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sBaw29OCq4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBaw29OCq4 .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sBaw29OCq4 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sBaw29OCq4 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sBaw29OCq4 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sBaw29OCq4 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sBaw29OCq4 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sBaw29OCq4 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sBaw29OCq4 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sBaw29OCq4 .col:hover .box-title2,
.cid-sBaw29OCq4 .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sBaw29OCq4 .box-title2,
.cid-sBaw29OCq4 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sBaw29OCq4 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sBaw29OCq4 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sBaw29OCq4 .img-content {
    opacity: 1;
  }
  .cid-sBaw29OCq4 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sBaw29OCq4 .box-content {
    width: 100%;
  }
  .cid-sBaw29OCq4 .box-title2,
  .cid-sBaw29OCq4 .box-text2 {
    color: #333333 !important;
  }
  .cid-sBaw29OCq4 .content-block,
  .cid-sBaw29OCq4 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sBaw29OCq4 .box-text1 {
  color: #333333;
}
.cid-sBaw29OCq4 .box-title2 {
  color: #cccccc;
}
.cid-sBaw29OCq4 .mbr-text,
.cid-sBaw29OCq4 .mbr-section-btn {
  text-align: left;
}
.cid-sBaw29OCq4 H1 {
  color: #232323;
}
.cid-sBaCePj4SB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaCePj4SB .mbr-overlay {
  z-index: 1;
}
.cid-sBaCePj4SB .carousel,
.cid-sBaCePj4SB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaCePj4SB .item-wrapper {
  width: 100%;
}
.cid-sBaCePj4SB .carousel-caption {
  bottom: 40px;
}
.cid-sBaCePj4SB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaCePj4SB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaCePj4SB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaCePj4SB .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaCePj4SB span {
  font-size: 50px;
}
.cid-sBaCePj4SB .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaCePj4SB .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaCePj4SB .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaCePj4SB .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaCePj4SB .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaCePj4SB .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaCePj4SB .carousel-fade .active.carousel-item-left,
.cid-sBaCePj4SB .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaCePj4SB .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaCePj4SB .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaCePj4SB .mbr-text,
.cid-sBaCePj4SB .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sBaw2A78rv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBaw2A78rv .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sBaw2A78rv .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sBaw2A78rv .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sBaw2A78rv .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sBaw2A78rv .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sBaw2A78rv .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sBaw2A78rv .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sBaw2A78rv .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sBaw2A78rv .col:hover .box-title2,
.cid-sBaw2A78rv .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sBaw2A78rv .box-title2,
.cid-sBaw2A78rv .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sBaw2A78rv .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sBaw2A78rv .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sBaw2A78rv .img-content {
    opacity: 1;
  }
  .cid-sBaw2A78rv .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sBaw2A78rv .box-content {
    width: 100%;
  }
  .cid-sBaw2A78rv .box-title2,
  .cid-sBaw2A78rv .box-text2 {
    color: #333333 !important;
  }
  .cid-sBaw2A78rv .content-block,
  .cid-sBaw2A78rv .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sBaw2A78rv .box-text1 {
  color: #333333;
}
.cid-sBaw2A78rv .box-title2 {
  color: #cccccc;
}
.cid-sBaw2A78rv .mbr-text,
.cid-sBaw2A78rv .mbr-section-btn {
  text-align: left;
}
.cid-sBaw2A78rv H1 {
  color: #232323;
}
.cid-sBaBR5OrWi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaBR5OrWi .mbr-overlay {
  z-index: 1;
}
.cid-sBaBR5OrWi .carousel,
.cid-sBaBR5OrWi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaBR5OrWi .item-wrapper {
  width: 100%;
}
.cid-sBaBR5OrWi .carousel-caption {
  bottom: 40px;
}
.cid-sBaBR5OrWi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaBR5OrWi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaBR5OrWi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaBR5OrWi .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaBR5OrWi span {
  font-size: 50px;
}
.cid-sBaBR5OrWi .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaBR5OrWi .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaBR5OrWi .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaBR5OrWi .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaBR5OrWi .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaBR5OrWi .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaBR5OrWi .carousel-fade .active.carousel-item-left,
.cid-sBaBR5OrWi .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaBR5OrWi .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaBR5OrWi .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaBR5OrWi .mbr-text,
.cid-sBaBR5OrWi .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sBawUGWWqv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBawUGWWqv .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sBawUGWWqv .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sBawUGWWqv .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sBawUGWWqv .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sBawUGWWqv .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sBawUGWWqv .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sBawUGWWqv .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sBawUGWWqv .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sBawUGWWqv .col:hover .box-title2,
.cid-sBawUGWWqv .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sBawUGWWqv .box-title2,
.cid-sBawUGWWqv .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sBawUGWWqv .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sBawUGWWqv .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sBawUGWWqv .img-content {
    opacity: 1;
  }
  .cid-sBawUGWWqv .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sBawUGWWqv .box-content {
    width: 100%;
  }
  .cid-sBawUGWWqv .box-title2,
  .cid-sBawUGWWqv .box-text2 {
    color: #333333 !important;
  }
  .cid-sBawUGWWqv .content-block,
  .cid-sBawUGWWqv .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sBawUGWWqv .box-text1 {
  color: #333333;
}
.cid-sBawUGWWqv .box-title2 {
  color: #cccccc;
}
.cid-sBawUGWWqv .mbr-text,
.cid-sBawUGWWqv .mbr-section-btn {
  text-align: left;
}
.cid-sBawUGWWqv H1 {
  color: #232323;
}
.cid-sBaBRAFR8k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-sBaBRAFR8k .mbr-overlay {
  z-index: 1;
}
.cid-sBaBRAFR8k .carousel,
.cid-sBaBRAFR8k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaBRAFR8k .item-wrapper {
  width: 100%;
}
.cid-sBaBRAFR8k .carousel-caption {
  bottom: 40px;
}
.cid-sBaBRAFR8k .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaBRAFR8k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaBRAFR8k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaBRAFR8k .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaBRAFR8k span {
  font-size: 50px;
}
.cid-sBaBRAFR8k .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sBaBRAFR8k .mobi-mbri-arrow-next:hover {
  color: #635a51;
}
.cid-sBaBRAFR8k .mobi-mbri-arrow-prev:hover {
  color: #635a51;
}
.cid-sBaBRAFR8k .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sBaBRAFR8k .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaBRAFR8k .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaBRAFR8k .carousel-fade .active.carousel-item-left,
.cid-sBaBRAFR8k .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaBRAFR8k .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaBRAFR8k .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaBRAFR8k .mbr-text,
.cid-sBaBRAFR8k .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAjJTig80b {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #f7d617;
}
.cid-sAjJTig80b .mbr-section-title {
  color: #ffffff;
}
.cid-sAjJTig80b .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sAjJTig80b .mbr-text {
  color: #232323;
}
.cid-sAjJTig80b .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sAjJTig80b .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sAjJTig80b .text-col {
  align-items: center;
  display: flex;
}
.cid-sAjJTig80b .mbr-section-subtitle,
.cid-sAjJTig80b .title-col {
  width: 100%;
  color: #232323;
}
.cid-rpSfjvEG19 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-rpSfjvEG19 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rpSfjvEG19 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-rpSfjvEG19 .card-wrapper {
    margin: 0rem;
  }
}
.cid-rpSfjvEG19 .card {
  height: 480px;
}
@media (min-width: 767px) {
  .cid-rpSfjvEG19 .row {
    padding: 0 4rem;
  }
}
.cid-rpSfjvEG19 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-rpSfjvEG19 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rpSfjvEG19 .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-rpSfjvEG19 .card1 {
  background-color: #ffffff;
}
.cid-rpSfjvEG19 .card2 {
  background-color: #ffffff;
}
.cid-rpSfjvEG19 .card3 {
  background-color: #ffffff;
}
.cid-rpSfjvEG19 .card4 {
  background-color: #ffffff;
}
.cid-rpSfjvEG19 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rpSfjvEG19 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-rpSfjvEG19 .container {
  max-width: 1500px;
}
.cid-rpSfjvEG19 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rpSfjvEG19 .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rpSfjvEG19 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rpSfjvEG19 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-rpSfjvEG19 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rpSfjvEG19 .col2,
  .cid-rpSfjvEG19 .col3,
  .cid-rpSfjvEG19 .col4 {
    margin-top: 0rem;
  }
  .cid-rpSfjvEG19 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-rpSfjvEG19 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-rpSfjvEG19 .number {
    margin: auto;
  }
}
.cid-rpSfjvEG19 .mbr-text {
  color: #cccccc;
}
.cid-rpSfjvEG19 .text2 {
  color: #333333;
}
.cid-rpSfjvEG19 .text3 {
  color: #333333;
}
.cid-rpSfjvEG19 .title2 {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 .title1 {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 .title3 {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 .title4 {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 .text4 {
  color: #232323;
}
.cid-rpSfjvEG19 .text1 {
  color: #232323;
}
.cid-rpSfjvEG19 .title3 B {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 H1 {
  color: #333333;
}
.cid-sAjLzWxoKe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-sAjLzWxoKe .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sAjLzWxoKe .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-sAjLzWxoKe .card-wrapper {
    margin: 0rem;
  }
}
.cid-sAjLzWxoKe .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-sAjLzWxoKe .row {
    padding: 0 4rem;
  }
}
.cid-sAjLzWxoKe .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-sAjLzWxoKe .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sAjLzWxoKe .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-sAjLzWxoKe .card1 {
  background-color: #ffffff;
}
.cid-sAjLzWxoKe .card2 {
  background-color: #ffffff;
}
.cid-sAjLzWxoKe .card3 {
  background-color: #ffffff;
}
.cid-sAjLzWxoKe .card4 {
  background-color: #ffffff;
}
.cid-sAjLzWxoKe img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sAjLzWxoKe .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-sAjLzWxoKe .container {
  max-width: 1500px;
}
.cid-sAjLzWxoKe .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sAjLzWxoKe .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-sAjLzWxoKe P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sAjLzWxoKe .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-sAjLzWxoKe .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sAjLzWxoKe .col2,
  .cid-sAjLzWxoKe .col3,
  .cid-sAjLzWxoKe .col4 {
    margin-top: 0rem;
  }
  .cid-sAjLzWxoKe .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-sAjLzWxoKe .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-sAjLzWxoKe .number {
    margin: auto;
  }
}
.cid-sAjLzWxoKe .mbr-text {
  color: #cccccc;
}
.cid-sAjLzWxoKe .text2 {
  color: #333333;
}
.cid-sAjLzWxoKe .text3 {
  color: #333333;
}
.cid-sAjLzWxoKe .title2 {
  color: #c1c1c1;
}
.cid-sAjLzWxoKe .title1 {
  color: #c1c1c1;
}
.cid-sAjLzWxoKe .title3 {
  color: #c1c1c1;
}
.cid-sAjLzWxoKe .title4 {
  color: #c1c1c1;
}
.cid-sAjLzWxoKe .text4 {
  color: #232323;
}
.cid-sAjLzWxoKe .text1 {
  color: #232323;
}
.cid-sAjLzWxoKe .title3 B {
  color: #c1c1c1;
}
.cid-sAjLzWxoKe H1 {
  color: #333333;
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAjPqeHwgm {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f7d617;
}
.cid-sAjPqeHwgm .mbr-section-title {
  color: #ffffff;
}
.cid-sAjPqeHwgm .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sAjPqeHwgm .mbr-text {
  color: #232323;
}
.cid-sAjPqeHwgm .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sAjPqeHwgm .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sAjPqeHwgm .text-col {
  align-items: center;
  display: flex;
}
.cid-sAjPqeHwgm .mbr-section-subtitle,
.cid-sAjPqeHwgm .title-col {
  width: 100%;
  color: #232323;
}
.cid-sAjPBF8DsQ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAjPBF8DsQ .row {
  position: relative;
}
.cid-sAjPBF8DsQ .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sAjPBF8DsQ .row {
    margin: 0 2rem;
  }
}
.cid-sAjPBF8DsQ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sAjPBF8DsQ .content-wrapper {
  margin-left:30px;
}
.cid-sAjPBF8DsQ H1 {
  color: #333333;
}
.cid-sAjPBF8DsQ .mbr-text,
.cid-sAjPBF8DsQ .mbr-section-btn {
  color: #333333;
}
.cid-sAjPBF8DsQ H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sAjPBF8DsQ h4 {
    left: 3rem;
  }
}
.cid-sAjPIWN1Ve {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAjPIWN1Ve .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sAjPIWN1Ve .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sAjPIWN1Ve .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sAjPIWN1Ve .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sAjPIWN1Ve .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sAjPIWN1Ve .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sAjPIWN1Ve .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sAjPIWN1Ve .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sAjPIWN1Ve .col:hover .box-title2,
.cid-sAjPIWN1Ve .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sAjPIWN1Ve .box-title2,
.cid-sAjPIWN1Ve .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sAjPIWN1Ve .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sAjPIWN1Ve .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sAjPIWN1Ve .img-content {
    opacity: 1;
  }
  .cid-sAjPIWN1Ve .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sAjPIWN1Ve .box-content {
    width: 100%;
  }
  .cid-sAjPIWN1Ve .box-title2,
  .cid-sAjPIWN1Ve .box-text2 {
    color: #333333 !important;
  }
  .cid-sAjPIWN1Ve .content-block,
  .cid-sAjPIWN1Ve .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sAjPIWN1Ve .box-text1 {
  color: #333333;
}
.cid-sAjPIWN1Ve .box-title2 {
  color: #cccccc;
}
.cid-sAjPIWN1Ve .mbr-text,
.cid-sAjPIWN1Ve .mbr-section-btn {
  text-align: left;
}
.cid-sAjPLPd2HU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-sAjPLPd2HU .mbr-overlay {
  z-index: 1;
}
.cid-sAjPLPd2HU .carousel,
.cid-sAjPLPd2HU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sAjPLPd2HU .item-wrapper {
  width: 100%;
}
.cid-sAjPLPd2HU .carousel-caption {
  bottom: 40px;
}
.cid-sAjPLPd2HU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sAjPLPd2HU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sAjPLPd2HU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sAjPLPd2HU .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sAjPLPd2HU span {
  font-size: 50px;
}
.cid-sAjPLPd2HU .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #fff;
}
.cid-sAjPLPd2HU .mobi-mbri-arrow-next:hover {
  color: #fff;
}
.cid-sAjPLPd2HU .mobi-mbri-arrow-prev:hover {
  color: #fff;
}
.cid-sAjPLPd2HU .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #fff;
}
.cid-sAjPLPd2HU .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sAjPLPd2HU .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sAjPLPd2HU .carousel-fade .active.carousel-item-left,
.cid-sAjPLPd2HU .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sAjPLPd2HU .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sAjPLPd2HU .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAjUd0NAHa {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7d617;
}
.cid-sAjUd0NAHa .mbr-section-title {
  color: #ffffff;
}
.cid-sAjUd0NAHa .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sAjUd0NAHa .mbr-text {
  color: #232323;
}
.cid-sAjUd0NAHa .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sAjUd0NAHa .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sAjUd0NAHa .text-col {
  align-items: center;
  display: flex;
}
.cid-sAjUd0NAHa .mbr-section-subtitle,
.cid-sAjUd0NAHa .title-col {
  width: 100%;
  color: #232323;
}
.cid-sAjUZYt8l2 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAjUZYt8l2 .video-wrapper iframe {
  width: 100%;
}
.cid-sAjUZYt8l2 .mbr-section-title,
.cid-sAjUZYt8l2 .mbr-section-subtitle,
.cid-sAjUZYt8l2 .mbr-text {
  text-align: center;
}
.cid-sAjU0gxsfg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-sAjU0gxsfg .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-sAjU0gxsfg .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sAjU0gxsfg .list-img {
  width: 100px;
}
.cid-sAjU0gxsfg .ico2 {
  color: #767676;
  font-size: 1.7rem;
}
.cid-sAjU0gxsfg .btn {
  margin: 0px !important;
}
.cid-sAjU0gxsfg h3 {
  font-family: Barlow;
}
.cid-sAjU0gxsfg .text-box {
  padding: 1rem;
}
.cid-sAjU0gxsfg .text-box p {
  margin: 0;
  font-family: Barlow;
}
.cid-sAjU0gxsfg .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sAjU0gxsfg .ico-box p {
  margin: 0;
}
.cid-sAjU0gxsfg .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAjU0gxsfg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAjU0gxsfg .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sAjU0gxsfg .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-sAjU0gxsfg .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sAjU0gxsfg .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sAjU0gxsfg .carousel-indicators li {
  display: inline-block;
}
.cid-sAjU0gxsfg .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sAjU0gxsfg .carousel-indicators li.active {
  border: 0px;
}
.cid-sAjU0gxsfg .li1,
.cid-sAjU0gxsfg .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto1.jpg");
}
.cid-sAjU0gxsfg .li2,
.cid-sAjU0gxsfg .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto2.jpg");
}
.cid-sAjU0gxsfg .li3,
.cid-sAjU0gxsfg .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto3.jpg");
}
.cid-sAjU0gxsfg .li4,
.cid-sAjU0gxsfg .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto4.jpg");
}
.cid-sAjU0gxsfg .li5,
.cid-sAjU0gxsfg .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto5.jpg");
}
.cid-sAjU0gxsfg .li6,
.cid-sAjU0gxsfg .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto6.jpg");
}
.cid-sAjU0gxsfg .li7,
.cid-sAjU0gxsfg .carousel-item:nth-child(7) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto7.jpg");
}
.cid-sAjU0gxsfg .li8,
.cid-sAjU0gxsfg .carousel-item:nth-child(8) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto8.jpg");
}
.cid-sAjU0gxsfg .li9,
.cid-sAjU0gxsfg .carousel-item:nth-child(9) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto9.jpg");
}
.cid-sAjU0gxsfg .li10,
.cid-sAjU0gxsfg .carousel-item:nth-child(10) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto10.jpg");
}
.cid-sAjU0gxsfg .li11,
.cid-sAjU0gxsfg .carousel-item:nth-child(11) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto11.jpg");
}
.cid-sAjU0gxsfg .li12,
.cid-sAjU0gxsfg .carousel-item:nth-child(12) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto12.jpg");
}
.cid-sAjU0gxsfg .li13,
.cid-sAjU0gxsfg .carousel-item:nth-child(13) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto13.jpg");
}
.cid-sAjU0gxsfg .li14,
.cid-sAjU0gxsfg .carousel-item:nth-child(14) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto14.jpg");
}
.cid-sAjU0gxsfg .li15,
.cid-sAjU0gxsfg .carousel-item:nth-child(15) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto15.jpg");
}
.cid-sAjU0gxsfg .li16,
.cid-sAjU0gxsfg .carousel-item:nth-child(16) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto16.jpg");
}
.cid-sAjU0gxsfg .li17,
.cid-sAjU0gxsfg .carousel-item:nth-child(17) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto17.jpg");
}
.cid-sAjU0gxsfg .li18,
.cid-sAjU0gxsfg .carousel-item:nth-child(18) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto18.jpg");
}
.cid-sAjU0gxsfg .li19,
.cid-sAjU0gxsfg .carousel-item:nth-child(19) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto19.jpg");
}
.cid-sAjU0gxsfg .li20,
.cid-sAjU0gxsfg .carousel-item:nth-child(20) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto20.jpg");
}
.cid-sAjU0gxsfg .li21,
.cid-sAjU0gxsfg .carousel-item:nth-child(21) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto21.jpg");
}
.cid-sAjU0gxsfg .li22,
.cid-sAjU0gxsfg .carousel-item:nth-child(22) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto22.jpg");
}
.cid-sAjU0gxsfg .li23,
.cid-sAjU0gxsfg .carousel-item:nth-child(23) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto23.jpg");
}
.cid-sAjU0gxsfg .li24,
.cid-sAjU0gxsfg .carousel-item:nth-child(24) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto24.jpg");
}
.cid-sAjU0gxsfg .li25,
.cid-sAjU0gxsfg .carousel-item:nth-child(25) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto25.jpg");
}
.cid-sAjU0gxsfg .li26,
.cid-sAjU0gxsfg .carousel-item:nth-child(26) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto26.jpg");
}
.cid-sAjU0gxsfg .li27,
.cid-sAjU0gxsfg .carousel-item:nth-child(27) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto27.jpg");
}
.cid-sAjU0gxsfg .li28,
.cid-sAjU0gxsfg .carousel-item:nth-child(28) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto28.jpg");
}
.cid-sAjU0gxsfg .li29,
.cid-sAjU0gxsfg .carousel-item:nth-child(29) .wrap-img {
  background-image: url("../../../assets/images/fotos/foto29.jpg");
}
@media (max-width: 992px) {
  .cid-sAjU0gxsfg .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sAjU0gxsfg .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sAjU0gxsfg .card-title2 {
  color: #149dcc;
}
.cid-sAjU0gxsfg .sq {
  color: #767676;
}
.cid-sAjU0gxsfg .item {
  color: #767676;
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAkXxDVVxl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAkXxDVVxl .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 250px;
}
.cid-sAkXxDVVxl .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sAkXxDVVxl .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sAkXxDVVxl .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sAkXxDVVxl .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sAkXxDVVxl .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sAkXxDVVxl .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sAkXxDVVxl .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sAkXxDVVxl .col:hover .box-title2,
.cid-sAkXxDVVxl .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sAkXxDVVxl .box-title2,
.cid-sAkXxDVVxl .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sAkXxDVVxl .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sAkXxDVVxl .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sAkXxDVVxl .img-content {
    opacity: 1;
  }
  .cid-sAkXxDVVxl .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sAkXxDVVxl .box-content {
    width: 100%;
  }
  .cid-sAkXxDVVxl .box-title2,
  .cid-sAkXxDVVxl .box-text2 {
    color: #333333 !important;
  }
  .cid-sAkXxDVVxl .content-block,
  .cid-sAkXxDVVxl .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sAkXxDVVxl .box-text1 {
  color: #333333;
}
.cid-sAkXxDVVxl .box-title2 {
  color: #cccccc;
}
.cid-sAkXxDVVxl .mbr-text,
.cid-sAkXxDVVxl .mbr-section-btn {
  text-align: left;
}
.cid-sAjYrOeHxb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sAjYrOeHxb a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sAjYrOeHxb a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sAjYrOeHxb .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAjYrOeHxb .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sAjYrOeHxb .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sAjYrOeHxb textarea.form-control {
  min-height: 214.5px;
}
.cid-sAjYrOeHxb .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sAjYrOeHxb h4,
.cid-sAjYrOeHxb p {
  margin: 0;
}
.cid-sAjYrOeHxb h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sAjYrOeHxb h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sAjYrOeHxb .icon {
  color: #f7d617;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sAjYrOeHxb h2 {
    text-align: center;
  }
  .cid-sAjYrOeHxb h3 {
    text-align: center;
  }
  .cid-sAjYrOeHxb .input-group-btn {
    text-align: center;
  }
  .cid-sAjYrOeHxb .social-list {
    text-align: center;
  }
}
.cid-sAjYrOeHxb H2 {
  color: #656565;
}
.cid-sAjYrOeHxb .content {
  text-align: left;
  color: #656565;
}
.cid-sAjYrOeHxb .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sAjYrOeHxb .title1 {
  text-align: left;
}
.cid-sAjYrOeHxb .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sAjYrOeHxb .title2 {
  color: #656565;
}
.cid-sAjYrOeHxb .form-control,
.cid-sAjYrOeHxb .form-control:focus {
  border: 1px solid #565656;
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBa4Dh0VEx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBa4Dh0VEx .content-block {
  max-width: 1920px;
  padding: 4rem 0rem 2rem 0rem;
  margin: 0 200px;
}
.cid-sBa4Dh0VEx .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02-4.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sBa4Dh0VEx .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sBa4Dh0VEx .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sBa4Dh0VEx .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sBa4Dh0VEx .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sBa4Dh0VEx .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sBa4Dh0VEx .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sBa4Dh0VEx .col:hover .box-title2,
.cid-sBa4Dh0VEx .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sBa4Dh0VEx .box-title2,
.cid-sBa4Dh0VEx .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sBa4Dh0VEx .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sBa4Dh0VEx .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sBa4Dh0VEx .img-content {
    opacity: 1;
  }
  .cid-sBa4Dh0VEx .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sBa4Dh0VEx .box-content {
    width: 100%;
  }
  .cid-sBa4Dh0VEx .box-title2,
  .cid-sBa4Dh0VEx .box-text2 {
    color: #333333 !important;
  }
  .cid-sBa4Dh0VEx .content-block,
  .cid-sBa4Dh0VEx .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sBa4Dh0VEx .box-text1 {
  color: #333333;
}
.cid-sBa4Dh0VEx .box-title2 {
  color: #cccccc;
}
.cid-sBa4Dh0VEx .mbr-text,
.cid-sBa4Dh0VEx .mbr-section-btn {
  text-align: left;
}
.cid-sBa4Dh0VEx H1 {
  color: #232323;
}
.cid-szXOrcPP5X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-szXOrcPP5X .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-szXOrcPP5X .block2 {
  background-image: url("../../../assets/images/bg-1500x1000.jpg");
}
.cid-szXOrcPP5X .block2:hover .block2-over {
  opacity: 0;
}
.cid-szXOrcPP5X .block1 {
  background-image: url("../../../assets/images/bg-1500x1000.jpg");
}
.cid-szXOrcPP5X .block1:hover .block1-over {
  opacity: 0;
}
.cid-szXOrcPP5X .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-szXOrcPP5X .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ffda00;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-szXOrcPP5X .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/bg-1500x1000.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-szXOrcPP5X .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.cid-szXOrcPP5X .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-szXOrcPP5X .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-szXOrcPP5X .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-szXOrcPP5X .wrap:hover .box-title2,
.cid-szXOrcPP5X .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-szXOrcPP5X .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-szXOrcPP5X .box-title2,
.cid-szXOrcPP5X .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-szXOrcPP5X .box-content {
  transition: all 0.3s;
  background: #333333;
  width: 100%;
}
.cid-szXOrcPP5X .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-szXOrcPP5X .img-content {
    opacity: 1;
  }
  .cid-szXOrcPP5X .box-title2,
  .cid-szXOrcPP5X .box-text2 {
    color: #333333 !important;
  }
  .cid-szXOrcPP5X .content-block,
  .cid-szXOrcPP5X .content1 {
    padding: 3rem 1rem;
  }
  .cid-szXOrcPP5X .wrap {
    min-height: 300px;
  }
  .cid-szXOrcPP5X .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-rpSeJpsqU8 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
@media (max-width: 992px) {
  .cid-rpSeJpsqU8 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-rpSeJpsqU8 .text {
  padding: 0;
}
.cid-rpSeJpsqU8 section {
  position: relative;
}
.cid-rpSeJpsqU8 .mbr-iconfont {
  padding: 0!important;
}
.cid-rpSeJpsqU8 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rpSeJpsqU8 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-rpSeJpsqU8 .box {

  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSeJpsqU8 .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rpSeJpsqU8 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rpSeJpsqU8 .icon-wrap span {
  padding-left: 8px;
}
.cid-rpSeJpsqU8 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-rpSeJpsqU8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rpSeJpsqU8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rpSeJpsqU8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rpSeJpsqU8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rpSeJpsqU8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rpSeJpsqU8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rpSeJpsqU8 {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-rpSeJpsqU8 .box {
    height: 250px;
  }
  .cid-rpSeJpsqU8 .row {
    padding: 1rem!important;
  }
}
.cid-rpSeJpsqU8 DIV {
  color: #333333;
}
.cid-sAk0psdc4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sAk0psdc4L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAk0psdc4L li {
  padding-bottom: 0.6rem;
}
.cid-sAk0psdc4L .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .container {
    padding: 4rem 2rem;
  }
}
.cid-sAk0psdc4L .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sAk0psdc4L .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sAk0psdc4L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sAk0psdc4L .soc-item:hover {
  background: #ffda00;
}
.cid-sAk0psdc4L .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sAk0psdc4L .row {
    text-align: center;
  }
  .cid-sAk0psdc4L .social-row {
    justify-content: center;
  }
}
.cid-sAk0psdc4L .list {
  list-style: none;
  padding-left: 0;
}
.cid-sAk0psdc4L .mbr-text {
  color: #232323;
}
.cid-sAk0psdc4L H5 {
  color: #ffffff;
}
.cid-sAk0psdc4L .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9MxZhxiR {
  z-index: 1000;
  width: 100%;
  position: absolute;
  min-height: 60px;
  top:0px;
}

.cid-sB9MxZhxiR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sB9MxZhxiR .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sB9MxZhxiR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sB9MxZhxiR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sB9MxZhxiR .container {
    padding: 0 1rem;
  }
}
.cid-sB9MxZhxiR .menu-tite {
  background: #ffda00;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sB9MxZhxiR .nav-link {
  position: relative;
}
.cid-sB9MxZhxiR .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sB9MxZhxiR nav.navbar {
  position: fixed;
}
.cid-sB9MxZhxiR .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sB9MxZhxiR .navbar.opened {
  transition: all 0.3s;
}
.cid-sB9MxZhxiR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB9MxZhxiR .navbar .navbar-logo img {
  width: auto;
}
.cid-sB9MxZhxiR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar.collapsed {
  justify-content: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB9MxZhxiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB9MxZhxiR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB9MxZhxiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB9MxZhxiR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB9MxZhxiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB9MxZhxiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB9MxZhxiR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB9MxZhxiR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB9MxZhxiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB9MxZhxiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB9MxZhxiR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB9MxZhxiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB9MxZhxiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB9MxZhxiR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB9MxZhxiR .dropdown-item:hover,
.cid-sB9MxZhxiR .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sB9MxZhxiR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB9MxZhxiR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB9MxZhxiR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB9MxZhxiR .dropdown-menu,
.cid-sB9MxZhxiR .navbar.opened {
  background: #232323 !important;
}
.cid-sB9MxZhxiR .nav-item:focus,
.cid-sB9MxZhxiR .nav-link:focus {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sB9MxZhxiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB9MxZhxiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB9MxZhxiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB9MxZhxiR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB9MxZhxiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB9MxZhxiR .dropdown-item.active,
.cid-sB9MxZhxiR .dropdown-item:active {
  background-color: transparent;
}
.cid-sB9MxZhxiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB9MxZhxiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sB9MxZhxiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB9MxZhxiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB9MxZhxiR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB9MxZhxiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB9MxZhxiR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB9MxZhxiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB9MxZhxiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB9MxZhxiR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB9MxZhxiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB9MxZhxiR .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-sB9MxZhxiR .navbar {
    height: 70px;
  }
  .cid-sB9MxZhxiR .navbar.opened {
    height: auto;
  }
  .cid-sB9MxZhxiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBai38Zw5s {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f7d617;
}
.cid-sBai38Zw5s .mbr-section-title {
  color: #ffffff;
}
.cid-sBai38Zw5s .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sBai38Zw5s .mbr-text {
  color: #232323;
}
.cid-sBai38Zw5s .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sBai38Zw5s .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sBai38Zw5s .text-col {
  align-items: center;
  display: flex;
}
.cid-sBai38Zw5s .mbr-section-subtitle,
.cid-sBai38Zw5s .title-col {
  width: 100%;
  color: #232323;
}
.cid-sBai39IgaZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBai39IgaZ .row {
  position: relative;
}
.cid-sBai39IgaZ .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sBai39IgaZ .row {
    margin: 0 2rem;
  }
}
.cid-sBai39IgaZ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sBai39IgaZ .content-wrapper {
  max-width: 600px;
}
.cid-sBai39IgaZ H1 {
  color: #333333;
}
.cid-sBai39IgaZ .mbr-text,
.cid-sBai39IgaZ .mbr-section-btn {
  color: #333333;
}
.cid-sBai39IgaZ H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sBai39IgaZ h4 {
    left: 3rem;
  }
}
.cid-sBai3chuYL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBai3chuYL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBai3chuYL li {
  padding-bottom: 0.6rem;
}
.cid-sBai3chuYL .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sBai3chuYL .container {
    padding: 4rem 2rem;
  }
}
.cid-sBai3chuYL .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sBai3chuYL .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sBai3chuYL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sBai3chuYL .soc-item:hover {
  background: #ffda00;
}
.cid-sBai3chuYL .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sBai3chuYL .row {
    text-align: center;
  }
  .cid-sBai3chuYL .social-row {
    justify-content: center;
  }
}
.cid-sBai3chuYL .list {
  list-style: none;
  padding-left: 0;
}
.cid-sBai3chuYL .mbr-text {
  color: #232323;
}
.cid-sBai3chuYL H5 {
  color: #ffffff;
}
.cid-sBai3chuYL .mbr-section-subtitle {
  color: #232323;
}
.cid-sBai3diMbL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBai3diMbL .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sBai3diMbL .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sBai3diMbL .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sBai3diMbL .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sBai3diMbL .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBai3diMbL .container {
    padding: 0 1rem;
  }
}
.cid-sBai3diMbL .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sBai3diMbL .nav-link {
  position: relative;
}
.cid-sBai3diMbL .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sBai3diMbL nav.navbar {
  position: fixed;
}
.cid-sBai3diMbL .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sBai3diMbL .navbar.opened {
  transition: all 0.3s;
}
.cid-sBai3diMbL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBai3diMbL .navbar .navbar-logo img {
  width: auto;
}
.cid-sBai3diMbL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBai3diMbL .navbar.collapsed {
  justify-content: center;
}
.cid-sBai3diMbL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBai3diMbL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBai3diMbL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBai3diMbL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBai3diMbL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBai3diMbL .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-sBai3diMbL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBai3diMbL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBai3diMbL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBai3diMbL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBai3diMbL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBai3diMbL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBai3diMbL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBai3diMbL .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-sBai3diMbL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBai3diMbL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBai3diMbL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBai3diMbL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBai3diMbL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBai3diMbL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBai3diMbL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBai3diMbL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBai3diMbL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBai3diMbL .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-sBai3diMbL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBai3diMbL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBai3diMbL .dropdown-item:hover,
.cid-sBai3diMbL .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sBai3diMbL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBai3diMbL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBai3diMbL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sBai3diMbL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBai3diMbL .dropdown-menu,
.cid-sBai3diMbL .navbar.opened {
  background: #232323 !important;
}
.cid-sBai3diMbL .nav-item:focus,
.cid-sBai3diMbL .nav-link:focus {
  outline: none;
}
.cid-sBai3diMbL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBai3diMbL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBai3diMbL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBai3diMbL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBai3diMbL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBai3diMbL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBai3diMbL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBai3diMbL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBai3diMbL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBai3diMbL .dropdown-item.active,
.cid-sBai3diMbL .dropdown-item:active {
  background-color: transparent;
}
.cid-sBai3diMbL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBai3diMbL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBai3diMbL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBai3diMbL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sBai3diMbL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBai3diMbL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBai3diMbL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBai3diMbL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBai3diMbL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBai3diMbL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBai3diMbL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBai3diMbL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBai3diMbL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBai3diMbL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBai3diMbL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBai3diMbL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBai3diMbL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBai3diMbL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBai3diMbL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBai3diMbL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBai3diMbL .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-sBai3diMbL .navbar {
    height: 70px;
  }
  .cid-sBai3diMbL .navbar.opened {
    height: auto;
  }
  .cid-sBai3diMbL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBaiKyI3L8 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f7d617;
}
.cid-sBaiKyI3L8 .mbr-section-title {
  color: #ffffff;
}
.cid-sBaiKyI3L8 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sBaiKyI3L8 .mbr-text {
  color: #232323;
}
.cid-sBaiKyI3L8 .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sBaiKyI3L8 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sBaiKyI3L8 .text-col {
  align-items: center;
  display: flex;
}
.cid-sBaiKyI3L8 .mbr-section-subtitle,
.cid-sBaiKyI3L8 .title-col {
  width: 100%;
  color: #232323;
}
.cid-sBaiKzIey4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBaiKzIey4 .row {
  position: relative;
}
.cid-sBaiKzIey4 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sBaiKzIey4 .row {
    margin: 0 2rem;
  }
}
.cid-sBaiKzIey4 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sBaiKzIey4 .content-wrapper {
  max-width: 600px;
}
.cid-sBaiKzIey4 H1 {
  color: #333333;
}
.cid-sBaiKzIey4 .mbr-text,
.cid-sBaiKzIey4 .mbr-section-btn {
  color: #333333;
}
.cid-sBaiKzIey4 H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sBaiKzIey4 h4 {
    left: 3rem;
  }
}
.cid-sBaiKAzUOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-sBaiKAzUOl .mbr-overlay {
  z-index: 1;
}
.cid-sBaiKAzUOl .carousel,
.cid-sBaiKAzUOl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBaiKAzUOl .item-wrapper {
  width: 100%;
}
.cid-sBaiKAzUOl .carousel-caption {
  bottom: 40px;
}
.cid-sBaiKAzUOl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBaiKAzUOl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBaiKAzUOl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBaiKAzUOl .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBaiKAzUOl span {
  font-size: 50px;
}
.cid-sBaiKAzUOl .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #fff;
}
.cid-sBaiKAzUOl .mobi-mbri-arrow-next:hover {
  color: #fff;
}
.cid-sBaiKAzUOl .mobi-mbri-arrow-prev:hover {
  color: #fff;
}
.cid-sBaiKAzUOl .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #fff;
}
.cid-sBaiKAzUOl .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBaiKAzUOl .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBaiKAzUOl .carousel-fade .active.carousel-item-left,
.cid-sBaiKAzUOl .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBaiKAzUOl .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBaiKAzUOl .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBaiKBITvC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBaiKBITvC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBaiKBITvC li {
  padding-bottom: 0.6rem;
}
.cid-sBaiKBITvC .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sBaiKBITvC .container {
    padding: 4rem 2rem;
  }
}
.cid-sBaiKBITvC .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sBaiKBITvC .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sBaiKBITvC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sBaiKBITvC .soc-item:hover {
  background: #ffda00;
}
.cid-sBaiKBITvC .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sBaiKBITvC .row {
    text-align: center;
  }
  .cid-sBaiKBITvC .social-row {
    justify-content: center;
  }
}
.cid-sBaiKBITvC .list {
  list-style: none;
  padding-left: 0;
}
.cid-sBaiKBITvC .mbr-text {
  color: #232323;
}
.cid-sBaiKBITvC H5 {
  color: #ffffff;
}
.cid-sBaiKBITvC .mbr-section-subtitle {
  color: #232323;
}
.cid-sBaiKCzsIl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBaiKCzsIl .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sBaiKCzsIl .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sBaiKCzsIl .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sBaiKCzsIl .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sBaiKCzsIl .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBaiKCzsIl .container {
    padding: 0 1rem;
  }
}
.cid-sBaiKCzsIl .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sBaiKCzsIl .nav-link {
  position: relative;
}
.cid-sBaiKCzsIl .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sBaiKCzsIl nav.navbar {
  position: fixed;
}
.cid-sBaiKCzsIl .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sBaiKCzsIl .navbar.opened {
  transition: all 0.3s;
}
.cid-sBaiKCzsIl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBaiKCzsIl .navbar .navbar-logo img {
  width: auto;
}
.cid-sBaiKCzsIl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBaiKCzsIl .navbar.collapsed {
  justify-content: center;
}
.cid-sBaiKCzsIl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBaiKCzsIl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBaiKCzsIl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBaiKCzsIl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBaiKCzsIl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBaiKCzsIl .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-sBaiKCzsIl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBaiKCzsIl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBaiKCzsIl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBaiKCzsIl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBaiKCzsIl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBaiKCzsIl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBaiKCzsIl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBaiKCzsIl .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-sBaiKCzsIl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBaiKCzsIl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBaiKCzsIl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBaiKCzsIl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBaiKCzsIl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBaiKCzsIl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBaiKCzsIl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBaiKCzsIl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBaiKCzsIl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBaiKCzsIl .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-sBaiKCzsIl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBaiKCzsIl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBaiKCzsIl .dropdown-item:hover,
.cid-sBaiKCzsIl .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sBaiKCzsIl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBaiKCzsIl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBaiKCzsIl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sBaiKCzsIl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBaiKCzsIl .dropdown-menu,
.cid-sBaiKCzsIl .navbar.opened {
  background: #232323 !important;
}
.cid-sBaiKCzsIl .nav-item:focus,
.cid-sBaiKCzsIl .nav-link:focus {
  outline: none;
}
.cid-sBaiKCzsIl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBaiKCzsIl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBaiKCzsIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBaiKCzsIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBaiKCzsIl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBaiKCzsIl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBaiKCzsIl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBaiKCzsIl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBaiKCzsIl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBaiKCzsIl .dropdown-item.active,
.cid-sBaiKCzsIl .dropdown-item:active {
  background-color: transparent;
}
.cid-sBaiKCzsIl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBaiKCzsIl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBaiKCzsIl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBaiKCzsIl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sBaiKCzsIl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBaiKCzsIl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBaiKCzsIl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBaiKCzsIl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBaiKCzsIl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBaiKCzsIl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBaiKCzsIl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBaiKCzsIl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBaiKCzsIl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBaiKCzsIl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBaiKCzsIl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBaiKCzsIl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBaiKCzsIl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBaiKCzsIl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBaiKCzsIl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBaiKCzsIl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBaiKCzsIl .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-sBaiKCzsIl .navbar {
    height: 70px;
  }
  .cid-sBaiKCzsIl .navbar.opened {
    height: auto;
  }
  .cid-sBaiKCzsIl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBajlTmsyb {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f7d617;
}
.cid-sBajlTmsyb .mbr-section-title {
  color: #ffffff;
}
.cid-sBajlTmsyb .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sBajlTmsyb .mbr-text {
  color: #232323;
}
.cid-sBajlTmsyb .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sBajlTmsyb .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sBajlTmsyb .text-col {
  align-items: center;
  display: flex;
}
.cid-sBajlTmsyb .mbr-section-subtitle,
.cid-sBajlTmsyb .title-col {
  width: 100%;
  color: #232323;
}
.cid-sBajlUnn7G {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBajlUnn7G .row {
  position: relative;
}
.cid-sBajlUnn7G .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sBajlUnn7G .row {
    margin: 0 2rem;
  }
}
.cid-sBajlUnn7G h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sBajlUnn7G .content-wrapper {
  max-width: 600px;
}
.cid-sBajlUnn7G H1 {
  color: #333333;
}
.cid-sBajlUnn7G .mbr-text,
.cid-sBajlUnn7G .mbr-section-btn {
  color: #333333;
}
.cid-sBajlUnn7G H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sBajlUnn7G h4 {
    left: 3rem;
  }
}
.cid-sBajlVvHXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-sBajlVvHXS .mbr-overlay {
  z-index: 1;
}
.cid-sBajlVvHXS .carousel,
.cid-sBajlVvHXS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBajlVvHXS .item-wrapper {
  width: 100%;
}
.cid-sBajlVvHXS .carousel-caption {
  bottom: 40px;
}
.cid-sBajlVvHXS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBajlVvHXS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBajlVvHXS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBajlVvHXS .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBajlVvHXS span {
  font-size: 50px;
}
.cid-sBajlVvHXS .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #fff;
}
.cid-sBajlVvHXS .mobi-mbri-arrow-next:hover {
  color: #fff;
}
.cid-sBajlVvHXS .mobi-mbri-arrow-prev:hover {
  color: #fff;
}
.cid-sBajlVvHXS .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #fff;
}
.cid-sBajlVvHXS .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBajlVvHXS .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBajlVvHXS .carousel-fade .active.carousel-item-left,
.cid-sBajlVvHXS .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBajlVvHXS .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBajlVvHXS .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBajlWm4xQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBajlWm4xQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBajlWm4xQ li {
  padding-bottom: 0.6rem;
}
.cid-sBajlWm4xQ .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sBajlWm4xQ .container {
    padding: 4rem 2rem;
  }
}
.cid-sBajlWm4xQ .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sBajlWm4xQ .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sBajlWm4xQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sBajlWm4xQ .soc-item:hover {
  background: #ffda00;
}
.cid-sBajlWm4xQ .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sBajlWm4xQ .row {
    text-align: center;
  }
  .cid-sBajlWm4xQ .social-row {
    justify-content: center;
  }
}
.cid-sBajlWm4xQ .list {
  list-style: none;
  padding-left: 0;
}
.cid-sBajlWm4xQ .mbr-text {
  color: #232323;
}
.cid-sBajlWm4xQ H5 {
  color: #ffffff;
}
.cid-sBajlWm4xQ .mbr-section-subtitle {
  color: #232323;
}
.cid-sBajlXyHBE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBajlXyHBE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sBajlXyHBE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sBajlXyHBE .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sBajlXyHBE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sBajlXyHBE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBajlXyHBE .container {
    padding: 0 1rem;
  }
}
.cid-sBajlXyHBE .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sBajlXyHBE .nav-link {
  position: relative;
}
.cid-sBajlXyHBE .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sBajlXyHBE nav.navbar {
  position: fixed;
}
.cid-sBajlXyHBE .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sBajlXyHBE .navbar.opened {
  transition: all 0.3s;
}
.cid-sBajlXyHBE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBajlXyHBE .navbar .navbar-logo img {
  width: auto;
}
.cid-sBajlXyHBE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBajlXyHBE .navbar.collapsed {
  justify-content: center;
}
.cid-sBajlXyHBE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBajlXyHBE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBajlXyHBE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBajlXyHBE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBajlXyHBE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBajlXyHBE .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-sBajlXyHBE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBajlXyHBE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBajlXyHBE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBajlXyHBE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBajlXyHBE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBajlXyHBE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBajlXyHBE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBajlXyHBE .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-sBajlXyHBE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBajlXyHBE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBajlXyHBE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBajlXyHBE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBajlXyHBE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBajlXyHBE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBajlXyHBE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBajlXyHBE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBajlXyHBE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBajlXyHBE .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-sBajlXyHBE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBajlXyHBE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBajlXyHBE .dropdown-item:hover,
.cid-sBajlXyHBE .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sBajlXyHBE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBajlXyHBE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBajlXyHBE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sBajlXyHBE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBajlXyHBE .dropdown-menu,
.cid-sBajlXyHBE .navbar.opened {
  background: #232323 !important;
}
.cid-sBajlXyHBE .nav-item:focus,
.cid-sBajlXyHBE .nav-link:focus {
  outline: none;
}
.cid-sBajlXyHBE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBajlXyHBE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBajlXyHBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBajlXyHBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBajlXyHBE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBajlXyHBE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBajlXyHBE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBajlXyHBE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBajlXyHBE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBajlXyHBE .dropdown-item.active,
.cid-sBajlXyHBE .dropdown-item:active {
  background-color: transparent;
}
.cid-sBajlXyHBE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBajlXyHBE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBajlXyHBE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBajlXyHBE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sBajlXyHBE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBajlXyHBE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBajlXyHBE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBajlXyHBE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBajlXyHBE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBajlXyHBE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBajlXyHBE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBajlXyHBE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBajlXyHBE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBajlXyHBE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBajlXyHBE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBajlXyHBE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBajlXyHBE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBajlXyHBE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBajlXyHBE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBajlXyHBE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBajlXyHBE .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-sBajlXyHBE .navbar {
    height: 70px;
  }
  .cid-sBajlXyHBE .navbar.opened {
    height: auto;
  }
  .cid-sBajlXyHBE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBak4dIhhU {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f7d617;
}
.cid-sBak4dIhhU .mbr-section-title {
  color: #ffffff;
}
.cid-sBak4dIhhU .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sBak4dIhhU .mbr-text {
  color: #232323;
}
.cid-sBak4dIhhU .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sBak4dIhhU .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sBak4dIhhU .text-col {
  align-items: center;
  display: flex;
}
.cid-sBak4dIhhU .mbr-section-subtitle,
.cid-sBak4dIhhU .title-col {
  width: 100%;
  color: #232323;
}
.cid-sBak4eVfW0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBak4eVfW0 .row {
  position: relative;
}
.cid-sBak4eVfW0 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sBak4eVfW0 .row {
    margin: 0 2rem;
  }
}
.cid-sBak4eVfW0 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sBak4eVfW0 .content-wrapper {
  max-width: 600px;
}
.cid-sBak4eVfW0 H1 {
  color: #333333;
}
.cid-sBak4eVfW0 .mbr-text,
.cid-sBak4eVfW0 .mbr-section-btn {
  color: #333333;
}
.cid-sBak4eVfW0 H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sBak4eVfW0 h4 {
    left: 3rem;
  }
}
.cid-sBak4fXJeA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-sBak4fXJeA .mbr-overlay {
  z-index: 1;
}
.cid-sBak4fXJeA .carousel,
.cid-sBak4fXJeA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBak4fXJeA .item-wrapper {
  width: 100%;
}
.cid-sBak4fXJeA .carousel-caption {
  bottom: 40px;
}
.cid-sBak4fXJeA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBak4fXJeA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBak4fXJeA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBak4fXJeA .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBak4fXJeA span {
  font-size: 50px;
}
.cid-sBak4fXJeA .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #fff;
}
.cid-sBak4fXJeA .mobi-mbri-arrow-next:hover {
  color: #fff;
}
.cid-sBak4fXJeA .mobi-mbri-arrow-prev:hover {
  color: #fff;
}
.cid-sBak4fXJeA .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #fff;
}
.cid-sBak4fXJeA .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBak4fXJeA .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBak4fXJeA .carousel-fade .active.carousel-item-left,
.cid-sBak4fXJeA .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBak4fXJeA .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBak4fXJeA .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBak4hu7Ko {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBak4hu7Ko .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBak4hu7Ko li {
  padding-bottom: 0.6rem;
}
.cid-sBak4hu7Ko .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sBak4hu7Ko .container {
    padding: 4rem 2rem;
  }
}
.cid-sBak4hu7Ko .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sBak4hu7Ko .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sBak4hu7Ko .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sBak4hu7Ko .soc-item:hover {
  background: #ffda00;
}
.cid-sBak4hu7Ko .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sBak4hu7Ko .row {
    text-align: center;
  }
  .cid-sBak4hu7Ko .social-row {
    justify-content: center;
  }
}
.cid-sBak4hu7Ko .list {
  list-style: none;
  padding-left: 0;
}
.cid-sBak4hu7Ko .mbr-text {
  color: #232323;
}
.cid-sBak4hu7Ko H5 {
  color: #ffffff;
}
.cid-sBak4hu7Ko .mbr-section-subtitle {
  color: #232323;
}
.cid-sBak4iyHB5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBak4iyHB5 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sBak4iyHB5 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sBak4iyHB5 .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sBak4iyHB5 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sBak4iyHB5 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBak4iyHB5 .container {
    padding: 0 1rem;
  }
}
.cid-sBak4iyHB5 .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sBak4iyHB5 .nav-link {
  position: relative;
}
.cid-sBak4iyHB5 .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sBak4iyHB5 nav.navbar {
  position: fixed;
}
.cid-sBak4iyHB5 .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sBak4iyHB5 .navbar.opened {
  transition: all 0.3s;
}
.cid-sBak4iyHB5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBak4iyHB5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sBak4iyHB5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBak4iyHB5 .navbar.collapsed {
  justify-content: center;
}
.cid-sBak4iyHB5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBak4iyHB5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBak4iyHB5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBak4iyHB5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBak4iyHB5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBak4iyHB5 .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-sBak4iyHB5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBak4iyHB5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBak4iyHB5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBak4iyHB5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBak4iyHB5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBak4iyHB5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBak4iyHB5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBak4iyHB5 .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-sBak4iyHB5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBak4iyHB5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBak4iyHB5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBak4iyHB5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBak4iyHB5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBak4iyHB5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBak4iyHB5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBak4iyHB5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBak4iyHB5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBak4iyHB5 .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-sBak4iyHB5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBak4iyHB5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBak4iyHB5 .dropdown-item:hover,
.cid-sBak4iyHB5 .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sBak4iyHB5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBak4iyHB5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBak4iyHB5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sBak4iyHB5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBak4iyHB5 .dropdown-menu,
.cid-sBak4iyHB5 .navbar.opened {
  background: #232323 !important;
}
.cid-sBak4iyHB5 .nav-item:focus,
.cid-sBak4iyHB5 .nav-link:focus {
  outline: none;
}
.cid-sBak4iyHB5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBak4iyHB5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBak4iyHB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBak4iyHB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBak4iyHB5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBak4iyHB5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBak4iyHB5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBak4iyHB5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBak4iyHB5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBak4iyHB5 .dropdown-item.active,
.cid-sBak4iyHB5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sBak4iyHB5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBak4iyHB5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBak4iyHB5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBak4iyHB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sBak4iyHB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBak4iyHB5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBak4iyHB5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBak4iyHB5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBak4iyHB5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBak4iyHB5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBak4iyHB5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBak4iyHB5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBak4iyHB5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBak4iyHB5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBak4iyHB5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBak4iyHB5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBak4iyHB5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBak4iyHB5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBak4iyHB5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBak4iyHB5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBak4iyHB5 .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-sBak4iyHB5 .navbar {
    height: 70px;
  }
  .cid-sBak4iyHB5 .navbar.opened {
    height: auto;
  }
  .cid-sBak4iyHB5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBamME64JD {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f7d617;
}
.cid-sBamME64JD .mbr-section-title {
  color: #ffffff;
}
.cid-sBamME64JD .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sBamME64JD .mbr-text {
  color: #232323;
}
.cid-sBamME64JD .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sBamME64JD .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sBamME64JD .text-col {
  align-items: center;
  display: flex;
}
.cid-sBamME64JD .mbr-section-subtitle,
.cid-sBamME64JD .title-col {
  width: 100%;
  color: #232323;
}
.cid-sBamMEZUHR {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sBamMEZUHR .row {
  position: relative;
}
.cid-sBamMEZUHR .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sBamMEZUHR .row {
    margin: 0 2rem;
  }
}
.cid-sBamMEZUHR h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sBamMEZUHR .content-wrapper {
  max-width: 600px;
}
.cid-sBamMEZUHR H1 {
  color: #333333;
}
.cid-sBamMEZUHR .mbr-text,
.cid-sBamMEZUHR .mbr-section-btn {
  color: #333333;
}
.cid-sBamMEZUHR H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sBamMEZUHR h4 {
    left: 3rem;
  }
}
.cid-sBamMFIRz8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-sBamMFIRz8 .mbr-overlay {
  z-index: 1;
}
.cid-sBamMFIRz8 .carousel,
.cid-sBamMFIRz8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBamMFIRz8 .item-wrapper {
  width: 100%;
}
.cid-sBamMFIRz8 .carousel-caption {
  bottom: 40px;
}
.cid-sBamMFIRz8 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBamMFIRz8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBamMFIRz8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBamMFIRz8 .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sBamMFIRz8 span {
  font-size: 50px;
}
.cid-sBamMFIRz8 .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #fff;
}
.cid-sBamMFIRz8 .mobi-mbri-arrow-next:hover {
  color: #fff;
}
.cid-sBamMFIRz8 .mobi-mbri-arrow-prev:hover {
  color: #fff;
}
.cid-sBamMFIRz8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #fff;
}
.cid-sBamMFIRz8 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sBamMFIRz8 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sBamMFIRz8 .carousel-fade .active.carousel-item-left,
.cid-sBamMFIRz8 .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sBamMFIRz8 .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sBamMFIRz8 .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sBamMH9sFp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBamMH9sFp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBamMH9sFp li {
  padding-bottom: 0.6rem;
}
.cid-sBamMH9sFp .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sBamMH9sFp .container {
    padding: 4rem 2rem;
  }
}
.cid-sBamMH9sFp .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sBamMH9sFp .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sBamMH9sFp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #232323;
}
.cid-sBamMH9sFp .soc-item:hover {
  background: #ffda00;
}
.cid-sBamMH9sFp .soc-item .mbr-iconfont {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sBamMH9sFp .row {
    text-align: center;
  }
  .cid-sBamMH9sFp .social-row {
    justify-content: center;
  }
}
.cid-sBamMH9sFp .list {
  list-style: none;
  padding-left: 0;
}
.cid-sBamMH9sFp .mbr-text {
  color: #232323;
}
.cid-sBamMH9sFp H5 {
  color: #ffffff;
}
.cid-sBamMH9sFp .mbr-section-subtitle {
  color: #232323;
}
.cid-sBamMI9iTQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBamMI9iTQ .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sBamMI9iTQ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sBamMI9iTQ .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sBamMI9iTQ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sBamMI9iTQ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBamMI9iTQ .container {
    padding: 0 1rem;
  }
}
.cid-sBamMI9iTQ .menu-tite {
  background: #efeeee;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-sBamMI9iTQ .nav-link {
  position: relative;
}
.cid-sBamMI9iTQ .nav-link:hover {
  color: #f7d617 !important;
}
.cid-sBamMI9iTQ nav.navbar {
  position: fixed;
}
.cid-sBamMI9iTQ .navbar {
  padding: 0!important;
  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: #232323;
}
.cid-sBamMI9iTQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sBamMI9iTQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBamMI9iTQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sBamMI9iTQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBamMI9iTQ .navbar.collapsed {
  justify-content: center;
}
.cid-sBamMI9iTQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBamMI9iTQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBamMI9iTQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBamMI9iTQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBamMI9iTQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBamMI9iTQ .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-sBamMI9iTQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBamMI9iTQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBamMI9iTQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBamMI9iTQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBamMI9iTQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBamMI9iTQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBamMI9iTQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBamMI9iTQ .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-sBamMI9iTQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBamMI9iTQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBamMI9iTQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBamMI9iTQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBamMI9iTQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBamMI9iTQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBamMI9iTQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBamMI9iTQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBamMI9iTQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBamMI9iTQ .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-sBamMI9iTQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBamMI9iTQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBamMI9iTQ .dropdown-item:hover,
.cid-sBamMI9iTQ .dropdown-item:focus {
  background: #635a51 !important;
  color: white !important;
}
.cid-sBamMI9iTQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBamMI9iTQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBamMI9iTQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sBamMI9iTQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBamMI9iTQ .dropdown-menu,
.cid-sBamMI9iTQ .navbar.opened {
  background: #232323 !important;
}
.cid-sBamMI9iTQ .nav-item:focus,
.cid-sBamMI9iTQ .nav-link:focus {
  outline: none;
}
.cid-sBamMI9iTQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBamMI9iTQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBamMI9iTQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBamMI9iTQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBamMI9iTQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBamMI9iTQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBamMI9iTQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBamMI9iTQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBamMI9iTQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBamMI9iTQ .dropdown-item.active,
.cid-sBamMI9iTQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sBamMI9iTQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBamMI9iTQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBamMI9iTQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBamMI9iTQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sBamMI9iTQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBamMI9iTQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBamMI9iTQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBamMI9iTQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBamMI9iTQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBamMI9iTQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBamMI9iTQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBamMI9iTQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBamMI9iTQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBamMI9iTQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBamMI9iTQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBamMI9iTQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBamMI9iTQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBamMI9iTQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBamMI9iTQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBamMI9iTQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBamMI9iTQ .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-sBamMI9iTQ .navbar {
    height: 70px;
  }
  .cid-sBamMI9iTQ .navbar.opened {
    height: auto;
  }
  .cid-sBamMI9iTQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
