.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.image-wrap,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.3rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ef3600 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #2bad70 !important;
}
.bg-danger {
  background-color: #00a6d0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ef3600 !important;
  border-color: #ef3600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff5523 !important;
  border-color: #ff5523 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5523 !important;
  border-color: #ff5523 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3682e !important;
  border-color: #f3682e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f68b5e !important;
  border-color: #f68b5e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f68b5e !important;
  border-color: #f68b5e !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2bad70 !important;
  border-color: #2bad70 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3ccf8a !important;
  border-color: #3ccf8a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3ccf8a !important;
  border-color: #3ccf8a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00a6d0 !important;
  border-color: #00a6d0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #04ccff !important;
  border-color: #04ccff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #04ccff !important;
  border-color: #04ccff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ef3600;
  color: #ef3600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ef3600 !important;
  border-color: #ef3600 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef3600 !important;
  border-color: #ef3600 !important;
}
.btn-secondary-outline {
  color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3682e;
  color: #f3682e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #f3682e !important;
  border-color: #f3682e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3682e !important;
  border-color: #f3682e !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline {
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline {
  color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2bad70;
  color: #2bad70;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #2bad70 !important;
  border-color: #2bad70 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2bad70 !important;
  border-color: #2bad70 !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #00a6d0;
  color: #00a6d0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #00a6d0 !important;
  border-color: #00a6d0 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00a6d0 !important;
  border-color: #00a6d0 !important;
}
.btn-black-outline {
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  color: #7a7a7a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ef3600 !important;
}
.text-secondary {
  color: #f3682e !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #2bad70 !important;
}
.text-danger {
  color: #00a6d0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #891f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b13b0a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #175b3b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #00556a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ef3600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #2bad70;
}
.alert-danger {
  background-color: #00a6d0;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ef3600;
  border-color: #ef3600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ef3600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7adeaf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9debff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.3rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ef3600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3rem;
}
blockquote {
  border-color: #ef3600;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ef3600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ef3600;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ef3600;
  border-bottom-color: #ef3600;
}
.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: #ef3600 !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: #f3682e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ef3600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u50Fc9ba4V {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u50Fc9ba4V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u50Fc9ba4V .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u50Fc9ba4V .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-u50Fc9ba4V .navbar {
    padding: 0 128px !important;
  }
}
.cid-u50Fc9ba4V .navbar.opened {
  transition: all 0.3s;
}
.cid-u50Fc9ba4V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u50Fc9ba4V .navbar .navbar-logo img {
  width: auto;
}
.cid-u50Fc9ba4V .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u50Fc9ba4V .navbar.collapsed {
  justify-content: center;
}
.cid-u50Fc9ba4V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u50Fc9ba4V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u50Fc9ba4V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u50Fc9ba4V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u50Fc9ba4V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u50Fc9ba4V .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-u50Fc9ba4V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u50Fc9ba4V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u50Fc9ba4V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u50Fc9ba4V .navbar {
    min-height: 72px;
  }
  .cid-u50Fc9ba4V .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u50Fc9ba4V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u50Fc9ba4V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u50Fc9ba4V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u50Fc9ba4V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u50Fc9ba4V .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-u50Fc9ba4V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u50Fc9ba4V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u50Fc9ba4V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u50Fc9ba4V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u50Fc9ba4V .navbar.navbar-short .navbar-logo img {
  height: 3rem;
}
.cid-u50Fc9ba4V .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u50Fc9ba4V .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u50Fc9ba4V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u50Fc9ba4V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u50Fc9ba4V .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-u50Fc9ba4V .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u50Fc9ba4V .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u50Fc9ba4V .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u50Fc9ba4V .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u50Fc9ba4V .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u50Fc9ba4V .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u50Fc9ba4V .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u50Fc9ba4V .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u50Fc9ba4V .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u50Fc9ba4V .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u50Fc9ba4V .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u50Fc9ba4V .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u50Fc9ba4V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u50Fc9ba4V .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 0px solid #fff3ad;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u50Fc9ba4V .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u50Fc9ba4V .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u50Fc9ba4V .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u50Fc9ba4V .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: #000000 !important;
}
.cid-u50Fc9ba4V .nav-item:focus,
.cid-u50Fc9ba4V .nav-link:focus {
  outline: none;
}
.cid-u50Fc9ba4V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u50Fc9ba4V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u50Fc9ba4V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u50Fc9ba4V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u50Fc9ba4V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u50Fc9ba4V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u50Fc9ba4V .dropdown-item.active,
.cid-u50Fc9ba4V .dropdown-item:active {
  background-color: transparent;
}
.cid-u50Fc9ba4V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u50Fc9ba4V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u50Fc9ba4V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u50Fc9ba4V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u50Fc9ba4V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u50Fc9ba4V .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u50Fc9ba4V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u50Fc9ba4V .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u50Fc9ba4V .navbar-buttons {
    text-align: left;
  }
}
.cid-u50Fc9ba4V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u50Fc9ba4V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u50Fc9ba4V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u50Fc9ba4V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u50Fc9ba4V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u50Fc9ba4V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u50Fc9ba4V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u50Fc9ba4V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u50Fc9ba4V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u50Fc9ba4V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u50Fc9ba4V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u50Fc9ba4V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u50Fc9ba4V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u50Fc9ba4V .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u50Fc9ba4V .navbar {
    height: 70px;
  }
  .cid-u50Fc9ba4V .navbar.opened {
    height: auto;
  }
  .cid-u50Fc9ba4V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u50Fc9ba4V .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u50Fc9ba4V .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u50Fc9ba4V .navbar-brand {
    margin-right: auto;
  }
  .cid-u50Fc9ba4V .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u50Fc9ba4V .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u50Fc9ba4V .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u50Fc9ba4V .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u50Fc9ba4V .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u50Fc9ba4V .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u50Fca7msc {
  display: flex;
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (min-width: 768px) {
  .cid-u50Fca7msc {
    align-items: flex-start;
  }
  .cid-u50Fca7msc .row {
    justify-content: center;
  }
}
.cid-u50Fca7msc .mbr-section-title {
  text-align: left;
  padding-left: 40px;
  color: #232323;
}
.cid-u50Fca7msc .mbr-text,
.cid-u50Fca7msc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u50Fca7msc .mbr-section-title,
.cid-u50Fca7msc .line {
  color: #232323;
}
.cid-u50Fca7msc h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u50Fca7msc h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u50Fca7msc .mbr-section-subtitle,
.cid-u50Fca7msc .align {
  text-align: left;
  color: #232323;
}
.cid-u50Fca7msc .mbr-text2 {
  color: #808080;
}
.cid-u50FcasZgq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u50FcasZgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u50FcasZgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u50FcasZgq .card-wrapper {
  background: #ededed;
}
@media (max-width: 767px) {
  .cid-u50FcasZgq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u50FcasZgq .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-u50FcasZgq .mbr-text,
.cid-u50FcasZgq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u50FcasZgq .card-title,
.cid-u50FcasZgq .card-box {
  text-align: left;
  color: #000000;
}
.cid-u50FcasZgq .mbr-section-subtitle {
  color: #f79223;
}
.cid-u51RgABs5s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2bad70;
}
.cid-u51RgABs5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u51RgABs5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u51RgABs5s .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-u51RgABs5s .mbr-section-title {
  color: #ffffff;
}
.cid-u51RgABs5s .mbr-text,
.cid-u51RgABs5s .mbr-section-btn {
  color: #ffffff;
}
.cid-u51RgABs5s .content-head {
  max-width: 800px;
}
#custom-html-18 {
  /* Type valid CSS here */
}
#custom-html-18 div {
  padding: 25px 0;
  color: #777;
  text-align: center;
}
#custom-html-18 p {
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
}
.cid-u57Lu5EuHT {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffa900);
}
.cid-u57Lu5EuHT .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .container {
    padding: 0 16px;
  }
}
.cid-u57Lu5EuHT li {
  line-height: 1.8;
}
.cid-u57Lu5EuHT li:hover {
  cursor: pointer;
}
.cid-u57Lu5EuHT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 275px;
  height: 80px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u57Lu5EuHT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u57Lu5EuHT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-u57Lu5EuHT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u57Lu5EuHT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u57Lu5EuHT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .mbr-section-title {
  color: #ffffff;
}
.cid-u57Lu5EuHT .copyright {
  color: #232323;
}
.cid-u57Lu5EuHT .mbr-card-title {
  color: #232323;
}
.cid-u57Lu5EuHT .list {
  color: #232323;
}
.cid-u57Lu5EuHT .mbr-section-title,
.cid-u57Lu5EuHT .title-wrapper,
.cid-u57Lu5EuHT .social-wrapper {
  color: #232323;
}
.cid-tT2jwVo2lX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tT2jwVo2lX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tT2jwVo2lX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tT2jwVo2lX .navbar {
    padding: 0 128px !important;
  }
}
.cid-tT2jwVo2lX .navbar.opened {
  transition: all 0.3s;
}
.cid-tT2jwVo2lX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT2jwVo2lX .navbar .navbar-logo img {
  width: auto;
}
.cid-tT2jwVo2lX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tT2jwVo2lX .navbar.collapsed {
  justify-content: center;
}
.cid-tT2jwVo2lX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT2jwVo2lX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT2jwVo2lX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tT2jwVo2lX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT2jwVo2lX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT2jwVo2lX .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-tT2jwVo2lX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT2jwVo2lX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT2jwVo2lX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .navbar {
    min-height: 72px;
  }
  .cid-tT2jwVo2lX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tT2jwVo2lX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT2jwVo2lX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT2jwVo2lX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT2jwVo2lX .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-tT2jwVo2lX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT2jwVo2lX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tT2jwVo2lX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT2jwVo2lX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT2jwVo2lX .navbar.navbar-short .navbar-logo img {
  height: 3rem;
}
.cid-tT2jwVo2lX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT2jwVo2lX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tT2jwVo2lX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT2jwVo2lX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT2jwVo2lX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tT2jwVo2lX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tT2jwVo2lX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tT2jwVo2lX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tT2jwVo2lX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tT2jwVo2lX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tT2jwVo2lX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tT2jwVo2lX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tT2jwVo2lX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tT2jwVo2lX .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tT2jwVo2lX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tT2jwVo2lX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tT2jwVo2lX .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 0px solid #fff3ad;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tT2jwVo2lX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tT2jwVo2lX .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT2jwVo2lX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: #000000 !important;
}
.cid-tT2jwVo2lX .nav-item:focus,
.cid-tT2jwVo2lX .nav-link:focus {
  outline: none;
}
.cid-tT2jwVo2lX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT2jwVo2lX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT2jwVo2lX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT2jwVo2lX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT2jwVo2lX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT2jwVo2lX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT2jwVo2lX .dropdown-item.active,
.cid-tT2jwVo2lX .dropdown-item:active {
  background-color: transparent;
}
.cid-tT2jwVo2lX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT2jwVo2lX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT2jwVo2lX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT2jwVo2lX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tT2jwVo2lX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tT2jwVo2lX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tT2jwVo2lX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT2jwVo2lX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tT2jwVo2lX .navbar-buttons {
    text-align: left;
  }
}
.cid-tT2jwVo2lX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT2jwVo2lX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2jwVo2lX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT2jwVo2lX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT2jwVo2lX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2jwVo2lX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tT2jwVo2lX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT2jwVo2lX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT2jwVo2lX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT2jwVo2lX .navbar {
    height: 70px;
  }
  .cid-tT2jwVo2lX .navbar.opened {
    height: auto;
  }
  .cid-tT2jwVo2lX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tT2jwVo2lX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tT2jwVo2lX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tT2jwVo2lX .navbar-brand {
    margin-right: auto;
  }
  .cid-tT2jwVo2lX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tT2jwVo2lX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tT2jwVo2lX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tT2jwVo2lX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u50o0L5k2v {
  display: flex;
  padding-top: 45px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (min-width: 768px) {
  .cid-u50o0L5k2v {
    align-items: flex-start;
  }
  .cid-u50o0L5k2v .row {
    justify-content: center;
  }
}
.cid-u50o0L5k2v .mbr-section-title {
  text-align: left;
  padding-left: 40px;
  color: #232323;
}
.cid-u50o0L5k2v .mbr-text,
.cid-u50o0L5k2v .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u50o0L5k2v .mbr-section-title,
.cid-u50o0L5k2v .line {
  color: #232323;
}
.cid-u50o0L5k2v h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u50o0L5k2v h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u50o0L5k2v .mbr-section-subtitle,
.cid-u50o0L5k2v .align {
  text-align: left;
  color: #232323;
}
.cid-u50o0L5k2v .mbr-text2 {
  color: #808080;
}
.cid-u50pv5MdRx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u50pv5MdRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u50pv5MdRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u50pv5MdRx .card-wrapper {
  background: #ededed;
}
@media (max-width: 767px) {
  .cid-u50pv5MdRx .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u50pv5MdRx .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-u50pv5MdRx .mbr-text,
.cid-u50pv5MdRx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u50pv5MdRx .card-title,
.cid-u50pv5MdRx .card-box {
  text-align: left;
  color: #000000;
}
.cid-u50pv5MdRx .mbr-section-subtitle {
  color: #f79223;
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 div {
  padding: 25px 0;
  color: #777;
  text-align: center;
}
#custom-html-19 p {
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
}
.cid-u57Lu5EuHT {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffa900);
}
.cid-u57Lu5EuHT .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .container {
    padding: 0 16px;
  }
}
.cid-u57Lu5EuHT li {
  line-height: 1.8;
}
.cid-u57Lu5EuHT li:hover {
  cursor: pointer;
}
.cid-u57Lu5EuHT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 275px;
  height: 80px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u57Lu5EuHT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u57Lu5EuHT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-u57Lu5EuHT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u57Lu5EuHT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u57Lu5EuHT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .mbr-section-title {
  color: #ffffff;
}
.cid-u57Lu5EuHT .copyright {
  color: #232323;
}
.cid-u57Lu5EuHT .mbr-card-title {
  color: #232323;
}
.cid-u57Lu5EuHT .list {
  color: #232323;
}
.cid-u57Lu5EuHT .mbr-section-title,
.cid-u57Lu5EuHT .title-wrapper,
.cid-u57Lu5EuHT .social-wrapper {
  color: #232323;
}
.cid-tT2jwVo2lX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tT2jwVo2lX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tT2jwVo2lX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tT2jwVo2lX .navbar {
    padding: 0 128px !important;
  }
}
.cid-tT2jwVo2lX .navbar.opened {
  transition: all 0.3s;
}
.cid-tT2jwVo2lX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT2jwVo2lX .navbar .navbar-logo img {
  width: auto;
}
.cid-tT2jwVo2lX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tT2jwVo2lX .navbar.collapsed {
  justify-content: center;
}
.cid-tT2jwVo2lX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT2jwVo2lX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT2jwVo2lX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tT2jwVo2lX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT2jwVo2lX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT2jwVo2lX .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-tT2jwVo2lX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT2jwVo2lX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT2jwVo2lX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .navbar {
    min-height: 72px;
  }
  .cid-tT2jwVo2lX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tT2jwVo2lX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT2jwVo2lX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT2jwVo2lX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT2jwVo2lX .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-tT2jwVo2lX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT2jwVo2lX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tT2jwVo2lX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT2jwVo2lX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT2jwVo2lX .navbar.navbar-short .navbar-logo img {
  height: 3rem;
}
.cid-tT2jwVo2lX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT2jwVo2lX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tT2jwVo2lX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT2jwVo2lX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT2jwVo2lX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tT2jwVo2lX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tT2jwVo2lX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tT2jwVo2lX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tT2jwVo2lX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tT2jwVo2lX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tT2jwVo2lX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tT2jwVo2lX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tT2jwVo2lX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tT2jwVo2lX .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tT2jwVo2lX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tT2jwVo2lX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tT2jwVo2lX .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 0px solid #fff3ad;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tT2jwVo2lX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2jwVo2lX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tT2jwVo2lX .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT2jwVo2lX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: #000000 !important;
}
.cid-tT2jwVo2lX .nav-item:focus,
.cid-tT2jwVo2lX .nav-link:focus {
  outline: none;
}
.cid-tT2jwVo2lX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT2jwVo2lX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT2jwVo2lX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT2jwVo2lX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT2jwVo2lX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT2jwVo2lX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT2jwVo2lX .dropdown-item.active,
.cid-tT2jwVo2lX .dropdown-item:active {
  background-color: transparent;
}
.cid-tT2jwVo2lX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT2jwVo2lX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT2jwVo2lX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT2jwVo2lX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tT2jwVo2lX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tT2jwVo2lX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tT2jwVo2lX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT2jwVo2lX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tT2jwVo2lX .navbar-buttons {
    text-align: left;
  }
}
.cid-tT2jwVo2lX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2jwVo2lX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT2jwVo2lX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2jwVo2lX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT2jwVo2lX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT2jwVo2lX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2jwVo2lX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tT2jwVo2lX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT2jwVo2lX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT2jwVo2lX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT2jwVo2lX .navbar {
    height: 70px;
  }
  .cid-tT2jwVo2lX .navbar.opened {
    height: auto;
  }
  .cid-tT2jwVo2lX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tT2jwVo2lX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tT2jwVo2lX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tT2jwVo2lX .navbar-brand {
    margin-right: auto;
  }
  .cid-tT2jwVo2lX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tT2jwVo2lX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tT2jwVo2lX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tT2jwVo2lX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tT2jwVo2lX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tT2jwVo2lX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tT2jwIXHx1 {
  display: flex;
  padding-top: 225px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffffff, #ffa900);
}
@media (min-width: 768px) {
  .cid-tT2jwIXHx1 {
    align-items: flex-start;
  }
  .cid-tT2jwIXHx1 .row {
    justify-content: flex-start;
  }
}
.cid-tT2jwIXHx1 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2jwIXHx1 .mbr-text,
.cid-tT2jwIXHx1 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2jwIXHx1 .mbr-section-title,
.cid-tT2jwIXHx1 .line {
  color: #232323;
}
.cid-tT2jwIXHx1 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2jwIXHx1 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2jwIXHx1 .mbr-section-subtitle,
.cid-tT2jwIXHx1 .align {
  text-align: left;
  color: #232323;
}
.cid-tT2tlt5oO3 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffa900;
}
@media (max-width: 992px) {
  .cid-tT2tlt5oO3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT2tlt5oO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2tlt5oO3 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-tT2tlt5oO3 .row {
  justify-content: center;
}
.cid-tT2tlt5oO3 .card-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: 0.5rem;
}
.cid-tT2tlt5oO3 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tT2tlt5oO3 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tT2tlt5oO3 .card-link:hover a {
  background-image: none !important;
}
.cid-tT2tlt5oO3 .mbr-section-subtitle {
  color: #777777;
}
.cid-tT2tlt5oO3 .card-text {
  color: #232323;
}
.cid-tT2tlt5oO3 .card-title,
.cid-tT2tlt5oO3 .iconfont-wrapper {
  color: #232323;
}
.cid-tT2tqDAJt4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tT2tqDAJt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2tqDAJt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tT2tqDAJt4 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tT2tqDAJt4 .mbr-section-title {
  color: #ffffff;
}
.cid-tT2tqDAJt4 .mbr-text {
  color: #000000;
}
.cid-tT2tqDAJt4 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2tqDAJt4 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2tqDAJt4 .row {
  justify-content: space-between;
}
.cid-tT2tqDAJt4 .mbr-text1 {
  color: #0046c7;
}
.cid-tT2tqDAJt4 img {
  object-fit: cover;
}
.cid-tT2tqDAJt4 h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-tT2tqDAJt4 h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-tT2tqDAJt4 h3:hover:before {
  opacity: 0;
}
.cid-tT2tqDAJt4 h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-tT2tqDAJt4 h3 {
    transform: translateX(0px);
  }
}
.cid-tT2tqDAJt4 .mbr-section-subtitle,
.cid-tT2tqDAJt4 .align {
  color: #ffffff;
}
.cid-u4U8Rbgczx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-u4U8Rbgczx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4U8Rbgczx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u4U8Rbgczx .container-fluid {
    padding: 0;
  }
}
.cid-u4U8Rbgczx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u4U8Rbgczx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4U8Rbgczx .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u4U8Rbgczx .embla__button--next,
.cid-u4U8Rbgczx .embla__button--prev {
  display: flex;
}
.cid-u4U8Rbgczx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u4U8Rbgczx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u4U8Rbgczx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4U8Rbgczx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4U8Rbgczx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4U8Rbgczx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4U8Rbgczx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4U8Rbgczx .embla {
  position: relative;
  width: 100%;
}
.cid-u4U8Rbgczx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4U8Rbgczx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4U8Rbgczx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4U8Rbgczx .embla__slide a {
  cursor: grab;
}
.cid-u4U8Rbgczx .embla__slide a:active {
  cursor: grabbing;
}
.cid-u4U8Rbgczx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4U8Rbgczx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u4U8Rbgczx .mbr-section-title {
  color: #232323;
}
.cid-u4U8Rbgczx .mbr-section-subtitle {
  color: #232323;
}
.cid-u4U8Rbgczx .mbr-box {
  color: #ffffff;
}
.cid-u4U8Rbgczx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u4U8Rbgczx img,
.cid-u4U8Rbgczx .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u4U8Rbgczx .item-wrapper {
  position: relative;
}
.cid-u4U8Rbgczx .content-head {
  max-width: 800px;
}
.cid-u4U8Kzq5yL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-u4U8Kzq5yL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4U8Kzq5yL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4U8tQPXQR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4U8tQPXQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4U8tQPXQR .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u4U8tQPXQR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4U8tQPXQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4U8tQPXQR .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f3682e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffea64;
  height: 80px;
  border-radius: 50%;
}
.cid-u4U8tQPXQR .card-title,
.cid-u4U8tQPXQR .iconfont-wrapper {
  color: #000000;
}
.cid-u4U8tQPXQR .card-text {
  color: #000000;
}
.cid-u4U8tQPXQR .content-head {
  max-width: 800px;
}
.cid-u4U8tQPXQR .mbr-section-title {
  color: #000000;
}
.cid-u4U8kl29Id {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfcfcf;
}
.cid-u4U8kl29Id img,
.cid-u4U8kl29Id .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4U8kl29Id .item:focus,
.cid-u4U8kl29Id span:focus {
  outline: none;
}
.cid-u4U8kl29Id .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4U8kl29Id .item {
    margin-bottom: 1rem;
  }
}
.cid-u4U8kl29Id .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u4U8kl29Id .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4U8kl29Id .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4U8kl29Id .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4U8kl29Id .mbr-section-title {
  color: #000000;
}
.cid-u4U8kl29Id .item-title {
  text-align: left;
}
.cid-u4U8kl29Id .item-subtitle {
  text-align: left;
}
.cid-u4U8kl29Id .mbr-text,
.cid-u4U8kl29Id .item .mbr-section-btn {
  text-align: left;
}
.cid-u4U8kl29Id .content-head {
  max-width: 800px;
}
.cid-tT2tjoeW2v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3682e;
}
.cid-tT2tjoeW2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2tjoeW2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tT2tjoeW2v .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT2tjoeW2v img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tT2tjoeW2v img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tT2tjoeW2v .card {
  margin-bottom: 2rem;
}
.cid-tT2tjoeW2v .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tT2tjoeW2v .row {
  justify-content: space-between;
}
.cid-tT2tjoeW2v .card-box {
  display: flex;
  align-items: center;
}
.cid-tT2tjoeW2v .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tT2tjoeW2v .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-tT2tjoeW2v .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tT2tjoeW2v .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tT2tjoeW2v .card-text {
  color: #232323;
}
.cid-tT2tjoeW2v .card-title,
.cid-tT2tjoeW2v .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-tT2tjoeW2v .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2tjoeW2v .card-link,
.cid-tT2tjoeW2v .link-icon,
.cid-tT2tjoeW2v .link-align {
  color: #232323;
}
.cid-tT2tYtfgD6 {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to bottom, #f79223, #ffffff);
}
@media (max-width: 992px) {
  .cid-tT2tYtfgD6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT2tYtfgD6 .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tT2tYtfgD6 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tT2tYtfgD6 .card-link:hover a {
  background-image: none !important;
}
.cid-tT2tYtfgD6 .card-link:hover {
  cursor: pointer;
}
.cid-tT2tYtfgD6 .card-link:hover:before {
  width: 0%;
}
.cid-tT2tYtfgD6 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-tT2tYtfgD6 .row {
  justify-content: center;
}
.cid-tT2tYtfgD6 .card-box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #232323;
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-tT2tYtfgD6 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tT2tYtfgD6 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tT2tYtfgD6 .mbr-section-subtitle {
  color: #777777;
}
.cid-tT2tYtfgD6 .card-text {
  color: #232323;
}
.cid-tT2tYtfgD6 .card-title,
.cid-tT2tYtfgD6 .iconfont-wrapper {
  color: #232323;
}
.cid-tT2tYtfgD6 .mbr-section-title {
  text-align: left;
}
.cid-tT2tYtfgD6 .card-link,
.cid-tT2tYtfgD6 .link-icon,
.cid-tT2tYtfgD6 .link-align {
  color: #232323;
}
.cid-u4U8VH6Krm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4U8VH6Krm .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-u4U8VH6Krm img,
.cid-u4U8VH6Krm .item-img {
  width: 100%;
}
.cid-u4U8VH6Krm .item:focus,
.cid-u4U8VH6Krm span:focus {
  outline: none;
}
.cid-u4U8VH6Krm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4U8VH6Krm .item {
    margin-bottom: 1rem;
  }
}
.cid-u4U8VH6Krm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4U8VH6Krm .mbr-section-title {
  color: #232323;
}
.cid-u4U8VH6Krm .mbr-text,
.cid-u4U8VH6Krm .mbr-section-btn {
  color: #232323;
}
.cid-u4U8VH6Krm .item-title {
  color: #232323;
  text-align: center;
}
.cid-u4U8VH6Krm .content-head {
  max-width: 800px;
}
#custom-html-1a {
  /* Type valid CSS here */
}
#custom-html-1a div {
  padding: 25px 0;
  color: #777;
  text-align: center;
}
#custom-html-1a p {
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
}
.cid-u57Lu5EuHT {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffa900);
}
.cid-u57Lu5EuHT .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .container {
    padding: 0 16px;
  }
}
.cid-u57Lu5EuHT li {
  line-height: 1.8;
}
.cid-u57Lu5EuHT li:hover {
  cursor: pointer;
}
.cid-u57Lu5EuHT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 275px;
  height: 80px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u57Lu5EuHT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u57Lu5EuHT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u57Lu5EuHT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-u57Lu5EuHT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u57Lu5EuHT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u57Lu5EuHT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u57Lu5EuHT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u57Lu5EuHT .mbr-section-title {
  color: #ffffff;
}
.cid-u57Lu5EuHT .copyright {
  color: #232323;
}
.cid-u57Lu5EuHT .mbr-card-title {
  color: #232323;
}
.cid-u57Lu5EuHT .list {
  color: #232323;
}
.cid-u57Lu5EuHT .mbr-section-title,
.cid-u57Lu5EuHT .title-wrapper,
.cid-u57Lu5EuHT .social-wrapper {
  color: #232323;
}
.cid-u5kHJkPD7c {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u5kHJkPD7c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u5kHJkPD7c .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u5kHJkPD7c .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-u5kHJkPD7c .navbar {
    padding: 0 128px !important;
  }
}
.cid-u5kHJkPD7c .navbar.opened {
  transition: all 0.3s;
}
.cid-u5kHJkPD7c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5kHJkPD7c .navbar .navbar-logo img {
  width: auto;
}
.cid-u5kHJkPD7c .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u5kHJkPD7c .navbar.collapsed {
  justify-content: center;
}
.cid-u5kHJkPD7c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5kHJkPD7c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5kHJkPD7c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u5kHJkPD7c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5kHJkPD7c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5kHJkPD7c .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-u5kHJkPD7c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5kHJkPD7c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5kHJkPD7c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u5kHJkPD7c .navbar {
    min-height: 72px;
  }
  .cid-u5kHJkPD7c .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u5kHJkPD7c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5kHJkPD7c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5kHJkPD7c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5kHJkPD7c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5kHJkPD7c .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-u5kHJkPD7c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5kHJkPD7c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u5kHJkPD7c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5kHJkPD7c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5kHJkPD7c .navbar.navbar-short .navbar-logo img {
  height: 3rem;
}
.cid-u5kHJkPD7c .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5kHJkPD7c .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u5kHJkPD7c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5kHJkPD7c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5kHJkPD7c .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-u5kHJkPD7c .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u5kHJkPD7c .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u5kHJkPD7c .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u5kHJkPD7c .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u5kHJkPD7c .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u5kHJkPD7c .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u5kHJkPD7c .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u5kHJkPD7c .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u5kHJkPD7c .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u5kHJkPD7c .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u5kHJkPD7c .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u5kHJkPD7c .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u5kHJkPD7c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u5kHJkPD7c .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 0px solid #fff3ad;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u5kHJkPD7c .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5kHJkPD7c .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u5kHJkPD7c .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5kHJkPD7c .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: #000000 !important;
}
.cid-u5kHJkPD7c .nav-item:focus,
.cid-u5kHJkPD7c .nav-link:focus {
  outline: none;
}
.cid-u5kHJkPD7c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5kHJkPD7c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5kHJkPD7c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5kHJkPD7c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5kHJkPD7c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5kHJkPD7c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5kHJkPD7c .dropdown-item.active,
.cid-u5kHJkPD7c .dropdown-item:active {
  background-color: transparent;
}
.cid-u5kHJkPD7c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5kHJkPD7c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5kHJkPD7c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5kHJkPD7c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u5kHJkPD7c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u5kHJkPD7c .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u5kHJkPD7c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5kHJkPD7c .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u5kHJkPD7c .navbar-buttons {
    text-align: left;
  }
}
.cid-u5kHJkPD7c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5kHJkPD7c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5kHJkPD7c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5kHJkPD7c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5kHJkPD7c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5kHJkPD7c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5kHJkPD7c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5kHJkPD7c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5kHJkPD7c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5kHJkPD7c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5kHJkPD7c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u5kHJkPD7c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5kHJkPD7c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u5kHJkPD7c .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5kHJkPD7c .navbar {
    height: 70px;
  }
  .cid-u5kHJkPD7c .navbar.opened {
    height: auto;
  }
  .cid-u5kHJkPD7c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u5kHJkPD7c .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u5kHJkPD7c .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u5kHJkPD7c .navbar-brand {
    margin-right: auto;
  }
  .cid-u5kHJkPD7c .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u5kHJkPD7c .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u5kHJkPD7c .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u5kHJkPD7c .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u5kHJkPD7c .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u5kHJkPD7c .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u5kHJlTAJt {
  display: flex;
  padding-top: 225px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffffff, #2bad70);
}
@media (min-width: 768px) {
  .cid-u5kHJlTAJt {
    align-items: flex-start;
  }
  .cid-u5kHJlTAJt .row {
    justify-content: flex-start;
  }
}
.cid-u5kHJlTAJt .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u5kHJlTAJt .mbr-text,
.cid-u5kHJlTAJt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u5kHJlTAJt .mbr-section-title,
.cid-u5kHJlTAJt .line {
  color: #232323;
}
.cid-u5kHJlTAJt h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u5kHJlTAJt h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u5kHJlTAJt .mbr-section-subtitle,
.cid-u5kHJlTAJt .align {
  text-align: left;
  color: #232323;
}
.cid-u5kHJme477 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #00b5e6;
}
@media (max-width: 992px) {
  .cid-u5kHJme477 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u5kHJme477 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5kHJme477 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-u5kHJme477 .row {
  justify-content: center;
}
.cid-u5kHJme477 .card-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: 0.5rem;
}
.cid-u5kHJme477 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-u5kHJme477 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u5kHJme477 .card-link:hover a {
  background-image: none !important;
}
.cid-u5kHJme477 .mbr-section-subtitle {
  color: #777777;
}
.cid-u5kHJme477 .card-text {
  color: #232323;
}
.cid-u5kHJme477 .card-title,
.cid-u5kHJme477 .iconfont-wrapper {
  color: #232323;
}
.cid-u5kHJmHluT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u5kHJmHluT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5kHJmHluT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5kHJmHluT .col-title {
    margin-bottom: 20px;
  }
}
.cid-u5kHJmHluT .mbr-section-title {
  color: #ffffff;
}
.cid-u5kHJmHluT .mbr-text {
  color: #000000;
}
.cid-u5kHJmHluT h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u5kHJmHluT h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u5kHJmHluT .row {
  justify-content: space-between;
}
.cid-u5kHJmHluT .mbr-text1 {
  color: #0046c7;
}
.cid-u5kHJmHluT img {
  object-fit: cover;
}
.cid-u5kHJmHluT h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-u5kHJmHluT h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-u5kHJmHluT h3:hover:before {
  opacity: 0;
}
.cid-u5kHJmHluT h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-u5kHJmHluT h3 {
    transform: translateX(0px);
  }
}
.cid-u5kHJmHluT .mbr-section-subtitle,
.cid-u5kHJmHluT .align {
  color: #ffffff;
}
.cid-u5kHJmZiMT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-u5kHJmZiMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5kHJmZiMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u5kHJmZiMT .container-fluid {
    padding: 0;
  }
}
.cid-u5kHJmZiMT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u5kHJmZiMT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u5kHJmZiMT .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u5kHJmZiMT .embla__button--next,
.cid-u5kHJmZiMT .embla__button--prev {
  display: flex;
}
.cid-u5kHJmZiMT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u5kHJmZiMT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u5kHJmZiMT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u5kHJmZiMT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u5kHJmZiMT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5kHJmZiMT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5kHJmZiMT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5kHJmZiMT .embla {
  position: relative;
  width: 100%;
}
.cid-u5kHJmZiMT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u5kHJmZiMT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u5kHJmZiMT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u5kHJmZiMT .embla__slide a {
  cursor: grab;
}
.cid-u5kHJmZiMT .embla__slide a:active {
  cursor: grabbing;
}
.cid-u5kHJmZiMT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5kHJmZiMT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u5kHJmZiMT .mbr-section-title {
  color: #232323;
}
.cid-u5kHJmZiMT .mbr-section-subtitle {
  color: #232323;
}
.cid-u5kHJmZiMT .mbr-box {
  color: #ffffff;
}
.cid-u5kHJmZiMT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u5kHJmZiMT img,
.cid-u5kHJmZiMT .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u5kHJmZiMT .item-wrapper {
  position: relative;
}
.cid-u5kHJmZiMT .content-head {
  max-width: 800px;
}
.cid-u5kHJo5th2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2bad70;
}
.cid-u5kHJo5th2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5kHJo5th2 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u5kHJo5th2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5kHJo5th2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5kHJo5th2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #00b5e6;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  height: 80px;
  border-radius: 50%;
}
.cid-u5kHJo5th2 .card-title,
.cid-u5kHJo5th2 .iconfont-wrapper {
  color: #000000;
}
.cid-u5kHJo5th2 .card-text {
  color: #000000;
}
.cid-u5kHJo5th2 .content-head {
  max-width: 800px;
}
.cid-u5kHJo5th2 .mbr-section-title {
  color: #000000;
}
.cid-u5kHJoX0JU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededed;
}
.cid-u5kHJoX0JU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5kHJoX0JU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5kHJoX0JU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u5kHJoX0JU img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-u5kHJoX0JU img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-u5kHJoX0JU .card {
  margin-bottom: 2rem;
}
.cid-u5kHJoX0JU .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-u5kHJoX0JU .row {
  justify-content: space-between;
}
.cid-u5kHJoX0JU .card-box {
  display: flex;
  align-items: center;
}
.cid-u5kHJoX0JU .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u5kHJoX0JU .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-u5kHJoX0JU .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u5kHJoX0JU .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-u5kHJoX0JU .card-text {
  color: #232323;
}
.cid-u5kHJoX0JU .card-title,
.cid-u5kHJoX0JU .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-u5kHJoX0JU .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u5kHJoX0JU .card-link,
.cid-u5kHJoX0JU .link-icon,
.cid-u5kHJoX0JU .link-align {
  color: #232323;
}
.cid-u5kHJpZnuf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5kHJpZnuf .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-u5kHJpZnuf img,
.cid-u5kHJpZnuf .item-img {
  width: 100%;
}
.cid-u5kHJpZnuf .item:focus,
.cid-u5kHJpZnuf span:focus {
  outline: none;
}
.cid-u5kHJpZnuf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5kHJpZnuf .item {
    margin-bottom: 1rem;
  }
}
.cid-u5kHJpZnuf .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u5kHJpZnuf .mbr-section-title {
  color: #232323;
}
.cid-u5kHJpZnuf .mbr-text,
.cid-u5kHJpZnuf .mbr-section-btn {
  color: #232323;
}
.cid-u5kHJpZnuf .item-title {
  color: #232323;
  text-align: center;
}
.cid-u5kHJpZnuf .content-head {
  max-width: 800px;
}
.cid-u5lbWnnRAo {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-u5lbWnnRAo .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-u5lbWnnRAo img,
.cid-u5lbWnnRAo .item-img {
  width: 100%;
}
.cid-u5lbWnnRAo .item:focus,
.cid-u5lbWnnRAo span:focus {
  outline: none;
}
.cid-u5lbWnnRAo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5lbWnnRAo .item {
    margin-bottom: 1rem;
  }
}
.cid-u5lbWnnRAo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u5lbWnnRAo .item {
  padding: 0;
  margin: 0;
}
.cid-u5lbWnnRAo .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u5lbWnnRAo .mbr-section-title {
  color: #232323;
}
.cid-u5lbWnnRAo .mbr-text,
.cid-u5lbWnnRAo .mbr-section-btn {
  color: #232323;
}
.cid-u5lbWnnRAo .item-title {
  color: #232323;
  text-align: center;
}
.cid-u5lbWnnRAo .content-head {
  max-width: 800px;
}
#custom-html-1m {
  /* Type valid CSS here */
}
#custom-html-1m div {
  padding: 25px 0;
  color: #777;
  text-align: center;
}
#custom-html-1m p {
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
}
.cid-u5kHJrRaEi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffa900);
}
.cid-u5kHJrRaEi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-u5kHJrRaEi .container {
    padding: 0 16px;
  }
}
.cid-u5kHJrRaEi li {
  line-height: 1.8;
}
.cid-u5kHJrRaEi li:hover {
  cursor: pointer;
}
.cid-u5kHJrRaEi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5kHJrRaEi .card {
    margin-bottom: 40px;
  }
}
.cid-u5kHJrRaEi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u5kHJrRaEi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u5kHJrRaEi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 275px;
  height: 80px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u5kHJrRaEi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5kHJrRaEi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u5kHJrRaEi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u5kHJrRaEi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u5kHJrRaEi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-u5kHJrRaEi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u5kHJrRaEi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u5kHJrRaEi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u5kHJrRaEi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u5kHJrRaEi .mbr-section-title {
  color: #ffffff;
}
.cid-u5kHJrRaEi .copyright {
  color: #232323;
}
.cid-u5kHJrRaEi .mbr-card-title {
  color: #232323;
}
.cid-u5kHJrRaEi .list {
  color: #232323;
}
.cid-u5kHJrRaEi .mbr-section-title,
.cid-u5kHJrRaEi .title-wrapper,
.cid-u5kHJrRaEi .social-wrapper {
  color: #232323;
}
