.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6600 !important;
}
.bg-success {
  background-color: #e27800 !important;
}
.bg-info {
  background-color: #ff0000 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffdb06 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8533 !important;
  border-color: #ff8533 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8533 !important;
  border-color: #ff8533 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e27800 !important;
  border-color: #e27800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff9216 !important;
  border-color: #ff9216 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff9216 !important;
  border-color: #ff9216 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffdb06 !important;
  border-color: #ffdb06 !important;
  color: #060500 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffe239 !important;
  border-color: #ffe239 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #060500 !important;
  background-color: #ffe239 !important;
  border-color: #ffe239 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff6600;
  color: #ff6600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a84300 !important;
  background-color: transparent !important;
  border-color: #a84300 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a80000 !important;
  background-color: transparent !important;
  border-color: #a80000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e27800;
  color: #e27800;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8b4a00 !important;
  background-color: transparent !important;
  border-color: #8b4a00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e27800 !important;
  border-color: #e27800 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffdb06;
  color: #ffdb06;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae9500 !important;
  background-color: transparent !important;
  border-color: #ae9500 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #060500 !important;
  background-color: #ffdb06 !important;
  border-color: #ffdb06 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6600 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #e27800 !important;
}
.text-info {
  color: #ff0000 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffdb06 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #993d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7c4200 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #990000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9f8800 !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: #ff6600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff0000;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffdb06;
}
.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: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffd9af;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff8d2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ff6600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ff6600;
}
/* 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: #ff6600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6600;
}
.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: #ff6600;
  border-bottom-color: #ff6600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23ff6600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ubXSLe7BUy {
  z-index: 1000;
  width: 100%;
}
.cid-ubXSLe7BUy .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-ubXSLe7BUy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubXSLe7BUy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-ubXSLe7BUy .navbar-nav {
    max-width: 45%;
  }
}
.cid-ubXSLe7BUy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubXSLe7BUy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ubXSLe7BUy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubXSLe7BUy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubXSLe7BUy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubXSLe7BUy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ubXSLe7BUy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubXSLe7BUy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubXSLe7BUy .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubXSLe7BUy .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-ubXSLe7BUy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubXSLe7BUy .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-ubXSLe7BUy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubXSLe7BUy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubXSLe7BUy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubXSLe7BUy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubXSLe7BUy .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubXSLe7BUy .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubXSLe7BUy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubXSLe7BUy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubXSLe7BUy .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubXSLe7BUy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubXSLe7BUy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubXSLe7BUy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubXSLe7BUy .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ubXSLe7BUy .nav-item:focus,
.cid-ubXSLe7BUy .nav-link:focus {
  outline: none;
}
.cid-ubXSLe7BUy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubXSLe7BUy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubXSLe7BUy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubXSLe7BUy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubXSLe7BUy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubXSLe7BUy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubXSLe7BUy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubXSLe7BUy .navbar.opened {
  transition: all 0.3s;
}
.cid-ubXSLe7BUy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubXSLe7BUy .navbar .navbar-logo img {
  width: auto;
}
.cid-ubXSLe7BUy .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-ubXSLe7BUy .navbar.collapsed {
  justify-content: center;
}
.cid-ubXSLe7BUy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubXSLe7BUy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubXSLe7BUy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ubXSLe7BUy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubXSLe7BUy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubXSLe7BUy .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-ubXSLe7BUy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubXSLe7BUy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubXSLe7BUy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubXSLe7BUy .navbar {
    min-height: 72px;
  }
  .cid-ubXSLe7BUy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubXSLe7BUy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubXSLe7BUy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubXSLe7BUy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubXSLe7BUy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubXSLe7BUy .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-ubXSLe7BUy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubXSLe7BUy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubXSLe7BUy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubXSLe7BUy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubXSLe7BUy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubXSLe7BUy .dropdown-item.active,
.cid-ubXSLe7BUy .dropdown-item:active {
  background-color: transparent;
}
.cid-ubXSLe7BUy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubXSLe7BUy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubXSLe7BUy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubXSLe7BUy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubXSLe7BUy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubXSLe7BUy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubXSLe7BUy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubXSLe7BUy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubXSLe7BUy .navbar-buttons {
    text-align: left;
  }
}
.cid-ubXSLe7BUy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubXSLe7BUy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubXSLe7BUy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubXSLe7BUy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubXSLe7BUy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubXSLe7BUy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubXSLe7BUy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubXSLe7BUy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubXSLe7BUy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubXSLe7BUy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubXSLe7BUy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubXSLe7BUy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubXSLe7BUy .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-ubXSLe7BUy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubXSLe7BUy .navbar {
    height: 70px;
  }
  .cid-ubXSLe7BUy .navbar.opened {
    height: auto;
  }
  .cid-ubXSLe7BUy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubXSLe7BUy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubXSLe7BUy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubXSLe7BUy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubXSLe7BUy .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-ubXSLe7BUy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubXSLe7BUy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubXSLe7BUy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubXSLe7BUy .navbar-brand {
    margin-right: auto;
  }
  .cid-ubXSLe7BUy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ubXSLe7BUy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubXSLe7BUy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubXSLe7BUy .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-ubXSLe7BUy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubXSLe7BUy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubXSLe7BUy .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-ubXSLe7BUy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubXSLe7BUy .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-ubXSLe7BUy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubXSLe7BUy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubXSMQhgmj {
  background-color: #000000;
}
.cid-ubXSMQhgmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubXSMQhgmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ubXSMQhgmj .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ff6600;
}
.cid-ubXSMQhgmj .mbr-section-title {
  color: #ffffff;
}
.cid-ubXSMQhgmj .mbr-text,
.cid-ubXSMQhgmj .mbr-section-btn {
  color: #ffffff;
}
.cid-ubXSMQhgmj .media-content,
.cid-ubXSMQhgmj .mbr-figure {
  align-self: center;
}
.cid-ubXSMQhgmj .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-ubXSMQhgmj .app-video-wrapper {
  background: transparent;
}
.cid-ubXSMQhgmj .content-head {
  max-width: 800px;
}
.cid-vdjZjaSevN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ff6600;
}
.cid-vdjZjaSevN img,
.cid-vdjZjaSevN .item-img {
  width: 100%;
}
.cid-vdjZjaSevN .item:focus,
.cid-vdjZjaSevN span:focus {
  outline: none;
}
.cid-vdjZjaSevN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdjZjaSevN .item {
    margin-bottom: 1rem;
  }
}
.cid-vdjZjaSevN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdjZjaSevN .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdjZjaSevN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdjZjaSevN .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdjZjaSevN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdjZjaSevN .mbr-section-title {
  color: #000000;
}
.cid-vdjZjaSevN .item-title {
  text-align: left;
  color: #000000;
}
.cid-vdjZjaSevN .item-subtitle {
  text-align: left;
}
.cid-vdjZjaSevN .mbr-text,
.cid-vdjZjaSevN .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vdjZjaSevN .content-head {
  max-width: 800px;
}
.cid-vdjZBHorX2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vdjZBHorX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdjZBHorX2 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdjZBHorX2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdjZBHorX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdjZBHorX2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff6600;
  height: 80px;
  border-radius: 50%;
}
.cid-vdjZBHorX2 .card-title,
.cid-vdjZBHorX2 .iconfont-wrapper,
.cid-vdjZBHorX2 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdjZBHorX2 .content-head {
  max-width: 800px;
}
.cid-vdjZBHorX2 .mbr-section-title {
  color: #ffffff;
}
.cid-vdjZBHorX2 .mbr-section-btn {
  text-align: center;
}
.cid-vdjZBHorX2 .card-text,
.cid-vdjZBHorX2 .mbr-section-btn {
  color: #ffffff;
}
.cid-vdjZBHorX2 .card-title,
.cid-vdjZBHorX2 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vdkGzzOttO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkGzzOttO h6 {
  line-height: 1.2;
}
.cid-vdkGzzOttO img,
.cid-vdkGzzOttO .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-vdkGzzOttO .item:focus,
.cid-vdkGzzOttO span:focus {
  outline: none;
}
.cid-vdkGzzOttO .item-img a {
  cursor: pointer;
}
.cid-vdkGzzOttO .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdkGzzOttO .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-vdkGzzOttO .mbr-section-title {
  color: #ff6600;
}
.cid-vdkGzzOttO .mbr-text,
.cid-vdkGzzOttO .mbr-section-btn {
  color: #000000;
}
.cid-vdkGzzOttO .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdkGzzOttO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdkGzzOttO .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdkGzzOttO .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdkGzzOttO .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-vdkGzzOttO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdk0nb91o4 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-vdk0nb91o4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-vdk0nb91o4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdk0nb91o4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdk0nb91o4 {
    align-items: center;
  }
  .cid-vdk0nb91o4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdk0nb91o4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdk0nb91o4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdk0nb91o4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdk0nb91o4 .content-wrap {
    width: 100%;
  }
}
.cid-vdk0nb91o4 .mbr-section-title {
  text-align: center;
  color: #ff6600;
}
.cid-vdk0nb91o4 .mbr-text,
.cid-vdk0nb91o4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdk0nb91o4 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdkGLxAANn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkGLxAANn .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkGLxAANn img,
.cid-vdkGLxAANn .item-img {
  width: 100%;
}
.cid-vdkGLxAANn .item:focus,
.cid-vdkGLxAANn span:focus {
  outline: none;
}
.cid-vdkGLxAANn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkGLxAANn .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkGLxAANn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkGLxAANn .mbr-section-title {
  color: #ff6600;
}
.cid-vdkGLxAANn .mbr-text,
.cid-vdkGLxAANn .mbr-section-btn {
  color: #232323;
}
.cid-vdkGLxAANn .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkGLxAANn .content-head {
  max-width: 800px;
}
.cid-vdk0x5LmKc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6600;
}
.cid-vdk0x5LmKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdk0x5LmKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdk0x5LmKc .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdk0x5LmKc .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdk0x5LmKc .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vdk0x5LmKc .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vdk0x5LmKc .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vdk0x5LmKc .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vdk0x5LmKc .nav-tabs .nav-link:not(.active) {
  color: #ff6600;
}
.cid-vdk0x5LmKc .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #ff6600 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vdk0x5LmKc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdk0x5LmKc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdk0x5LmKc .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-vdk0x5LmKc .content-head {
  max-width: 800px;
}
.cid-vdk0x5LmKc .item-wrapper {
  background-color: #000000;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vdk0x5LmKc .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdk0BrUWsO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdk0BrUWsO .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdk0BrUWsO img,
.cid-vdk0BrUWsO .item-img {
  width: 100%;
}
.cid-vdk0BrUWsO .item:focus,
.cid-vdk0BrUWsO span:focus {
  outline: none;
}
.cid-vdk0BrUWsO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdk0BrUWsO .item {
    margin-bottom: 1rem;
  }
}
.cid-vdk0BrUWsO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdk0BrUWsO .mbr-section-title {
  color: #ffffff;
}
.cid-vdk0BrUWsO .mbr-text,
.cid-vdk0BrUWsO .mbr-section-btn {
  color: #232323;
}
.cid-vdk0BrUWsO .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdk0BrUWsO .content-head {
  max-width: 800px;
}
.cid-vdk5Gd7qXd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdk5Gd7qXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdk5Gd7qXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdk5Gd7qXd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .footer-col {
    flex-direction: column;
  }
}
.cid-vdk5Gd7qXd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdk5Gd7qXd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdk5Gd7qXd .soc-item {
  margin: 8px;
}
.cid-vdk5Gd7qXd .soc-item a:hover .mbr-iconfont,
.cid-vdk5Gd7qXd .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdk5Gd7qXd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    text-align: center;
  }
  .cid-vdk5Gd7qXd .social-row {
    justify-content: center;
  }
}
.cid-vdk5Gd7qXd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 0rem;
  }
}
.cid-vdk5Gd7qXd .mbr-text {
  color: #bbbbbb;
}
.cid-vdk5Gd7qXd .mbr-section-subtitle {
  color: #000000;
}
.cid-vdk5Gd7qXd .list,
.cid-vdk5Gd7qXd .item-wrap {
  color: #232323;
}
.cid-vdk5Gd7qXd .copyright {
  color: #000000;
}
.cid-ubXXWRlGdb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ubXXWRlGdb .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-ubXXWRlGdb P {
  color: #ffffff;
}
.cid-vdk5Oinsbq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdk5Oinsbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdk5Oinsbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdk5Oinsbq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdk5Oinsbq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdk5Oinsbq .container {
    padding: 0;
  }
}
.cid-vdk5Oinsbq .row {
  justify-content: center;
}
.cid-vdk5Oinsbq .title-wrapper {
  padding: 0 16px;
}
.cid-vdk5Oinsbq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdk5Oinsbq .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-vdk5Oinsbq .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-vdk5Oinsbq .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vdk5Oinsbq .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff6600;
}
.cid-vdk5Oinsbq .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdk5Oinsbq .mbr-section-subtitle {
  color: #14287f;
  text-align: center;
}
.cid-vdk5Oinsbq .mbr-section-title,
.cid-vdk5Oinsbq .mbr-iconfont {
  color: #ffffff;
}
.cid-vdk5Oinsbq .mbr-section-title,
.cid-vdk5Oinsbq .soc-wrapper {
  text-align: center;
}
.cid-ubYbBm29he {
  z-index: 1000;
  width: 100%;
}
.cid-ubYbBm29he .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-ubYbBm29he .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubYbBm29he .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-ubYbBm29he .navbar-nav {
    max-width: 45%;
  }
}
.cid-ubYbBm29he .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubYbBm29he .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ubYbBm29he .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubYbBm29he .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubYbBm29he .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubYbBm29he .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ubYbBm29he .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubYbBm29he .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubYbBm29he .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubYbBm29he .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-ubYbBm29he .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubYbBm29he .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-ubYbBm29he .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubYbBm29he .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubYbBm29he .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubYbBm29he .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubYbBm29he .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubYbBm29he .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubYbBm29he .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubYbBm29he .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubYbBm29he .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubYbBm29he .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubYbBm29he .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubYbBm29he .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubYbBm29he .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ubYbBm29he .nav-item:focus,
.cid-ubYbBm29he .nav-link:focus {
  outline: none;
}
.cid-ubYbBm29he .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubYbBm29he .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubYbBm29he .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubYbBm29he .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubYbBm29he .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubYbBm29he .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubYbBm29he .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubYbBm29he .navbar.opened {
  transition: all 0.3s;
}
.cid-ubYbBm29he .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubYbBm29he .navbar .navbar-logo img {
  width: auto;
}
.cid-ubYbBm29he .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-ubYbBm29he .navbar.collapsed {
  justify-content: center;
}
.cid-ubYbBm29he .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubYbBm29he .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubYbBm29he .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ubYbBm29he .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubYbBm29he .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubYbBm29he .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-ubYbBm29he .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubYbBm29he .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubYbBm29he .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubYbBm29he .navbar {
    min-height: 72px;
  }
  .cid-ubYbBm29he .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubYbBm29he .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubYbBm29he .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubYbBm29he .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubYbBm29he .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubYbBm29he .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-ubYbBm29he .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubYbBm29he .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubYbBm29he .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubYbBm29he .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubYbBm29he .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubYbBm29he .dropdown-item.active,
.cid-ubYbBm29he .dropdown-item:active {
  background-color: transparent;
}
.cid-ubYbBm29he .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubYbBm29he .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubYbBm29he .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubYbBm29he .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubYbBm29he .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubYbBm29he .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubYbBm29he ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubYbBm29he .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubYbBm29he .navbar-buttons {
    text-align: left;
  }
}
.cid-ubYbBm29he button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubYbBm29he button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubYbBm29he button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubYbBm29he button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubYbBm29he button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubYbBm29he button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubYbBm29he nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubYbBm29he nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubYbBm29he nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubYbBm29he nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubYbBm29he .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubYbBm29he a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubYbBm29he .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-ubYbBm29he .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubYbBm29he .navbar {
    height: 70px;
  }
  .cid-ubYbBm29he .navbar.opened {
    height: auto;
  }
  .cid-ubYbBm29he .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubYbBm29he .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubYbBm29he .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubYbBm29he .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubYbBm29he .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-ubYbBm29he .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubYbBm29he .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubYbBm29he .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubYbBm29he .navbar-brand {
    margin-right: auto;
  }
  .cid-ubYbBm29he .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ubYbBm29he .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubYbBm29he .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubYbBm29he .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-ubYbBm29he .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubYbBm29he .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubYbBm29he .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-ubYbBm29he .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubYbBm29he .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-ubYbBm29he .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubYbBm29he .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubYbBmgZ1O {
  background-color: #000000;
}
.cid-ubYbBmgZ1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYbBmgZ1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ubYbBmgZ1O .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #232323;
}
.cid-ubYbBmgZ1O .mbr-section-title {
  color: #ffffff;
}
.cid-ubYbBmgZ1O .mbr-text,
.cid-ubYbBmgZ1O .mbr-section-btn {
  color: #ffffff;
}
.cid-ubYbBmgZ1O .media-content,
.cid-ubYbBmgZ1O .mbr-figure {
  align-self: center;
}
.cid-ubYbBmgZ1O .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-ubYbBmgZ1O .app-video-wrapper {
  background: transparent;
}
.cid-ubYbBmgZ1O .content-head {
  max-width: 800px;
}
.cid-vdk5Gd7qXd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdk5Gd7qXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdk5Gd7qXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdk5Gd7qXd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .footer-col {
    flex-direction: column;
  }
}
.cid-vdk5Gd7qXd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdk5Gd7qXd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdk5Gd7qXd .soc-item {
  margin: 8px;
}
.cid-vdk5Gd7qXd .soc-item a:hover .mbr-iconfont,
.cid-vdk5Gd7qXd .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdk5Gd7qXd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    text-align: center;
  }
  .cid-vdk5Gd7qXd .social-row {
    justify-content: center;
  }
}
.cid-vdk5Gd7qXd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 0rem;
  }
}
.cid-vdk5Gd7qXd .mbr-text {
  color: #bbbbbb;
}
.cid-vdk5Gd7qXd .mbr-section-subtitle {
  color: #000000;
}
.cid-vdk5Gd7qXd .list,
.cid-vdk5Gd7qXd .item-wrap {
  color: #232323;
}
.cid-vdk5Gd7qXd .copyright {
  color: #000000;
}
.cid-ubYbBnhTYj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ubYbBnhTYj .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-ubYbBnhTYj P {
  color: #ffffff;
}
.cid-ubYcoTAztI {
  z-index: 1000;
  width: 100%;
}
.cid-ubYcoTAztI .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-ubYcoTAztI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubYcoTAztI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-ubYcoTAztI .navbar-nav {
    max-width: 45%;
  }
}
.cid-ubYcoTAztI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubYcoTAztI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ubYcoTAztI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubYcoTAztI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubYcoTAztI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubYcoTAztI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ubYcoTAztI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubYcoTAztI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubYcoTAztI .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubYcoTAztI .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-ubYcoTAztI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubYcoTAztI .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-ubYcoTAztI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubYcoTAztI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubYcoTAztI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubYcoTAztI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubYcoTAztI .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubYcoTAztI .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubYcoTAztI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubYcoTAztI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubYcoTAztI .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubYcoTAztI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubYcoTAztI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubYcoTAztI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubYcoTAztI .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ubYcoTAztI .nav-item:focus,
.cid-ubYcoTAztI .nav-link:focus {
  outline: none;
}
.cid-ubYcoTAztI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubYcoTAztI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubYcoTAztI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubYcoTAztI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubYcoTAztI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubYcoTAztI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubYcoTAztI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubYcoTAztI .navbar.opened {
  transition: all 0.3s;
}
.cid-ubYcoTAztI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubYcoTAztI .navbar .navbar-logo img {
  width: auto;
}
.cid-ubYcoTAztI .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-ubYcoTAztI .navbar.collapsed {
  justify-content: center;
}
.cid-ubYcoTAztI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubYcoTAztI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubYcoTAztI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ubYcoTAztI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubYcoTAztI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubYcoTAztI .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-ubYcoTAztI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubYcoTAztI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubYcoTAztI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubYcoTAztI .navbar {
    min-height: 72px;
  }
  .cid-ubYcoTAztI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubYcoTAztI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubYcoTAztI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubYcoTAztI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubYcoTAztI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubYcoTAztI .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-ubYcoTAztI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubYcoTAztI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubYcoTAztI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubYcoTAztI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubYcoTAztI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubYcoTAztI .dropdown-item.active,
.cid-ubYcoTAztI .dropdown-item:active {
  background-color: transparent;
}
.cid-ubYcoTAztI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubYcoTAztI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubYcoTAztI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubYcoTAztI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubYcoTAztI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubYcoTAztI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubYcoTAztI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubYcoTAztI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubYcoTAztI .navbar-buttons {
    text-align: left;
  }
}
.cid-ubYcoTAztI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubYcoTAztI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubYcoTAztI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubYcoTAztI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubYcoTAztI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubYcoTAztI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubYcoTAztI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubYcoTAztI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubYcoTAztI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubYcoTAztI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubYcoTAztI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubYcoTAztI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubYcoTAztI .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-ubYcoTAztI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubYcoTAztI .navbar {
    height: 70px;
  }
  .cid-ubYcoTAztI .navbar.opened {
    height: auto;
  }
  .cid-ubYcoTAztI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubYcoTAztI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubYcoTAztI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubYcoTAztI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubYcoTAztI .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-ubYcoTAztI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubYcoTAztI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubYcoTAztI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubYcoTAztI .navbar-brand {
    margin-right: auto;
  }
  .cid-ubYcoTAztI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ubYcoTAztI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubYcoTAztI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubYcoTAztI .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-ubYcoTAztI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubYcoTAztI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubYcoTAztI .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-ubYcoTAztI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubYcoTAztI .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-ubYcoTAztI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubYcoTAztI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubYhk4hbHv {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubYhk4hbHv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubYhk4hbHv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubYhk4hbHv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ubYhk4hbHv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubYhk4hbHv .content-head {
  max-width: 800px;
}
.cid-ubYhk4hbHv .mbr-section-title {
  color: #000000;
}
.cid-vdk5Gd7qXd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdk5Gd7qXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdk5Gd7qXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdk5Gd7qXd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .footer-col {
    flex-direction: column;
  }
}
.cid-vdk5Gd7qXd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdk5Gd7qXd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdk5Gd7qXd .soc-item {
  margin: 8px;
}
.cid-vdk5Gd7qXd .soc-item a:hover .mbr-iconfont,
.cid-vdk5Gd7qXd .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdk5Gd7qXd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    text-align: center;
  }
  .cid-vdk5Gd7qXd .social-row {
    justify-content: center;
  }
}
.cid-vdk5Gd7qXd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 0rem;
  }
}
.cid-vdk5Gd7qXd .mbr-text {
  color: #bbbbbb;
}
.cid-vdk5Gd7qXd .mbr-section-subtitle {
  color: #000000;
}
.cid-vdk5Gd7qXd .list,
.cid-vdk5Gd7qXd .item-wrap {
  color: #232323;
}
.cid-vdk5Gd7qXd .copyright {
  color: #000000;
}
.cid-ubYcoVIGi6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ubYcoVIGi6 .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-ubYcoVIGi6 P {
  color: #ffffff;
}
.cid-vdkL4jEEfu {
  z-index: 1000;
  width: 100%;
}
.cid-vdkL4jEEfu .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-vdkL4jEEfu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkL4jEEfu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkL4jEEfu .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkL4jEEfu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkL4jEEfu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkL4jEEfu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkL4jEEfu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkL4jEEfu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkL4jEEfu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkL4jEEfu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkL4jEEfu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkL4jEEfu .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkL4jEEfu .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkL4jEEfu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkL4jEEfu .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-vdkL4jEEfu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkL4jEEfu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkL4jEEfu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkL4jEEfu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkL4jEEfu .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkL4jEEfu .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkL4jEEfu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkL4jEEfu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkL4jEEfu .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkL4jEEfu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkL4jEEfu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkL4jEEfu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkL4jEEfu .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkL4jEEfu .nav-item:focus,
.cid-vdkL4jEEfu .nav-link:focus {
  outline: none;
}
.cid-vdkL4jEEfu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkL4jEEfu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkL4jEEfu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkL4jEEfu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkL4jEEfu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkL4jEEfu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkL4jEEfu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkL4jEEfu .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkL4jEEfu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkL4jEEfu .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkL4jEEfu .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkL4jEEfu .navbar.collapsed {
  justify-content: center;
}
.cid-vdkL4jEEfu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkL4jEEfu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkL4jEEfu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkL4jEEfu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkL4jEEfu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkL4jEEfu .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-vdkL4jEEfu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkL4jEEfu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkL4jEEfu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkL4jEEfu .navbar {
    min-height: 72px;
  }
  .cid-vdkL4jEEfu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkL4jEEfu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkL4jEEfu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkL4jEEfu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkL4jEEfu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkL4jEEfu .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-vdkL4jEEfu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkL4jEEfu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkL4jEEfu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkL4jEEfu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkL4jEEfu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkL4jEEfu .dropdown-item.active,
.cid-vdkL4jEEfu .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkL4jEEfu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkL4jEEfu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkL4jEEfu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkL4jEEfu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkL4jEEfu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkL4jEEfu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkL4jEEfu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkL4jEEfu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkL4jEEfu .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkL4jEEfu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkL4jEEfu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkL4jEEfu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkL4jEEfu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkL4jEEfu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkL4jEEfu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkL4jEEfu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkL4jEEfu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkL4jEEfu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkL4jEEfu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkL4jEEfu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkL4jEEfu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkL4jEEfu .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-vdkL4jEEfu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkL4jEEfu .navbar {
    height: 70px;
  }
  .cid-vdkL4jEEfu .navbar.opened {
    height: auto;
  }
  .cid-vdkL4jEEfu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkL4jEEfu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkL4jEEfu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkL4jEEfu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkL4jEEfu .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-vdkL4jEEfu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkL4jEEfu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkL4jEEfu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkL4jEEfu .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkL4jEEfu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkL4jEEfu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkL4jEEfu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkL4jEEfu .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-vdkL4jEEfu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkL4jEEfu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkL4jEEfu .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-vdkL4jEEfu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkL4jEEfu .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-vdkL4jEEfu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkL4jEEfu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkL4jUruz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkL4jUruz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkL4jUruz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkL4jUruz .row {
  flex-direction: row-reverse;
}
.cid-vdkL4k65Dq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkL4k65Dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkL4k65Dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkL4k65Dq .content-text {
  max-width: 800px;
}
.cid-vdkL4khNhj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdkL4khNhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkL4khNhj .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-vdkL4khNhj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkL4khNhj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdkL4khNhj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkL4khNhj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdkL4khNhj .mbr-section-title {
  color: #ff6600;
}
.cid-vdkL4khNhj .mbr-text,
.cid-vdkL4khNhj .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkL4ksOf2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vdkL4ksOf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkL4ksOf2 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkL4ksOf2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkL4ksOf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkL4ksOf2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff6600;
  height: 80px;
  border-radius: 50%;
}
.cid-vdkL4ksOf2 .card-title,
.cid-vdkL4ksOf2 .iconfont-wrapper,
.cid-vdkL4ksOf2 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdkL4ksOf2 .content-head {
  max-width: 800px;
}
.cid-vdkL4ksOf2 .mbr-section-title {
  color: #ff6600;
}
.cid-vdkL4ksOf2 .mbr-section-btn {
  text-align: center;
}
.cid-vdkL4ksOf2 .card-text,
.cid-vdkL4ksOf2 .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkL4ksOf2 .card-title,
.cid-vdkL4ksOf2 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vdkL4kKcFr {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-vdkL4kKcFr .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-vdkL4kKcFr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdkL4kKcFr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdkL4kKcFr {
    align-items: center;
  }
  .cid-vdkL4kKcFr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdkL4kKcFr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdkL4kKcFr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdkL4kKcFr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdkL4kKcFr .content-wrap {
    width: 100%;
  }
}
.cid-vdkL4kKcFr .mbr-section-title {
  text-align: center;
  color: #ff6600;
}
.cid-vdkL4kKcFr .mbr-text,
.cid-vdkL4kKcFr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdkL4kKcFr .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdkL4kWFB5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkL4kWFB5 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkL4kWFB5 img,
.cid-vdkL4kWFB5 .item-img {
  width: 100%;
}
.cid-vdkL4kWFB5 .item:focus,
.cid-vdkL4kWFB5 span:focus {
  outline: none;
}
.cid-vdkL4kWFB5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkL4kWFB5 .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkL4kWFB5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkL4kWFB5 .mbr-section-title {
  color: #ff6600;
}
.cid-vdkL4kWFB5 .mbr-text,
.cid-vdkL4kWFB5 .mbr-section-btn {
  color: #232323;
}
.cid-vdkL4kWFB5 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkL4kWFB5 .content-head {
  max-width: 800px;
}
.cid-vdkL4lcULh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6600;
}
.cid-vdkL4lcULh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkL4lcULh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkL4lcULh .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdkL4lcULh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdkL4lcULh .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vdkL4lcULh .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vdkL4lcULh .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vdkL4lcULh .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vdkL4lcULh .nav-tabs .nav-link:not(.active) {
  color: #ff6600;
}
.cid-vdkL4lcULh .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #ff6600 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vdkL4lcULh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdkL4lcULh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdkL4lcULh .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-vdkL4lcULh .content-head {
  max-width: 800px;
}
.cid-vdkL4lcULh .item-wrapper {
  background-color: #000000;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vdkL4lcULh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdkL4ls3ht {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkL4ls3ht .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkL4ls3ht img,
.cid-vdkL4ls3ht .item-img {
  width: 100%;
}
.cid-vdkL4ls3ht .item:focus,
.cid-vdkL4ls3ht span:focus {
  outline: none;
}
.cid-vdkL4ls3ht .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkL4ls3ht .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkL4ls3ht .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkL4ls3ht .mbr-section-title {
  color: #ffffff;
}
.cid-vdkL4ls3ht .mbr-text,
.cid-vdkL4ls3ht .mbr-section-btn {
  color: #232323;
}
.cid-vdkL4ls3ht .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkL4ls3ht .content-head {
  max-width: 800px;
}
.cid-vdkL4lLfu0 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkL4lLfu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkL4lLfu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkL4lLfu0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkL4lLfu0 .footer-col {
    flex-direction: column;
  }
}
.cid-vdkL4lLfu0 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkL4lLfu0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkL4lLfu0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkL4lLfu0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkL4lLfu0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkL4lLfu0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkL4lLfu0 .soc-item {
  margin: 8px;
}
.cid-vdkL4lLfu0 .soc-item a:hover .mbr-iconfont,
.cid-vdkL4lLfu0 .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkL4lLfu0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkL4lLfu0 .row {
    text-align: center;
  }
  .cid-vdkL4lLfu0 .social-row {
    justify-content: center;
  }
}
.cid-vdkL4lLfu0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkL4lLfu0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkL4lLfu0 .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkL4lLfu0 .mbr-text {
  color: #bbbbbb;
}
.cid-vdkL4lLfu0 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkL4lLfu0 .list,
.cid-vdkL4lLfu0 .item-wrap {
  color: #232323;
}
.cid-vdkL4lLfu0 .copyright {
  color: #000000;
}
.cid-vdkL4m2Xsm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkL4m2Xsm .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkL4m2Xsm P {
  color: #ffffff;
}
.cid-vdkL4mdwg2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkL4mdwg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkL4mdwg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkL4mdwg2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdkL4mdwg2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdkL4mdwg2 .container {
    padding: 0;
  }
}
.cid-vdkL4mdwg2 .row {
  justify-content: center;
}
.cid-vdkL4mdwg2 .title-wrapper {
  padding: 0 16px;
}
.cid-vdkL4mdwg2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdkL4mdwg2 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-vdkL4mdwg2 .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-vdkL4mdwg2 .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vdkL4mdwg2 .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff6600;
}
.cid-vdkL4mdwg2 .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdkL4mdwg2 .mbr-section-subtitle {
  color: #14287f;
  text-align: center;
}
.cid-vdkL4mdwg2 .mbr-section-title,
.cid-vdkL4mdwg2 .mbr-iconfont {
  color: #ffffff;
}
.cid-vdkL4mdwg2 .mbr-section-title,
.cid-vdkL4mdwg2 .soc-wrapper {
  text-align: center;
}
.cid-vdkJW03FSj {
  z-index: 1000;
  width: 100%;
}
.cid-vdkJW03FSj .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-vdkJW03FSj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkJW03FSj .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkJW03FSj .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkJW03FSj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkJW03FSj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkJW03FSj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkJW03FSj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkJW03FSj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkJW03FSj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkJW03FSj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkJW03FSj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkJW03FSj .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkJW03FSj .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkJW03FSj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkJW03FSj .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-vdkJW03FSj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkJW03FSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkJW03FSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkJW03FSj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkJW03FSj .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkJW03FSj .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkJW03FSj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkJW03FSj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkJW03FSj .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkJW03FSj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkJW03FSj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkJW03FSj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkJW03FSj .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkJW03FSj .nav-item:focus,
.cid-vdkJW03FSj .nav-link:focus {
  outline: none;
}
.cid-vdkJW03FSj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkJW03FSj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkJW03FSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkJW03FSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkJW03FSj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkJW03FSj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkJW03FSj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkJW03FSj .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkJW03FSj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkJW03FSj .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkJW03FSj .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkJW03FSj .navbar.collapsed {
  justify-content: center;
}
.cid-vdkJW03FSj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkJW03FSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkJW03FSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkJW03FSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkJW03FSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkJW03FSj .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-vdkJW03FSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkJW03FSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkJW03FSj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkJW03FSj .navbar {
    min-height: 72px;
  }
  .cid-vdkJW03FSj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkJW03FSj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkJW03FSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkJW03FSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkJW03FSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkJW03FSj .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-vdkJW03FSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkJW03FSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkJW03FSj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkJW03FSj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkJW03FSj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkJW03FSj .dropdown-item.active,
.cid-vdkJW03FSj .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkJW03FSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkJW03FSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkJW03FSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkJW03FSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkJW03FSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkJW03FSj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkJW03FSj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkJW03FSj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkJW03FSj .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkJW03FSj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkJW03FSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkJW03FSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkJW03FSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkJW03FSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkJW03FSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkJW03FSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkJW03FSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkJW03FSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkJW03FSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkJW03FSj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkJW03FSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkJW03FSj .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-vdkJW03FSj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkJW03FSj .navbar {
    height: 70px;
  }
  .cid-vdkJW03FSj .navbar.opened {
    height: auto;
  }
  .cid-vdkJW03FSj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkJW03FSj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkJW03FSj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkJW03FSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkJW03FSj .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-vdkJW03FSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkJW03FSj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkJW03FSj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkJW03FSj .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkJW03FSj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkJW03FSj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkJW03FSj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkJW03FSj .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-vdkJW03FSj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkJW03FSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkJW03FSj .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-vdkJW03FSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkJW03FSj .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-vdkJW03FSj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkJW03FSj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkKbBE0lo {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkKbBE0lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkKbBE0lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkKbBE0lo .row {
  flex-direction: row-reverse;
}
.cid-vdkKpHWgQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkKpHWgQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkKpHWgQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkKpHWgQo .content-text {
  max-width: 800px;
}
.cid-vdkKzWXznR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdkKzWXznR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkKzWXznR .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-vdkKzWXznR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkKzWXznR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdkKzWXznR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkKzWXznR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdkKzWXznR .mbr-section-title {
  color: #ff6600;
}
.cid-vdkKzWXznR .mbr-text,
.cid-vdkKzWXznR .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkJW1dDA6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vdkJW1dDA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkJW1dDA6 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkJW1dDA6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkJW1dDA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkJW1dDA6 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff6600;
  height: 80px;
  border-radius: 50%;
}
.cid-vdkJW1dDA6 .card-title,
.cid-vdkJW1dDA6 .iconfont-wrapper,
.cid-vdkJW1dDA6 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdkJW1dDA6 .content-head {
  max-width: 800px;
}
.cid-vdkJW1dDA6 .mbr-section-title {
  color: #ff6600;
}
.cid-vdkJW1dDA6 .mbr-section-btn {
  text-align: center;
}
.cid-vdkJW1dDA6 .card-text,
.cid-vdkJW1dDA6 .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkJW1dDA6 .card-title,
.cid-vdkJW1dDA6 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vdkJW21sOB {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-vdkJW21sOB .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-vdkJW21sOB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdkJW21sOB .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdkJW21sOB {
    align-items: center;
  }
  .cid-vdkJW21sOB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdkJW21sOB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdkJW21sOB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdkJW21sOB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdkJW21sOB .content-wrap {
    width: 100%;
  }
}
.cid-vdkJW21sOB .mbr-section-title {
  text-align: center;
  color: #ff6600;
}
.cid-vdkJW21sOB .mbr-text,
.cid-vdkJW21sOB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdkJW21sOB .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdkJW2mkMi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkJW2mkMi .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkJW2mkMi img,
.cid-vdkJW2mkMi .item-img {
  width: 100%;
}
.cid-vdkJW2mkMi .item:focus,
.cid-vdkJW2mkMi span:focus {
  outline: none;
}
.cid-vdkJW2mkMi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkJW2mkMi .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkJW2mkMi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkJW2mkMi .mbr-section-title {
  color: #ff6600;
}
.cid-vdkJW2mkMi .mbr-text,
.cid-vdkJW2mkMi .mbr-section-btn {
  color: #232323;
}
.cid-vdkJW2mkMi .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkJW2mkMi .content-head {
  max-width: 800px;
}
.cid-vdkJW2OwGi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6600;
}
.cid-vdkJW2OwGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkJW2OwGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkJW2OwGi .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdkJW2OwGi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdkJW2OwGi .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vdkJW2OwGi .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vdkJW2OwGi .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vdkJW2OwGi .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vdkJW2OwGi .nav-tabs .nav-link:not(.active) {
  color: #ff6600;
}
.cid-vdkJW2OwGi .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #ff6600 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vdkJW2OwGi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdkJW2OwGi .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdkJW2OwGi .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-vdkJW2OwGi .content-head {
  max-width: 800px;
}
.cid-vdkJW2OwGi .item-wrapper {
  background-color: #000000;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vdkJW2OwGi .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdkJW3etel {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkJW3etel .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkJW3etel img,
.cid-vdkJW3etel .item-img {
  width: 100%;
}
.cid-vdkJW3etel .item:focus,
.cid-vdkJW3etel span:focus {
  outline: none;
}
.cid-vdkJW3etel .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkJW3etel .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkJW3etel .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkJW3etel .mbr-section-title {
  color: #ffffff;
}
.cid-vdkJW3etel .mbr-text,
.cid-vdkJW3etel .mbr-section-btn {
  color: #232323;
}
.cid-vdkJW3etel .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkJW3etel .content-head {
  max-width: 800px;
}
.cid-vdkJW3F25b {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkJW3F25b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkJW3F25b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkJW3F25b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkJW3F25b .footer-col {
    flex-direction: column;
  }
}
.cid-vdkJW3F25b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkJW3F25b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkJW3F25b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkJW3F25b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkJW3F25b .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkJW3F25b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkJW3F25b .soc-item {
  margin: 8px;
}
.cid-vdkJW3F25b .soc-item a:hover .mbr-iconfont,
.cid-vdkJW3F25b .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkJW3F25b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkJW3F25b .row {
    text-align: center;
  }
  .cid-vdkJW3F25b .social-row {
    justify-content: center;
  }
}
.cid-vdkJW3F25b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkJW3F25b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkJW3F25b .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkJW3F25b .mbr-text {
  color: #bbbbbb;
}
.cid-vdkJW3F25b .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkJW3F25b .list,
.cid-vdkJW3F25b .item-wrap {
  color: #232323;
}
.cid-vdkJW3F25b .copyright {
  color: #000000;
}
.cid-vdkJW4aoHb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkJW4aoHb .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkJW4aoHb P {
  color: #ffffff;
}
.cid-vdkJW4t5RV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkJW4t5RV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkJW4t5RV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkJW4t5RV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdkJW4t5RV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdkJW4t5RV .container {
    padding: 0;
  }
}
.cid-vdkJW4t5RV .row {
  justify-content: center;
}
.cid-vdkJW4t5RV .title-wrapper {
  padding: 0 16px;
}
.cid-vdkJW4t5RV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdkJW4t5RV .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-vdkJW4t5RV .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-vdkJW4t5RV .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vdkJW4t5RV .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff6600;
}
.cid-vdkJW4t5RV .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdkJW4t5RV .mbr-section-subtitle {
  color: #14287f;
  text-align: center;
}
.cid-vdkJW4t5RV .mbr-section-title,
.cid-vdkJW4t5RV .mbr-iconfont {
  color: #ffffff;
}
.cid-vdkJW4t5RV .mbr-section-title,
.cid-vdkJW4t5RV .soc-wrapper {
  text-align: center;
}
.cid-vdkup4Npfm {
  z-index: 1000;
  width: 100%;
}
.cid-vdkup4Npfm .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-vdkup4Npfm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkup4Npfm .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkup4Npfm .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkup4Npfm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkup4Npfm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkup4Npfm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkup4Npfm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkup4Npfm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkup4Npfm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkup4Npfm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkup4Npfm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkup4Npfm .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkup4Npfm .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkup4Npfm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkup4Npfm .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-vdkup4Npfm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkup4Npfm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkup4Npfm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkup4Npfm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkup4Npfm .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkup4Npfm .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkup4Npfm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkup4Npfm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkup4Npfm .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkup4Npfm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkup4Npfm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkup4Npfm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkup4Npfm .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkup4Npfm .nav-item:focus,
.cid-vdkup4Npfm .nav-link:focus {
  outline: none;
}
.cid-vdkup4Npfm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkup4Npfm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkup4Npfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkup4Npfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkup4Npfm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkup4Npfm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkup4Npfm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkup4Npfm .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkup4Npfm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkup4Npfm .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkup4Npfm .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkup4Npfm .navbar.collapsed {
  justify-content: center;
}
.cid-vdkup4Npfm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkup4Npfm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkup4Npfm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkup4Npfm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkup4Npfm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkup4Npfm .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-vdkup4Npfm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkup4Npfm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkup4Npfm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkup4Npfm .navbar {
    min-height: 72px;
  }
  .cid-vdkup4Npfm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkup4Npfm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkup4Npfm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkup4Npfm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkup4Npfm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkup4Npfm .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-vdkup4Npfm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkup4Npfm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkup4Npfm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkup4Npfm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkup4Npfm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkup4Npfm .dropdown-item.active,
.cid-vdkup4Npfm .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkup4Npfm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkup4Npfm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkup4Npfm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkup4Npfm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkup4Npfm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkup4Npfm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkup4Npfm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkup4Npfm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkup4Npfm .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkup4Npfm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkup4Npfm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkup4Npfm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkup4Npfm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkup4Npfm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkup4Npfm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkup4Npfm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkup4Npfm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkup4Npfm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkup4Npfm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkup4Npfm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkup4Npfm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkup4Npfm .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-vdkup4Npfm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkup4Npfm .navbar {
    height: 70px;
  }
  .cid-vdkup4Npfm .navbar.opened {
    height: auto;
  }
  .cid-vdkup4Npfm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkup4Npfm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkup4Npfm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkup4Npfm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkup4Npfm .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-vdkup4Npfm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkup4Npfm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkup4Npfm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkup4Npfm .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkup4Npfm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkup4Npfm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkup4Npfm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkup4Npfm .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-vdkup4Npfm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkup4Npfm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkup4Npfm .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-vdkup4Npfm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkup4Npfm .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-vdkup4Npfm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkup4Npfm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkuGrlegd {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #e27800;
}
@media (min-width: 768px) {
  .cid-vdkuGrlegd {
    align-items: flex-end;
  }
  .cid-vdkuGrlegd .row {
    justify-content: flex-start;
  }
  .cid-vdkuGrlegd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdkuGrlegd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdkuGrlegd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdkuGrlegd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdkuGrlegd .content-wrap {
    width: 100%;
  }
}
.cid-vdkuGrlegd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkuGrlegd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkuGrlegd .mbr-section-title,
.cid-vdkuGrlegd .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vdkuGrlegd .mbr-text,
.cid-vdkuGrlegd .mbr-section-btn {
  text-align: left;
}
.cid-vdkuGrlegd .mbr-section-title {
  color: #000000;
}
.cid-vdkuJAFWWb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vdkuJAFWWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkuJAFWWb .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-vdkuJAFWWb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkuJAFWWb .row {
  flex-direction: row-reverse;
}
.cid-vdkuJAFWWb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdkuJAFWWb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkuJAFWWb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdkuJAFWWb .mbr-section-title {
  color: #000000;
}
.cid-vdkuJAFWWb .mbr-text,
.cid-vdkuJAFWWb .mbr-section-btn {
  color: #232323;
}
.cid-vdkuVZXHwV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdkuVZXHwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkuVZXHwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkuVZXHwV .img-wrapper {
  text-align: center;
}
.cid-vdkuVZXHwV img {
  margin: auto;
  width: 200px;
}
.cid-vdkuVZXHwV .row {
  align-items: flex-start;
}
.cid-vdkuVZXHwV .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-vdkuVZXHwV .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vdkuVZXHwV .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkuVZXHwV .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vdkuVZXHwV .mbr-section-title,
.cid-vdkuVZXHwV .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vdkuVZXHwV .content-head {
  max-width: 800px;
}
.cid-vdkZJZ3HwF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkZJZ3HwF h6 {
  line-height: 1.2;
}
.cid-vdkZJZ3HwF img,
.cid-vdkZJZ3HwF .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-vdkZJZ3HwF .item:focus,
.cid-vdkZJZ3HwF span:focus {
  outline: none;
}
.cid-vdkZJZ3HwF .item-img a {
  cursor: pointer;
}
.cid-vdkZJZ3HwF .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdkZJZ3HwF .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-vdkZJZ3HwF .mbr-section-title {
  color: #ff6600;
}
.cid-vdkZJZ3HwF .mbr-text,
.cid-vdkZJZ3HwF .mbr-section-btn {
  color: #000000;
}
.cid-vdkZJZ3HwF .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdkZJZ3HwF .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdkZJZ3HwF .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdkZJZ3HwF .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdkZJZ3HwF .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-vdkva7DdwY {
  background-color: #ffffff;
}
.cid-vdkva7DdwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkva7DdwY .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-vdkva7DdwY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkva7DdwY .row {
  flex-direction: row-reverse;
}
.cid-vdkva7DdwY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdkva7DdwY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkva7DdwY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdkva7DdwY .mbr-section-title {
  color: #000000;
}
.cid-vdkva7DdwY .mbr-text,
.cid-vdkva7DdwY .mbr-section-btn {
  color: #000000;
}
.cid-vdkup6O1hh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6600;
}
.cid-vdkup6O1hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkup6O1hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkup6O1hh .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdkup6O1hh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdkup6O1hh .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vdkup6O1hh .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vdkup6O1hh .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vdkup6O1hh .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vdkup6O1hh .nav-tabs .nav-link:not(.active) {
  color: #ff6600;
}
.cid-vdkup6O1hh .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #ff6600 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vdkup6O1hh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdkup6O1hh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdkup6O1hh .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-vdkup6O1hh .content-head {
  max-width: 800px;
}
.cid-vdkup6O1hh .item-wrapper {
  background-color: #000000;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vdkup6O1hh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdkup64E5i {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkup64E5i .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkup64E5i img,
.cid-vdkup64E5i .item-img {
  width: 100%;
}
.cid-vdkup64E5i .item:focus,
.cid-vdkup64E5i span:focus {
  outline: none;
}
.cid-vdkup64E5i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkup64E5i .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkup64E5i .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkup64E5i .mbr-section-title {
  color: #ffffff;
}
.cid-vdkup64E5i .mbr-text,
.cid-vdkup64E5i .mbr-section-btn {
  color: #232323;
}
.cid-vdkup64E5i .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkup64E5i .content-head {
  max-width: 800px;
}
.cid-vdkup76N6c {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkup76N6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkup76N6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkup76N6c .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkup76N6c .footer-col {
    flex-direction: column;
  }
}
.cid-vdkup76N6c .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkup76N6c .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkup76N6c .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkup76N6c .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkup76N6c .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkup76N6c .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkup76N6c .soc-item {
  margin: 8px;
}
.cid-vdkup76N6c .soc-item a:hover .mbr-iconfont,
.cid-vdkup76N6c .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkup76N6c .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkup76N6c .row {
    text-align: center;
  }
  .cid-vdkup76N6c .social-row {
    justify-content: center;
  }
}
.cid-vdkup76N6c .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkup76N6c .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkup76N6c .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkup76N6c .mbr-text {
  color: #bbbbbb;
}
.cid-vdkup76N6c .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkup76N6c .list,
.cid-vdkup76N6c .item-wrap {
  color: #232323;
}
.cid-vdkup76N6c .copyright {
  color: #000000;
}
.cid-vdkup7o2eN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkup7o2eN .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkup7o2eN P {
  color: #ffffff;
}
.cid-vdkup7Appo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkup7Appo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkup7Appo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkup7Appo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdkup7Appo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdkup7Appo .container {
    padding: 0;
  }
}
.cid-vdkup7Appo .row {
  justify-content: center;
}
.cid-vdkup7Appo .title-wrapper {
  padding: 0 16px;
}
.cid-vdkup7Appo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdkup7Appo .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-vdkup7Appo .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-vdkup7Appo .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vdkup7Appo .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff6600;
}
.cid-vdkup7Appo .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdkup7Appo .mbr-section-subtitle {
  color: #14287f;
  text-align: center;
}
.cid-vdkup7Appo .mbr-section-title,
.cid-vdkup7Appo .mbr-iconfont {
  color: #ffffff;
}
.cid-vdkup7Appo .mbr-section-title,
.cid-vdkup7Appo .soc-wrapper {
  text-align: center;
}
.cid-vdkuwzK4oy {
  z-index: 1000;
  width: 100%;
}
.cid-vdkuwzK4oy .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-vdkuwzK4oy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkuwzK4oy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkuwzK4oy .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkuwzK4oy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkuwzK4oy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkuwzK4oy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkuwzK4oy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkuwzK4oy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkuwzK4oy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkuwzK4oy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkuwzK4oy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkuwzK4oy .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkuwzK4oy .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkuwzK4oy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkuwzK4oy .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-vdkuwzK4oy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkuwzK4oy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkuwzK4oy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkuwzK4oy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkuwzK4oy .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkuwzK4oy .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkuwzK4oy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkuwzK4oy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkuwzK4oy .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkuwzK4oy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkuwzK4oy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkuwzK4oy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkuwzK4oy .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkuwzK4oy .nav-item:focus,
.cid-vdkuwzK4oy .nav-link:focus {
  outline: none;
}
.cid-vdkuwzK4oy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkuwzK4oy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkuwzK4oy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkuwzK4oy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkuwzK4oy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkuwzK4oy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkuwzK4oy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkuwzK4oy .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkuwzK4oy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkuwzK4oy .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkuwzK4oy .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkuwzK4oy .navbar.collapsed {
  justify-content: center;
}
.cid-vdkuwzK4oy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkuwzK4oy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkuwzK4oy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkuwzK4oy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkuwzK4oy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkuwzK4oy .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-vdkuwzK4oy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkuwzK4oy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkuwzK4oy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkuwzK4oy .navbar {
    min-height: 72px;
  }
  .cid-vdkuwzK4oy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkuwzK4oy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkuwzK4oy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkuwzK4oy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkuwzK4oy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkuwzK4oy .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-vdkuwzK4oy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkuwzK4oy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkuwzK4oy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkuwzK4oy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkuwzK4oy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkuwzK4oy .dropdown-item.active,
.cid-vdkuwzK4oy .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkuwzK4oy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkuwzK4oy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkuwzK4oy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkuwzK4oy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkuwzK4oy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkuwzK4oy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkuwzK4oy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkuwzK4oy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkuwzK4oy .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkuwzK4oy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkuwzK4oy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkuwzK4oy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkuwzK4oy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkuwzK4oy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkuwzK4oy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkuwzK4oy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkuwzK4oy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkuwzK4oy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkuwzK4oy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkuwzK4oy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkuwzK4oy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkuwzK4oy .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-vdkuwzK4oy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkuwzK4oy .navbar {
    height: 70px;
  }
  .cid-vdkuwzK4oy .navbar.opened {
    height: auto;
  }
  .cid-vdkuwzK4oy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkuwzK4oy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkuwzK4oy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkuwzK4oy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkuwzK4oy .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-vdkuwzK4oy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkuwzK4oy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkuwzK4oy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkuwzK4oy .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkuwzK4oy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkuwzK4oy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkuwzK4oy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkuwzK4oy .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-vdkuwzK4oy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkuwzK4oy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkuwzK4oy .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-vdkuwzK4oy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkuwzK4oy .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-vdkuwzK4oy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkuwzK4oy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkuwA5viv {
  background-color: #000000;
}
.cid-vdkuwA5viv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkuwA5viv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-vdkuwA5viv .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ff6600;
}
.cid-vdkuwA5viv .mbr-section-title {
  color: #ffffff;
}
.cid-vdkuwA5viv .mbr-text,
.cid-vdkuwA5viv .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkuwA5viv .media-content,
.cid-vdkuwA5viv .mbr-figure {
  align-self: center;
}
.cid-vdkuwA5viv .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-vdkuwA5viv .app-video-wrapper {
  background: transparent;
}
.cid-vdkuwA5viv .content-head {
  max-width: 800px;
}
.cid-vdkCvSxUix {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vdkCvSxUix h6 {
  line-height: 1.2;
}
.cid-vdkCvSxUix img,
.cid-vdkCvSxUix .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-vdkCvSxUix .item:focus,
.cid-vdkCvSxUix span:focus {
  outline: none;
}
.cid-vdkCvSxUix .item-img a {
  cursor: pointer;
}
.cid-vdkCvSxUix .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdkCvSxUix .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-vdkCvSxUix .mbr-section-title {
  color: #000000;
}
.cid-vdkCvSxUix .mbr-text,
.cid-vdkCvSxUix .mbr-section-btn {
  color: #000000;
}
.cid-vdkCvSxUix .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdkCvSxUix .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdkCvSxUix .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdkCvSxUix .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdkCvSxUix .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-vdkuwC3bmi {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-vdkuwC3bmi .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-vdkuwC3bmi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdkuwC3bmi .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdkuwC3bmi {
    align-items: center;
  }
  .cid-vdkuwC3bmi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdkuwC3bmi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdkuwC3bmi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdkuwC3bmi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdkuwC3bmi .content-wrap {
    width: 100%;
  }
}
.cid-vdkuwC3bmi .mbr-section-title {
  text-align: center;
  color: #ff6600;
}
.cid-vdkuwC3bmi .mbr-text,
.cid-vdkuwC3bmi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdkuwC3bmi .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdkuwCey5T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6600;
}
.cid-vdkuwCey5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkuwCey5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkuwCey5T .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdkuwCey5T .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdkuwCey5T .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vdkuwCey5T .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vdkuwCey5T .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vdkuwCey5T .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vdkuwCey5T .nav-tabs .nav-link:not(.active) {
  color: #ff6600;
}
.cid-vdkuwCey5T .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #ff6600 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vdkuwCey5T .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdkuwCey5T .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdkuwCey5T .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-vdkuwCey5T .content-head {
  max-width: 800px;
}
.cid-vdkuwCey5T .item-wrapper {
  background-color: #000000;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vdkuwCey5T .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdkuwBv0OS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkuwBv0OS .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkuwBv0OS img,
.cid-vdkuwBv0OS .item-img {
  width: 100%;
}
.cid-vdkuwBv0OS .item:focus,
.cid-vdkuwBv0OS span:focus {
  outline: none;
}
.cid-vdkuwBv0OS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkuwBv0OS .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkuwBv0OS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkuwBv0OS .mbr-section-title {
  color: #ffffff;
}
.cid-vdkuwBv0OS .mbr-text,
.cid-vdkuwBv0OS .mbr-section-btn {
  color: #232323;
}
.cid-vdkuwBv0OS .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkuwBv0OS .content-head {
  max-width: 800px;
}
.cid-vdkuwCxku4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkuwCxku4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkuwCxku4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkuwCxku4 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkuwCxku4 .footer-col {
    flex-direction: column;
  }
}
.cid-vdkuwCxku4 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkuwCxku4 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkuwCxku4 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkuwCxku4 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkuwCxku4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkuwCxku4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkuwCxku4 .soc-item {
  margin: 8px;
}
.cid-vdkuwCxku4 .soc-item a:hover .mbr-iconfont,
.cid-vdkuwCxku4 .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkuwCxku4 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkuwCxku4 .row {
    text-align: center;
  }
  .cid-vdkuwCxku4 .social-row {
    justify-content: center;
  }
}
.cid-vdkuwCxku4 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkuwCxku4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkuwCxku4 .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkuwCxku4 .mbr-text {
  color: #bbbbbb;
}
.cid-vdkuwCxku4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkuwCxku4 .list,
.cid-vdkuwCxku4 .item-wrap {
  color: #232323;
}
.cid-vdkuwCxku4 .copyright {
  color: #000000;
}
.cid-vdkuwCNu8m {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkuwCNu8m .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkuwCNu8m P {
  color: #ffffff;
}
.cid-vdkuwCX6mY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkuwCX6mY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkuwCX6mY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkuwCX6mY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdkuwCX6mY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdkuwCX6mY .container {
    padding: 0;
  }
}
.cid-vdkuwCX6mY .row {
  justify-content: center;
}
.cid-vdkuwCX6mY .title-wrapper {
  padding: 0 16px;
}
.cid-vdkuwCX6mY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdkuwCX6mY .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-vdkuwCX6mY .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-vdkuwCX6mY .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vdkuwCX6mY .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff6600;
}
.cid-vdkuwCX6mY .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdkuwCX6mY .mbr-section-subtitle {
  color: #14287f;
  text-align: center;
}
.cid-vdkuwCX6mY .mbr-section-title,
.cid-vdkuwCX6mY .mbr-iconfont {
  color: #ffffff;
}
.cid-vdkuwCX6mY .mbr-section-title,
.cid-vdkuwCX6mY .soc-wrapper {
  text-align: center;
}
.cid-ubY1lGSNvI {
  z-index: 1000;
  width: 100%;
}
.cid-ubY1lGSNvI .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-ubY1lGSNvI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubY1lGSNvI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-ubY1lGSNvI .navbar-nav {
    max-width: 45%;
  }
}
.cid-ubY1lGSNvI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubY1lGSNvI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ubY1lGSNvI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubY1lGSNvI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubY1lGSNvI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubY1lGSNvI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ubY1lGSNvI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubY1lGSNvI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubY1lGSNvI .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubY1lGSNvI .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-ubY1lGSNvI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubY1lGSNvI .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-ubY1lGSNvI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubY1lGSNvI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubY1lGSNvI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubY1lGSNvI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubY1lGSNvI .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubY1lGSNvI .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubY1lGSNvI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubY1lGSNvI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubY1lGSNvI .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubY1lGSNvI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubY1lGSNvI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubY1lGSNvI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubY1lGSNvI .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ubY1lGSNvI .nav-item:focus,
.cid-ubY1lGSNvI .nav-link:focus {
  outline: none;
}
.cid-ubY1lGSNvI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubY1lGSNvI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubY1lGSNvI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubY1lGSNvI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubY1lGSNvI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubY1lGSNvI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubY1lGSNvI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubY1lGSNvI .navbar.opened {
  transition: all 0.3s;
}
.cid-ubY1lGSNvI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubY1lGSNvI .navbar .navbar-logo img {
  width: auto;
}
.cid-ubY1lGSNvI .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-ubY1lGSNvI .navbar.collapsed {
  justify-content: center;
}
.cid-ubY1lGSNvI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubY1lGSNvI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubY1lGSNvI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ubY1lGSNvI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubY1lGSNvI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubY1lGSNvI .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-ubY1lGSNvI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubY1lGSNvI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubY1lGSNvI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubY1lGSNvI .navbar {
    min-height: 72px;
  }
  .cid-ubY1lGSNvI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubY1lGSNvI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubY1lGSNvI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubY1lGSNvI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubY1lGSNvI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubY1lGSNvI .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-ubY1lGSNvI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubY1lGSNvI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubY1lGSNvI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubY1lGSNvI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubY1lGSNvI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubY1lGSNvI .dropdown-item.active,
.cid-ubY1lGSNvI .dropdown-item:active {
  background-color: transparent;
}
.cid-ubY1lGSNvI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubY1lGSNvI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubY1lGSNvI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubY1lGSNvI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubY1lGSNvI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubY1lGSNvI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubY1lGSNvI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubY1lGSNvI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubY1lGSNvI .navbar-buttons {
    text-align: left;
  }
}
.cid-ubY1lGSNvI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubY1lGSNvI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubY1lGSNvI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubY1lGSNvI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubY1lGSNvI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubY1lGSNvI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubY1lGSNvI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubY1lGSNvI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubY1lGSNvI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubY1lGSNvI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubY1lGSNvI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubY1lGSNvI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubY1lGSNvI .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-ubY1lGSNvI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubY1lGSNvI .navbar {
    height: 70px;
  }
  .cid-ubY1lGSNvI .navbar.opened {
    height: auto;
  }
  .cid-ubY1lGSNvI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubY1lGSNvI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubY1lGSNvI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubY1lGSNvI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubY1lGSNvI .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-ubY1lGSNvI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubY1lGSNvI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubY1lGSNvI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubY1lGSNvI .navbar-brand {
    margin-right: auto;
  }
  .cid-ubY1lGSNvI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ubY1lGSNvI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubY1lGSNvI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubY1lGSNvI .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-ubY1lGSNvI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubY1lGSNvI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubY1lGSNvI .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-ubY1lGSNvI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubY1lGSNvI .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-ubY1lGSNvI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubY1lGSNvI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdk9AuwZDe {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-vdk9AuwZDe {
    align-items: flex-end;
  }
  .cid-vdk9AuwZDe .row {
    justify-content: center;
  }
  .cid-vdk9AuwZDe .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdk9AuwZDe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdk9AuwZDe {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdk9AuwZDe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdk9AuwZDe .content-wrap {
    width: 100%;
  }
}
.cid-vdk9AuwZDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdk9AuwZDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdk9AuwZDe .mbr-section-title,
.cid-vdk9AuwZDe .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vdk9AuwZDe .mbr-text,
.cid-vdk9AuwZDe .mbr-section-btn {
  text-align: left;
}
.cid-vdk9AuwZDe .mbr-section-title {
  color: #ff6600;
}
.cid-vdkIZpqEPG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkIZpqEPG .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkIZpqEPG img,
.cid-vdkIZpqEPG .item-img {
  width: 100%;
}
.cid-vdkIZpqEPG .item:focus,
.cid-vdkIZpqEPG span:focus {
  outline: none;
}
.cid-vdkIZpqEPG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkIZpqEPG .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkIZpqEPG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkIZpqEPG .mbr-section-title {
  color: #ff6600;
}
.cid-vdkIZpqEPG .mbr-text,
.cid-vdkIZpqEPG .mbr-section-btn {
  color: #232323;
}
.cid-vdkIZpqEPG .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkIZpqEPG .content-head {
  max-width: 800px;
}
.cid-vdkhfv8Nsj {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vdkhfv8Nsj img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdkaa10qUx {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-vdkaa10qUx .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-vdkaa10qUx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdkaa10qUx .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdkaa10qUx {
    align-items: center;
  }
  .cid-vdkaa10qUx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdkaa10qUx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdkaa10qUx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdkaa10qUx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdkaa10qUx .content-wrap {
    width: 100%;
  }
}
.cid-vdkaa10qUx .mbr-section-title {
  text-align: center;
  color: #ff6600;
}
.cid-vdkaa10qUx .mbr-text,
.cid-vdkaa10qUx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdkaa10qUx .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdkJ3wzh4w {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkJ3wzh4w .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkJ3wzh4w img,
.cid-vdkJ3wzh4w .item-img {
  width: 100%;
}
.cid-vdkJ3wzh4w .item:focus,
.cid-vdkJ3wzh4w span:focus {
  outline: none;
}
.cid-vdkJ3wzh4w .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkJ3wzh4w .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkJ3wzh4w .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkJ3wzh4w .mbr-section-title {
  color: #ffffff;
}
.cid-vdkJ3wzh4w .mbr-text,
.cid-vdkJ3wzh4w .mbr-section-btn {
  color: #232323;
}
.cid-vdkJ3wzh4w .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkJ3wzh4w .content-head {
  max-width: 800px;
}
.cid-vdk5Gd7qXd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdk5Gd7qXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdk5Gd7qXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdk5Gd7qXd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .footer-col {
    flex-direction: column;
  }
}
.cid-vdk5Gd7qXd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdk5Gd7qXd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdk5Gd7qXd .soc-item {
  margin: 8px;
}
.cid-vdk5Gd7qXd .soc-item a:hover .mbr-iconfont,
.cid-vdk5Gd7qXd .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdk5Gd7qXd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    text-align: center;
  }
  .cid-vdk5Gd7qXd .social-row {
    justify-content: center;
  }
}
.cid-vdk5Gd7qXd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 0rem;
  }
}
.cid-vdk5Gd7qXd .mbr-text {
  color: #bbbbbb;
}
.cid-vdk5Gd7qXd .mbr-section-subtitle {
  color: #000000;
}
.cid-vdk5Gd7qXd .list,
.cid-vdk5Gd7qXd .item-wrap {
  color: #232323;
}
.cid-vdk5Gd7qXd .copyright {
  color: #000000;
}
.cid-ubY1lI9u5U {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ubY1lI9u5U .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-ubY1lI9u5U P {
  color: #ffffff;
}
.cid-ubYbPtUnTl {
  z-index: 1000;
  width: 100%;
}
.cid-ubYbPtUnTl .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-ubYbPtUnTl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubYbPtUnTl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-ubYbPtUnTl .navbar-nav {
    max-width: 45%;
  }
}
.cid-ubYbPtUnTl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubYbPtUnTl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ubYbPtUnTl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubYbPtUnTl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubYbPtUnTl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubYbPtUnTl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ubYbPtUnTl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubYbPtUnTl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubYbPtUnTl .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubYbPtUnTl .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-ubYbPtUnTl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubYbPtUnTl .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-ubYbPtUnTl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubYbPtUnTl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubYbPtUnTl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubYbPtUnTl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubYbPtUnTl .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubYbPtUnTl .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubYbPtUnTl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubYbPtUnTl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubYbPtUnTl .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubYbPtUnTl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubYbPtUnTl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubYbPtUnTl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubYbPtUnTl .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ubYbPtUnTl .nav-item:focus,
.cid-ubYbPtUnTl .nav-link:focus {
  outline: none;
}
.cid-ubYbPtUnTl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubYbPtUnTl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubYbPtUnTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubYbPtUnTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubYbPtUnTl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubYbPtUnTl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubYbPtUnTl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubYbPtUnTl .navbar.opened {
  transition: all 0.3s;
}
.cid-ubYbPtUnTl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubYbPtUnTl .navbar .navbar-logo img {
  width: auto;
}
.cid-ubYbPtUnTl .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-ubYbPtUnTl .navbar.collapsed {
  justify-content: center;
}
.cid-ubYbPtUnTl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubYbPtUnTl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubYbPtUnTl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ubYbPtUnTl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubYbPtUnTl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubYbPtUnTl .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-ubYbPtUnTl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubYbPtUnTl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubYbPtUnTl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubYbPtUnTl .navbar {
    min-height: 72px;
  }
  .cid-ubYbPtUnTl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubYbPtUnTl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubYbPtUnTl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubYbPtUnTl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubYbPtUnTl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubYbPtUnTl .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-ubYbPtUnTl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubYbPtUnTl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubYbPtUnTl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubYbPtUnTl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubYbPtUnTl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubYbPtUnTl .dropdown-item.active,
.cid-ubYbPtUnTl .dropdown-item:active {
  background-color: transparent;
}
.cid-ubYbPtUnTl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubYbPtUnTl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubYbPtUnTl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubYbPtUnTl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubYbPtUnTl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubYbPtUnTl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubYbPtUnTl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubYbPtUnTl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubYbPtUnTl .navbar-buttons {
    text-align: left;
  }
}
.cid-ubYbPtUnTl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubYbPtUnTl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubYbPtUnTl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubYbPtUnTl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubYbPtUnTl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubYbPtUnTl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubYbPtUnTl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubYbPtUnTl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubYbPtUnTl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubYbPtUnTl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubYbPtUnTl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubYbPtUnTl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubYbPtUnTl .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-ubYbPtUnTl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubYbPtUnTl .navbar {
    height: 70px;
  }
  .cid-ubYbPtUnTl .navbar.opened {
    height: auto;
  }
  .cid-ubYbPtUnTl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubYbPtUnTl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubYbPtUnTl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubYbPtUnTl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubYbPtUnTl .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-ubYbPtUnTl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubYbPtUnTl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubYbPtUnTl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubYbPtUnTl .navbar-brand {
    margin-right: auto;
  }
  .cid-ubYbPtUnTl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ubYbPtUnTl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubYbPtUnTl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubYbPtUnTl .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-ubYbPtUnTl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubYbPtUnTl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubYbPtUnTl .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-ubYbPtUnTl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubYbPtUnTl .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-ubYbPtUnTl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubYbPtUnTl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkEexBpJN {
  display: flex;
  background-color: #000000;
}
.cid-vdkEexBpJN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdkEexBpJN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdkEexBpJN {
    align-items: center;
  }
  .cid-vdkEexBpJN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdkEexBpJN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdkEexBpJN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdkEexBpJN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdkEexBpJN .content-wrap {
    width: 100%;
  }
}
.cid-vdkEexBpJN .mbr-section-title {
  text-align: center;
  color: #ff6600;
}
.cid-vdkEexBpJN .mbr-text,
.cid-vdkEexBpJN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdkEexBpJN .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdk5Gd7qXd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdk5Gd7qXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdk5Gd7qXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdk5Gd7qXd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .footer-col {
    flex-direction: column;
  }
}
.cid-vdk5Gd7qXd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdk5Gd7qXd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdk5Gd7qXd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdk5Gd7qXd .soc-item {
  margin: 8px;
}
.cid-vdk5Gd7qXd .soc-item a:hover .mbr-iconfont,
.cid-vdk5Gd7qXd .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdk5Gd7qXd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdk5Gd7qXd .row {
    text-align: center;
  }
  .cid-vdk5Gd7qXd .social-row {
    justify-content: center;
  }
}
.cid-vdk5Gd7qXd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdk5Gd7qXd .list {
    margin-bottom: 0rem;
  }
}
.cid-vdk5Gd7qXd .mbr-text {
  color: #bbbbbb;
}
.cid-vdk5Gd7qXd .mbr-section-subtitle {
  color: #000000;
}
.cid-vdk5Gd7qXd .list,
.cid-vdk5Gd7qXd .item-wrap {
  color: #232323;
}
.cid-vdk5Gd7qXd .copyright {
  color: #000000;
}
.cid-ubYbPvayie {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ubYbPvayie .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-ubYbPvayie P {
  color: #ffffff;
}
.cid-vdkLmpnj63 {
  z-index: 1000;
  width: 100%;
}
.cid-vdkLmpnj63 .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-vdkLmpnj63 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkLmpnj63 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkLmpnj63 .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkLmpnj63 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkLmpnj63 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkLmpnj63 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkLmpnj63 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkLmpnj63 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkLmpnj63 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkLmpnj63 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkLmpnj63 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkLmpnj63 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkLmpnj63 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkLmpnj63 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkLmpnj63 .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-vdkLmpnj63 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkLmpnj63 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkLmpnj63 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkLmpnj63 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkLmpnj63 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkLmpnj63 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkLmpnj63 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkLmpnj63 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkLmpnj63 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkLmpnj63 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkLmpnj63 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkLmpnj63 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkLmpnj63 .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkLmpnj63 .nav-item:focus,
.cid-vdkLmpnj63 .nav-link:focus {
  outline: none;
}
.cid-vdkLmpnj63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkLmpnj63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkLmpnj63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkLmpnj63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkLmpnj63 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkLmpnj63 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkLmpnj63 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkLmpnj63 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkLmpnj63 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkLmpnj63 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkLmpnj63 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkLmpnj63 .navbar.collapsed {
  justify-content: center;
}
.cid-vdkLmpnj63 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkLmpnj63 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkLmpnj63 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkLmpnj63 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkLmpnj63 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkLmpnj63 .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-vdkLmpnj63 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkLmpnj63 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkLmpnj63 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkLmpnj63 .navbar {
    min-height: 72px;
  }
  .cid-vdkLmpnj63 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkLmpnj63 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkLmpnj63 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkLmpnj63 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkLmpnj63 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkLmpnj63 .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-vdkLmpnj63 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkLmpnj63 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkLmpnj63 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkLmpnj63 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkLmpnj63 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkLmpnj63 .dropdown-item.active,
.cid-vdkLmpnj63 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkLmpnj63 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkLmpnj63 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkLmpnj63 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkLmpnj63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkLmpnj63 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkLmpnj63 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkLmpnj63 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkLmpnj63 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkLmpnj63 .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkLmpnj63 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkLmpnj63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkLmpnj63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkLmpnj63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkLmpnj63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkLmpnj63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkLmpnj63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkLmpnj63 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkLmpnj63 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkLmpnj63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkLmpnj63 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkLmpnj63 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkLmpnj63 .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-vdkLmpnj63 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkLmpnj63 .navbar {
    height: 70px;
  }
  .cid-vdkLmpnj63 .navbar.opened {
    height: auto;
  }
  .cid-vdkLmpnj63 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkLmpnj63 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkLmpnj63 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkLmpnj63 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkLmpnj63 .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-vdkLmpnj63 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkLmpnj63 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkLmpnj63 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkLmpnj63 .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkLmpnj63 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkLmpnj63 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkLmpnj63 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkLmpnj63 .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-vdkLmpnj63 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkLmpnj63 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkLmpnj63 .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-vdkLmpnj63 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkLmpnj63 .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-vdkLmpnj63 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkLmpnj63 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkLmpCrtl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkLmpCrtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkLmpCrtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkLmpCrtl .row {
  flex-direction: row-reverse;
}
.cid-vdkLmpNX2D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkLmpNX2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkLmpNX2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkLmpNX2D .content-text {
  max-width: 800px;
}
.cid-vdkLmpZilS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdkLmpZilS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkLmpZilS .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-vdkLmpZilS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkLmpZilS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdkLmpZilS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkLmpZilS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdkLmpZilS .mbr-section-title {
  color: #ff6600;
}
.cid-vdkLmpZilS .mbr-text,
.cid-vdkLmpZilS .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkLmq9XEp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vdkLmq9XEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkLmq9XEp .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkLmq9XEp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkLmq9XEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkLmq9XEp .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff6600;
  height: 80px;
  border-radius: 50%;
}
.cid-vdkLmq9XEp .card-title,
.cid-vdkLmq9XEp .iconfont-wrapper,
.cid-vdkLmq9XEp .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdkLmq9XEp .content-head {
  max-width: 800px;
}
.cid-vdkLmq9XEp .mbr-section-title {
  color: #ff6600;
}
.cid-vdkLmq9XEp .mbr-section-btn {
  text-align: center;
}
.cid-vdkLmq9XEp .card-text,
.cid-vdkLmq9XEp .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkLmq9XEp .card-title,
.cid-vdkLmq9XEp .iconfont-wrapper {
  color: #ffffff;
}
.cid-vdkLmqsLGw {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-vdkLmqsLGw .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-vdkLmqsLGw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdkLmqsLGw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdkLmqsLGw {
    align-items: center;
  }
  .cid-vdkLmqsLGw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdkLmqsLGw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdkLmqsLGw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdkLmqsLGw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdkLmqsLGw .content-wrap {
    width: 100%;
  }
}
.cid-vdkLmqsLGw .mbr-section-title {
  text-align: center;
  color: #ff6600;
}
.cid-vdkLmqsLGw .mbr-text,
.cid-vdkLmqsLGw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdkLmqsLGw .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdkLmqEiOG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkLmqEiOG .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkLmqEiOG img,
.cid-vdkLmqEiOG .item-img {
  width: 100%;
}
.cid-vdkLmqEiOG .item:focus,
.cid-vdkLmqEiOG span:focus {
  outline: none;
}
.cid-vdkLmqEiOG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkLmqEiOG .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkLmqEiOG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkLmqEiOG .mbr-section-title {
  color: #ff6600;
}
.cid-vdkLmqEiOG .mbr-text,
.cid-vdkLmqEiOG .mbr-section-btn {
  color: #232323;
}
.cid-vdkLmqEiOG .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkLmqEiOG .content-head {
  max-width: 800px;
}
.cid-vdkLmqUvcK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6600;
}
.cid-vdkLmqUvcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkLmqUvcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkLmqUvcK .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdkLmqUvcK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdkLmqUvcK .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vdkLmqUvcK .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vdkLmqUvcK .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vdkLmqUvcK .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vdkLmqUvcK .nav-tabs .nav-link:not(.active) {
  color: #ff6600;
}
.cid-vdkLmqUvcK .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #ff6600 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vdkLmqUvcK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdkLmqUvcK .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdkLmqUvcK .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-vdkLmqUvcK .content-head {
  max-width: 800px;
}
.cid-vdkLmqUvcK .item-wrapper {
  background-color: #000000;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vdkLmqUvcK .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdkLmra5yM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkLmra5yM .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkLmra5yM img,
.cid-vdkLmra5yM .item-img {
  width: 100%;
}
.cid-vdkLmra5yM .item:focus,
.cid-vdkLmra5yM span:focus {
  outline: none;
}
.cid-vdkLmra5yM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkLmra5yM .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkLmra5yM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkLmra5yM .mbr-section-title {
  color: #ffffff;
}
.cid-vdkLmra5yM .mbr-text,
.cid-vdkLmra5yM .mbr-section-btn {
  color: #232323;
}
.cid-vdkLmra5yM .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkLmra5yM .content-head {
  max-width: 800px;
}
.cid-vdkLmrtb7Y {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkLmrtb7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkLmrtb7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkLmrtb7Y .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkLmrtb7Y .footer-col {
    flex-direction: column;
  }
}
.cid-vdkLmrtb7Y .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkLmrtb7Y .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkLmrtb7Y .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkLmrtb7Y .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkLmrtb7Y .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkLmrtb7Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkLmrtb7Y .soc-item {
  margin: 8px;
}
.cid-vdkLmrtb7Y .soc-item a:hover .mbr-iconfont,
.cid-vdkLmrtb7Y .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkLmrtb7Y .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkLmrtb7Y .row {
    text-align: center;
  }
  .cid-vdkLmrtb7Y .social-row {
    justify-content: center;
  }
}
.cid-vdkLmrtb7Y .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkLmrtb7Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkLmrtb7Y .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkLmrtb7Y .mbr-text {
  color: #bbbbbb;
}
.cid-vdkLmrtb7Y .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkLmrtb7Y .list,
.cid-vdkLmrtb7Y .item-wrap {
  color: #232323;
}
.cid-vdkLmrtb7Y .copyright {
  color: #000000;
}
.cid-vdkLmrK3S3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkLmrK3S3 .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkLmrK3S3 P {
  color: #ffffff;
}
.cid-vdkLmrWjaM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkLmrWjaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkLmrWjaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkLmrWjaM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdkLmrWjaM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdkLmrWjaM .container {
    padding: 0;
  }
}
.cid-vdkLmrWjaM .row {
  justify-content: center;
}
.cid-vdkLmrWjaM .title-wrapper {
  padding: 0 16px;
}
.cid-vdkLmrWjaM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdkLmrWjaM .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-vdkLmrWjaM .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-vdkLmrWjaM .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vdkLmrWjaM .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff6600;
}
.cid-vdkLmrWjaM .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdkLmrWjaM .mbr-section-subtitle {
  color: #14287f;
  text-align: center;
}
.cid-vdkLmrWjaM .mbr-section-title,
.cid-vdkLmrWjaM .mbr-iconfont {
  color: #ffffff;
}
.cid-vdkLmrWjaM .mbr-section-title,
.cid-vdkLmrWjaM .soc-wrapper {
  text-align: center;
}
.cid-vdkMdXmgQZ {
  z-index: 1000;
  width: 100%;
}
.cid-vdkMdXmgQZ .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-vdkMdXmgQZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkMdXmgQZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkMdXmgQZ .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkMdXmgQZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkMdXmgQZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkMdXmgQZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkMdXmgQZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkMdXmgQZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkMdXmgQZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkMdXmgQZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkMdXmgQZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkMdXmgQZ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkMdXmgQZ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkMdXmgQZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkMdXmgQZ .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-vdkMdXmgQZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkMdXmgQZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkMdXmgQZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkMdXmgQZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkMdXmgQZ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkMdXmgQZ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkMdXmgQZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkMdXmgQZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkMdXmgQZ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkMdXmgQZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkMdXmgQZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkMdXmgQZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkMdXmgQZ .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkMdXmgQZ .nav-item:focus,
.cid-vdkMdXmgQZ .nav-link:focus {
  outline: none;
}
.cid-vdkMdXmgQZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkMdXmgQZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkMdXmgQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkMdXmgQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkMdXmgQZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkMdXmgQZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkMdXmgQZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkMdXmgQZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkMdXmgQZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkMdXmgQZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkMdXmgQZ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkMdXmgQZ .navbar.collapsed {
  justify-content: center;
}
.cid-vdkMdXmgQZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkMdXmgQZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkMdXmgQZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkMdXmgQZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkMdXmgQZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkMdXmgQZ .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-vdkMdXmgQZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkMdXmgQZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkMdXmgQZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkMdXmgQZ .navbar {
    min-height: 72px;
  }
  .cid-vdkMdXmgQZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkMdXmgQZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkMdXmgQZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkMdXmgQZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkMdXmgQZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkMdXmgQZ .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-vdkMdXmgQZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkMdXmgQZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkMdXmgQZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkMdXmgQZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkMdXmgQZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkMdXmgQZ .dropdown-item.active,
.cid-vdkMdXmgQZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkMdXmgQZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkMdXmgQZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkMdXmgQZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkMdXmgQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkMdXmgQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkMdXmgQZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkMdXmgQZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkMdXmgQZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkMdXmgQZ .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkMdXmgQZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkMdXmgQZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkMdXmgQZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkMdXmgQZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkMdXmgQZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkMdXmgQZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkMdXmgQZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkMdXmgQZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkMdXmgQZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkMdXmgQZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkMdXmgQZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkMdXmgQZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkMdXmgQZ .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-vdkMdXmgQZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkMdXmgQZ .navbar {
    height: 70px;
  }
  .cid-vdkMdXmgQZ .navbar.opened {
    height: auto;
  }
  .cid-vdkMdXmgQZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkMdXmgQZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkMdXmgQZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkMdXmgQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkMdXmgQZ .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-vdkMdXmgQZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkMdXmgQZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkMdXmgQZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkMdXmgQZ .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkMdXmgQZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkMdXmgQZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkMdXmgQZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkMdXmgQZ .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-vdkMdXmgQZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkMdXmgQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkMdXmgQZ .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-vdkMdXmgQZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkMdXmgQZ .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-vdkMdXmgQZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkMdXmgQZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkMdXCwgJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkMdXCwgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkMdXCwgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkMdXCwgJ .row {
  flex-direction: row-reverse;
}
.cid-vdkMNvWDYW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdkMNvWDYW .container-fluid {
  padding: 0 3rem;
}
.cid-vdkMNvWDYW .mbr-section-subtitle {
  color: #767676;
}
.cid-vdkMNvWDYW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vdkMNvWDYW .table-wrapper {
  margin: 0 auto;
}
.cid-vdkMNvWDYW table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vdkMNvWDYW table thead tr {
  border: none !important;
}
.cid-vdkMNvWDYW table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-vdkMNvWDYW table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-vdkMNvWDYW table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-vdkMNvWDYW table.table {
  background: #ffffff;
}
.cid-vdkMNvWDYW tr:hover {
  background-color: #ff6600 !important;
}
.cid-vdkMNvWDYW .head-item:after,
.cid-vdkMNvWDYW .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-vdkMNvWDYW table th,
  .cid-vdkMNvWDYW table td {
    padding: .75rem;
  }
}
.cid-vdkMNvWDYW .body-item {
  text-align: center;
}
.cid-vdkMNvWDYW .head-item {
  color: #000000;
}
.cid-vdkMNvWDYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkMNvWDYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkMNvWDYW .mbr-section-title,
.cid-vdkMNvWDYW .underline {
  color: #ff6600;
}
.cid-vdkMNvWDYW .mbr-text {
  color: #ff6600;
}
.cid-vdkNbDr5Ab {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkNbDr5Ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkNbDr5Ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkNbDr5Ab .row {
  flex-direction: row-reverse;
}
.cid-vdkNchCSFe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdkNchCSFe .container-fluid {
  padding: 0 3rem;
}
.cid-vdkNchCSFe .mbr-section-subtitle {
  color: #767676;
}
.cid-vdkNchCSFe .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vdkNchCSFe .table-wrapper {
  margin: 0 auto;
}
.cid-vdkNchCSFe table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vdkNchCSFe table thead tr {
  border: none !important;
}
.cid-vdkNchCSFe table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-vdkNchCSFe table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-vdkNchCSFe table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-vdkNchCSFe table.table {
  background: #ffffff;
}
.cid-vdkNchCSFe tr:hover {
  background-color: #ff6600 !important;
}
.cid-vdkNchCSFe .head-item:after,
.cid-vdkNchCSFe .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-vdkNchCSFe table th,
  .cid-vdkNchCSFe table td {
    padding: .75rem;
  }
}
.cid-vdkNchCSFe .body-item {
  text-align: center;
}
.cid-vdkNchCSFe .head-item {
  color: #000000;
}
.cid-vdkNchCSFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkNchCSFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkNchCSFe .mbr-section-title,
.cid-vdkNchCSFe .underline {
  color: #ff6600;
}
.cid-vdkNchCSFe .mbr-text {
  color: #ff6600;
}
.cid-vdkNcPXc4G {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkNcPXc4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkNcPXc4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkNcPXc4G .row {
  flex-direction: row-reverse;
}
.cid-vdkTfXi1uC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vdkTfXi1uC .container-fluid {
  padding: 0 3rem;
}
.cid-vdkTfXi1uC .mbr-section-subtitle {
  color: #767676;
}
.cid-vdkTfXi1uC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vdkTfXi1uC .table-wrapper {
  margin: 0 auto;
}
.cid-vdkTfXi1uC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vdkTfXi1uC table thead tr {
  border: none !important;
}
.cid-vdkTfXi1uC table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-vdkTfXi1uC table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-vdkTfXi1uC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-vdkTfXi1uC table.table {
  background: #ffffff;
}
.cid-vdkTfXi1uC tr:hover {
  background-color: #ff6600 !important;
}
.cid-vdkTfXi1uC .head-item:after,
.cid-vdkTfXi1uC .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-vdkTfXi1uC table th,
  .cid-vdkTfXi1uC table td {
    padding: .75rem;
  }
}
.cid-vdkTfXi1uC .body-item {
  text-align: center;
}
.cid-vdkTfXi1uC .head-item {
  color: #000000;
}
.cid-vdkTfXi1uC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkTfXi1uC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkTfXi1uC .mbr-section-title,
.cid-vdkTfXi1uC .underline {
  color: #ff6600;
}
.cid-vdkTfXi1uC .mbr-text {
  color: #ff6600;
}
.cid-vdkMdYdXEk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vdkMdYdXEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkMdYdXEk .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkMdYdXEk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkMdYdXEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkMdYdXEk .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff6600;
  height: 80px;
  border-radius: 50%;
}
.cid-vdkMdYdXEk .card-title,
.cid-vdkMdYdXEk .iconfont-wrapper,
.cid-vdkMdYdXEk .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdkMdYdXEk .content-head {
  max-width: 800px;
}
.cid-vdkMdYdXEk .mbr-section-title {
  color: #ff6600;
}
.cid-vdkMdYdXEk .mbr-section-btn {
  text-align: center;
}
.cid-vdkMdYdXEk .card-text,
.cid-vdkMdYdXEk .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkMdYdXEk .card-title,
.cid-vdkMdYdXEk .iconfont-wrapper {
  color: #ffffff;
}
.cid-vdkMdYueKG {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-vdkMdYueKG .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-vdkMdYueKG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdkMdYueKG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdkMdYueKG {
    align-items: center;
  }
  .cid-vdkMdYueKG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdkMdYueKG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdkMdYueKG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdkMdYueKG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdkMdYueKG .content-wrap {
    width: 100%;
  }
}
.cid-vdkMdYueKG .mbr-section-title {
  text-align: center;
  color: #ff6600;
}
.cid-vdkMdYueKG .mbr-text,
.cid-vdkMdYueKG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdkMdYueKG .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdkMdYI8LG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkMdYI8LG .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkMdYI8LG img,
.cid-vdkMdYI8LG .item-img {
  width: 100%;
}
.cid-vdkMdYI8LG .item:focus,
.cid-vdkMdYI8LG span:focus {
  outline: none;
}
.cid-vdkMdYI8LG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkMdYI8LG .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkMdYI8LG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkMdYI8LG .mbr-section-title {
  color: #ff6600;
}
.cid-vdkMdYI8LG .mbr-text,
.cid-vdkMdYI8LG .mbr-section-btn {
  color: #232323;
}
.cid-vdkMdYI8LG .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkMdYI8LG .content-head {
  max-width: 800px;
}
.cid-vdkMdZ1cl8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6600;
}
.cid-vdkMdZ1cl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkMdZ1cl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkMdZ1cl8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vdkMdZ1cl8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vdkMdZ1cl8 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vdkMdZ1cl8 .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vdkMdZ1cl8 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vdkMdZ1cl8 .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vdkMdZ1cl8 .nav-tabs .nav-link:not(.active) {
  color: #ff6600;
}
.cid-vdkMdZ1cl8 .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #ff6600 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vdkMdZ1cl8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdkMdZ1cl8 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdkMdZ1cl8 .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-vdkMdZ1cl8 .content-head {
  max-width: 800px;
}
.cid-vdkMdZ1cl8 .item-wrapper {
  background-color: #000000;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vdkMdZ1cl8 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdkMdZiySB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkMdZiySB .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkMdZiySB img,
.cid-vdkMdZiySB .item-img {
  width: 100%;
}
.cid-vdkMdZiySB .item:focus,
.cid-vdkMdZiySB span:focus {
  outline: none;
}
.cid-vdkMdZiySB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkMdZiySB .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkMdZiySB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkMdZiySB .mbr-section-title {
  color: #ffffff;
}
.cid-vdkMdZiySB .mbr-text,
.cid-vdkMdZiySB .mbr-section-btn {
  color: #232323;
}
.cid-vdkMdZiySB .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkMdZiySB .content-head {
  max-width: 800px;
}
.cid-vdkMdZAEtn {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkMdZAEtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkMdZAEtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkMdZAEtn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkMdZAEtn .footer-col {
    flex-direction: column;
  }
}
.cid-vdkMdZAEtn .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkMdZAEtn .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkMdZAEtn .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkMdZAEtn .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkMdZAEtn .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkMdZAEtn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkMdZAEtn .soc-item {
  margin: 8px;
}
.cid-vdkMdZAEtn .soc-item a:hover .mbr-iconfont,
.cid-vdkMdZAEtn .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkMdZAEtn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkMdZAEtn .row {
    text-align: center;
  }
  .cid-vdkMdZAEtn .social-row {
    justify-content: center;
  }
}
.cid-vdkMdZAEtn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkMdZAEtn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkMdZAEtn .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkMdZAEtn .mbr-text {
  color: #bbbbbb;
}
.cid-vdkMdZAEtn .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkMdZAEtn .list,
.cid-vdkMdZAEtn .item-wrap {
  color: #232323;
}
.cid-vdkMdZAEtn .copyright {
  color: #000000;
}
.cid-vdkMdZRrEk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkMdZRrEk .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkMdZRrEk P {
  color: #ffffff;
}
.cid-vdkMe06ZY2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkMe06ZY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkMe06ZY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkMe06ZY2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdkMe06ZY2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdkMe06ZY2 .container {
    padding: 0;
  }
}
.cid-vdkMe06ZY2 .row {
  justify-content: center;
}
.cid-vdkMe06ZY2 .title-wrapper {
  padding: 0 16px;
}
.cid-vdkMe06ZY2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdkMe06ZY2 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-vdkMe06ZY2 .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-vdkMe06ZY2 .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vdkMe06ZY2 .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff6600;
}
.cid-vdkMe06ZY2 .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdkMe06ZY2 .mbr-section-subtitle {
  color: #14287f;
  text-align: center;
}
.cid-vdkMe06ZY2 .mbr-section-title,
.cid-vdkMe06ZY2 .mbr-iconfont {
  color: #ffffff;
}
.cid-vdkMe06ZY2 .mbr-section-title,
.cid-vdkMe06ZY2 .soc-wrapper {
  text-align: center;
}
.cid-vdkOtyPjwt {
  z-index: 1000;
  width: 100%;
}
.cid-vdkOtyPjwt .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-vdkOtyPjwt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkOtyPjwt .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkOtyPjwt .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkOtyPjwt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkOtyPjwt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkOtyPjwt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkOtyPjwt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkOtyPjwt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkOtyPjwt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkOtyPjwt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkOtyPjwt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkOtyPjwt .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkOtyPjwt .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkOtyPjwt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkOtyPjwt .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-vdkOtyPjwt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkOtyPjwt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkOtyPjwt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkOtyPjwt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkOtyPjwt .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkOtyPjwt .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOtyPjwt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOtyPjwt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkOtyPjwt .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkOtyPjwt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOtyPjwt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkOtyPjwt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkOtyPjwt .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkOtyPjwt .nav-item:focus,
.cid-vdkOtyPjwt .nav-link:focus {
  outline: none;
}
.cid-vdkOtyPjwt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkOtyPjwt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkOtyPjwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkOtyPjwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkOtyPjwt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkOtyPjwt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkOtyPjwt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkOtyPjwt .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkOtyPjwt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkOtyPjwt .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkOtyPjwt .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkOtyPjwt .navbar.collapsed {
  justify-content: center;
}
.cid-vdkOtyPjwt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkOtyPjwt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkOtyPjwt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkOtyPjwt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkOtyPjwt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkOtyPjwt .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-vdkOtyPjwt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkOtyPjwt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkOtyPjwt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkOtyPjwt .navbar {
    min-height: 72px;
  }
  .cid-vdkOtyPjwt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkOtyPjwt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkOtyPjwt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkOtyPjwt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkOtyPjwt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkOtyPjwt .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-vdkOtyPjwt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkOtyPjwt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkOtyPjwt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkOtyPjwt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOtyPjwt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkOtyPjwt .dropdown-item.active,
.cid-vdkOtyPjwt .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkOtyPjwt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkOtyPjwt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkOtyPjwt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkOtyPjwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkOtyPjwt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkOtyPjwt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkOtyPjwt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkOtyPjwt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkOtyPjwt .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkOtyPjwt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkOtyPjwt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkOtyPjwt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkOtyPjwt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOtyPjwt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOtyPjwt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkOtyPjwt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOtyPjwt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkOtyPjwt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkOtyPjwt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOtyPjwt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkOtyPjwt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkOtyPjwt .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-vdkOtyPjwt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkOtyPjwt .navbar {
    height: 70px;
  }
  .cid-vdkOtyPjwt .navbar.opened {
    height: auto;
  }
  .cid-vdkOtyPjwt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkOtyPjwt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkOtyPjwt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkOtyPjwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkOtyPjwt .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-vdkOtyPjwt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkOtyPjwt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkOtyPjwt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkOtyPjwt .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkOtyPjwt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkOtyPjwt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkOtyPjwt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkOtyPjwt .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-vdkOtyPjwt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkOtyPjwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkOtyPjwt .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-vdkOtyPjwt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkOtyPjwt .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-vdkOtyPjwt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkOtyPjwt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkOtzagE0 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vdkOtzagE0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vdkOtzagE0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vdkOtzagE0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdkOtzagE0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vdkOtzagE0 .content-head {
  max-width: 800px;
}
.cid-vdkOtzagE0 .mbr-section-title {
  color: #000000;
}
.cid-vdkOtzmbJv {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkOtzmbJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkOtzmbJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkOtzmbJv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkOtzmbJv .footer-col {
    flex-direction: column;
  }
}
.cid-vdkOtzmbJv .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkOtzmbJv .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkOtzmbJv .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOtzmbJv .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOtzmbJv .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkOtzmbJv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkOtzmbJv .soc-item {
  margin: 8px;
}
.cid-vdkOtzmbJv .soc-item a:hover .mbr-iconfont,
.cid-vdkOtzmbJv .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkOtzmbJv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkOtzmbJv .row {
    text-align: center;
  }
  .cid-vdkOtzmbJv .social-row {
    justify-content: center;
  }
}
.cid-vdkOtzmbJv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkOtzmbJv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOtzmbJv .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkOtzmbJv .mbr-text {
  color: #bbbbbb;
}
.cid-vdkOtzmbJv .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkOtzmbJv .list,
.cid-vdkOtzmbJv .item-wrap {
  color: #232323;
}
.cid-vdkOtzmbJv .copyright {
  color: #000000;
}
.cid-vdkOtzEMuX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkOtzEMuX .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkOtzEMuX P {
  color: #ffffff;
}
.cid-vdkOAsX9qr {
  z-index: 1000;
  width: 100%;
}
.cid-vdkOAsX9qr .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-vdkOAsX9qr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkOAsX9qr .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkOAsX9qr .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkOAsX9qr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkOAsX9qr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkOAsX9qr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkOAsX9qr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkOAsX9qr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkOAsX9qr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkOAsX9qr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkOAsX9qr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkOAsX9qr .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkOAsX9qr .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkOAsX9qr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkOAsX9qr .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-vdkOAsX9qr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkOAsX9qr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkOAsX9qr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkOAsX9qr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkOAsX9qr .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkOAsX9qr .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOAsX9qr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOAsX9qr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkOAsX9qr .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkOAsX9qr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOAsX9qr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkOAsX9qr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkOAsX9qr .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkOAsX9qr .nav-item:focus,
.cid-vdkOAsX9qr .nav-link:focus {
  outline: none;
}
.cid-vdkOAsX9qr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkOAsX9qr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkOAsX9qr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkOAsX9qr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkOAsX9qr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkOAsX9qr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkOAsX9qr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkOAsX9qr .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkOAsX9qr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkOAsX9qr .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkOAsX9qr .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkOAsX9qr .navbar.collapsed {
  justify-content: center;
}
.cid-vdkOAsX9qr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkOAsX9qr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkOAsX9qr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkOAsX9qr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkOAsX9qr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkOAsX9qr .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-vdkOAsX9qr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkOAsX9qr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkOAsX9qr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkOAsX9qr .navbar {
    min-height: 72px;
  }
  .cid-vdkOAsX9qr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkOAsX9qr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkOAsX9qr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkOAsX9qr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkOAsX9qr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkOAsX9qr .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-vdkOAsX9qr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkOAsX9qr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkOAsX9qr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkOAsX9qr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOAsX9qr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkOAsX9qr .dropdown-item.active,
.cid-vdkOAsX9qr .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkOAsX9qr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkOAsX9qr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkOAsX9qr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkOAsX9qr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkOAsX9qr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkOAsX9qr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkOAsX9qr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkOAsX9qr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkOAsX9qr .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkOAsX9qr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkOAsX9qr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkOAsX9qr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkOAsX9qr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOAsX9qr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOAsX9qr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkOAsX9qr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOAsX9qr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkOAsX9qr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkOAsX9qr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOAsX9qr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkOAsX9qr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkOAsX9qr .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-vdkOAsX9qr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkOAsX9qr .navbar {
    height: 70px;
  }
  .cid-vdkOAsX9qr .navbar.opened {
    height: auto;
  }
  .cid-vdkOAsX9qr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkOAsX9qr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkOAsX9qr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkOAsX9qr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkOAsX9qr .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-vdkOAsX9qr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkOAsX9qr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkOAsX9qr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkOAsX9qr .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkOAsX9qr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkOAsX9qr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkOAsX9qr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkOAsX9qr .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-vdkOAsX9qr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkOAsX9qr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkOAsX9qr .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-vdkOAsX9qr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkOAsX9qr .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-vdkOAsX9qr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkOAsX9qr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkV0rmQHt {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vdkV0rmQHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkV0rmQHt .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkV0rmQHt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdkV0rmQHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkV0rmQHt .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ff6600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-vdkV0rmQHt .card-title,
.cid-vdkV0rmQHt .iconfont-wrapper {
  color: #ff6600;
}
.cid-vdkV0rmQHt .card-text {
  color: #ff6600;
}
.cid-vdkV0rmQHt .content-head {
  max-width: 800px;
}
.cid-vdkV0rmQHt .mbr-section-title {
  color: #ffffff;
}
.cid-vdkV0rmQHt .mbr-section-subtitle {
  color: #ff6600;
}
.cid-vdkOAttMMB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkOAttMMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkOAttMMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkOAttMMB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkOAttMMB .footer-col {
    flex-direction: column;
  }
}
.cid-vdkOAttMMB .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkOAttMMB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkOAttMMB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOAttMMB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOAttMMB .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkOAttMMB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkOAttMMB .soc-item {
  margin: 8px;
}
.cid-vdkOAttMMB .soc-item a:hover .mbr-iconfont,
.cid-vdkOAttMMB .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkOAttMMB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkOAttMMB .row {
    text-align: center;
  }
  .cid-vdkOAttMMB .social-row {
    justify-content: center;
  }
}
.cid-vdkOAttMMB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkOAttMMB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOAttMMB .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkOAttMMB .mbr-text {
  color: #bbbbbb;
}
.cid-vdkOAttMMB .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkOAttMMB .list,
.cid-vdkOAttMMB .item-wrap {
  color: #232323;
}
.cid-vdkOAttMMB .copyright {
  color: #000000;
}
.cid-vdkOAtO11G {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkOAtO11G .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkOAtO11G P {
  color: #ffffff;
}
.cid-vdkODnwnwV {
  z-index: 1000;
  width: 100%;
}
.cid-vdkODnwnwV .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-vdkODnwnwV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkODnwnwV .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkODnwnwV .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkODnwnwV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkODnwnwV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkODnwnwV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkODnwnwV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkODnwnwV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkODnwnwV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkODnwnwV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkODnwnwV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkODnwnwV .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkODnwnwV .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkODnwnwV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkODnwnwV .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-vdkODnwnwV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkODnwnwV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkODnwnwV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkODnwnwV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkODnwnwV .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkODnwnwV .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkODnwnwV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkODnwnwV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkODnwnwV .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkODnwnwV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkODnwnwV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkODnwnwV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkODnwnwV .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkODnwnwV .nav-item:focus,
.cid-vdkODnwnwV .nav-link:focus {
  outline: none;
}
.cid-vdkODnwnwV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkODnwnwV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkODnwnwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkODnwnwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkODnwnwV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkODnwnwV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkODnwnwV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkODnwnwV .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkODnwnwV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkODnwnwV .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkODnwnwV .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkODnwnwV .navbar.collapsed {
  justify-content: center;
}
.cid-vdkODnwnwV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkODnwnwV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkODnwnwV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkODnwnwV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkODnwnwV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkODnwnwV .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-vdkODnwnwV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkODnwnwV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkODnwnwV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkODnwnwV .navbar {
    min-height: 72px;
  }
  .cid-vdkODnwnwV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkODnwnwV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkODnwnwV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkODnwnwV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkODnwnwV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkODnwnwV .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-vdkODnwnwV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkODnwnwV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkODnwnwV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkODnwnwV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkODnwnwV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkODnwnwV .dropdown-item.active,
.cid-vdkODnwnwV .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkODnwnwV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkODnwnwV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkODnwnwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkODnwnwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkODnwnwV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkODnwnwV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkODnwnwV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkODnwnwV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkODnwnwV .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkODnwnwV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkODnwnwV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkODnwnwV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkODnwnwV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkODnwnwV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkODnwnwV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkODnwnwV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkODnwnwV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkODnwnwV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkODnwnwV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkODnwnwV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkODnwnwV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkODnwnwV .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-vdkODnwnwV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkODnwnwV .navbar {
    height: 70px;
  }
  .cid-vdkODnwnwV .navbar.opened {
    height: auto;
  }
  .cid-vdkODnwnwV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkODnwnwV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkODnwnwV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkODnwnwV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkODnwnwV .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-vdkODnwnwV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkODnwnwV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkODnwnwV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkODnwnwV .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkODnwnwV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkODnwnwV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkODnwnwV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkODnwnwV .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-vdkODnwnwV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkODnwnwV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkODnwnwV .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-vdkODnwnwV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkODnwnwV .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-vdkODnwnwV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkODnwnwV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkWSqZVtH {
  background-color: #000000;
}
.cid-vdkWSqZVtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkWSqZVtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkWSqZVtH .card-wrapper {
  background: #ff6600;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vdkWSqZVtH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkWSqZVtH .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-vdkWSqZVtH .row {
  justify-content: space-between;
}
.cid-vdkWSqZVtH .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-vdkWSqZVtH .mbr-cardtext,
.cid-vdkWSqZVtH .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkWSqZVtH .mbr-section-title {
  color: #ffffff;
}
.cid-vdkWSqZVtH .mbr-text,
.cid-vdkWSqZVtH .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkODo2BpX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkODo2BpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkODo2BpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkODo2BpX .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkODo2BpX .footer-col {
    flex-direction: column;
  }
}
.cid-vdkODo2BpX .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkODo2BpX .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkODo2BpX .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkODo2BpX .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkODo2BpX .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkODo2BpX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkODo2BpX .soc-item {
  margin: 8px;
}
.cid-vdkODo2BpX .soc-item a:hover .mbr-iconfont,
.cid-vdkODo2BpX .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkODo2BpX .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkODo2BpX .row {
    text-align: center;
  }
  .cid-vdkODo2BpX .social-row {
    justify-content: center;
  }
}
.cid-vdkODo2BpX .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkODo2BpX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkODo2BpX .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkODo2BpX .mbr-text {
  color: #bbbbbb;
}
.cid-vdkODo2BpX .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkODo2BpX .list,
.cid-vdkODo2BpX .item-wrap {
  color: #232323;
}
.cid-vdkODo2BpX .copyright {
  color: #000000;
}
.cid-vdkODolsOe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkODolsOe .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkODolsOe P {
  color: #ffffff;
}
.cid-vdkOHkwcgT {
  z-index: 1000;
  width: 100%;
}
.cid-vdkOHkwcgT .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-vdkOHkwcgT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkOHkwcgT .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkOHkwcgT .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkOHkwcgT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkOHkwcgT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkOHkwcgT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkOHkwcgT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkOHkwcgT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkOHkwcgT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkOHkwcgT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkOHkwcgT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkOHkwcgT .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkOHkwcgT .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkOHkwcgT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkOHkwcgT .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-vdkOHkwcgT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkOHkwcgT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkOHkwcgT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkOHkwcgT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkOHkwcgT .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkOHkwcgT .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOHkwcgT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOHkwcgT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkOHkwcgT .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkOHkwcgT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOHkwcgT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkOHkwcgT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkOHkwcgT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkOHkwcgT .nav-item:focus,
.cid-vdkOHkwcgT .nav-link:focus {
  outline: none;
}
.cid-vdkOHkwcgT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkOHkwcgT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkOHkwcgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkOHkwcgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkOHkwcgT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkOHkwcgT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkOHkwcgT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkOHkwcgT .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkOHkwcgT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkOHkwcgT .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkOHkwcgT .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkOHkwcgT .navbar.collapsed {
  justify-content: center;
}
.cid-vdkOHkwcgT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkOHkwcgT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkOHkwcgT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkOHkwcgT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkOHkwcgT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkOHkwcgT .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-vdkOHkwcgT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkOHkwcgT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkOHkwcgT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkOHkwcgT .navbar {
    min-height: 72px;
  }
  .cid-vdkOHkwcgT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkOHkwcgT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkOHkwcgT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkOHkwcgT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkOHkwcgT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkOHkwcgT .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-vdkOHkwcgT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkOHkwcgT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkOHkwcgT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkOHkwcgT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOHkwcgT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkOHkwcgT .dropdown-item.active,
.cid-vdkOHkwcgT .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkOHkwcgT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkOHkwcgT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkOHkwcgT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkOHkwcgT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkOHkwcgT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkOHkwcgT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkOHkwcgT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkOHkwcgT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkOHkwcgT .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkOHkwcgT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkOHkwcgT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkOHkwcgT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkOHkwcgT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOHkwcgT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOHkwcgT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkOHkwcgT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOHkwcgT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkOHkwcgT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkOHkwcgT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOHkwcgT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkOHkwcgT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkOHkwcgT .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-vdkOHkwcgT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkOHkwcgT .navbar {
    height: 70px;
  }
  .cid-vdkOHkwcgT .navbar.opened {
    height: auto;
  }
  .cid-vdkOHkwcgT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkOHkwcgT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkOHkwcgT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkOHkwcgT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkOHkwcgT .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-vdkOHkwcgT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkOHkwcgT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkOHkwcgT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkOHkwcgT .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkOHkwcgT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkOHkwcgT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkOHkwcgT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkOHkwcgT .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-vdkOHkwcgT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkOHkwcgT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkOHkwcgT .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-vdkOHkwcgT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkOHkwcgT .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-vdkOHkwcgT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkOHkwcgT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkXGCksnv {
  background-color: #ffffff;
}
.cid-vdkXGCksnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkXGCksnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkXGCksnv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdkXGCksnv .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vdkXGCksnv .card-title,
.cid-vdkXGCksnv .iconfont-wrapper {
  color: #000000;
}
.cid-vdkXGCksnv .card-text {
  color: #000000;
}
.cid-vdkOHkY63g {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkOHkY63g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkOHkY63g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkOHkY63g .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkOHkY63g .footer-col {
    flex-direction: column;
  }
}
.cid-vdkOHkY63g .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkOHkY63g .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkOHkY63g .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOHkY63g .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOHkY63g .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkOHkY63g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkOHkY63g .soc-item {
  margin: 8px;
}
.cid-vdkOHkY63g .soc-item a:hover .mbr-iconfont,
.cid-vdkOHkY63g .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkOHkY63g .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkOHkY63g .row {
    text-align: center;
  }
  .cid-vdkOHkY63g .social-row {
    justify-content: center;
  }
}
.cid-vdkOHkY63g .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkOHkY63g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOHkY63g .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkOHkY63g .mbr-text {
  color: #bbbbbb;
}
.cid-vdkOHkY63g .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkOHkY63g .list,
.cid-vdkOHkY63g .item-wrap {
  color: #232323;
}
.cid-vdkOHkY63g .copyright {
  color: #000000;
}
.cid-vdkOHlg2zs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkOHlg2zs .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkOHlg2zs P {
  color: #ffffff;
}
.cid-vdkOK4Rptu {
  z-index: 1000;
  width: 100%;
}
.cid-vdkOK4Rptu .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-vdkOK4Rptu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkOK4Rptu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkOK4Rptu .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkOK4Rptu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkOK4Rptu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkOK4Rptu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkOK4Rptu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkOK4Rptu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkOK4Rptu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkOK4Rptu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkOK4Rptu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkOK4Rptu .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkOK4Rptu .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkOK4Rptu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkOK4Rptu .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-vdkOK4Rptu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkOK4Rptu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkOK4Rptu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkOK4Rptu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkOK4Rptu .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkOK4Rptu .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOK4Rptu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOK4Rptu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkOK4Rptu .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkOK4Rptu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOK4Rptu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkOK4Rptu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkOK4Rptu .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkOK4Rptu .nav-item:focus,
.cid-vdkOK4Rptu .nav-link:focus {
  outline: none;
}
.cid-vdkOK4Rptu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkOK4Rptu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkOK4Rptu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkOK4Rptu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkOK4Rptu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkOK4Rptu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkOK4Rptu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkOK4Rptu .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkOK4Rptu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkOK4Rptu .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkOK4Rptu .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkOK4Rptu .navbar.collapsed {
  justify-content: center;
}
.cid-vdkOK4Rptu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkOK4Rptu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkOK4Rptu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkOK4Rptu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkOK4Rptu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkOK4Rptu .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-vdkOK4Rptu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkOK4Rptu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkOK4Rptu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkOK4Rptu .navbar {
    min-height: 72px;
  }
  .cid-vdkOK4Rptu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkOK4Rptu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkOK4Rptu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkOK4Rptu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkOK4Rptu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkOK4Rptu .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-vdkOK4Rptu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkOK4Rptu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkOK4Rptu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkOK4Rptu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOK4Rptu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkOK4Rptu .dropdown-item.active,
.cid-vdkOK4Rptu .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkOK4Rptu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkOK4Rptu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkOK4Rptu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkOK4Rptu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkOK4Rptu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkOK4Rptu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkOK4Rptu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkOK4Rptu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkOK4Rptu .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkOK4Rptu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkOK4Rptu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkOK4Rptu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkOK4Rptu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOK4Rptu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOK4Rptu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkOK4Rptu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOK4Rptu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkOK4Rptu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkOK4Rptu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOK4Rptu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkOK4Rptu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkOK4Rptu .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-vdkOK4Rptu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkOK4Rptu .navbar {
    height: 70px;
  }
  .cid-vdkOK4Rptu .navbar.opened {
    height: auto;
  }
  .cid-vdkOK4Rptu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkOK4Rptu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkOK4Rptu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkOK4Rptu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkOK4Rptu .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-vdkOK4Rptu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkOK4Rptu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkOK4Rptu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkOK4Rptu .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkOK4Rptu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkOK4Rptu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkOK4Rptu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkOK4Rptu .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-vdkOK4Rptu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkOK4Rptu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkOK4Rptu .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-vdkOK4Rptu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkOK4Rptu .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-vdkOK4Rptu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkOK4Rptu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkUjc0Gkw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vdkUjc0Gkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkUjc0Gkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-vdkUjc0Gkw .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-vdkUjc0Gkw .mbr-section-title {
  color: #ffffff;
}
.cid-vdkUjc0Gkw .mbr-text,
.cid-vdkUjc0Gkw .mbr-section-btn {
  color: #ffffff;
}
.cid-vdkUjc0Gkw .media-content,
.cid-vdkUjc0Gkw .mbr-figure {
  align-self: center;
}
.cid-vdkUjc0Gkw .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-vdkUjc0Gkw .app-video-wrapper {
  background: transparent;
}
.cid-vdkUjc0Gkw .content-head {
  max-width: 800px;
}
.cid-vdkOK59cnD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vdkOK59cnD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vdkOK59cnD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vdkOK59cnD form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdkOK59cnD form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vdkOK59cnD .content-head {
  max-width: 800px;
}
.cid-vdkOK59cnD .mbr-section-title {
  color: #000000;
}
.cid-vdkOK5m012 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkOK5m012 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkOK5m012 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkOK5m012 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkOK5m012 .footer-col {
    flex-direction: column;
  }
}
.cid-vdkOK5m012 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkOK5m012 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkOK5m012 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOK5m012 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOK5m012 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkOK5m012 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkOK5m012 .soc-item {
  margin: 8px;
}
.cid-vdkOK5m012 .soc-item a:hover .mbr-iconfont,
.cid-vdkOK5m012 .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkOK5m012 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkOK5m012 .row {
    text-align: center;
  }
  .cid-vdkOK5m012 .social-row {
    justify-content: center;
  }
}
.cid-vdkOK5m012 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkOK5m012 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOK5m012 .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkOK5m012 .mbr-text {
  color: #bbbbbb;
}
.cid-vdkOK5m012 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkOK5m012 .list,
.cid-vdkOK5m012 .item-wrap {
  color: #232323;
}
.cid-vdkOK5m012 .copyright {
  color: #000000;
}
.cid-vdkOK5HVRd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkOK5HVRd .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkOK5HVRd P {
  color: #ffffff;
}
.cid-vdkOMQmn3F {
  z-index: 1000;
  width: 100%;
}
.cid-vdkOMQmn3F .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-vdkOMQmn3F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkOMQmn3F .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkOMQmn3F .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkOMQmn3F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkOMQmn3F .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkOMQmn3F .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkOMQmn3F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkOMQmn3F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkOMQmn3F .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkOMQmn3F .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkOMQmn3F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkOMQmn3F .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkOMQmn3F .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkOMQmn3F .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkOMQmn3F .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-vdkOMQmn3F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkOMQmn3F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkOMQmn3F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkOMQmn3F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkOMQmn3F .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkOMQmn3F .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOMQmn3F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOMQmn3F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkOMQmn3F .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkOMQmn3F .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOMQmn3F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkOMQmn3F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkOMQmn3F .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkOMQmn3F .nav-item:focus,
.cid-vdkOMQmn3F .nav-link:focus {
  outline: none;
}
.cid-vdkOMQmn3F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkOMQmn3F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkOMQmn3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkOMQmn3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkOMQmn3F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkOMQmn3F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkOMQmn3F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkOMQmn3F .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkOMQmn3F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkOMQmn3F .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkOMQmn3F .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkOMQmn3F .navbar.collapsed {
  justify-content: center;
}
.cid-vdkOMQmn3F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkOMQmn3F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkOMQmn3F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkOMQmn3F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkOMQmn3F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkOMQmn3F .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-vdkOMQmn3F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkOMQmn3F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkOMQmn3F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkOMQmn3F .navbar {
    min-height: 72px;
  }
  .cid-vdkOMQmn3F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkOMQmn3F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkOMQmn3F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkOMQmn3F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkOMQmn3F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkOMQmn3F .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-vdkOMQmn3F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkOMQmn3F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkOMQmn3F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkOMQmn3F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOMQmn3F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkOMQmn3F .dropdown-item.active,
.cid-vdkOMQmn3F .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkOMQmn3F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkOMQmn3F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkOMQmn3F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkOMQmn3F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkOMQmn3F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkOMQmn3F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkOMQmn3F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkOMQmn3F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkOMQmn3F .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkOMQmn3F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkOMQmn3F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkOMQmn3F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkOMQmn3F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOMQmn3F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOMQmn3F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkOMQmn3F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOMQmn3F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkOMQmn3F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkOMQmn3F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOMQmn3F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkOMQmn3F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkOMQmn3F .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-vdkOMQmn3F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkOMQmn3F .navbar {
    height: 70px;
  }
  .cid-vdkOMQmn3F .navbar.opened {
    height: auto;
  }
  .cid-vdkOMQmn3F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkOMQmn3F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkOMQmn3F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkOMQmn3F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkOMQmn3F .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-vdkOMQmn3F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkOMQmn3F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkOMQmn3F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkOMQmn3F .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkOMQmn3F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkOMQmn3F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkOMQmn3F .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkOMQmn3F .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-vdkOMQmn3F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkOMQmn3F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkOMQmn3F .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-vdkOMQmn3F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkOMQmn3F .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-vdkOMQmn3F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkOMQmn3F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkY2VKCAA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdkY2VKCAA .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-vdkY2VKCAA .mbr-text {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkY2VKCAA .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-vdkY2VKCAA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdkY2VKCAA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdkY2VKCAA .content-head {
  max-width: 800px;
}
.cid-vdkY2VKCAA .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-vdkY2VKCAA .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-vdkY2VKCAA .image-wrapper img {
  width: 100%;
}
.cid-vdkOMQQBmr {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkOMQQBmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkOMQQBmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkOMQQBmr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkOMQQBmr .footer-col {
    flex-direction: column;
  }
}
.cid-vdkOMQQBmr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkOMQQBmr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkOMQQBmr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOMQQBmr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOMQQBmr .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkOMQQBmr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkOMQQBmr .soc-item {
  margin: 8px;
}
.cid-vdkOMQQBmr .soc-item a:hover .mbr-iconfont,
.cid-vdkOMQQBmr .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkOMQQBmr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkOMQQBmr .row {
    text-align: center;
  }
  .cid-vdkOMQQBmr .social-row {
    justify-content: center;
  }
}
.cid-vdkOMQQBmr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkOMQQBmr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOMQQBmr .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkOMQQBmr .mbr-text {
  color: #bbbbbb;
}
.cid-vdkOMQQBmr .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkOMQQBmr .list,
.cid-vdkOMQQBmr .item-wrap {
  color: #232323;
}
.cid-vdkOMQQBmr .copyright {
  color: #000000;
}
.cid-vdkOMR9inJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkOMR9inJ .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkOMR9inJ P {
  color: #ffffff;
}
.cid-vdkOP72lFn {
  z-index: 1000;
  width: 100%;
}
.cid-vdkOP72lFn .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-vdkOP72lFn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkOP72lFn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkOP72lFn .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkOP72lFn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkOP72lFn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkOP72lFn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkOP72lFn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkOP72lFn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkOP72lFn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkOP72lFn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkOP72lFn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkOP72lFn .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkOP72lFn .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkOP72lFn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkOP72lFn .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-vdkOP72lFn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkOP72lFn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkOP72lFn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkOP72lFn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkOP72lFn .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkOP72lFn .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOP72lFn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOP72lFn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkOP72lFn .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkOP72lFn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOP72lFn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkOP72lFn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkOP72lFn .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkOP72lFn .nav-item:focus,
.cid-vdkOP72lFn .nav-link:focus {
  outline: none;
}
.cid-vdkOP72lFn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkOP72lFn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkOP72lFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkOP72lFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkOP72lFn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkOP72lFn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkOP72lFn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkOP72lFn .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkOP72lFn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkOP72lFn .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkOP72lFn .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkOP72lFn .navbar.collapsed {
  justify-content: center;
}
.cid-vdkOP72lFn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkOP72lFn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkOP72lFn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkOP72lFn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkOP72lFn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkOP72lFn .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-vdkOP72lFn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkOP72lFn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkOP72lFn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkOP72lFn .navbar {
    min-height: 72px;
  }
  .cid-vdkOP72lFn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkOP72lFn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkOP72lFn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkOP72lFn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkOP72lFn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkOP72lFn .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-vdkOP72lFn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkOP72lFn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkOP72lFn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkOP72lFn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkOP72lFn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkOP72lFn .dropdown-item.active,
.cid-vdkOP72lFn .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkOP72lFn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkOP72lFn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkOP72lFn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkOP72lFn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkOP72lFn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkOP72lFn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkOP72lFn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkOP72lFn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkOP72lFn .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkOP72lFn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkOP72lFn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkOP72lFn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkOP72lFn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOP72lFn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkOP72lFn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkOP72lFn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOP72lFn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkOP72lFn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkOP72lFn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkOP72lFn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkOP72lFn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkOP72lFn .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-vdkOP72lFn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkOP72lFn .navbar {
    height: 70px;
  }
  .cid-vdkOP72lFn .navbar.opened {
    height: auto;
  }
  .cid-vdkOP72lFn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkOP72lFn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkOP72lFn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkOP72lFn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkOP72lFn .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-vdkOP72lFn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkOP72lFn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkOP72lFn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkOP72lFn .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkOP72lFn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkOP72lFn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkOP72lFn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkOP72lFn .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-vdkOP72lFn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkOP72lFn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkOP72lFn .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-vdkOP72lFn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkOP72lFn .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-vdkOP72lFn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkOP72lFn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkOP7jh5T {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vdkOP7jh5T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vdkOP7jh5T form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vdkOP7jh5T form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdkOP7jh5T form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vdkOP7jh5T .content-head {
  max-width: 800px;
}
.cid-vdkOP7jh5T .mbr-section-title {
  color: #000000;
}
.cid-vdkOP7wjHF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkOP7wjHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkOP7wjHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkOP7wjHF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkOP7wjHF .footer-col {
    flex-direction: column;
  }
}
.cid-vdkOP7wjHF .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkOP7wjHF .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkOP7wjHF .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOP7wjHF .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkOP7wjHF .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkOP7wjHF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkOP7wjHF .soc-item {
  margin: 8px;
}
.cid-vdkOP7wjHF .soc-item a:hover .mbr-iconfont,
.cid-vdkOP7wjHF .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkOP7wjHF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkOP7wjHF .row {
    text-align: center;
  }
  .cid-vdkOP7wjHF .social-row {
    justify-content: center;
  }
}
.cid-vdkOP7wjHF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkOP7wjHF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkOP7wjHF .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkOP7wjHF .mbr-text {
  color: #bbbbbb;
}
.cid-vdkOP7wjHF .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkOP7wjHF .list,
.cid-vdkOP7wjHF .item-wrap {
  color: #232323;
}
.cid-vdkOP7wjHF .copyright {
  color: #000000;
}
.cid-vdkOP7NYhe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkOP7NYhe .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkOP7NYhe P {
  color: #ffffff;
}
.cid-vdkPJ8vFvq {
  z-index: 1000;
  width: 100%;
}
.cid-vdkPJ8vFvq .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-vdkPJ8vFvq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdkPJ8vFvq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdkPJ8vFvq .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdkPJ8vFvq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdkPJ8vFvq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdkPJ8vFvq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdkPJ8vFvq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdkPJ8vFvq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdkPJ8vFvq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdkPJ8vFvq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdkPJ8vFvq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdkPJ8vFvq .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdkPJ8vFvq .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdkPJ8vFvq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdkPJ8vFvq .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-vdkPJ8vFvq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdkPJ8vFvq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdkPJ8vFvq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdkPJ8vFvq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdkPJ8vFvq .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdkPJ8vFvq .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkPJ8vFvq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdkPJ8vFvq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdkPJ8vFvq .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdkPJ8vFvq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkPJ8vFvq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdkPJ8vFvq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdkPJ8vFvq .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdkPJ8vFvq .nav-item:focus,
.cid-vdkPJ8vFvq .nav-link:focus {
  outline: none;
}
.cid-vdkPJ8vFvq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdkPJ8vFvq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdkPJ8vFvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdkPJ8vFvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdkPJ8vFvq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdkPJ8vFvq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdkPJ8vFvq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdkPJ8vFvq .navbar.opened {
  transition: all 0.3s;
}
.cid-vdkPJ8vFvq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdkPJ8vFvq .navbar .navbar-logo img {
  width: auto;
}
.cid-vdkPJ8vFvq .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdkPJ8vFvq .navbar.collapsed {
  justify-content: center;
}
.cid-vdkPJ8vFvq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdkPJ8vFvq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdkPJ8vFvq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdkPJ8vFvq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdkPJ8vFvq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdkPJ8vFvq .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-vdkPJ8vFvq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdkPJ8vFvq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdkPJ8vFvq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdkPJ8vFvq .navbar {
    min-height: 72px;
  }
  .cid-vdkPJ8vFvq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdkPJ8vFvq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdkPJ8vFvq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdkPJ8vFvq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdkPJ8vFvq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdkPJ8vFvq .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-vdkPJ8vFvq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdkPJ8vFvq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdkPJ8vFvq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdkPJ8vFvq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdkPJ8vFvq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdkPJ8vFvq .dropdown-item.active,
.cid-vdkPJ8vFvq .dropdown-item:active {
  background-color: transparent;
}
.cid-vdkPJ8vFvq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdkPJ8vFvq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdkPJ8vFvq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdkPJ8vFvq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdkPJ8vFvq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdkPJ8vFvq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdkPJ8vFvq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdkPJ8vFvq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdkPJ8vFvq .navbar-buttons {
    text-align: left;
  }
}
.cid-vdkPJ8vFvq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdkPJ8vFvq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdkPJ8vFvq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdkPJ8vFvq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkPJ8vFvq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdkPJ8vFvq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdkPJ8vFvq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkPJ8vFvq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdkPJ8vFvq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdkPJ8vFvq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdkPJ8vFvq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdkPJ8vFvq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdkPJ8vFvq .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-vdkPJ8vFvq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdkPJ8vFvq .navbar {
    height: 70px;
  }
  .cid-vdkPJ8vFvq .navbar.opened {
    height: auto;
  }
  .cid-vdkPJ8vFvq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdkPJ8vFvq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdkPJ8vFvq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdkPJ8vFvq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdkPJ8vFvq .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-vdkPJ8vFvq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdkPJ8vFvq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdkPJ8vFvq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdkPJ8vFvq .navbar-brand {
    margin-right: auto;
  }
  .cid-vdkPJ8vFvq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdkPJ8vFvq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdkPJ8vFvq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdkPJ8vFvq .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-vdkPJ8vFvq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdkPJ8vFvq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdkPJ8vFvq .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-vdkPJ8vFvq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdkPJ8vFvq .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-vdkPJ8vFvq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdkPJ8vFvq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdkPJ968z7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vdkPJ968z7 h6 {
  line-height: 1.2;
}
.cid-vdkPJ968z7 img,
.cid-vdkPJ968z7 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vdkPJ968z7 .item:focus,
.cid-vdkPJ968z7 span:focus {
  outline: none;
}
.cid-vdkPJ968z7 .item-img a {
  cursor: pointer;
}
.cid-vdkPJ968z7 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdkPJ968z7 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-vdkPJ968z7 .mbr-section-title {
  color: #000000;
}
.cid-vdkPJ968z7 .mbr-text,
.cid-vdkPJ968z7 .mbr-section-btn {
  color: #000000;
}
.cid-vdkPJ968z7 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdkPJ968z7 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdkPJ968z7 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdkPJ968z7 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdkPJ968z7 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-vdkPJ9WAKj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdkPJ9WAKj .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdkPJ9WAKj img,
.cid-vdkPJ9WAKj .item-img {
  width: 100%;
}
.cid-vdkPJ9WAKj .item:focus,
.cid-vdkPJ9WAKj span:focus {
  outline: none;
}
.cid-vdkPJ9WAKj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdkPJ9WAKj .item {
    margin-bottom: 1rem;
  }
}
.cid-vdkPJ9WAKj .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdkPJ9WAKj .mbr-section-title {
  color: #ffffff;
}
.cid-vdkPJ9WAKj .mbr-text,
.cid-vdkPJ9WAKj .mbr-section-btn {
  color: #232323;
}
.cid-vdkPJ9WAKj .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdkPJ9WAKj .content-head {
  max-width: 800px;
}
.cid-vdkPJagKbP {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkPJagKbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkPJagKbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkPJagKbP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdkPJagKbP .footer-col {
    flex-direction: column;
  }
}
.cid-vdkPJagKbP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdkPJagKbP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdkPJagKbP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkPJagKbP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdkPJagKbP .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdkPJagKbP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdkPJagKbP .soc-item {
  margin: 8px;
}
.cid-vdkPJagKbP .soc-item a:hover .mbr-iconfont,
.cid-vdkPJagKbP .soc-item a:focus .mbr-iconfont {
  background-color: #ff6600;
}
.cid-vdkPJagKbP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdkPJagKbP .row {
    text-align: center;
  }
  .cid-vdkPJagKbP .social-row {
    justify-content: center;
  }
}
.cid-vdkPJagKbP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdkPJagKbP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdkPJagKbP .list {
    margin-bottom: 0rem;
  }
}
.cid-vdkPJagKbP .mbr-text {
  color: #bbbbbb;
}
.cid-vdkPJagKbP .mbr-section-subtitle {
  color: #000000;
}
.cid-vdkPJagKbP .list,
.cid-vdkPJagKbP .item-wrap {
  color: #232323;
}
.cid-vdkPJagKbP .copyright {
  color: #000000;
}
.cid-vdkPJaAbR4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vdkPJaAbR4 .mbr-text {
  color: #dcdcdc;
  text-align: justify;
}
.cid-vdkPJaAbR4 P {
  color: #ffffff;
}
.cid-vdkPJaPe2G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdkPJaPe2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdkPJaPe2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdkPJaPe2G .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdkPJaPe2G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdkPJaPe2G .container {
    padding: 0;
  }
}
.cid-vdkPJaPe2G .row {
  justify-content: center;
}
.cid-vdkPJaPe2G .title-wrapper {
  padding: 0 16px;
}
.cid-vdkPJaPe2G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdkPJaPe2G .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-vdkPJaPe2G .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-vdkPJaPe2G .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vdkPJaPe2G .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff6600;
}
.cid-vdkPJaPe2G .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdkPJaPe2G .mbr-section-subtitle {
  color: #14287f;
  text-align: center;
}
.cid-vdkPJaPe2G .mbr-section-title,
.cid-vdkPJaPe2G .mbr-iconfont {
  color: #ffffff;
}
.cid-vdkPJaPe2G .mbr-section-title,
.cid-vdkPJaPe2G .soc-wrapper {
  text-align: center;
}
