.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6rem;
  line-height: .94;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.85rem;
  line-height: .96;
}
.display-2 > .mbr-iconfont {
  font-size: 6.0625rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 0.9;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.94 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.88rem;
    font-size: calc( 2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.96 * (2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.04375rem + (1.125 - 1.04375) * ((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( 0.9 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.94 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.88rem;
    font-size: calc( 2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.96 * (2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.04375rem + (1.125 - 1.04375) * ((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( 0.9 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.2625rem + (1.75 - 1.2625) * ((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: #3a392d !important;
}
.bg-success {
  background-color: #736e4e !important;
}
.bg-info {
  background-color: #eeeeee !important;
}
.bg-warning {
  background-color: #79655f !important;
}
.bg-danger {
  background-color: #a9a789 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a392d !important;
  border-color: #3a392d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #575543 !important;
  border-color: #575543 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #575543 !important;
  border-color: #575543 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3a392d !important;
  border-color: #3a392d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #575543 !important;
  border-color: #575543 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #575543 !important;
  border-color: #575543 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #555555 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #555555 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #736e4e !important;
  border-color: #736e4e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #918b63 !important;
  border-color: #918b63 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #918b63 !important;
  border-color: #918b63 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #79655f !important;
  border-color: #79655f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #947e77 !important;
  border-color: #947e77 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #947e77 !important;
  border-color: #947e77 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a9a789 !important;
  border-color: #a9a789 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bfbda6 !important;
  border-color: #bfbda6 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bfbda6 !important;
  border-color: #bfbda6 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fefff5 !important;
  border-color: #fefff5 !important;
  color: #afc200 !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: #afc200 !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: #3a392d;
  color: #3a392d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #090907 !important;
  background-color: transparent !important;
  border-color: #090907 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a392d !important;
  border-color: #3a392d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3a392d;
  color: #3a392d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #090907 !important;
  background-color: transparent !important;
  border-color: #090907 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a392d !important;
  border-color: #3a392d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #736e4e;
  color: #736e4e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3d2b !important;
  background-color: transparent !important;
  border-color: #3f3d2b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #736e4e !important;
  border-color: #736e4e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #79655f;
  color: #79655f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #483c39 !important;
  background-color: transparent !important;
  border-color: #483c39 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #79655f !important;
  border-color: #79655f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a9a789;
  color: #a9a789;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7f7d5c !important;
  background-color: transparent !important;
  border-color: #7f7d5c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a9a789 !important;
  border-color: #a9a789 !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: #fefff5;
  color: #fefff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f5ff9e !important;
  background-color: transparent !important;
  border-color: #f5ff9e !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ddf500 !important;
  background-color: #fefff5 !important;
  border-color: #fefff5 !important;
}
.text-primary {
  color: #3a392d !important;
}
.text-secondary {
  color: #3a392d !important;
}
.text-success {
  color: #736e4e !important;
}
.text-info {
  color: #eeeeee !important;
}
.text-warning {
  color: #79655f !important;
}
.text-danger {
  color: #a9a789 !important;
}
.text-white {
  color: #fefff5 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #010100 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #363425 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bbbbbb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #403532 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #767456 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #f4ff8f !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: #3a392d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eeeeee;
}
.alert-warning {
  background-color: #79655f;
}
.alert-danger {
  background-color: #a9a789;
}
.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: #3a392d;
  border-color: #3a392d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
a,
a:hover {
  color: #3a392d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b1b09b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b2ae8e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6a6a2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfded3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #3a392d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #3a392d;
}
/* 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: #3a392d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3a392d;
}
.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: #3a392d;
  border-bottom-color: #3a392d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3a392d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3a392d !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='%233a392d' %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;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 13px 20px;
}
.radius-right {
  border-radius: 0 !important;
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}
.radius-bottom-right {
  border-radius: 0 !important;
  border-bottom-right-radius: 60px !important;
}
.radius-top {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
  border-top-right-radius: 45px !important;
}
.radius-top-left {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
}
.radius-top-right {
  border-radius: 0 !important;
  border-top-right-radius: 45px !important;
}
.dropdown-item {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v2q7FCjSPC .navbar-dropdown {
  position: relative !important;
}
.cid-v2q7FCjSPC .navbar-dropdown {
  position: absolute !important;
}
.cid-v2q7FCjSPC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2q7FCjSPC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v2q7FCjSPC .dropdown-menu {
    text-align: center;
  }
}
.cid-v2q7FCjSPC .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v2q7FCjSPC .dropdown-item:hover,
.cid-v2q7FCjSPC .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v2q7FCjSPC .dropdown-item:hover span {
  color: white;
}
.cid-v2q7FCjSPC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2q7FCjSPC .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2q7FCjSPC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2q7FCjSPC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2q7FCjSPC .nav-link {
  position: relative;
}
.cid-v2q7FCjSPC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v2q7FCjSPC .container {
    flex-wrap: nowrap;
  }
}
.cid-v2q7FCjSPC .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2q7FCjSPC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2q7FCjSPC .dropdown-menu,
.cid-v2q7FCjSPC .navbar.opened {
  background: #191919 !important;
}
.cid-v2q7FCjSPC .nav-item:focus,
.cid-v2q7FCjSPC .nav-link:focus {
  outline: none;
}
.cid-v2q7FCjSPC .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v2q7FCjSPC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v2q7FCjSPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2q7FCjSPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2q7FCjSPC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2q7FCjSPC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v2q7FCjSPC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v2q7FCjSPC .navbar {
    min-height: 80px;
  }
}
.cid-v2q7FCjSPC .navbar.opened {
  transition: all 0.3s;
}
.cid-v2q7FCjSPC .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v2q7FCjSPC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v2q7FCjSPC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2q7FCjSPC .navbar.collapsed {
  justify-content: center;
}
.cid-v2q7FCjSPC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2q7FCjSPC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2q7FCjSPC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2q7FCjSPC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2q7FCjSPC .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%;
  right: .8rem;
}
.cid-v2q7FCjSPC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2q7FCjSPC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v2q7FCjSPC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2q7FCjSPC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2q7FCjSPC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2q7FCjSPC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2q7FCjSPC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2q7FCjSPC .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%;
    right: .8rem;
  }
  .cid-v2q7FCjSPC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2q7FCjSPC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2q7FCjSPC .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v2q7FCjSPC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v2q7FCjSPC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2q7FCjSPC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2q7FCjSPC .navbar.navbar-short {
  min-height: 96px;
}
.cid-v2q7FCjSPC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v2q7FCjSPC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v2q7FCjSPC .navbar-brand {
    min-height: 80px;
  }
}
.cid-v2q7FCjSPC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2q7FCjSPC .navbar-brand .navbar-caption:hover,
.cid-v2q7FCjSPC .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v2q7FCjSPC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2q7FCjSPC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2q7FCjSPC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v2q7FCjSPC .dropdown-item.active,
.cid-v2q7FCjSPC .dropdown-item:active {
  background-color: transparent;
}
.cid-v2q7FCjSPC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2q7FCjSPC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2q7FCjSPC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2q7FCjSPC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2q7FCjSPC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v2q7FCjSPC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2q7FCjSPC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2q7FCjSPC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2q7FCjSPC ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v2q7FCjSPC .navbar-buttons {
  text-align: center;
}
.cid-v2q7FCjSPC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v2q7FCjSPC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2q7FCjSPC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2q7FCjSPC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v2q7FCjSPC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2q7FCjSPC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2q7FCjSPC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2q7FCjSPC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v2q7FCjSPC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2q7FCjSPC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2q7FCjSPC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2q7FCjSPC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2q7FCjSPC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2q7FCjSPC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2q7FCjSPC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2q7FCjSPC .navbar {
    height: 70px;
  }
  .cid-v2q7FCjSPC .navbar.opened {
    height: auto;
  }
  .cid-v2q7FCjSPC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2q7FCjSPC .navbar-nav {
  margin: 0 auto;
}
.cid-v2q7FCjSPC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2q7FCjSPC .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v2q7FCjSPC .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2q7FCjSPC .nav-item .nav-link:hover,
.cid-v2q7FCjSPC .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v2q7FCjSPC .nav-item .nav-link:hover::after,
.cid-v2q7FCjSPC .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v2q7FCjSPC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2q7FCjSPC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2q7FCjSPC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v2q7FCjSPC .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v2q7FCjSPC .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2q7FCjSPC .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v2q7FCjSPC .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2q7FCjSPC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2q7FCjSPC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2q7FCjSPC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2q7FCjSPC .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v2q7FCjSPC .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v2q7FCjSPC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v2q7FCjSPC .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2q7FCjSPC .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v2q7FCjSPC .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v2q7FCjSPC .content-wrap {
    min-height: 80px;
  }
}
.cid-v8RPvMzwCt {
  padding-top: 6rem;
  background-color: #191919;
  position: relative;
}
.cid-v8RPvMzwCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RPvMzwCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RPvMzwCt .row {
  margin: 0 -15px;
}
.cid-v8RPvMzwCt .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v8RPvMzwCt .row {
    flex-direction: column-reverse;
  }
}
.cid-v8RPvMzwCt .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 49%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8RPvMzwCt .image-wrapper {
    width: 100%;
  }
}
.cid-v8RPvMzwCt .image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8RPvMzwCt .image-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #191919;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cid-v8RPvMzwCt .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v8RPvMzwCt .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1640px) {
  .cid-v8RPvMzwCt .desc-wrapper .mbr-desc {
    width: 45%;
  }
}
@media (max-width: 1440px) {
  .cid-v8RPvMzwCt .desc-wrapper .mbr-desc {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-v8RPvMzwCt .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v8RPvMzwCt .text-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-v8RPvMzwCt .text-wrapper {
    min-height: auto;
  }
}
.cid-v8RPvMzwCt .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RPvMzwCt .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v8RPvMzwCt .text-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-v8RPvMzwCt .text-wrapper .card-wrapper {
    display: block;
  }
}
.cid-v8RPvMzwCt .text-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap {
  width: 68%;
}
@media (max-width: 1440px) {
  .cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 20px;
}
.cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap .card-image {
  height: 255px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 250px;
  }
}
.cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap .card-image .image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8RPvMzwCt .text-wrapper .card-wrapper .card-wrap .card-image .card-desc {
  position: relative;
  z-index: 1;
  padding: 10px;
  margin-bottom: 0;
}
.cid-v8RPvMzwCt .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-v8RPvMzwCt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v8RPvMzwCt .title-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.cid-v8RPvMzwCt .mbr-desc,
.cid-v8RPvMzwCt .mbr-text,
.cid-v8RPvMzwCt .card-title,
.cid-v8RPvMzwCt .card-desc,
.cid-v8RPvMzwCt .mbr-section-title {
  color: #fefff5;
}
.cid-v8RPvMzwCt .card-title {
  text-align: justify;
}
.cid-v63eN6ggm6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63eN6ggm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63eN6ggm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63eN6ggm6 .row {
  margin: 0 -15px;
}
.cid-v63eN6ggm6 .row .card {
  padding: 0 15px;
}
.cid-v63eN6ggm6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
@media (max-width: 1440px) {
  .cid-v63eN6ggm6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v63eN6ggm6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v63eN6ggm6 .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-v63eN6ggm6 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v63eN6ggm6 .items-wrapper .item .item-wrapper .item-number {
    margin-bottom: 20px;
  }
}
.cid-v63eN6ggm6 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-v63eN6ggm6 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v63eN6ggm6 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v63eN6ggm6 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v63eN6ggm6 .item-title {
  color: #fefff5;
}
.cid-v63eN6ggm6 .item-number {
  color: #fefff5;
  text-align: center;
}
.cid-v63eN6ggm6 .item-title,
.cid-v63eN6ggm6 .mbr-section-btn {
  text-align: center;
}
.cid-v62gKVV8QZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v62gKVV8QZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v62gKVV8QZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v62gKVV8QZ .row {
  margin: 0 -15px;
}
.cid-v62gKVV8QZ .row .card {
  padding: 0 15px;
}
.cid-v62gKVV8QZ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v62gKVV8QZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v62gKVV8QZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v62gKVV8QZ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v62gKVV8QZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 768px) {
  .cid-v62gKVV8QZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v62gKVV8QZ .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v62gKVV8QZ .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v62gKVV8QZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2f2e29;
}
@media (max-width: 992px) {
  .cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  padding-right: 20%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
    margin-top: 30px;
  }
}
.cid-v62gKVV8QZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-v62gKVV8QZ .embla__button--next,
.cid-v62gKVV8QZ .embla__button--prev {
  display: flex;
}
.cid-v62gKVV8QZ .embla__button {
  bottom: 45%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v62gKVV8QZ .embla__button {
    bottom: 0;
  }
}
.cid-v62gKVV8QZ .embla__button:hover {
  background-color: #fefff5 !important;
  color: #2f2e29 !important;
}
.cid-v62gKVV8QZ .embla__button:disabled {
  opacity: 0 !important;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
}
.cid-v62gKVV8QZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-v62gKVV8QZ .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v62gKVV8QZ .embla__button.embla__button--next {
  right: 0;
}
.cid-v62gKVV8QZ .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v62gKVV8QZ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v62gKVV8QZ .embla {
    padding-bottom: 4rem;
  }
}
.cid-v62gKVV8QZ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v62gKVV8QZ .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v62gKVV8QZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v62gKVV8QZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v62gKVV8QZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v62gKVV8QZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v62gKVV8QZ .mbr-section-title {
  color: #fefff5;
}
.cid-v62gKVV8QZ .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v62gKVV8QZ .item-title {
  color: #fefff5;
}
.cid-v62gKVV8QZ .item-text {
  color: #fefff5;
}
.cid-v62tcddNjc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v62tcddNjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v62tcddNjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v62tcddNjc .row {
  margin: 0 -15px;
}
.cid-v62tcddNjc .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v62tcddNjc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v62tcddNjc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v62tcddNjc .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v62tcddNjc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v62tcddNjc .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v62tcddNjc .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v62tcddNjc .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v62tcddNjc .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v62tcddNjc .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v62tcddNjc .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v62tcddNjc .mbr-section-title {
  color: #fefff5;
}
.cid-v62tcddNjc .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v62tcddNjc .mbr-desc {
  color: #fefff5;
}
.cid-v62tcddNjc .mbr-label {
  color: #fefff5;
}
.cid-v62tcddNjc .mbr-text {
  color: #fefff5;
}
.cid-v2q7VlV0I4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v2q7VlV0I4 .item:focus,
.cid-v2q7VlV0I4 span:focus {
  outline: none;
}
.cid-v2q7VlV0I4 .item {
  cursor: pointer;
}
.cid-v2q7VlV0I4 .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-v2q7VlV0I4 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v2q7VlV0I4 .grid-container-1,
.cid-v2q7VlV0I4 .grid-container-2,
.cid-v2q7VlV0I4 .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-v2q7VlV0I4 .grid-container-1,
  .cid-v2q7VlV0I4 .grid-container-2,
  .cid-v2q7VlV0I4 .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v2q7VlV0I4 .mbr-section-title {
  margin-bottom: 40px;
  color: #fefff5;
  text-align: center;
}
.cid-v2q7VlV0I4 .content-head {
  max-width: 800px;
}
.cid-v2q7VlV0I4 .container,
.cid-v2q7VlV0I4 .container-fluid {
  overflow: hidden;
}
.cid-v2q7VlV0I4 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v2q7VlV0I4 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2q7VlV0I4 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2q7VlV0I4 .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-v2q7VlV0I4 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v2q7VlV0I4 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v2q7VlV0I4 .grid-item img {
    height: 140px;
  }
}
.cid-v2q7VlV0I4 .grid-container-1,
.cid-v2q7VlV0I4 .grid-container-2,
.cid-v2q7VlV0I4 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v2q7VlV0I4 .grid-container-1 {
  align-items: flex-end;
}
.cid-v2q7VlV0I4 .grid-container-2 {
  align-items: flex-start;
}
.cid-v62zJMiN6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v62zJMiN6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v62zJMiN6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v62zJMiN6P .row {
  margin: 0 -15px;
}
.cid-v62zJMiN6P .row .card {
  padding: 0 15px;
}
.cid-v62zJMiN6P .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v62zJMiN6P .items-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v62zJMiN6P .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v62zJMiN6P .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v62zJMiN6P .items-wrapper .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box {
  border: 1px solid #fefff5;
  padding: 20px;
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .title-wrap,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .text-wrap,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 30px;
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .title-wrap .item-label,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .text-wrap .item-label,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .price-wrap .item-label {
  margin-bottom: 10px;
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .text-wrap .item-title,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .price-wrap .item-title {
  margin-bottom: 0;
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .title-wrap .item-text,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .price-wrap .item-text {
  margin-bottom: 0;
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .title-wrap .item-price,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .text-wrap .item-price,
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  margin-bottom: 0;
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 0;
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v62zJMiN6P .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v62zJMiN6P .mbr-section-title {
  color: #fefff5;
}
.cid-v62zJMiN6P .item-title {
  color: #fefff5;
}
.cid-v62zJMiN6P .item-text {
  color: #fefff5;
}
.cid-v62zJMiN6P .item-price {
  color: #fefff5;
}
.cid-v62zJMiN6P .item-label {
  color: #a1a1a1;
}
.cid-v62ChBDz3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v62ChBDz3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v62ChBDz3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v62ChBDz3L .row {
  margin: 0 -15px;
}
.cid-v62ChBDz3L .row .card {
  padding: 0 15px;
}
.cid-v62ChBDz3L .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v62ChBDz3L .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v62ChBDz3L .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v62ChBDz3L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v62ChBDz3L .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v62ChBDz3L .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v62ChBDz3L .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v62ChBDz3L .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v62ChBDz3L .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #994412;
  transform: scale(1.15);
}
.cid-v62ChBDz3L .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #a1a1a1;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v62ChBDz3L .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v62ChBDz3L .mbr-section-title {
  color: #fefff5;
}
.cid-v62ChBDz3L .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v62ChBDz3L label {
  color: #fefff5;
}
.cid-v6dvEyy4Xb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dvEyy4Xb .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dvEyy4Xb .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dvEyy4Xb .container {
    padding: 0 26px;
  }
}
.cid-v6dvEyy4Xb .row {
  justify-content: center;
}
.cid-v6dvEyy4Xb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dvEyy4Xb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dvEyy4Xb .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dvEyy4Xb .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dvEyy4Xb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dvEyy4Xb .embla__button--next,
.cid-v6dvEyy4Xb .embla__button--prev {
  display: flex;
}
.cid-v6dvEyy4Xb .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dvEyy4Xb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dvEyy4Xb .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dvEyy4Xb .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dvEyy4Xb .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dvEyy4Xb .embla {
  position: relative;
  width: 100%;
}
.cid-v6dvEyy4Xb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dvEyy4Xb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dvEyy4Xb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dvEyy4Xb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2q82TVkGf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v2q82TVkGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2q82TVkGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2q82TVkGf .row {
  margin: 0 -15px;
}
.cid-v2q82TVkGf .row .card {
  padding: 0 15px;
}
.cid-v2q82TVkGf .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2q82TVkGf .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2q82TVkGf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v2q82TVkGf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2q82TVkGf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2q82TVkGf .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2q82TVkGf .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2q82TVkGf .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2q82TVkGf .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v2q82TVkGf .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2q82TVkGf .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v2q82TVkGf .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2q82TVkGf .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v2q82TVkGf .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2q82TVkGf .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v2q82TVkGf .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v2q82TVkGf .mbr-section-title {
  color: #fefff5;
}
.cid-v2q82TVkGf .mbr-text {
  color: #fefff5;
}
.cid-v2q82TVkGf .list {
  color: #a1a1a1;
}
.cid-v2q82TVkGf .list,
.cid-v2q82TVkGf .item-wrap {
  color: #736e4e;
}
.cid-v63GDTFA94 .navbar-dropdown {
  position: relative !important;
}
.cid-v63GDTFA94 .navbar-dropdown {
  position: absolute !important;
}
.cid-v63GDTFA94 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v63GDTFA94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v63GDTFA94 .dropdown-menu {
    text-align: center;
  }
}
.cid-v63GDTFA94 .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v63GDTFA94 .dropdown-item:hover,
.cid-v63GDTFA94 .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v63GDTFA94 .dropdown-item:hover span {
  color: white;
}
.cid-v63GDTFA94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v63GDTFA94 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v63GDTFA94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v63GDTFA94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v63GDTFA94 .nav-link {
  position: relative;
}
.cid-v63GDTFA94 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v63GDTFA94 .container {
    flex-wrap: nowrap;
  }
}
.cid-v63GDTFA94 .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v63GDTFA94 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v63GDTFA94 .dropdown-menu,
.cid-v63GDTFA94 .navbar.opened {
  background: #191919 !important;
}
.cid-v63GDTFA94 .nav-item:focus,
.cid-v63GDTFA94 .nav-link:focus {
  outline: none;
}
.cid-v63GDTFA94 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v63GDTFA94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v63GDTFA94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v63GDTFA94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v63GDTFA94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v63GDTFA94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v63GDTFA94 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v63GDTFA94 .navbar {
    min-height: 80px;
  }
}
.cid-v63GDTFA94 .navbar.opened {
  transition: all 0.3s;
}
.cid-v63GDTFA94 .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v63GDTFA94 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v63GDTFA94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v63GDTFA94 .navbar.collapsed {
  justify-content: center;
}
.cid-v63GDTFA94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v63GDTFA94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v63GDTFA94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v63GDTFA94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v63GDTFA94 .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%;
  right: .8rem;
}
.cid-v63GDTFA94 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v63GDTFA94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v63GDTFA94 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v63GDTFA94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v63GDTFA94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v63GDTFA94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v63GDTFA94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v63GDTFA94 .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%;
    right: .8rem;
  }
  .cid-v63GDTFA94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v63GDTFA94 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v63GDTFA94 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v63GDTFA94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v63GDTFA94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v63GDTFA94 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v63GDTFA94 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v63GDTFA94 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v63GDTFA94 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v63GDTFA94 .navbar-brand {
    min-height: 80px;
  }
}
.cid-v63GDTFA94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v63GDTFA94 .navbar-brand .navbar-caption:hover,
.cid-v63GDTFA94 .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v63GDTFA94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v63GDTFA94 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v63GDTFA94 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v63GDTFA94 .dropdown-item.active,
.cid-v63GDTFA94 .dropdown-item:active {
  background-color: transparent;
}
.cid-v63GDTFA94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v63GDTFA94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v63GDTFA94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v63GDTFA94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v63GDTFA94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v63GDTFA94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v63GDTFA94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v63GDTFA94 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v63GDTFA94 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v63GDTFA94 .navbar-buttons {
  text-align: center;
}
.cid-v63GDTFA94 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v63GDTFA94 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v63GDTFA94 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v63GDTFA94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v63GDTFA94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v63GDTFA94 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v63GDTFA94 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v63GDTFA94 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v63GDTFA94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v63GDTFA94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v63GDTFA94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v63GDTFA94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v63GDTFA94 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v63GDTFA94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v63GDTFA94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v63GDTFA94 .navbar {
    height: 70px;
  }
  .cid-v63GDTFA94 .navbar.opened {
    height: auto;
  }
  .cid-v63GDTFA94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v63GDTFA94 .navbar-nav {
  margin: 0 auto;
}
.cid-v63GDTFA94 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v63GDTFA94 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v63GDTFA94 .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v63GDTFA94 .nav-item .nav-link:hover,
.cid-v63GDTFA94 .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v63GDTFA94 .nav-item .nav-link:hover::after,
.cid-v63GDTFA94 .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v63GDTFA94 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v63GDTFA94 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v63GDTFA94 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v63GDTFA94 .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v63GDTFA94 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v63GDTFA94 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v63GDTFA94 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v63GDTFA94 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v63GDTFA94 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v63GDTFA94 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v63GDTFA94 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v63GDTFA94 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v63GDTFA94 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v63GDTFA94 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v63GDTFA94 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v63GDTFA94 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v63GDTFA94 .content-wrap {
    min-height: 80px;
  }
}
.cid-v63N232O30 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63N232O30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63N232O30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63N232O30 .row {
  margin: 0 -15px;
}
.cid-v63N232O30 .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v63N232O30 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v63N232O30 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v63N232O30 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v63N232O30 .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63N232O30 .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v63N232O30 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v63N232O30 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v63N232O30 .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v63N232O30 .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v63N232O30 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v63N232O30 .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v63N232O30 .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v63N232O30 .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v63N232O30 .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v63N232O30 .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v63N232O30 .mbr-section-title {
  color: #ffffff;
}
.cid-v63N232O30 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v63N232O30 .mbr-label {
  color: #fefff5;
}
.cid-v63N232O30 .mbr-text {
  color: #fefff5;
}
.cid-v63GDSLLxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63GDSLLxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63GDSLLxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63GDSLLxy .row {
  margin: 0 -15px;
}
.cid-v63GDSLLxy .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v63GDSLLxy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v63GDSLLxy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v63GDSLLxy .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v63GDSLLxy .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v63GDSLLxy .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v63GDSLLxy .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63GDSLLxy .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v63GDSLLxy .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63GDSLLxy .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v63GDSLLxy .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v63GDSLLxy .mbr-section-title {
  color: #fefff5;
}
.cid-v63GDSLLxy .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v63GDSLLxy .mbr-desc {
  color: #fefff5;
}
.cid-v63GDSLLxy .mbr-label {
  color: #fefff5;
}
.cid-v63GDSLLxy .mbr-text {
  color: #fefff5;
}
.cid-v6bEJo94lX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6bEJo94lX .item:focus,
.cid-v6bEJo94lX span:focus {
  outline: none;
}
.cid-v6bEJo94lX .item {
  cursor: pointer;
}
.cid-v6bEJo94lX .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-v6bEJo94lX .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v6bEJo94lX .grid-container-1,
.cid-v6bEJo94lX .grid-container-2,
.cid-v6bEJo94lX .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-v6bEJo94lX .grid-container-1,
  .cid-v6bEJo94lX .grid-container-2,
  .cid-v6bEJo94lX .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v6bEJo94lX .mbr-section-title {
  margin-bottom: 40px;
  color: #fefff5;
  text-align: center;
}
.cid-v6bEJo94lX .content-head {
  max-width: 800px;
}
.cid-v6bEJo94lX .container,
.cid-v6bEJo94lX .container-fluid {
  overflow: hidden;
}
.cid-v6bEJo94lX .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v6bEJo94lX .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6bEJo94lX .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v6bEJo94lX .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-v6bEJo94lX .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v6bEJo94lX .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v6bEJo94lX .grid-item img {
    height: 140px;
  }
}
.cid-v6bEJo94lX .grid-container-1,
.cid-v6bEJo94lX .grid-container-2,
.cid-v6bEJo94lX .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v6bEJo94lX .grid-container-1 {
  align-items: flex-end;
}
.cid-v6bEJo94lX .grid-container-2 {
  align-items: flex-start;
}
.cid-v63GDTbDIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63GDTbDIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63GDTbDIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63GDTbDIG .row {
  margin: 0 -15px;
}
.cid-v63GDTbDIG .row .card {
  padding: 0 15px;
}
.cid-v63GDTbDIG .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v63GDTbDIG .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v63GDTbDIG .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63GDTbDIG .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v63GDTbDIG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63GDTbDIG .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v63GDTbDIG .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63GDTbDIG .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v63GDTbDIG .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v63GDTbDIG .mbr-section-title {
  color: #a1a1a1;
}
.cid-v63GDTbDIG .mbr-desc {
  color: #fefff5;
}
.cid-v63GDTbDIG .mbr-label {
  color: #fefff5;
}
.cid-v63GDTbDIG .mbr-text {
  color: #fefff5;
}
.cid-v63GDTVQpD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63GDTVQpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63GDTVQpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63GDTVQpD .row {
  margin: 0 -15px;
}
.cid-v63GDTVQpD .row .card {
  padding: 0 15px;
}
.cid-v63GDTVQpD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v63GDTVQpD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v63GDTVQpD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v63GDTVQpD .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v63GDTVQpD .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63GDTVQpD .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v63GDTVQpD .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v63GDTVQpD .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v63GDTVQpD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-v63GDTVQpD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v63GDTVQpD .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v63GDTVQpD .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v63GDTVQpD .embla__slide .slide-content {
  width: 100%;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0.5;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-v63GDTVQpD .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v63GDTVQpD .embla__button--next,
.cid-v63GDTVQpD .embla__button--prev {
  display: flex;
}
.cid-v63GDTVQpD .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v63GDTVQpD .embla__button {
    bottom: 0;
  }
}
.cid-v63GDTVQpD .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v63GDTVQpD .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v63GDTVQpD .embla__button.embla__button--prev {
  left: 0;
}
.cid-v63GDTVQpD .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v63GDTVQpD .embla__button.embla__button--next {
  right: 0;
}
.cid-v63GDTVQpD .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v63GDTVQpD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v63GDTVQpD .embla {
    padding-bottom: 4rem;
  }
}
.cid-v63GDTVQpD .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v63GDTVQpD .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v63GDTVQpD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v63GDTVQpD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v63GDTVQpD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v63GDTVQpD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v63GDTVQpD .mbr-section-title {
  color: #fefff5;
}
.cid-v63GDTVQpD .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v63GDTVQpD .mbr-label {
  color: #fefff5;
}
.cid-v63GDTVQpD .mbr-text {
  color: #fefff5;
}
.cid-v63GDTVQpD .item-name {
  color: #fefff5;
}
.cid-v63GDTVQpD .item-role {
  color: #fefff5;
}
.cid-v6fL23wyDg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fL23wyDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL23wyDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL23wyDg .row {
  margin: 0 -15px;
}
.cid-v6fL23wyDg .row .card {
  padding: 0 15px;
}
.cid-v6fL23wyDg .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6fL23wyDg .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v6fL23wyDg .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v6fL23wyDg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fL23wyDg .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fL23wyDg .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v6fL23wyDg .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6fL23wyDg .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6fL23wyDg .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #994412;
  transform: scale(1.15);
}
.cid-v6fL23wyDg .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #a1a1a1;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v6fL23wyDg .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v6fL23wyDg .mbr-section-title {
  color: #fefff5;
}
.cid-v6fL23wyDg .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fL23wyDg label {
  color: #fefff5;
}
.cid-v6dCbn1lnH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dCbn1lnH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dCbn1lnH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dCbn1lnH .container {
    padding: 0 26px;
  }
}
.cid-v6dCbn1lnH .row {
  justify-content: center;
}
.cid-v6dCbn1lnH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dCbn1lnH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dCbn1lnH .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dCbn1lnH .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dCbn1lnH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dCbn1lnH .embla__button--next,
.cid-v6dCbn1lnH .embla__button--prev {
  display: flex;
}
.cid-v6dCbn1lnH .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dCbn1lnH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dCbn1lnH .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dCbn1lnH .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dCbn1lnH .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dCbn1lnH .embla {
  position: relative;
  width: 100%;
}
.cid-v6dCbn1lnH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dCbn1lnH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dCbn1lnH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dCbn1lnH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v63GDV67Wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63GDV67Wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63GDV67Wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63GDV67Wr .row {
  margin: 0 -15px;
}
.cid-v63GDV67Wr .row .card {
  padding: 0 15px;
}
.cid-v63GDV67Wr .title-wrapper {
  margin-bottom: 40px;
}
.cid-v63GDV67Wr .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v63GDV67Wr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v63GDV67Wr .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v63GDV67Wr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v63GDV67Wr .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v63GDV67Wr .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v63GDV67Wr .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63GDV67Wr .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v63GDV67Wr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v63GDV67Wr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v63GDV67Wr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v63GDV67Wr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v63GDV67Wr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v63GDV67Wr .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v63GDV67Wr .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v63GDV67Wr .mbr-section-title {
  color: #fefff5;
}
.cid-v63GDV67Wr .mbr-text {
  color: #fefff5;
}
.cid-v63GDV67Wr .list {
  color: #a1a1a1;
}
.cid-v63OEUEKfW .navbar-dropdown {
  position: relative !important;
}
.cid-v63OEUEKfW .navbar-dropdown {
  position: absolute !important;
}
.cid-v63OEUEKfW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v63OEUEKfW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v63OEUEKfW .dropdown-menu {
    text-align: center;
  }
}
.cid-v63OEUEKfW .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v63OEUEKfW .dropdown-item:hover,
.cid-v63OEUEKfW .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v63OEUEKfW .dropdown-item:hover span {
  color: white;
}
.cid-v63OEUEKfW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v63OEUEKfW .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v63OEUEKfW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v63OEUEKfW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v63OEUEKfW .nav-link {
  position: relative;
}
.cid-v63OEUEKfW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v63OEUEKfW .container {
    flex-wrap: nowrap;
  }
}
.cid-v63OEUEKfW .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v63OEUEKfW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v63OEUEKfW .dropdown-menu,
.cid-v63OEUEKfW .navbar.opened {
  background: #191919 !important;
}
.cid-v63OEUEKfW .nav-item:focus,
.cid-v63OEUEKfW .nav-link:focus {
  outline: none;
}
.cid-v63OEUEKfW .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v63OEUEKfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v63OEUEKfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v63OEUEKfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v63OEUEKfW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v63OEUEKfW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v63OEUEKfW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v63OEUEKfW .navbar {
    min-height: 80px;
  }
}
.cid-v63OEUEKfW .navbar.opened {
  transition: all 0.3s;
}
.cid-v63OEUEKfW .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v63OEUEKfW .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v63OEUEKfW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v63OEUEKfW .navbar.collapsed {
  justify-content: center;
}
.cid-v63OEUEKfW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v63OEUEKfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v63OEUEKfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v63OEUEKfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v63OEUEKfW .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%;
  right: .8rem;
}
.cid-v63OEUEKfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v63OEUEKfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v63OEUEKfW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v63OEUEKfW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v63OEUEKfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v63OEUEKfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v63OEUEKfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v63OEUEKfW .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%;
    right: .8rem;
  }
  .cid-v63OEUEKfW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v63OEUEKfW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v63OEUEKfW .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v63OEUEKfW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v63OEUEKfW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v63OEUEKfW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v63OEUEKfW .navbar.navbar-short {
  min-height: 96px;
}
.cid-v63OEUEKfW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v63OEUEKfW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v63OEUEKfW .navbar-brand {
    min-height: 80px;
  }
}
.cid-v63OEUEKfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v63OEUEKfW .navbar-brand .navbar-caption:hover,
.cid-v63OEUEKfW .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v63OEUEKfW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v63OEUEKfW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v63OEUEKfW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v63OEUEKfW .dropdown-item.active,
.cid-v63OEUEKfW .dropdown-item:active {
  background-color: transparent;
}
.cid-v63OEUEKfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v63OEUEKfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v63OEUEKfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v63OEUEKfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v63OEUEKfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v63OEUEKfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v63OEUEKfW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v63OEUEKfW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v63OEUEKfW ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v63OEUEKfW .navbar-buttons {
  text-align: center;
}
.cid-v63OEUEKfW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v63OEUEKfW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v63OEUEKfW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v63OEUEKfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v63OEUEKfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v63OEUEKfW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v63OEUEKfW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v63OEUEKfW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v63OEUEKfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v63OEUEKfW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v63OEUEKfW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v63OEUEKfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v63OEUEKfW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v63OEUEKfW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v63OEUEKfW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v63OEUEKfW .navbar {
    height: 70px;
  }
  .cid-v63OEUEKfW .navbar.opened {
    height: auto;
  }
  .cid-v63OEUEKfW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v63OEUEKfW .navbar-nav {
  margin: 0 auto;
}
.cid-v63OEUEKfW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v63OEUEKfW .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v63OEUEKfW .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v63OEUEKfW .nav-item .nav-link:hover,
.cid-v63OEUEKfW .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v63OEUEKfW .nav-item .nav-link:hover::after,
.cid-v63OEUEKfW .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v63OEUEKfW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v63OEUEKfW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v63OEUEKfW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v63OEUEKfW .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v63OEUEKfW .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v63OEUEKfW .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v63OEUEKfW .navbar {
    justify-content: flex-start !important;
  }
  .cid-v63OEUEKfW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v63OEUEKfW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v63OEUEKfW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v63OEUEKfW .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v63OEUEKfW .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v63OEUEKfW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v63OEUEKfW .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v63OEUEKfW .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v63OEUEKfW .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v63OEUEKfW .content-wrap {
    min-height: 80px;
  }
}
.cid-v63OG8Imz6 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63OG8Imz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63OG8Imz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63OG8Imz6 .row {
  margin: 0 -15px;
}
.cid-v63OG8Imz6 .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v63OG8Imz6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v63OG8Imz6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v63OG8Imz6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v63OG8Imz6 .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63OG8Imz6 .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v63OG8Imz6 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v63OG8Imz6 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v63OG8Imz6 .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v63OG8Imz6 .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v63OG8Imz6 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v63OG8Imz6 .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v63OG8Imz6 .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v63OG8Imz6 .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v63OG8Imz6 .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v63OG8Imz6 .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v63OG8Imz6 .mbr-section-title {
  color: #ffffff;
}
.cid-v63OG8Imz6 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v63OG8Imz6 .mbr-label {
  color: #fefff5;
}
.cid-v63OG8Imz6 .mbr-text {
  color: #fefff5;
}
.cid-v63OEV53BL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63OEV53BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63OEV53BL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63OEV53BL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 745px;
  max-width: 745px;
}
@media (max-width: 1440px) {
  .cid-v63OEV53BL .embla__slide {
    min-width: 540px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .cid-v63OEV53BL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v63OEV53BL .embla__slide .slide-content {
  width: 100%;
}
.cid-v63OEV53BL .embla__slide .slide-content .item-wrapper {
  min-height: 400px;
  height: 100%;
  border: 1px solid #fefff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v63OEV53BL .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 20px;
  }
}
.cid-v63OEV53BL .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-v63OEV53BL .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v63OEV53BL .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v63OEV53BL .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 12px;
}
.cid-v63OEV53BL .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v63OEV53BL .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v63OEV53BL .embla__button--next,
.cid-v63OEV53BL .embla__button--prev {
  display: flex;
}
.cid-v63OEV53BL .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v63OEV53BL .embla__button {
    bottom: 0;
  }
}
.cid-v63OEV53BL .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v63OEV53BL .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v63OEV53BL .embla__button.embla__button--prev {
  left: 0;
}
.cid-v63OEV53BL .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v63OEV53BL .embla__button.embla__button--next {
  right: 0;
}
.cid-v63OEV53BL .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v63OEV53BL .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v63OEV53BL .embla {
    padding-bottom: 4rem;
  }
}
.cid-v63OEV53BL .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-v63OEV53BL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v63OEV53BL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v63OEV53BL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v63OEV53BL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v63OEV53BL .item-text {
  color: #ffffff;
}
.cid-v63OEV53BL .item-name {
  color: #fefff5;
}
.cid-v63OEV53BL .item-role {
  color: #736e4e;
}
.cid-v6bEMykVQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6bEMykVQj .item:focus,
.cid-v6bEMykVQj span:focus {
  outline: none;
}
.cid-v6bEMykVQj .item {
  cursor: pointer;
}
.cid-v6bEMykVQj .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-v6bEMykVQj .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v6bEMykVQj .grid-container-1,
.cid-v6bEMykVQj .grid-container-2,
.cid-v6bEMykVQj .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-v6bEMykVQj .grid-container-1,
  .cid-v6bEMykVQj .grid-container-2,
  .cid-v6bEMykVQj .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v6bEMykVQj .mbr-section-title {
  margin-bottom: 40px;
  color: #fefff5;
  text-align: center;
}
.cid-v6bEMykVQj .content-head {
  max-width: 800px;
}
.cid-v6bEMykVQj .container,
.cid-v6bEMykVQj .container-fluid {
  overflow: hidden;
}
.cid-v6bEMykVQj .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v6bEMykVQj .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6bEMykVQj .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v6bEMykVQj .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-v6bEMykVQj .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v6bEMykVQj .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v6bEMykVQj .grid-item img {
    height: 140px;
  }
}
.cid-v6bEMykVQj .grid-container-1,
.cid-v6bEMykVQj .grid-container-2,
.cid-v6bEMykVQj .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v6bEMykVQj .grid-container-1 {
  align-items: flex-end;
}
.cid-v6bEMykVQj .grid-container-2 {
  align-items: flex-start;
}
.cid-v63OEVIpew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63OEVIpew .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63OEVIpew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63OEVIpew .row {
  margin: 0 -15px;
}
.cid-v63OEVIpew .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v63OEVIpew .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v63OEVIpew .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v63OEVIpew .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v63OEVIpew .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v63OEVIpew .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v63OEVIpew .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v63OEVIpew .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-v63OEVIpew .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v63OEVIpew .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v63OEVIpew .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-v63OEVIpew .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v63OEVIpew .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-v63OEVIpew .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-v63OEVIpew .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #736e4e;
}
.cid-v63OEVIpew .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-v63OEVIpew .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-v63OEVIpew .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v63OEVIpew .mbr-section-title {
  color: #fefff5;
}
.cid-v63OEVIpew .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v63OEVIpew .mbr-text {
  color: #fefff5;
}
.cid-v63OEVIpew .panel-title-edit {
  color: #fefff5;
}
.cid-v63OEVIpew .panel-text {
  color: #fefff5;
}
.cid-v6fwA3T1Fq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fwA3T1Fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fwA3T1Fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fwA3T1Fq .row {
  margin: 0 -15px;
}
.cid-v6fwA3T1Fq .row .card {
  padding: 0 15px;
}
.cid-v6fwA3T1Fq .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6fwA3T1Fq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6fwA3T1Fq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fwA3T1Fq .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fwA3T1Fq .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6fwA3T1Fq .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v6fwA3T1Fq .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6fwA3T1Fq .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v6fwA3T1Fq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-v6fwA3T1Fq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6fwA3T1Fq .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v6fwA3T1Fq .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content {
  width: 100%;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0.5;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-v6fwA3T1Fq .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v6fwA3T1Fq .embla__button--next,
.cid-v6fwA3T1Fq .embla__button--prev {
  display: flex;
}
.cid-v6fwA3T1Fq .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v6fwA3T1Fq .embla__button {
    bottom: 0;
  }
}
.cid-v6fwA3T1Fq .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v6fwA3T1Fq .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v6fwA3T1Fq .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6fwA3T1Fq .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v6fwA3T1Fq .embla__button.embla__button--next {
  right: 0;
}
.cid-v6fwA3T1Fq .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v6fwA3T1Fq .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6fwA3T1Fq .embla {
    padding-bottom: 4rem;
  }
}
.cid-v6fwA3T1Fq .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6fwA3T1Fq .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v6fwA3T1Fq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6fwA3T1Fq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6fwA3T1Fq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6fwA3T1Fq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6fwA3T1Fq .mbr-section-title {
  color: #fefff5;
}
.cid-v6fwA3T1Fq .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fwA3T1Fq .mbr-label {
  color: #fefff5;
}
.cid-v6fwA3T1Fq .mbr-text {
  color: #fefff5;
}
.cid-v6fwA3T1Fq .item-name {
  color: #fefff5;
}
.cid-v6fwA3T1Fq .item-role {
  color: #fefff5;
}
.cid-v6fL5eSmOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fL5eSmOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5eSmOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5eSmOG .row {
  margin: 0 -15px;
}
.cid-v6fL5eSmOG .row .card {
  padding: 0 15px;
}
.cid-v6fL5eSmOG .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6fL5eSmOG .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v6fL5eSmOG .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v6fL5eSmOG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fL5eSmOG .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fL5eSmOG .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v6fL5eSmOG .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6fL5eSmOG .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6fL5eSmOG .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #994412;
  transform: scale(1.15);
}
.cid-v6fL5eSmOG .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #a1a1a1;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v6fL5eSmOG .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v6fL5eSmOG .mbr-section-title {
  color: #fefff5;
}
.cid-v6fL5eSmOG .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fL5eSmOG label {
  color: #fefff5;
}
.cid-v6dCfYcYVP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dCfYcYVP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dCfYcYVP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dCfYcYVP .container {
    padding: 0 26px;
  }
}
.cid-v6dCfYcYVP .row {
  justify-content: center;
}
.cid-v6dCfYcYVP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dCfYcYVP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dCfYcYVP .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dCfYcYVP .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dCfYcYVP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dCfYcYVP .embla__button--next,
.cid-v6dCfYcYVP .embla__button--prev {
  display: flex;
}
.cid-v6dCfYcYVP .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dCfYcYVP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dCfYcYVP .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dCfYcYVP .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dCfYcYVP .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dCfYcYVP .embla {
  position: relative;
  width: 100%;
}
.cid-v6dCfYcYVP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dCfYcYVP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dCfYcYVP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dCfYcYVP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v63OEX9TGb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v63OEX9TGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63OEX9TGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63OEX9TGb .row {
  margin: 0 -15px;
}
.cid-v63OEX9TGb .row .card {
  padding: 0 15px;
}
.cid-v63OEX9TGb .title-wrapper {
  margin-bottom: 40px;
}
.cid-v63OEX9TGb .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v63OEX9TGb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v63OEX9TGb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v63OEX9TGb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v63OEX9TGb .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v63OEX9TGb .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v63OEX9TGb .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v63OEX9TGb .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v63OEX9TGb .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v63OEX9TGb .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v63OEX9TGb .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v63OEX9TGb .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v63OEX9TGb .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v63OEX9TGb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v63OEX9TGb .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v63OEX9TGb .mbr-section-title {
  color: #fefff5;
}
.cid-v63OEX9TGb .mbr-text {
  color: #fefff5;
}
.cid-v63OEX9TGb .list {
  color: #a1a1a1;
}
.cid-v64q3PPg2W .navbar-dropdown {
  position: relative !important;
}
.cid-v64q3PPg2W .navbar-dropdown {
  position: absolute !important;
}
.cid-v64q3PPg2W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v64q3PPg2W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v64q3PPg2W .dropdown-menu {
    text-align: center;
  }
}
.cid-v64q3PPg2W .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v64q3PPg2W .dropdown-item:hover,
.cid-v64q3PPg2W .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v64q3PPg2W .dropdown-item:hover span {
  color: white;
}
.cid-v64q3PPg2W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v64q3PPg2W .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v64q3PPg2W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v64q3PPg2W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v64q3PPg2W .nav-link {
  position: relative;
}
.cid-v64q3PPg2W .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v64q3PPg2W .container {
    flex-wrap: nowrap;
  }
}
.cid-v64q3PPg2W .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v64q3PPg2W .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v64q3PPg2W .dropdown-menu,
.cid-v64q3PPg2W .navbar.opened {
  background: #191919 !important;
}
.cid-v64q3PPg2W .nav-item:focus,
.cid-v64q3PPg2W .nav-link:focus {
  outline: none;
}
.cid-v64q3PPg2W .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v64q3PPg2W .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v64q3PPg2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v64q3PPg2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v64q3PPg2W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v64q3PPg2W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v64q3PPg2W .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v64q3PPg2W .navbar {
    min-height: 80px;
  }
}
.cid-v64q3PPg2W .navbar.opened {
  transition: all 0.3s;
}
.cid-v64q3PPg2W .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v64q3PPg2W .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v64q3PPg2W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v64q3PPg2W .navbar.collapsed {
  justify-content: center;
}
.cid-v64q3PPg2W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v64q3PPg2W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v64q3PPg2W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v64q3PPg2W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v64q3PPg2W .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%;
  right: .8rem;
}
.cid-v64q3PPg2W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v64q3PPg2W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v64q3PPg2W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v64q3PPg2W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v64q3PPg2W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v64q3PPg2W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v64q3PPg2W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v64q3PPg2W .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%;
    right: .8rem;
  }
  .cid-v64q3PPg2W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v64q3PPg2W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v64q3PPg2W .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v64q3PPg2W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v64q3PPg2W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v64q3PPg2W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v64q3PPg2W .navbar.navbar-short {
  min-height: 96px;
}
.cid-v64q3PPg2W .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v64q3PPg2W .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v64q3PPg2W .navbar-brand {
    min-height: 80px;
  }
}
.cid-v64q3PPg2W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v64q3PPg2W .navbar-brand .navbar-caption:hover,
.cid-v64q3PPg2W .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v64q3PPg2W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v64q3PPg2W .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v64q3PPg2W .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v64q3PPg2W .dropdown-item.active,
.cid-v64q3PPg2W .dropdown-item:active {
  background-color: transparent;
}
.cid-v64q3PPg2W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v64q3PPg2W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v64q3PPg2W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v64q3PPg2W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v64q3PPg2W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v64q3PPg2W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v64q3PPg2W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v64q3PPg2W ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v64q3PPg2W ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v64q3PPg2W .navbar-buttons {
  text-align: center;
}
.cid-v64q3PPg2W .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v64q3PPg2W .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v64q3PPg2W button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v64q3PPg2W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v64q3PPg2W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v64q3PPg2W button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v64q3PPg2W button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v64q3PPg2W button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v64q3PPg2W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64q3PPg2W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v64q3PPg2W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v64q3PPg2W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64q3PPg2W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v64q3PPg2W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v64q3PPg2W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v64q3PPg2W .navbar {
    height: 70px;
  }
  .cid-v64q3PPg2W .navbar.opened {
    height: auto;
  }
  .cid-v64q3PPg2W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v64q3PPg2W .navbar-nav {
  margin: 0 auto;
}
.cid-v64q3PPg2W .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v64q3PPg2W .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v64q3PPg2W .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v64q3PPg2W .nav-item .nav-link:hover,
.cid-v64q3PPg2W .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v64q3PPg2W .nav-item .nav-link:hover::after,
.cid-v64q3PPg2W .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v64q3PPg2W .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v64q3PPg2W .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v64q3PPg2W .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v64q3PPg2W .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v64q3PPg2W .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v64q3PPg2W .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v64q3PPg2W .navbar {
    justify-content: flex-start !important;
  }
  .cid-v64q3PPg2W .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v64q3PPg2W .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v64q3PPg2W .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v64q3PPg2W .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v64q3PPg2W .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v64q3PPg2W .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v64q3PPg2W .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v64q3PPg2W .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v64q3PPg2W .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v64q3PPg2W .content-wrap {
    min-height: 80px;
  }
}
.cid-v64r1yPWNB {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #191919;
  position: relative;
}
.cid-v64r1yPWNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64r1yPWNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64r1yPWNB .row {
  margin: 0 -15px;
}
.cid-v64r1yPWNB .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v64r1yPWNB .row {
    flex-direction: column-reverse;
  }
}
.cid-v64r1yPWNB .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 49%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v64r1yPWNB .image-wrapper {
    width: 100%;
  }
}
.cid-v64r1yPWNB .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v64r1yPWNB .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191919;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cid-v64r1yPWNB .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v64r1yPWNB .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1640px) {
  .cid-v64r1yPWNB .desc-wrapper .mbr-desc {
    width: 45%;
  }
}
@media (max-width: 1440px) {
  .cid-v64r1yPWNB .desc-wrapper .mbr-desc {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-v64r1yPWNB .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v64r1yPWNB .text-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-v64r1yPWNB .text-wrapper {
    min-height: auto;
  }
}
.cid-v64r1yPWNB .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v64r1yPWNB .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper {
  -webkit-flex: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-v64r1yPWNB .text-wrapper .card-wrapper {
    display: block;
  }
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 20px;
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image {
  height: 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  transition: all .3s ease;
}
@media (max-width: 1440px) {
  .cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 250px;
  }
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image:hover,
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image:focus {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 45px !important;
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image:hover .image-wrap img,
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image:focus .image-wrap img {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 45px !important;
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image:hover .image-wrap::before,
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image:focus .image-wrap::before {
  background-color: #3a392d;
  opacity: .8;
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0.6;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v64r1yPWNB .text-wrapper .card-wrapper .card-wrap .card-image .card-desc {
  position: relative;
  z-index: 1;
  padding: 10px;
  margin-bottom: 0;
}
.cid-v64r1yPWNB .title-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v64r1yPWNB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v64r1yPWNB .title-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.cid-v64r1yPWNB .mbr-desc {
  color: #fefff5;
}
.cid-v64r1yPWNB .mbr-text {
  color: #fefff5;
}
.cid-v64r1yPWNB .card-title {
  color: #fefff5;
}
.cid-v64r1yPWNB .card-desc {
  color: #fefff5;
}
.cid-v64r1yPWNB .mbr-section-title {
  color: #fefff5;
  text-align: center;
}
.cid-v64qXCJL59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v64qXCJL59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64qXCJL59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64qXCJL59 .row {
  margin: 0 -15px;
}
.cid-v64qXCJL59 .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v64qXCJL59 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v64qXCJL59 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v64qXCJL59 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v64qXCJL59 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v64qXCJL59 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v64qXCJL59 .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v64qXCJL59 .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v64qXCJL59 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v64qXCJL59 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v64qXCJL59 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v64qXCJL59 .mbr-section-title {
  color: #fefff5;
}
.cid-v64qXCJL59 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v64qXCJL59 .mbr-desc {
  color: #fefff5;
}
.cid-v64qXCJL59 .mbr-label {
  color: #fefff5;
}
.cid-v64qXCJL59 .mbr-text {
  color: #fefff5;
}
.cid-v6dCijY2kw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dCijY2kw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dCijY2kw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dCijY2kw .container {
    padding: 0 26px;
  }
}
.cid-v6dCijY2kw .row {
  justify-content: center;
}
.cid-v6dCijY2kw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dCijY2kw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dCijY2kw .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dCijY2kw .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dCijY2kw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dCijY2kw .embla__button--next,
.cid-v6dCijY2kw .embla__button--prev {
  display: flex;
}
.cid-v6dCijY2kw .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dCijY2kw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dCijY2kw .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dCijY2kw .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dCijY2kw .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dCijY2kw .embla {
  position: relative;
  width: 100%;
}
.cid-v6dCijY2kw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dCijY2kw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dCijY2kw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dCijY2kw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v64q3SelIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v64q3SelIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64q3SelIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64q3SelIi .row {
  margin: 0 -15px;
}
.cid-v64q3SelIi .row .card {
  padding: 0 15px;
}
.cid-v64q3SelIi .title-wrapper {
  margin-bottom: 40px;
}
.cid-v64q3SelIi .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v64q3SelIi .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v64q3SelIi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v64q3SelIi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v64q3SelIi .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v64q3SelIi .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v64q3SelIi .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v64q3SelIi .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v64q3SelIi .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v64q3SelIi .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v64q3SelIi .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v64q3SelIi .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v64q3SelIi .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v64q3SelIi .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v64q3SelIi .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v64q3SelIi .mbr-section-title {
  color: #fefff5;
}
.cid-v64q3SelIi .mbr-text {
  color: #fefff5;
}
.cid-v64q3SelIi .list {
  color: #a1a1a1;
}
.cid-v64yJiOzpl .navbar-dropdown {
  position: relative !important;
}
.cid-v64yJiOzpl .navbar-dropdown {
  position: absolute !important;
}
.cid-v64yJiOzpl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v64yJiOzpl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v64yJiOzpl .dropdown-menu {
    text-align: center;
  }
}
.cid-v64yJiOzpl .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v64yJiOzpl .dropdown-item:hover,
.cid-v64yJiOzpl .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v64yJiOzpl .dropdown-item:hover span {
  color: white;
}
.cid-v64yJiOzpl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v64yJiOzpl .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v64yJiOzpl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v64yJiOzpl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v64yJiOzpl .nav-link {
  position: relative;
}
.cid-v64yJiOzpl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v64yJiOzpl .container {
    flex-wrap: nowrap;
  }
}
.cid-v64yJiOzpl .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v64yJiOzpl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v64yJiOzpl .dropdown-menu,
.cid-v64yJiOzpl .navbar.opened {
  background: #191919 !important;
}
.cid-v64yJiOzpl .nav-item:focus,
.cid-v64yJiOzpl .nav-link:focus {
  outline: none;
}
.cid-v64yJiOzpl .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v64yJiOzpl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v64yJiOzpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v64yJiOzpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v64yJiOzpl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v64yJiOzpl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v64yJiOzpl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v64yJiOzpl .navbar {
    min-height: 80px;
  }
}
.cid-v64yJiOzpl .navbar.opened {
  transition: all 0.3s;
}
.cid-v64yJiOzpl .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v64yJiOzpl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v64yJiOzpl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v64yJiOzpl .navbar.collapsed {
  justify-content: center;
}
.cid-v64yJiOzpl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v64yJiOzpl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v64yJiOzpl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v64yJiOzpl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v64yJiOzpl .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%;
  right: .8rem;
}
.cid-v64yJiOzpl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v64yJiOzpl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v64yJiOzpl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v64yJiOzpl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v64yJiOzpl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v64yJiOzpl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v64yJiOzpl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v64yJiOzpl .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%;
    right: .8rem;
  }
  .cid-v64yJiOzpl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v64yJiOzpl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v64yJiOzpl .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v64yJiOzpl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v64yJiOzpl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v64yJiOzpl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v64yJiOzpl .navbar.navbar-short {
  min-height: 96px;
}
.cid-v64yJiOzpl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v64yJiOzpl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v64yJiOzpl .navbar-brand {
    min-height: 80px;
  }
}
.cid-v64yJiOzpl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v64yJiOzpl .navbar-brand .navbar-caption:hover,
.cid-v64yJiOzpl .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v64yJiOzpl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v64yJiOzpl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v64yJiOzpl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v64yJiOzpl .dropdown-item.active,
.cid-v64yJiOzpl .dropdown-item:active {
  background-color: transparent;
}
.cid-v64yJiOzpl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v64yJiOzpl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v64yJiOzpl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v64yJiOzpl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v64yJiOzpl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v64yJiOzpl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v64yJiOzpl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v64yJiOzpl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v64yJiOzpl ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v64yJiOzpl .navbar-buttons {
  text-align: center;
}
.cid-v64yJiOzpl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v64yJiOzpl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v64yJiOzpl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v64yJiOzpl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v64yJiOzpl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v64yJiOzpl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v64yJiOzpl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v64yJiOzpl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v64yJiOzpl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64yJiOzpl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v64yJiOzpl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v64yJiOzpl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64yJiOzpl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v64yJiOzpl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v64yJiOzpl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v64yJiOzpl .navbar {
    height: 70px;
  }
  .cid-v64yJiOzpl .navbar.opened {
    height: auto;
  }
  .cid-v64yJiOzpl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v64yJiOzpl .navbar-nav {
  margin: 0 auto;
}
.cid-v64yJiOzpl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v64yJiOzpl .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v64yJiOzpl .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v64yJiOzpl .nav-item .nav-link:hover,
.cid-v64yJiOzpl .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v64yJiOzpl .nav-item .nav-link:hover::after,
.cid-v64yJiOzpl .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v64yJiOzpl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v64yJiOzpl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v64yJiOzpl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v64yJiOzpl .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v64yJiOzpl .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v64yJiOzpl .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v64yJiOzpl .navbar {
    justify-content: flex-start !important;
  }
  .cid-v64yJiOzpl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v64yJiOzpl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v64yJiOzpl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v64yJiOzpl .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v64yJiOzpl .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v64yJiOzpl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v64yJiOzpl .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v64yJiOzpl .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v64yJiOzpl .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v64yJiOzpl .content-wrap {
    min-height: 80px;
  }
}
.cid-v64yJjgTOI {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v64yJjgTOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64yJjgTOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64yJjgTOI .row {
  margin: 0 -15px;
}
.cid-v64yJjgTOI .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v64yJjgTOI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v64yJjgTOI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v64yJjgTOI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v64yJjgTOI .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v64yJjgTOI .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v64yJjgTOI .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v64yJjgTOI .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v64yJjgTOI .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v64yJjgTOI .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v64yJjgTOI .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v64yJjgTOI .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v64yJjgTOI .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v64yJjgTOI .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v64yJjgTOI .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v64yJjgTOI .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v64yJjgTOI .mbr-section-title {
  color: #ffffff;
}
.cid-v64yJjgTOI .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v64yJjgTOI .mbr-label {
  color: #fefff5;
}
.cid-v64yJjgTOI .mbr-text {
  color: #fefff5;
}
.cid-v64z3cYkjz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v64z3cYkjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64z3cYkjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64z3cYkjz .row {
  margin: 0 -15px;
}
.cid-v64z3cYkjz .row .card {
  padding: 0 15px;
}
.cid-v64z3cYkjz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-v64z3cYkjz .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v64z3cYkjz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v64z3cYkjz .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v64z3cYkjz .items-wrapper .item:hover .item-wrapper,
.cid-v64z3cYkjz .items-wrapper .item:focus .item-wrapper {
  border: 1px solid #736e4e;
}
.cid-v64z3cYkjz .items-wrapper .item:hover .card-box .item-title,
.cid-v64z3cYkjz .items-wrapper .item:focus .card-box .item-title {
  color: #736e4e;
}
.cid-v64z3cYkjz .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 450px;
  padding: 30px;
  height: 100%;
  border: 1px solid #fefff5;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v64z3cYkjz .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-v64z3cYkjz .items-wrapper .item .item-wrapper .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v64z3cYkjz .items-wrapper .item .item-wrapper .item-price {
    margin-bottom: 20px;
  }
}
.cid-v64z3cYkjz .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v64z3cYkjz .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 20px;
  }
}
.cid-v64z3cYkjz .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding-left: 20px;
  margin: 0;
}
.cid-v64z3cYkjz .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-v64z3cYkjz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v64z3cYkjz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v64z3cYkjz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v64z3cYkjz .item-title {
  color: #fefff5;
}
.cid-v64z3cYkjz .item-price {
  color: #fefff5;
}
.cid-v64z3cYkjz .list {
  color: #fefff5;
}
.cid-v64z3cYkjz .item-title,
.cid-v64z3cYkjz .item-btn {
  color: #736e4e;
}
.cid-v64CVQ1QVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v64CVQ1QVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64CVQ1QVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64CVQ1QVE .row {
  margin: 0 -15px;
}
.cid-v64CVQ1QVE .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v64CVQ1QVE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v64CVQ1QVE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v64CVQ1QVE .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v64CVQ1QVE .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v64CVQ1QVE .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v64CVQ1QVE .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v64CVQ1QVE .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v64CVQ1QVE .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v64CVQ1QVE .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v64CVQ1QVE .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v64CVQ1QVE .mbr-section-title {
  color: #fefff5;
}
.cid-v64CVQ1QVE .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v64CVQ1QVE .mbr-desc {
  color: #fefff5;
}
.cid-v64CVQ1QVE .mbr-label {
  color: #736e4e;
}
.cid-v64CVQ1QVE .mbr-text {
  color: #fefff5;
}
.cid-v64CVQ1QVE .mbr-desc,
.cid-v64CVQ1QVE .desc-wrapper {
  color: #736e4e;
}
.cid-v6fwGGyXdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fwGGyXdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fwGGyXdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fwGGyXdW .row {
  margin: 0 -15px;
}
.cid-v6fwGGyXdW .row .card {
  padding: 0 15px;
}
.cid-v6fwGGyXdW .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6fwGGyXdW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6fwGGyXdW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fwGGyXdW .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fwGGyXdW .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6fwGGyXdW .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v6fwGGyXdW .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6fwGGyXdW .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v6fwGGyXdW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-v6fwGGyXdW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6fwGGyXdW .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v6fwGGyXdW .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v6fwGGyXdW .embla__slide .slide-content {
  width: 100%;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0.5;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-v6fwGGyXdW .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v6fwGGyXdW .embla__button--next,
.cid-v6fwGGyXdW .embla__button--prev {
  display: flex;
}
.cid-v6fwGGyXdW .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v6fwGGyXdW .embla__button {
    bottom: 0;
  }
}
.cid-v6fwGGyXdW .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v6fwGGyXdW .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v6fwGGyXdW .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6fwGGyXdW .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v6fwGGyXdW .embla__button.embla__button--next {
  right: 0;
}
.cid-v6fwGGyXdW .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v6fwGGyXdW .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6fwGGyXdW .embla {
    padding-bottom: 4rem;
  }
}
.cid-v6fwGGyXdW .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6fwGGyXdW .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v6fwGGyXdW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6fwGGyXdW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6fwGGyXdW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6fwGGyXdW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6fwGGyXdW .mbr-section-title {
  color: #fefff5;
}
.cid-v6fwGGyXdW .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fwGGyXdW .mbr-label {
  color: #fefff5;
}
.cid-v6fwGGyXdW .mbr-text {
  color: #fefff5;
}
.cid-v6fwGGyXdW .item-name {
  color: #fefff5;
}
.cid-v6fwGGyXdW .item-role {
  color: #fefff5;
}
.cid-v6fL9sbyBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fL9sbyBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL9sbyBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL9sbyBQ .row {
  margin: 0 -15px;
}
.cid-v6fL9sbyBQ .row .card {
  padding: 0 15px;
}
.cid-v6fL9sbyBQ .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6fL9sbyBQ .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v6fL9sbyBQ .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v6fL9sbyBQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fL9sbyBQ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fL9sbyBQ .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v6fL9sbyBQ .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6fL9sbyBQ .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6fL9sbyBQ .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #994412;
  transform: scale(1.15);
}
.cid-v6fL9sbyBQ .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #a1a1a1;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v6fL9sbyBQ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v6fL9sbyBQ .mbr-section-title {
  color: #fefff5;
}
.cid-v6fL9sbyBQ .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fL9sbyBQ label {
  color: #fefff5;
}
.cid-v6dCkUZLLq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dCkUZLLq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dCkUZLLq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dCkUZLLq .container {
    padding: 0 26px;
  }
}
.cid-v6dCkUZLLq .row {
  justify-content: center;
}
.cid-v6dCkUZLLq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dCkUZLLq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dCkUZLLq .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dCkUZLLq .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dCkUZLLq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dCkUZLLq .embla__button--next,
.cid-v6dCkUZLLq .embla__button--prev {
  display: flex;
}
.cid-v6dCkUZLLq .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dCkUZLLq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dCkUZLLq .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dCkUZLLq .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dCkUZLLq .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dCkUZLLq .embla {
  position: relative;
  width: 100%;
}
.cid-v6dCkUZLLq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dCkUZLLq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dCkUZLLq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dCkUZLLq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v64yJmeSyE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v64yJmeSyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64yJmeSyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64yJmeSyE .row {
  margin: 0 -15px;
}
.cid-v64yJmeSyE .row .card {
  padding: 0 15px;
}
.cid-v64yJmeSyE .title-wrapper {
  margin-bottom: 40px;
}
.cid-v64yJmeSyE .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v64yJmeSyE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v64yJmeSyE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v64yJmeSyE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v64yJmeSyE .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v64yJmeSyE .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v64yJmeSyE .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v64yJmeSyE .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v64yJmeSyE .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v64yJmeSyE .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v64yJmeSyE .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v64yJmeSyE .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v64yJmeSyE .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v64yJmeSyE .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v64yJmeSyE .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v64yJmeSyE .mbr-section-title {
  color: #fefff5;
}
.cid-v64yJmeSyE .mbr-text {
  color: #fefff5;
}
.cid-v64yJmeSyE .list {
  color: #a1a1a1;
}
.cid-v68TTTcC7S .navbar-dropdown {
  position: relative !important;
}
.cid-v68TTTcC7S .navbar-dropdown {
  position: absolute !important;
}
.cid-v68TTTcC7S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v68TTTcC7S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v68TTTcC7S .dropdown-menu {
    text-align: center;
  }
}
.cid-v68TTTcC7S .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v68TTTcC7S .dropdown-item:hover,
.cid-v68TTTcC7S .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v68TTTcC7S .dropdown-item:hover span {
  color: white;
}
.cid-v68TTTcC7S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v68TTTcC7S .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v68TTTcC7S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v68TTTcC7S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v68TTTcC7S .nav-link {
  position: relative;
}
.cid-v68TTTcC7S .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v68TTTcC7S .container {
    flex-wrap: nowrap;
  }
}
.cid-v68TTTcC7S .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v68TTTcC7S .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v68TTTcC7S .dropdown-menu,
.cid-v68TTTcC7S .navbar.opened {
  background: #191919 !important;
}
.cid-v68TTTcC7S .nav-item:focus,
.cid-v68TTTcC7S .nav-link:focus {
  outline: none;
}
.cid-v68TTTcC7S .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v68TTTcC7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v68TTTcC7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v68TTTcC7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v68TTTcC7S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v68TTTcC7S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v68TTTcC7S .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v68TTTcC7S .navbar {
    min-height: 80px;
  }
}
.cid-v68TTTcC7S .navbar.opened {
  transition: all 0.3s;
}
.cid-v68TTTcC7S .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v68TTTcC7S .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v68TTTcC7S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v68TTTcC7S .navbar.collapsed {
  justify-content: center;
}
.cid-v68TTTcC7S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v68TTTcC7S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v68TTTcC7S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v68TTTcC7S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v68TTTcC7S .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%;
  right: .8rem;
}
.cid-v68TTTcC7S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v68TTTcC7S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v68TTTcC7S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v68TTTcC7S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v68TTTcC7S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v68TTTcC7S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v68TTTcC7S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v68TTTcC7S .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%;
    right: .8rem;
  }
  .cid-v68TTTcC7S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v68TTTcC7S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v68TTTcC7S .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v68TTTcC7S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v68TTTcC7S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v68TTTcC7S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v68TTTcC7S .navbar.navbar-short {
  min-height: 96px;
}
.cid-v68TTTcC7S .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v68TTTcC7S .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v68TTTcC7S .navbar-brand {
    min-height: 80px;
  }
}
.cid-v68TTTcC7S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v68TTTcC7S .navbar-brand .navbar-caption:hover,
.cid-v68TTTcC7S .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v68TTTcC7S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v68TTTcC7S .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v68TTTcC7S .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v68TTTcC7S .dropdown-item.active,
.cid-v68TTTcC7S .dropdown-item:active {
  background-color: transparent;
}
.cid-v68TTTcC7S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v68TTTcC7S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v68TTTcC7S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v68TTTcC7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v68TTTcC7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v68TTTcC7S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v68TTTcC7S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v68TTTcC7S ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v68TTTcC7S ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v68TTTcC7S .navbar-buttons {
  text-align: center;
}
.cid-v68TTTcC7S .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v68TTTcC7S .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v68TTTcC7S button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v68TTTcC7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v68TTTcC7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v68TTTcC7S button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v68TTTcC7S button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v68TTTcC7S button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v68TTTcC7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v68TTTcC7S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v68TTTcC7S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v68TTTcC7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v68TTTcC7S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v68TTTcC7S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v68TTTcC7S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v68TTTcC7S .navbar {
    height: 70px;
  }
  .cid-v68TTTcC7S .navbar.opened {
    height: auto;
  }
  .cid-v68TTTcC7S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v68TTTcC7S .navbar-nav {
  margin: 0 auto;
}
.cid-v68TTTcC7S .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v68TTTcC7S .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v68TTTcC7S .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v68TTTcC7S .nav-item .nav-link:hover,
.cid-v68TTTcC7S .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v68TTTcC7S .nav-item .nav-link:hover::after,
.cid-v68TTTcC7S .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v68TTTcC7S .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v68TTTcC7S .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v68TTTcC7S .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v68TTTcC7S .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v68TTTcC7S .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v68TTTcC7S .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v68TTTcC7S .navbar {
    justify-content: flex-start !important;
  }
  .cid-v68TTTcC7S .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v68TTTcC7S .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v68TTTcC7S .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v68TTTcC7S .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v68TTTcC7S .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v68TTTcC7S .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v68TTTcC7S .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v68TTTcC7S .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v68TTTcC7S .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v68TTTcC7S .content-wrap {
    min-height: 80px;
  }
}
.cid-v68TTTC5bw {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68TTTC5bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68TTTC5bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68TTTC5bw .row {
  margin: 0 -15px;
}
.cid-v68TTTC5bw .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v68TTTC5bw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v68TTTC5bw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v68TTTC5bw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v68TTTC5bw .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68TTTC5bw .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v68TTTC5bw .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68TTTC5bw .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v68TTTC5bw .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v68TTTC5bw .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v68TTTC5bw .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68TTTC5bw .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v68TTTC5bw .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v68TTTC5bw .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v68TTTC5bw .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v68TTTC5bw .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v68TTTC5bw .mbr-section-title {
  color: #fefff5;
}
.cid-v68TTTC5bw .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v68TTTC5bw .mbr-label {
  color: #fefff5;
}
.cid-v68TTTC5bw .mbr-text {
  color: #fefff5;
}
.cid-v68TTTWbeB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68TTTWbeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68TTTWbeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68TTTWbeB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 745px;
  max-width: 745px;
}
@media (max-width: 1440px) {
  .cid-v68TTTWbeB .embla__slide {
    min-width: 540px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .cid-v68TTTWbeB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v68TTTWbeB .embla__slide .slide-content {
  width: 100%;
}
.cid-v68TTTWbeB .embla__slide .slide-content .item-wrapper {
  min-height: 400px;
  height: 100%;
  border: 1px solid #fefff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v68TTTWbeB .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 20px;
  }
}
.cid-v68TTTWbeB .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-v68TTTWbeB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v68TTTWbeB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v68TTTWbeB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 12px;
}
.cid-v68TTTWbeB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v68TTTWbeB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v68TTTWbeB .embla__button--next,
.cid-v68TTTWbeB .embla__button--prev {
  display: flex;
}
.cid-v68TTTWbeB .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v68TTTWbeB .embla__button {
    bottom: 0;
  }
}
.cid-v68TTTWbeB .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v68TTTWbeB .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v68TTTWbeB .embla__button.embla__button--prev {
  left: 0;
}
.cid-v68TTTWbeB .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v68TTTWbeB .embla__button.embla__button--next {
  right: 0;
}
.cid-v68TTTWbeB .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v68TTTWbeB .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v68TTTWbeB .embla {
    padding-bottom: 4rem;
  }
}
.cid-v68TTTWbeB .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-v68TTTWbeB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v68TTTWbeB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v68TTTWbeB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v68TTTWbeB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v68TTTWbeB .item-text {
  color: #ffffff;
}
.cid-v68TTTWbeB .item-name {
  color: #fefff5;
}
.cid-v68TTTWbeB .item-role {
  color: #736e4e;
}
.cid-v6bF3chj1e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6bF3chj1e .item:focus,
.cid-v6bF3chj1e span:focus {
  outline: none;
}
.cid-v6bF3chj1e .item {
  cursor: pointer;
}
.cid-v6bF3chj1e .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-v6bF3chj1e .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v6bF3chj1e .grid-container-1,
.cid-v6bF3chj1e .grid-container-2,
.cid-v6bF3chj1e .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-v6bF3chj1e .grid-container-1,
  .cid-v6bF3chj1e .grid-container-2,
  .cid-v6bF3chj1e .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v6bF3chj1e .mbr-section-title {
  margin-bottom: 40px;
  color: #fefff5;
  text-align: center;
}
.cid-v6bF3chj1e .content-head {
  max-width: 800px;
}
.cid-v6bF3chj1e .container,
.cid-v6bF3chj1e .container-fluid {
  overflow: hidden;
}
.cid-v6bF3chj1e .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v6bF3chj1e .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6bF3chj1e .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v6bF3chj1e .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-v6bF3chj1e .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v6bF3chj1e .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v6bF3chj1e .grid-item img {
    height: 140px;
  }
}
.cid-v6bF3chj1e .grid-container-1,
.cid-v6bF3chj1e .grid-container-2,
.cid-v6bF3chj1e .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v6bF3chj1e .grid-container-1 {
  align-items: flex-end;
}
.cid-v6bF3chj1e .grid-container-2 {
  align-items: flex-start;
}
.cid-v68TTUIWqX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #191919;
}
.cid-v68TTUIWqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68TTUIWqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68TTUIWqX .row {
  margin: 0 -15px;
}
.cid-v68TTUIWqX .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v68TTUIWqX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v68TTUIWqX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v68TTUIWqX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v68TTUIWqX .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68TTUIWqX .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v68TTUIWqX .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68TTUIWqX .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v68TTUIWqX .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v68TTUIWqX .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v68TTUIWqX .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68TTUIWqX .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v68TTUIWqX .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v68TTUIWqX .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v68TTUIWqX .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v68TTUIWqX .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v68TTUIWqX .mbr-section-title {
  color: #fefff5;
}
.cid-v68TTUIWqX .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v68TTUIWqX .mbr-label {
  color: #fefff5;
}
.cid-v68TTUIWqX .mbr-text {
  color: #fefff5;
}
.cid-v6fwWd3VfD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fwWd3VfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fwWd3VfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fwWd3VfD .row {
  margin: 0 -15px;
}
.cid-v6fwWd3VfD .row .card {
  padding: 0 15px;
}
.cid-v6fwWd3VfD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6fwWd3VfD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6fwWd3VfD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fwWd3VfD .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fwWd3VfD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 768px) {
  .cid-v6fwWd3VfD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6fwWd3VfD .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v6fwWd3VfD .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v6fwWd3VfD .embla__slide .slide-content {
  width: 100%;
}
.cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2f2e29;
}
@media (max-width: 992px) {
  .cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  padding-right: 20%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
    margin-top: 30px;
  }
}
.cid-v6fwWd3VfD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-v6fwWd3VfD .embla__button--next,
.cid-v6fwWd3VfD .embla__button--prev {
  display: flex;
}
.cid-v6fwWd3VfD .embla__button {
  bottom: 45%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v6fwWd3VfD .embla__button {
    bottom: 0;
  }
}
.cid-v6fwWd3VfD .embla__button:hover {
  background-color: #fefff5 !important;
  color: #2f2e29 !important;
}
.cid-v6fwWd3VfD .embla__button:disabled {
  opacity: 0 !important;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
}
.cid-v6fwWd3VfD .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6fwWd3VfD .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v6fwWd3VfD .embla__button.embla__button--next {
  right: 0;
}
.cid-v6fwWd3VfD .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v6fwWd3VfD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6fwWd3VfD .embla {
    padding-bottom: 4rem;
  }
}
.cid-v6fwWd3VfD .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6fwWd3VfD .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v6fwWd3VfD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6fwWd3VfD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6fwWd3VfD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6fwWd3VfD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6fwWd3VfD .mbr-section-title {
  color: #fefff5;
}
.cid-v6fwWd3VfD .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fwWd3VfD .item-title {
  color: #fefff5;
}
.cid-v6fwWd3VfD .item-text {
  color: #fefff5;
}
.cid-v6fLjs0pSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fLjs0pSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fLjs0pSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fLjs0pSr .row {
  margin: 0 -15px;
}
.cid-v6fLjs0pSr .row .card {
  padding: 0 15px;
}
.cid-v6fLjs0pSr .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6fLjs0pSr .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v6fLjs0pSr .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v6fLjs0pSr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fLjs0pSr .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fLjs0pSr .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v6fLjs0pSr .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6fLjs0pSr .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6fLjs0pSr .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #994412;
  transform: scale(1.15);
}
.cid-v6fLjs0pSr .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #a1a1a1;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v6fLjs0pSr .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v6fLjs0pSr .mbr-section-title {
  color: #fefff5;
}
.cid-v6fLjs0pSr .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fLjs0pSr label {
  color: #fefff5;
}
.cid-v6dCwU6pQX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dCwU6pQX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dCwU6pQX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dCwU6pQX .container {
    padding: 0 26px;
  }
}
.cid-v6dCwU6pQX .row {
  justify-content: center;
}
.cid-v6dCwU6pQX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dCwU6pQX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dCwU6pQX .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dCwU6pQX .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dCwU6pQX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dCwU6pQX .embla__button--next,
.cid-v6dCwU6pQX .embla__button--prev {
  display: flex;
}
.cid-v6dCwU6pQX .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dCwU6pQX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dCwU6pQX .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dCwU6pQX .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dCwU6pQX .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dCwU6pQX .embla {
  position: relative;
  width: 100%;
}
.cid-v6dCwU6pQX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dCwU6pQX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dCwU6pQX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dCwU6pQX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v68TTXaxxp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68TTXaxxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68TTXaxxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68TTXaxxp .row {
  margin: 0 -15px;
}
.cid-v68TTXaxxp .row .card {
  padding: 0 15px;
}
.cid-v68TTXaxxp .title-wrapper {
  margin-bottom: 40px;
}
.cid-v68TTXaxxp .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v68TTXaxxp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v68TTXaxxp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68TTXaxxp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v68TTXaxxp .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v68TTXaxxp .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68TTXaxxp .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68TTXaxxp .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v68TTXaxxp .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v68TTXaxxp .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v68TTXaxxp .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v68TTXaxxp .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v68TTXaxxp .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v68TTXaxxp .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v68TTXaxxp .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v68TTXaxxp .mbr-section-title {
  color: #fefff5;
}
.cid-v68TTXaxxp .mbr-text {
  color: #fefff5;
}
.cid-v68TTXaxxp .list {
  color: #a1a1a1;
}
.cid-v68R9MAoHX .navbar-dropdown {
  position: relative !important;
}
.cid-v68R9MAoHX .navbar-dropdown {
  position: absolute !important;
}
.cid-v68R9MAoHX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v68R9MAoHX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v68R9MAoHX .dropdown-menu {
    text-align: center;
  }
}
.cid-v68R9MAoHX .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v68R9MAoHX .dropdown-item:hover,
.cid-v68R9MAoHX .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v68R9MAoHX .dropdown-item:hover span {
  color: white;
}
.cid-v68R9MAoHX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v68R9MAoHX .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v68R9MAoHX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v68R9MAoHX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v68R9MAoHX .nav-link {
  position: relative;
}
.cid-v68R9MAoHX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v68R9MAoHX .container {
    flex-wrap: nowrap;
  }
}
.cid-v68R9MAoHX .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v68R9MAoHX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v68R9MAoHX .dropdown-menu,
.cid-v68R9MAoHX .navbar.opened {
  background: #191919 !important;
}
.cid-v68R9MAoHX .nav-item:focus,
.cid-v68R9MAoHX .nav-link:focus {
  outline: none;
}
.cid-v68R9MAoHX .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v68R9MAoHX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v68R9MAoHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v68R9MAoHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v68R9MAoHX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v68R9MAoHX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v68R9MAoHX .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v68R9MAoHX .navbar {
    min-height: 80px;
  }
}
.cid-v68R9MAoHX .navbar.opened {
  transition: all 0.3s;
}
.cid-v68R9MAoHX .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v68R9MAoHX .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v68R9MAoHX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v68R9MAoHX .navbar.collapsed {
  justify-content: center;
}
.cid-v68R9MAoHX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v68R9MAoHX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v68R9MAoHX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v68R9MAoHX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v68R9MAoHX .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%;
  right: .8rem;
}
.cid-v68R9MAoHX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v68R9MAoHX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v68R9MAoHX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v68R9MAoHX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v68R9MAoHX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v68R9MAoHX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v68R9MAoHX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v68R9MAoHX .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%;
    right: .8rem;
  }
  .cid-v68R9MAoHX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v68R9MAoHX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v68R9MAoHX .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v68R9MAoHX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v68R9MAoHX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v68R9MAoHX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v68R9MAoHX .navbar.navbar-short {
  min-height: 96px;
}
.cid-v68R9MAoHX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v68R9MAoHX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v68R9MAoHX .navbar-brand {
    min-height: 80px;
  }
}
.cid-v68R9MAoHX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v68R9MAoHX .navbar-brand .navbar-caption:hover,
.cid-v68R9MAoHX .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v68R9MAoHX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v68R9MAoHX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v68R9MAoHX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v68R9MAoHX .dropdown-item.active,
.cid-v68R9MAoHX .dropdown-item:active {
  background-color: transparent;
}
.cid-v68R9MAoHX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v68R9MAoHX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v68R9MAoHX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v68R9MAoHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v68R9MAoHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v68R9MAoHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v68R9MAoHX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v68R9MAoHX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v68R9MAoHX ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v68R9MAoHX .navbar-buttons {
  text-align: center;
}
.cid-v68R9MAoHX .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v68R9MAoHX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v68R9MAoHX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v68R9MAoHX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v68R9MAoHX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v68R9MAoHX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v68R9MAoHX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v68R9MAoHX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v68R9MAoHX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v68R9MAoHX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v68R9MAoHX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v68R9MAoHX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v68R9MAoHX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v68R9MAoHX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v68R9MAoHX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v68R9MAoHX .navbar {
    height: 70px;
  }
  .cid-v68R9MAoHX .navbar.opened {
    height: auto;
  }
  .cid-v68R9MAoHX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v68R9MAoHX .navbar-nav {
  margin: 0 auto;
}
.cid-v68R9MAoHX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v68R9MAoHX .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v68R9MAoHX .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v68R9MAoHX .nav-item .nav-link:hover,
.cid-v68R9MAoHX .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v68R9MAoHX .nav-item .nav-link:hover::after,
.cid-v68R9MAoHX .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v68R9MAoHX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v68R9MAoHX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v68R9MAoHX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v68R9MAoHX .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v68R9MAoHX .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v68R9MAoHX .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v68R9MAoHX .navbar {
    justify-content: flex-start !important;
  }
  .cid-v68R9MAoHX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v68R9MAoHX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v68R9MAoHX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v68R9MAoHX .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v68R9MAoHX .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v68R9MAoHX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v68R9MAoHX .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v68R9MAoHX .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v68R9MAoHX .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v68R9MAoHX .content-wrap {
    min-height: 80px;
  }
}
.cid-v68R9MO9Fk {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68R9MO9Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68R9MO9Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68R9MO9Fk .row {
  margin: 0 -15px;
}
.cid-v68R9MO9Fk .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v68R9MO9Fk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v68R9MO9Fk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v68R9MO9Fk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v68R9MO9Fk .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68R9MO9Fk .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v68R9MO9Fk .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68R9MO9Fk .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v68R9MO9Fk .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v68R9MO9Fk .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v68R9MO9Fk .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68R9MO9Fk .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v68R9MO9Fk .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v68R9MO9Fk .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v68R9MO9Fk .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v68R9MO9Fk .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v68R9MO9Fk .mbr-section-title {
  color: #fefff5;
}
.cid-v68R9MO9Fk .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v68R9MO9Fk .mbr-label {
  color: #fefff5;
}
.cid-v68R9MO9Fk .mbr-text {
  color: #fefff5;
}
.cid-v68R9MYOGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68R9MYOGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68R9MYOGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68R9MYOGy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 745px;
  max-width: 745px;
}
@media (max-width: 1440px) {
  .cid-v68R9MYOGy .embla__slide {
    min-width: 540px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .cid-v68R9MYOGy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v68R9MYOGy .embla__slide .slide-content {
  width: 100%;
}
.cid-v68R9MYOGy .embla__slide .slide-content .item-wrapper {
  min-height: 400px;
  height: 100%;
  border: 1px solid #fefff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v68R9MYOGy .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 20px;
  }
}
.cid-v68R9MYOGy .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-v68R9MYOGy .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v68R9MYOGy .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v68R9MYOGy .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 12px;
}
.cid-v68R9MYOGy .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v68R9MYOGy .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v68R9MYOGy .embla__button--next,
.cid-v68R9MYOGy .embla__button--prev {
  display: flex;
}
.cid-v68R9MYOGy .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v68R9MYOGy .embla__button {
    bottom: 0;
  }
}
.cid-v68R9MYOGy .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v68R9MYOGy .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v68R9MYOGy .embla__button.embla__button--prev {
  left: 0;
}
.cid-v68R9MYOGy .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v68R9MYOGy .embla__button.embla__button--next {
  right: 0;
}
.cid-v68R9MYOGy .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v68R9MYOGy .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v68R9MYOGy .embla {
    padding-bottom: 4rem;
  }
}
.cid-v68R9MYOGy .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-v68R9MYOGy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v68R9MYOGy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v68R9MYOGy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v68R9MYOGy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v68R9MYOGy .item-text {
  color: #ffffff;
}
.cid-v68R9MYOGy .item-name {
  color: #fefff5;
}
.cid-v68R9MYOGy .item-role {
  color: #736e4e;
}
.cid-v6bF0qQzpT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6bF0qQzpT .item:focus,
.cid-v6bF0qQzpT span:focus {
  outline: none;
}
.cid-v6bF0qQzpT .item {
  cursor: pointer;
}
.cid-v6bF0qQzpT .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-v6bF0qQzpT .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v6bF0qQzpT .grid-container-1,
.cid-v6bF0qQzpT .grid-container-2,
.cid-v6bF0qQzpT .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-v6bF0qQzpT .grid-container-1,
  .cid-v6bF0qQzpT .grid-container-2,
  .cid-v6bF0qQzpT .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v6bF0qQzpT .mbr-section-title {
  margin-bottom: 40px;
  color: #fefff5;
  text-align: center;
}
.cid-v6bF0qQzpT .content-head {
  max-width: 800px;
}
.cid-v6bF0qQzpT .container,
.cid-v6bF0qQzpT .container-fluid {
  overflow: hidden;
}
.cid-v6bF0qQzpT .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v6bF0qQzpT .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6bF0qQzpT .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v6bF0qQzpT .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-v6bF0qQzpT .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v6bF0qQzpT .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v6bF0qQzpT .grid-item img {
    height: 140px;
  }
}
.cid-v6bF0qQzpT .grid-container-1,
.cid-v6bF0qQzpT .grid-container-2,
.cid-v6bF0qQzpT .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v6bF0qQzpT .grid-container-1 {
  align-items: flex-end;
}
.cid-v6bF0qQzpT .grid-container-2 {
  align-items: flex-start;
}
.cid-v68R9NpmAx {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #191919;
}
.cid-v68R9NpmAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68R9NpmAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68R9NpmAx .row {
  margin: 0 -15px;
}
.cid-v68R9NpmAx .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v68R9NpmAx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v68R9NpmAx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v68R9NpmAx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v68R9NpmAx .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68R9NpmAx .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v68R9NpmAx .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68R9NpmAx .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v68R9NpmAx .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v68R9NpmAx .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v68R9NpmAx .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68R9NpmAx .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v68R9NpmAx .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v68R9NpmAx .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v68R9NpmAx .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v68R9NpmAx .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v68R9NpmAx .mbr-section-title {
  color: #fefff5;
}
.cid-v68R9NpmAx .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v68R9NpmAx .mbr-label {
  color: #fefff5;
}
.cid-v68R9NpmAx .mbr-text {
  color: #fefff5;
}
.cid-v6fwU9K2oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fwU9K2oG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fwU9K2oG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fwU9K2oG .row {
  margin: 0 -15px;
}
.cid-v6fwU9K2oG .row .card {
  padding: 0 15px;
}
.cid-v6fwU9K2oG .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6fwU9K2oG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6fwU9K2oG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fwU9K2oG .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fwU9K2oG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 768px) {
  .cid-v6fwU9K2oG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6fwU9K2oG .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v6fwU9K2oG .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v6fwU9K2oG .embla__slide .slide-content {
  width: 100%;
}
.cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2f2e29;
}
@media (max-width: 992px) {
  .cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  padding-right: 20%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
    margin-top: 30px;
  }
}
.cid-v6fwU9K2oG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-v6fwU9K2oG .embla__button--next,
.cid-v6fwU9K2oG .embla__button--prev {
  display: flex;
}
.cid-v6fwU9K2oG .embla__button {
  bottom: 45%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v6fwU9K2oG .embla__button {
    bottom: 0;
  }
}
.cid-v6fwU9K2oG .embla__button:hover {
  background-color: #fefff5 !important;
  color: #2f2e29 !important;
}
.cid-v6fwU9K2oG .embla__button:disabled {
  opacity: 0 !important;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
}
.cid-v6fwU9K2oG .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6fwU9K2oG .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v6fwU9K2oG .embla__button.embla__button--next {
  right: 0;
}
.cid-v6fwU9K2oG .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v6fwU9K2oG .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6fwU9K2oG .embla {
    padding-bottom: 4rem;
  }
}
.cid-v6fwU9K2oG .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6fwU9K2oG .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v6fwU9K2oG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6fwU9K2oG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6fwU9K2oG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6fwU9K2oG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6fwU9K2oG .mbr-section-title {
  color: #fefff5;
}
.cid-v6fwU9K2oG .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fwU9K2oG .item-title {
  color: #fefff5;
}
.cid-v6fwU9K2oG .item-text {
  color: #fefff5;
}
.cid-v6fLgkXCkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fLgkXCkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fLgkXCkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fLgkXCkJ .row {
  margin: 0 -15px;
}
.cid-v6fLgkXCkJ .row .card {
  padding: 0 15px;
}
.cid-v6fLgkXCkJ .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6fLgkXCkJ .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v6fLgkXCkJ .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v6fLgkXCkJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fLgkXCkJ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fLgkXCkJ .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v6fLgkXCkJ .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6fLgkXCkJ .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6fLgkXCkJ .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #994412;
  transform: scale(1.15);
}
.cid-v6fLgkXCkJ .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #a1a1a1;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v6fLgkXCkJ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v6fLgkXCkJ .mbr-section-title {
  color: #fefff5;
}
.cid-v6fLgkXCkJ .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fLgkXCkJ label {
  color: #fefff5;
}
.cid-v6dCuJaFGq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dCuJaFGq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dCuJaFGq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dCuJaFGq .container {
    padding: 0 26px;
  }
}
.cid-v6dCuJaFGq .row {
  justify-content: center;
}
.cid-v6dCuJaFGq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dCuJaFGq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dCuJaFGq .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dCuJaFGq .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dCuJaFGq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dCuJaFGq .embla__button--next,
.cid-v6dCuJaFGq .embla__button--prev {
  display: flex;
}
.cid-v6dCuJaFGq .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dCuJaFGq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dCuJaFGq .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dCuJaFGq .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dCuJaFGq .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dCuJaFGq .embla {
  position: relative;
  width: 100%;
}
.cid-v6dCuJaFGq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dCuJaFGq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dCuJaFGq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dCuJaFGq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v68R9OwxE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68R9OwxE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68R9OwxE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68R9OwxE1 .row {
  margin: 0 -15px;
}
.cid-v68R9OwxE1 .row .card {
  padding: 0 15px;
}
.cid-v68R9OwxE1 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v68R9OwxE1 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v68R9OwxE1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v68R9OwxE1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68R9OwxE1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v68R9OwxE1 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v68R9OwxE1 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68R9OwxE1 .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68R9OwxE1 .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v68R9OwxE1 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v68R9OwxE1 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v68R9OwxE1 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v68R9OwxE1 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v68R9OwxE1 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v68R9OwxE1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v68R9OwxE1 .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v68R9OwxE1 .mbr-section-title {
  color: #fefff5;
}
.cid-v68R9OwxE1 .mbr-text {
  color: #fefff5;
}
.cid-v68R9OwxE1 .list {
  color: #a1a1a1;
}
.cid-v68O0oAgux .navbar-dropdown {
  position: relative !important;
}
.cid-v68O0oAgux .navbar-dropdown {
  position: absolute !important;
}
.cid-v68O0oAgux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v68O0oAgux .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v68O0oAgux .dropdown-menu {
    text-align: center;
  }
}
.cid-v68O0oAgux .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v68O0oAgux .dropdown-item:hover,
.cid-v68O0oAgux .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v68O0oAgux .dropdown-item:hover span {
  color: white;
}
.cid-v68O0oAgux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v68O0oAgux .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v68O0oAgux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v68O0oAgux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v68O0oAgux .nav-link {
  position: relative;
}
.cid-v68O0oAgux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v68O0oAgux .container {
    flex-wrap: nowrap;
  }
}
.cid-v68O0oAgux .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v68O0oAgux .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v68O0oAgux .dropdown-menu,
.cid-v68O0oAgux .navbar.opened {
  background: #191919 !important;
}
.cid-v68O0oAgux .nav-item:focus,
.cid-v68O0oAgux .nav-link:focus {
  outline: none;
}
.cid-v68O0oAgux .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v68O0oAgux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v68O0oAgux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v68O0oAgux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v68O0oAgux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v68O0oAgux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v68O0oAgux .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v68O0oAgux .navbar {
    min-height: 80px;
  }
}
.cid-v68O0oAgux .navbar.opened {
  transition: all 0.3s;
}
.cid-v68O0oAgux .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v68O0oAgux .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v68O0oAgux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v68O0oAgux .navbar.collapsed {
  justify-content: center;
}
.cid-v68O0oAgux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v68O0oAgux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v68O0oAgux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v68O0oAgux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v68O0oAgux .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%;
  right: .8rem;
}
.cid-v68O0oAgux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v68O0oAgux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v68O0oAgux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v68O0oAgux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v68O0oAgux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v68O0oAgux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v68O0oAgux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v68O0oAgux .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%;
    right: .8rem;
  }
  .cid-v68O0oAgux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v68O0oAgux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v68O0oAgux .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v68O0oAgux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v68O0oAgux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v68O0oAgux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v68O0oAgux .navbar.navbar-short {
  min-height: 96px;
}
.cid-v68O0oAgux .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v68O0oAgux .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v68O0oAgux .navbar-brand {
    min-height: 80px;
  }
}
.cid-v68O0oAgux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v68O0oAgux .navbar-brand .navbar-caption:hover,
.cid-v68O0oAgux .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v68O0oAgux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v68O0oAgux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v68O0oAgux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v68O0oAgux .dropdown-item.active,
.cid-v68O0oAgux .dropdown-item:active {
  background-color: transparent;
}
.cid-v68O0oAgux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v68O0oAgux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v68O0oAgux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v68O0oAgux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v68O0oAgux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v68O0oAgux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v68O0oAgux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v68O0oAgux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v68O0oAgux ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v68O0oAgux .navbar-buttons {
  text-align: center;
}
.cid-v68O0oAgux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v68O0oAgux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v68O0oAgux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v68O0oAgux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v68O0oAgux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v68O0oAgux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v68O0oAgux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v68O0oAgux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v68O0oAgux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v68O0oAgux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v68O0oAgux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v68O0oAgux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v68O0oAgux .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v68O0oAgux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v68O0oAgux .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v68O0oAgux .navbar {
    height: 70px;
  }
  .cid-v68O0oAgux .navbar.opened {
    height: auto;
  }
  .cid-v68O0oAgux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v68O0oAgux .navbar-nav {
  margin: 0 auto;
}
.cid-v68O0oAgux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v68O0oAgux .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v68O0oAgux .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v68O0oAgux .nav-item .nav-link:hover,
.cid-v68O0oAgux .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v68O0oAgux .nav-item .nav-link:hover::after,
.cid-v68O0oAgux .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v68O0oAgux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v68O0oAgux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v68O0oAgux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v68O0oAgux .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v68O0oAgux .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v68O0oAgux .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v68O0oAgux .navbar {
    justify-content: flex-start !important;
  }
  .cid-v68O0oAgux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v68O0oAgux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v68O0oAgux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v68O0oAgux .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v68O0oAgux .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v68O0oAgux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v68O0oAgux .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v68O0oAgux .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v68O0oAgux .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v68O0oAgux .content-wrap {
    min-height: 80px;
  }
}
.cid-v68O0oN3ax {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68O0oN3ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68O0oN3ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68O0oN3ax .row {
  margin: 0 -15px;
}
.cid-v68O0oN3ax .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v68O0oN3ax .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v68O0oN3ax .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v68O0oN3ax .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v68O0oN3ax .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68O0oN3ax .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v68O0oN3ax .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68O0oN3ax .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v68O0oN3ax .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v68O0oN3ax .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v68O0oN3ax .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68O0oN3ax .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v68O0oN3ax .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v68O0oN3ax .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v68O0oN3ax .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v68O0oN3ax .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v68O0oN3ax .mbr-section-title {
  color: #fefff5;
}
.cid-v68O0oN3ax .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v68O0oN3ax .mbr-label {
  color: #fefff5;
}
.cid-v68O0oN3ax .mbr-text {
  color: #fefff5;
}
.cid-v68O0oXpTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68O0oXpTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68O0oXpTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68O0oXpTI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 745px;
  max-width: 745px;
}
@media (max-width: 1440px) {
  .cid-v68O0oXpTI .embla__slide {
    min-width: 540px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .cid-v68O0oXpTI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v68O0oXpTI .embla__slide .slide-content {
  width: 100%;
}
.cid-v68O0oXpTI .embla__slide .slide-content .item-wrapper {
  min-height: 400px;
  height: 100%;
  border: 1px solid #fefff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v68O0oXpTI .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 20px;
  }
}
.cid-v68O0oXpTI .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-v68O0oXpTI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v68O0oXpTI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v68O0oXpTI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 12px;
}
.cid-v68O0oXpTI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v68O0oXpTI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v68O0oXpTI .embla__button--next,
.cid-v68O0oXpTI .embla__button--prev {
  display: flex;
}
.cid-v68O0oXpTI .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v68O0oXpTI .embla__button {
    bottom: 0;
  }
}
.cid-v68O0oXpTI .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v68O0oXpTI .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v68O0oXpTI .embla__button.embla__button--prev {
  left: 0;
}
.cid-v68O0oXpTI .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v68O0oXpTI .embla__button.embla__button--next {
  right: 0;
}
.cid-v68O0oXpTI .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v68O0oXpTI .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v68O0oXpTI .embla {
    padding-bottom: 4rem;
  }
}
.cid-v68O0oXpTI .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-v68O0oXpTI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v68O0oXpTI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v68O0oXpTI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v68O0oXpTI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v68O0oXpTI .item-text {
  color: #ffffff;
}
.cid-v68O0oXpTI .item-name {
  color: #fefff5;
}
.cid-v68O0oXpTI .item-role {
  color: #736e4e;
}
.cid-v6bEVdVje2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6bEVdVje2 .item:focus,
.cid-v6bEVdVje2 span:focus {
  outline: none;
}
.cid-v6bEVdVje2 .item {
  cursor: pointer;
}
.cid-v6bEVdVje2 .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-v6bEVdVje2 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v6bEVdVje2 .grid-container-1,
.cid-v6bEVdVje2 .grid-container-2,
.cid-v6bEVdVje2 .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-v6bEVdVje2 .grid-container-1,
  .cid-v6bEVdVje2 .grid-container-2,
  .cid-v6bEVdVje2 .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v6bEVdVje2 .mbr-section-title {
  margin-bottom: 40px;
  color: #fefff5;
  text-align: center;
}
.cid-v6bEVdVje2 .content-head {
  max-width: 800px;
}
.cid-v6bEVdVje2 .container,
.cid-v6bEVdVje2 .container-fluid {
  overflow: hidden;
}
.cid-v6bEVdVje2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v6bEVdVje2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6bEVdVje2 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v6bEVdVje2 .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-v6bEVdVje2 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v6bEVdVje2 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v6bEVdVje2 .grid-item img {
    height: 140px;
  }
}
.cid-v6bEVdVje2 .grid-container-1,
.cid-v6bEVdVje2 .grid-container-2,
.cid-v6bEVdVje2 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v6bEVdVje2 .grid-container-1 {
  align-items: flex-end;
}
.cid-v6bEVdVje2 .grid-container-2 {
  align-items: flex-start;
}
.cid-v68O0pqUhU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #191919;
}
.cid-v68O0pqUhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68O0pqUhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68O0pqUhU .row {
  margin: 0 -15px;
}
.cid-v68O0pqUhU .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v68O0pqUhU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v68O0pqUhU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v68O0pqUhU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v68O0pqUhU .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68O0pqUhU .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v68O0pqUhU .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68O0pqUhU .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v68O0pqUhU .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v68O0pqUhU .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v68O0pqUhU .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68O0pqUhU .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v68O0pqUhU .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v68O0pqUhU .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v68O0pqUhU .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v68O0pqUhU .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v68O0pqUhU .mbr-section-title {
  color: #fefff5;
}
.cid-v68O0pqUhU .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v68O0pqUhU .mbr-label {
  color: #fefff5;
}
.cid-v68O0pqUhU .mbr-text {
  color: #fefff5;
}
.cid-v6fwS1OwNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fwS1OwNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fwS1OwNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fwS1OwNh .row {
  margin: 0 -15px;
}
.cid-v6fwS1OwNh .row .card {
  padding: 0 15px;
}
.cid-v6fwS1OwNh .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6fwS1OwNh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6fwS1OwNh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fwS1OwNh .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fwS1OwNh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 768px) {
  .cid-v6fwS1OwNh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6fwS1OwNh .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v6fwS1OwNh .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v6fwS1OwNh .embla__slide .slide-content {
  width: 100%;
}
.cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2f2e29;
}
@media (max-width: 992px) {
  .cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  padding-right: 20%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
    margin-top: 30px;
  }
}
.cid-v6fwS1OwNh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-v6fwS1OwNh .embla__button--next,
.cid-v6fwS1OwNh .embla__button--prev {
  display: flex;
}
.cid-v6fwS1OwNh .embla__button {
  bottom: 45%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v6fwS1OwNh .embla__button {
    bottom: 0;
  }
}
.cid-v6fwS1OwNh .embla__button:hover {
  background-color: #fefff5 !important;
  color: #2f2e29 !important;
}
.cid-v6fwS1OwNh .embla__button:disabled {
  opacity: 0 !important;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
}
.cid-v6fwS1OwNh .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6fwS1OwNh .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v6fwS1OwNh .embla__button.embla__button--next {
  right: 0;
}
.cid-v6fwS1OwNh .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v6fwS1OwNh .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6fwS1OwNh .embla {
    padding-bottom: 4rem;
  }
}
.cid-v6fwS1OwNh .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6fwS1OwNh .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v6fwS1OwNh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6fwS1OwNh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6fwS1OwNh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6fwS1OwNh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6fwS1OwNh .mbr-section-title {
  color: #fefff5;
}
.cid-v6fwS1OwNh .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fwS1OwNh .item-title {
  color: #fefff5;
}
.cid-v6fwS1OwNh .item-text {
  color: #fefff5;
}
.cid-v6fLdPbGu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fLdPbGu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fLdPbGu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fLdPbGu4 .row {
  margin: 0 -15px;
}
.cid-v6fLdPbGu4 .row .card {
  padding: 0 15px;
}
.cid-v6fLdPbGu4 .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6fLdPbGu4 .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v6fLdPbGu4 .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v6fLdPbGu4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fLdPbGu4 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fLdPbGu4 .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v6fLdPbGu4 .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6fLdPbGu4 .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6fLdPbGu4 .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #994412;
  transform: scale(1.15);
}
.cid-v6fLdPbGu4 .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #a1a1a1;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v6fLdPbGu4 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v6fLdPbGu4 .mbr-section-title {
  color: #fefff5;
}
.cid-v6fLdPbGu4 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fLdPbGu4 label {
  color: #fefff5;
}
.cid-v6dCqAK8Zp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dCqAK8Zp .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dCqAK8Zp .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dCqAK8Zp .container {
    padding: 0 26px;
  }
}
.cid-v6dCqAK8Zp .row {
  justify-content: center;
}
.cid-v6dCqAK8Zp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dCqAK8Zp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dCqAK8Zp .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dCqAK8Zp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dCqAK8Zp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dCqAK8Zp .embla__button--next,
.cid-v6dCqAK8Zp .embla__button--prev {
  display: flex;
}
.cid-v6dCqAK8Zp .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dCqAK8Zp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dCqAK8Zp .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dCqAK8Zp .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dCqAK8Zp .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dCqAK8Zp .embla {
  position: relative;
  width: 100%;
}
.cid-v6dCqAK8Zp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dCqAK8Zp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dCqAK8Zp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dCqAK8Zp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v68O0qz6Ej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68O0qz6Ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68O0qz6Ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68O0qz6Ej .row {
  margin: 0 -15px;
}
.cid-v68O0qz6Ej .row .card {
  padding: 0 15px;
}
.cid-v68O0qz6Ej .title-wrapper {
  margin-bottom: 40px;
}
.cid-v68O0qz6Ej .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v68O0qz6Ej .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v68O0qz6Ej .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68O0qz6Ej .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v68O0qz6Ej .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v68O0qz6Ej .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68O0qz6Ej .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68O0qz6Ej .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v68O0qz6Ej .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v68O0qz6Ej .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v68O0qz6Ej .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v68O0qz6Ej .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v68O0qz6Ej .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v68O0qz6Ej .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v68O0qz6Ej .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v68O0qz6Ej .mbr-section-title {
  color: #fefff5;
}
.cid-v68O0qz6Ej .mbr-text {
  color: #fefff5;
}
.cid-v68O0qz6Ej .list {
  color: #a1a1a1;
}
.cid-v68yCNKzjU .navbar-dropdown {
  position: relative !important;
}
.cid-v68yCNKzjU .navbar-dropdown {
  position: absolute !important;
}
.cid-v68yCNKzjU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v68yCNKzjU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v68yCNKzjU .dropdown-menu {
    text-align: center;
  }
}
.cid-v68yCNKzjU .dropdown-item {
  background: #191919 !important;
  color: #fefff5 !important;
}
.cid-v68yCNKzjU .dropdown-item:hover,
.cid-v68yCNKzjU .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v68yCNKzjU .dropdown-item:hover span {
  color: white;
}
.cid-v68yCNKzjU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v68yCNKzjU .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v68yCNKzjU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v68yCNKzjU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v68yCNKzjU .nav-link {
  position: relative;
}
.cid-v68yCNKzjU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v68yCNKzjU .container {
    flex-wrap: nowrap;
  }
}
.cid-v68yCNKzjU .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v68yCNKzjU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v68yCNKzjU .dropdown-menu,
.cid-v68yCNKzjU .navbar.opened {
  background: #191919 !important;
}
.cid-v68yCNKzjU .nav-item:focus,
.cid-v68yCNKzjU .nav-link:focus {
  outline: none;
}
.cid-v68yCNKzjU .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v68yCNKzjU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v68yCNKzjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v68yCNKzjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v68yCNKzjU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v68yCNKzjU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v68yCNKzjU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(25, 25, 25, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v68yCNKzjU .navbar {
    min-height: 80px;
  }
}
.cid-v68yCNKzjU .navbar.opened {
  transition: all 0.3s;
}
.cid-v68yCNKzjU .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v68yCNKzjU .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v68yCNKzjU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v68yCNKzjU .navbar.collapsed {
  justify-content: center;
}
.cid-v68yCNKzjU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v68yCNKzjU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v68yCNKzjU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v68yCNKzjU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v68yCNKzjU .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%;
  right: .8rem;
}
.cid-v68yCNKzjU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v68yCNKzjU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v68yCNKzjU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v68yCNKzjU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v68yCNKzjU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v68yCNKzjU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v68yCNKzjU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v68yCNKzjU .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%;
    right: .8rem;
  }
  .cid-v68yCNKzjU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v68yCNKzjU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v68yCNKzjU .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v68yCNKzjU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v68yCNKzjU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v68yCNKzjU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v68yCNKzjU .navbar.navbar-short {
  min-height: 96px;
}
.cid-v68yCNKzjU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v68yCNKzjU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v68yCNKzjU .navbar-brand {
    min-height: 80px;
  }
}
.cid-v68yCNKzjU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v68yCNKzjU .navbar-brand .navbar-caption:hover,
.cid-v68yCNKzjU .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v68yCNKzjU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v68yCNKzjU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v68yCNKzjU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-v68yCNKzjU .dropdown-item.active,
.cid-v68yCNKzjU .dropdown-item:active {
  background-color: transparent;
}
.cid-v68yCNKzjU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v68yCNKzjU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v68yCNKzjU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v68yCNKzjU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v68yCNKzjU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v68yCNKzjU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v68yCNKzjU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v68yCNKzjU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v68yCNKzjU ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v68yCNKzjU .navbar-buttons {
  text-align: center;
}
.cid-v68yCNKzjU .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v68yCNKzjU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v68yCNKzjU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v68yCNKzjU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v68yCNKzjU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v68yCNKzjU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v68yCNKzjU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v68yCNKzjU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v68yCNKzjU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v68yCNKzjU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v68yCNKzjU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v68yCNKzjU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v68yCNKzjU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v68yCNKzjU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v68yCNKzjU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v68yCNKzjU .navbar {
    height: 70px;
  }
  .cid-v68yCNKzjU .navbar.opened {
    height: auto;
  }
  .cid-v68yCNKzjU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v68yCNKzjU .navbar-nav {
  margin: 0 auto;
}
.cid-v68yCNKzjU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v68yCNKzjU .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v68yCNKzjU .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v68yCNKzjU .nav-item .nav-link:hover,
.cid-v68yCNKzjU .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-v68yCNKzjU .nav-item .nav-link:hover::after,
.cid-v68yCNKzjU .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-v68yCNKzjU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v68yCNKzjU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v68yCNKzjU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v68yCNKzjU .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-v68yCNKzjU .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v68yCNKzjU .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-v68yCNKzjU .navbar {
    justify-content: flex-start !important;
  }
  .cid-v68yCNKzjU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v68yCNKzjU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v68yCNKzjU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v68yCNKzjU .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v68yCNKzjU .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v68yCNKzjU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v68yCNKzjU .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v68yCNKzjU .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v68yCNKzjU .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v68yCNKzjU .content-wrap {
    min-height: 80px;
  }
}
.cid-v68yCNYsJz {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68yCNYsJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68yCNYsJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68yCNYsJz .row {
  margin: 0 -15px;
}
.cid-v68yCNYsJz .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v68yCNYsJz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v68yCNYsJz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v68yCNYsJz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v68yCNYsJz .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68yCNYsJz .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v68yCNYsJz .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68yCNYsJz .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v68yCNYsJz .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v68yCNYsJz .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v68yCNYsJz .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68yCNYsJz .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v68yCNYsJz .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v68yCNYsJz .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v68yCNYsJz .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v68yCNYsJz .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v68yCNYsJz .mbr-section-title {
  color: #fefff5;
}
.cid-v68yCNYsJz .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v68yCNYsJz .mbr-label {
  color: #fefff5;
}
.cid-v68yCNYsJz .mbr-text {
  color: #fefff5;
}
.cid-v68yCO8Z9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68yCO8Z9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68yCO8Z9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68yCO8Z9B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 745px;
  max-width: 745px;
}
@media (max-width: 1440px) {
  .cid-v68yCO8Z9B .embla__slide {
    min-width: 540px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .cid-v68yCO8Z9B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v68yCO8Z9B .embla__slide .slide-content {
  width: 100%;
}
.cid-v68yCO8Z9B .embla__slide .slide-content .item-wrapper {
  min-height: 400px;
  height: 100%;
  border: 1px solid #fefff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v68yCO8Z9B .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 20px;
  }
}
.cid-v68yCO8Z9B .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-v68yCO8Z9B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v68yCO8Z9B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v68yCO8Z9B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 12px;
}
.cid-v68yCO8Z9B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v68yCO8Z9B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v68yCO8Z9B .embla__button--next,
.cid-v68yCO8Z9B .embla__button--prev {
  display: flex;
}
.cid-v68yCO8Z9B .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v68yCO8Z9B .embla__button {
    bottom: 0;
  }
}
.cid-v68yCO8Z9B .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v68yCO8Z9B .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v68yCO8Z9B .embla__button.embla__button--prev {
  left: 0;
}
.cid-v68yCO8Z9B .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v68yCO8Z9B .embla__button.embla__button--next {
  right: 0;
}
.cid-v68yCO8Z9B .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v68yCO8Z9B .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v68yCO8Z9B .embla {
    padding-bottom: 4rem;
  }
}
.cid-v68yCO8Z9B .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-v68yCO8Z9B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v68yCO8Z9B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v68yCO8Z9B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v68yCO8Z9B .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v68yCO8Z9B .item-text {
  color: #ffffff;
}
.cid-v68yCO8Z9B .item-name {
  color: #fefff5;
}
.cid-v68yCO8Z9B .item-role {
  color: #736e4e;
}
.cid-v6bERb1baU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6bERb1baU .item:focus,
.cid-v6bERb1baU span:focus {
  outline: none;
}
.cid-v6bERb1baU .item {
  cursor: pointer;
}
.cid-v6bERb1baU .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-v6bERb1baU .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v6bERb1baU .grid-container-1,
.cid-v6bERb1baU .grid-container-2,
.cid-v6bERb1baU .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-v6bERb1baU .grid-container-1,
  .cid-v6bERb1baU .grid-container-2,
  .cid-v6bERb1baU .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v6bERb1baU .mbr-section-title {
  margin-bottom: 40px;
  color: #fefff5;
  text-align: center;
}
.cid-v6bERb1baU .content-head {
  max-width: 800px;
}
.cid-v6bERb1baU .container,
.cid-v6bERb1baU .container-fluid {
  overflow: hidden;
}
.cid-v6bERb1baU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v6bERb1baU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6bERb1baU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v6bERb1baU .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-v6bERb1baU .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v6bERb1baU .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v6bERb1baU .grid-item img {
    height: 140px;
  }
}
.cid-v6bERb1baU .grid-container-1,
.cid-v6bERb1baU .grid-container-2,
.cid-v6bERb1baU .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v6bERb1baU .grid-container-1 {
  align-items: flex-end;
}
.cid-v6bERb1baU .grid-container-2 {
  align-items: flex-start;
}
.cid-v68yCOCr1j {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #191919;
}
.cid-v68yCOCr1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68yCOCr1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68yCOCr1j .row {
  margin: 0 -15px;
}
.cid-v68yCOCr1j .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v68yCOCr1j .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v68yCOCr1j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v68yCOCr1j .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v68yCOCr1j .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68yCOCr1j .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v68yCOCr1j .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68yCOCr1j .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v68yCOCr1j .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v68yCOCr1j .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v68yCOCr1j .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68yCOCr1j .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v68yCOCr1j .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v68yCOCr1j .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v68yCOCr1j .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v68yCOCr1j .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v68yCOCr1j .mbr-section-title {
  color: #fefff5;
}
.cid-v68yCOCr1j .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v68yCOCr1j .mbr-label {
  color: #fefff5;
}
.cid-v68yCOCr1j .mbr-text {
  color: #fefff5;
}
.cid-v6fwPkIAgZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fwPkIAgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fwPkIAgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fwPkIAgZ .row {
  margin: 0 -15px;
}
.cid-v6fwPkIAgZ .row .card {
  padding: 0 15px;
}
.cid-v6fwPkIAgZ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6fwPkIAgZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6fwPkIAgZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fwPkIAgZ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fwPkIAgZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 768px) {
  .cid-v6fwPkIAgZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6fwPkIAgZ .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v6fwPkIAgZ .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v6fwPkIAgZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2f2e29;
}
@media (max-width: 992px) {
  .cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  padding-right: 20%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
    margin-top: 30px;
  }
}
.cid-v6fwPkIAgZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-v6fwPkIAgZ .embla__button--next,
.cid-v6fwPkIAgZ .embla__button--prev {
  display: flex;
}
.cid-v6fwPkIAgZ .embla__button {
  bottom: 45%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v6fwPkIAgZ .embla__button {
    bottom: 0;
  }
}
.cid-v6fwPkIAgZ .embla__button:hover {
  background-color: #fefff5 !important;
  color: #2f2e29 !important;
}
.cid-v6fwPkIAgZ .embla__button:disabled {
  opacity: 0 !important;
  background-color: #2f2e29 !important;
  color: #fefff5 !important;
}
.cid-v6fwPkIAgZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6fwPkIAgZ .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v6fwPkIAgZ .embla__button.embla__button--next {
  right: 0;
}
.cid-v6fwPkIAgZ .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v6fwPkIAgZ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6fwPkIAgZ .embla {
    padding-bottom: 4rem;
  }
}
.cid-v6fwPkIAgZ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6fwPkIAgZ .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v6fwPkIAgZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6fwPkIAgZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6fwPkIAgZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6fwPkIAgZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6fwPkIAgZ .mbr-section-title {
  color: #fefff5;
}
.cid-v6fwPkIAgZ .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fwPkIAgZ .item-title {
  color: #fefff5;
}
.cid-v6fwPkIAgZ .item-text {
  color: #fefff5;
}
.cid-v6fLbN6JUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v6fLbN6JUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fLbN6JUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fLbN6JUP .row {
  margin: 0 -15px;
}
.cid-v6fLbN6JUP .row .card {
  padding: 0 15px;
}
.cid-v6fLbN6JUP .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6fLbN6JUP .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v6fLbN6JUP .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v6fLbN6JUP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fLbN6JUP .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6fLbN6JUP .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v6fLbN6JUP .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6fLbN6JUP .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6fLbN6JUP .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #994412;
  transform: scale(1.15);
}
.cid-v6fLbN6JUP .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #a1a1a1;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v6fLbN6JUP .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v6fLbN6JUP .mbr-section-title {
  color: #fefff5;
}
.cid-v6fLbN6JUP .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v6fLbN6JUP label {
  color: #fefff5;
}
.cid-v6dCnzzf6f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-v6dCnzzf6f .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v6dCnzzf6f .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v6dCnzzf6f .container {
    padding: 0 26px;
  }
}
.cid-v6dCnzzf6f .row {
  justify-content: center;
}
.cid-v6dCnzzf6f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v6dCnzzf6f .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6dCnzzf6f .embla__slide .slide-content {
  width: 100%;
}
.cid-v6dCnzzf6f .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6dCnzzf6f .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v6dCnzzf6f .embla__button--next,
.cid-v6dCnzzf6f .embla__button--prev {
  display: flex;
}
.cid-v6dCnzzf6f .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3a392d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6dCnzzf6f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6dCnzzf6f .embla__button:hover {
  opacity: .6 !important;
}
.cid-v6dCnzzf6f .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6dCnzzf6f .embla__button.embla__button--next {
  right: 0;
}
.cid-v6dCnzzf6f .embla {
  position: relative;
  width: 100%;
}
.cid-v6dCnzzf6f .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v6dCnzzf6f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6dCnzzf6f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6dCnzzf6f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v68yCPQKnk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v68yCPQKnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68yCPQKnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68yCPQKnk .row {
  margin: 0 -15px;
}
.cid-v68yCPQKnk .row .card {
  padding: 0 15px;
}
.cid-v68yCPQKnk .title-wrapper {
  margin-bottom: 40px;
}
.cid-v68yCPQKnk .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v68yCPQKnk .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v68yCPQKnk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68yCPQKnk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v68yCPQKnk .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v68yCPQKnk .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v68yCPQKnk .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v68yCPQKnk .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-v68yCPQKnk .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v68yCPQKnk .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v68yCPQKnk .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v68yCPQKnk .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #736e4e;
  border-bottom: 3px dashed #736e4e;
}
.cid-v68yCPQKnk .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v68yCPQKnk .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-v68yCPQKnk .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-v68yCPQKnk .mbr-section-title {
  color: #fefff5;
}
.cid-v68yCPQKnk .mbr-text {
  color: #fefff5;
}
.cid-v68yCPQKnk .list {
  color: #a1a1a1;
}
