.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: SUSE;
}
.display-1 {
  font-family: 'SUSE', sans-serif;
  font-size: 4rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'SUSE', sans-serif;
  font-size: 3.2rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'SUSE', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'SUSE', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #000000 !important;
}
.bg-success {
  background-color: #bba9ff !important;
}
.bg-info {
  background-color: #f3f3f3 !important;
}
.bg-warning {
  background-color: #ff611e !important;
}
.bg-danger {
  background-color: #ff291e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1ff04 !important;
  border-color: #e1ff04 !important;
  color: #040400 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0ff84 !important;
  border-color: #f0ff84 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #040400 !important;
  background-color: #f0ff84 !important;
  border-color: #f0ff84 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !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: #737373 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #bba9ff !important;
  border-color: #bba9ff !important;
  color: #2300a9 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #2300a9 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff611e !important;
  border-color: #ff611e !important;
  color: #1e0900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e0900 !important;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff291e !important;
  border-color: #ff291e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e1ff04;
  color: #e1ff04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #98ac00 !important;
  background-color: transparent !important;
  border-color: #98ac00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #040400 !important;
  background-color: #e1ff04 !important;
  border-color: #e1ff04 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border-color: #c8c8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bba9ff;
  color: #bba9ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7652ff !important;
  background-color: transparent !important;
  border-color: #7652ff !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bba9ff !important;
  border-color: #bba9ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff611e;
  color: #ff611e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c63b00 !important;
  background-color: transparent !important;
  border-color: #c63b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff611e !important;
  border-color: #ff611e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff291e;
  color: #ff291e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c60a00 !important;
  background-color: transparent !important;
  border-color: #c60a00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff291e !important;
  border-color: #ff291e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #e1ff04 !important;
}
.text-success {
  color: #bba9ff !important;
}
.text-info {
  color: #f3f3f3 !important;
}
.text-warning {
  color: #ff611e !important;
}
.text-danger {
  color: #ff291e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8a9d00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6a43ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c0c0c0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b73600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b70900 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3f3;
}
.alert-warning {
  background-color: #ff611e;
}
.alert-danger {
  background-color: #ff291e;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fff0ea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffebea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e1ff04 !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='%23000000' %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,
.mbr-section-btn-main .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-unj4UZNVtB {
  background-color: transparent;
}
.cid-unj4UZNVtB .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-unj4UZNVtB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-unj4UZNVtB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unj4UZNVtB .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-unj4UZNVtB .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unj4UZNVtB .navbar.opened {
  transition: all 0.3s;
}
.cid-unj4UZNVtB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unj4UZNVtB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unj4UZNVtB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-unj4UZNVtB .navbar.collapsed {
  justify-content: center;
}
.cid-unj4UZNVtB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unj4UZNVtB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unj4UZNVtB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unj4UZNVtB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unj4UZNVtB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unj4UZNVtB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unj4UZNVtB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unj4UZNVtB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unj4UZNVtB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unj4UZNVtB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unj4UZNVtB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unj4UZNVtB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unj4UZNVtB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unj4UZNVtB .navbar.navbar-short {
  min-height: 60px;
}
.cid-unj4UZNVtB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unj4UZNVtB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unj4UZNVtB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unj4UZNVtB .menu_box .navbar.opened,
  .cid-unj4UZNVtB .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unj4UZNVtB .navbar-dropdown {
  position: relative !important;
}
.cid-unj4UZNVtB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unj4UZNVtB .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-unj4UZNVtB .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-unj4UZNVtB .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 0 !important;
  }
}
.cid-unj4UZNVtB .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #000000;
  }
}
.cid-unj4UZNVtB .nav-item .nav-link:hover,
.cid-unj4UZNVtB .nav-item .nav-link:focus {
  color: #000000 !important;
  border-color: #e1ff04 !important;
  background-color: #e1ff04 !important;
}
.cid-unj4UZNVtB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unj4UZNVtB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unj4UZNVtB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unj4UZNVtB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unj4UZNVtB .offcanvas_box {
    display: none;
  }
}
.cid-unj4UZNVtB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unj4UZNVtB .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unj4UZNVtB .container {
  display: flex;
  margin: auto;
}
.cid-unj4UZNVtB .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-unj4UZNVtB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unj4UZNVtB .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .navbar-nav {
    margin: 0;
  }
}
.cid-unj4UZNVtB .dropdown-menu,
.cid-unj4UZNVtB .navbar.opened {
  background-color: false !important;
}
.cid-unj4UZNVtB .nav-item:focus,
.cid-unj4UZNVtB .nav-link:focus {
  outline: none;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unj4UZNVtB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unj4UZNVtB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unj4UZNVtB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unj4UZNVtB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unj4UZNVtB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unj4UZNVtB .dropdown-item.active,
.cid-unj4UZNVtB .dropdown-item:active {
  background-color: transparent;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unj4UZNVtB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unj4UZNVtB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unj4UZNVtB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unj4UZNVtB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj4UZNVtB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unj4UZNVtB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unj4UZNVtB .navbar {
    height: 70px;
  }
  .cid-unj4UZNVtB .navbar.opened {
    height: auto;
  }
  .cid-unj4UZNVtB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unj4UZNVtB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-unj4UZNVtB .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unj4UZNVtB .text_widget {
  margin-bottom: 32px;
}
.cid-unj4UZNVtB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unj4UZNVtB .text_widget a:hover,
.cid-unj4UZNVtB .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-unj4UZNVtB .navbar-caption {
  color: #000000;
}
.cid-unj4UZNVtB .mbr-section-subtitle,
.cid-unj4UZNVtB .text_widget,
.cid-unj4UZNVtB .mbr-section-btn {
  text-align: center;
}
.cid-unj4UZNVtB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFpifmOrnc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #e7e7e7;
}
.cid-uFpifmOrnc .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFpifmOrnc .image-wrap {
    padding: 16px;
  }
}
.cid-uFpifmOrnc .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFpifmOrnc .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFpifmOrnc .image-overlay {
    padding: 16px;
  }
}
.cid-uFpifmOrnc .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uFpifmOrnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpifmOrnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpifmOrnc .row {
  justify-content: center;
}
.cid-uFpifmOrnc .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uFpifmOrnc .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uFpifmOrnc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFpifmOrnc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFpifmOrnc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFpifmOrnc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFpifmOrnc .mbr-section-title {
  color: #fff7ee;
}
.cid-uFpifmOrnc .mbr-text,
.cid-uFpifmOrnc .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uFpifmOrnc .mbr-section-title,
.cid-uFpifmOrnc .mbr-section-btn {
  text-align: center;
}
.cid-unj4WlrhUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj4WlrhUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj4WlrhUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj4WlrhUw .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj4WlrhUw .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-unj4WlrhUw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj4WlrhUw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj4WlrhUw .item .item-wrapper {
  height: 100%;
}
.cid-unj4WlrhUw .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-unj4WlrhUw .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-unj4WlrhUw .item .item-wrapper .card-box .item-title_1,
.cid-unj4WlrhUw .item .item-wrapper .card-box .item-title_2,
.cid-unj4WlrhUw .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-unj4WlrhUw .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unj4WlrhUw .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-unj4WlrhUw .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #000000;
  }
}
.cid-unj4WlrhUw .item .item-wrapper .card-box .item-text_2,
.cid-unj4WlrhUw .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-unj4WlrhUw .item .item-wrapper .card_1 {
  background-color: #ffffff;
}
.cid-unj4WlrhUw .item .item-wrapper .card_2 {
  background-color: #e1ff04;
}
.cid-unj4WlrhUw .item .item-wrapper .card_3 {
  background-color: #bba9ff;
}
.cid-unj4WlrhUw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-unj4WlrhUw .list {
  color: #000000;
}
.cid-unj4WlrhUw .item-title_1 {
  color: #000000;
}
.cid-unj4WlrhUw .item-title_2 {
  color: #000000;
}
.cid-unj4WlrhUw .item-title_3 {
  color: #000000;
}
.cid-unj4WlrhUw .item-text_2 {
  color: #000000;
}
.cid-unj4WlrhUw .item-text_3 {
  color: #000000;
}
.cid-uFpdv0wh2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uFpdv0wh2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpdv0wh2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpdv0wh2A .items-wrap {
  justify-content: space-between;
}
.cid-uFpdv0wh2A .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFpdv0wh2A .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFpdv0wh2A .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpdv0wh2A .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uFpdv0wh2A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFpdv0wh2A .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uFpdv0wh2A .image-wrapper {
  margin-bottom: 32px;
}
.cid-uFpdv0wh2A .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFpdv0wh2A .image-wrapper img {
    height: 350px;
  }
}
.cid-uFpdv0wh2A .mbr-section-title {
  color: #ffffff;
}
.cid-uFpdv0wh2A .mbr-text,
.cid-uFpdv0wh2A .text-wrapper {
  color: #000000;
}
.cid-uFpdv0wh2A .mbr-section-title,
.cid-uFpdv0wh2A .mbr-section-btn {
  color: #000000;
}
.cid-unj52HOoS4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj52HOoS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj52HOoS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj52HOoS4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj52HOoS4 .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-unj52HOoS4 .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-unj52HOoS4 .panel-group .card_1 {
  background-color: #e1ff04;
}
.cid-unj52HOoS4 .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-unj52HOoS4 .panel-group .card_1 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-unj52HOoS4 .panel-group .card_2 {
  background-color: #ff611e;
}
.cid-unj52HOoS4 .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
  border: 3px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
    border: 2px solid #ffffff;
  }
}
.cid-unj52HOoS4 .panel-group .card_2 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-unj52HOoS4 .panel-group .card_3 {
  background-color: #bba9ff;
}
.cid-unj52HOoS4 .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-unj52HOoS4 .panel-group .card_3 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-unj52HOoS4 .panel-group .card_4 {
  background-color: #f3f3f3;
}
.cid-unj52HOoS4 .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-unj52HOoS4 .panel-group .card_4 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-unj52HOoS4 .panel-group .card {
  position: relative;
  padding: 64px 50px 100px;
  border: none;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card {
    padding: 36px 24px 100px;
  }
}
.cid-unj52HOoS4 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-unj52HOoS4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_1,
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_2,
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_3,
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_4 {
  width: 33%;
  margin-bottom: 0;
  padding-right: 16px;
  width: 100%;
}
@media (max-width: 1500px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1500px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 100%;
  }
}
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper {
  width: 55%;
}
@media (max-width: 1500px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 43%;
  }
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper .list_1,
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper .list_2,
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper .list_3,
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper .list_4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
    padding: 8px 18px;
  }
}
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 12%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .icon-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  transform: rotate(45deg);
}
.cid-unj52HOoS4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap {
  width: 67%;
}
@media (max-width: 1500px) {
  .cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 100%;
  }
}
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_1,
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_2,
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_3,
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_4 {
  display: inline-block;
  margin-bottom: 22px;
}
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-unj52HOoS4 .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-unj52HOoS4 .mbr-section-title {
  color: #000000;
}
.cid-unj52HOoS4 .panel-title-edit_1 {
  color: #000000;
}
.cid-unj52HOoS4 .panel-title-edit_2 {
  color: #ffffff;
}
.cid-unj52HOoS4 .panel-title-edit_3 {
  color: #000000;
}
.cid-unj52HOoS4 .panel-title-edit_4 {
  color: #000000;
}
.cid-unj52HOoS4 .list_1 {
  color: #000000;
}
.cid-unj52HOoS4 .list_2 {
  color: #ffffff;
}
.cid-unj52HOoS4 .list_3 {
  color: #000000;
}
.cid-unj52HOoS4 .list_4 {
  color: #000000;
}
.cid-unj52HOoS4 .panel-text_1 {
  color: #000000;
}
.cid-unj52HOoS4 .panel-text_2 {
  color: #ffffff;
}
.cid-unj52HOoS4 .panel-text_3 {
  color: #000000;
}
.cid-unj52HOoS4 .panel-text_4 {
  color: #000000;
}
.cid-unj50aVeHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj50aVeHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj50aVeHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj50aVeHn .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unj50aVeHn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unj50aVeHn .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj50aVeHn .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj50aVeHn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-unj50aVeHn .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unj50aVeHn .image-wrapper img {
    height: 350px;
  }
}
.cid-unj50aVeHn .mbr-section-title {
  color: #ffffff;
}
.cid-unj50aVeHn .mbr-text {
  color: #ffffff;
}
.cid-unj50aVeHn .mbr-section-title,
.cid-unj50aVeHn .mbr-section-btn {
  color: #000000;
}
.cid-unj50aVeHn .mbr-text,
.cid-unj50aVeHn .text-wrapper {
  color: #000000;
}
.cid-uFpd1BqneE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
}
@media (max-width: 1200px) {
  .cid-uFpd1BqneE .display-2 {
    font-size: 2.24rem;
  }
}
.cid-uFpd1BqneE .item-img {
  padding: 0.5rem;
}
.cid-uFpd1BqneE img,
.cid-uFpd1BqneE .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uFpd1BqneE .item:focus,
.cid-uFpd1BqneE span:focus {
  outline: none;
}
.cid-uFpd1BqneE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFpd1BqneE .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFpd1BqneE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uFpd1BqneE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFpd1BqneE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uFpd1BqneE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uFpd1BqneE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFpd1BqneE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFpd1BqneE .item-title {
  color: #000000;
}
.cid-uFpd1BqneE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFpd0htRfz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
}
.cid-uFpd0htRfz .container {
  max-width: 1312px;
}
.cid-uFpd0htRfz .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uFpd0htRfz .row {
    padding: 0 0.75rem;
  }
}
.cid-uFpd0htRfz .text-container {
  width: 100%;
  padding: 0;
}
.cid-uFpd0htRfz .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #000000;
}
.cid-uFpd0htRfz .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFpd0htRfz .cards-container {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uFpd0htRfz .item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFpd0htRfz .item-wrapper {
    flex-direction: column;
  }
}
.cid-uFpd0htRfz .card-title {
  color: #000000;
}
.cid-uFpd0htRfz .card-name-text {
  margin-top: 2rem;
}
.cid-uFpd0htRfz .card-name {
  color: #000000;
}
.cid-uFpd0htRfz .card-prof {
  color: #002549;
}
.cid-uFpd0htRfz .mbr-iconfont {
  font-size: 25px;
  color: #000000;
}
.cid-uFpd0htRfz .icon-box {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.cid-uFpd0htRfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpd0htRfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpdwuAAKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uFpdwuAAKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpdwuAAKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpdwuAAKr .row {
  justify-content: space-between;
}
.cid-uFpdwuAAKr .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #a6a6a6;
}
@media (max-width: 992px) {
  .cid-uFpdwuAAKr .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uFpdwuAAKr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFpdwuAAKr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFpdwuAAKr .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFpdwuAAKr .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFpdwuAAKr .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFpdwuAAKr .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uFpdwuAAKr .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uFpdwuAAKr .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFpdwuAAKr .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFpdwuAAKr .mbr-section-title {
  color: #000000;
}
.cid-uFpdwuAAKr .mbr-section-subtitle {
  color: #000000;
}
.cid-uFpdwuAAKr .mbr-desc {
  color: #000000;
}
.cid-uFpdwuAAKr .mbr-text {
  color: #ffffff;
}
.cid-uFpdwuAAKr .mbr-section-title,
.cid-uFpdwuAAKr .mbr-section-btn {
  color: #ffffff;
}
.cid-uFpdmUd3HP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uFpdmUd3HP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpdmUd3HP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpdmUd3HP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFpdmUd3HP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFpdmUd3HP .container {
    padding: 0 16px;
  }
}
.cid-uFpdmUd3HP .row {
  justify-content: center;
}
.cid-uFpdmUd3HP .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #a6a6a6;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFpdmUd3HP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFpdmUd3HP .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #a6a6a6;
}
@media (max-width: 992px) {
  .cid-uFpdmUd3HP .panel-group .card {
    padding: 24px;
  }
}
.cid-uFpdmUd3HP .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFpdmUd3HP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFpdmUd3HP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFpdmUd3HP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFpdmUd3HP .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uFpdmUd3HP .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uFpdmUd3HP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFpdmUd3HP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uFpdmUd3HP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFpdmUd3HP .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uFpdmUd3HP .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uFpdmUd3HP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFpdmUd3HP .mbr-section-title {
  color: #000000;
}
.cid-uFpdmUd3HP .panel-title-edit {
  color: #ffffff;
}
.cid-uFpdmUd3HP .panel-text {
  color: #ffffff;
}
.cid-uFpdmUd3HP .mbr-section-title,
.cid-uFpdmUd3HP .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uFpfwMfYQL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uFpfwMfYQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpfwMfYQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpfwMfYQL .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ff398a -30%, #a78aff 20%, #0047ff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFpfwMfYQL .card-wrapper {
    padding: 16px;
  }
}
.cid-uFpfwMfYQL .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFpfwMfYQL .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFpfwMfYQL .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uFpfwMfYQL .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFpfwMfYQL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFpfwMfYQL .list {
  color: #ffffff;
  text-align: center;
}
.cid-uFpfRzXgzb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFpfRzXgzb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-unj4UZNVtB {
  background-color: transparent;
}
.cid-unj4UZNVtB .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-unj4UZNVtB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-unj4UZNVtB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unj4UZNVtB .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-unj4UZNVtB .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unj4UZNVtB .navbar.opened {
  transition: all 0.3s;
}
.cid-unj4UZNVtB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unj4UZNVtB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unj4UZNVtB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-unj4UZNVtB .navbar.collapsed {
  justify-content: center;
}
.cid-unj4UZNVtB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unj4UZNVtB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unj4UZNVtB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unj4UZNVtB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unj4UZNVtB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unj4UZNVtB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unj4UZNVtB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unj4UZNVtB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unj4UZNVtB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unj4UZNVtB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unj4UZNVtB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unj4UZNVtB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unj4UZNVtB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unj4UZNVtB .navbar.navbar-short {
  min-height: 60px;
}
.cid-unj4UZNVtB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unj4UZNVtB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unj4UZNVtB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unj4UZNVtB .menu_box .navbar.opened,
  .cid-unj4UZNVtB .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unj4UZNVtB .navbar-dropdown {
  position: relative !important;
}
.cid-unj4UZNVtB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unj4UZNVtB .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-unj4UZNVtB .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-unj4UZNVtB .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 0 !important;
  }
}
.cid-unj4UZNVtB .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #000000;
  }
}
.cid-unj4UZNVtB .nav-item .nav-link:hover,
.cid-unj4UZNVtB .nav-item .nav-link:focus {
  color: #000000 !important;
  border-color: #e1ff04 !important;
  background-color: #e1ff04 !important;
}
.cid-unj4UZNVtB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unj4UZNVtB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unj4UZNVtB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unj4UZNVtB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unj4UZNVtB .offcanvas_box {
    display: none;
  }
}
.cid-unj4UZNVtB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unj4UZNVtB .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unj4UZNVtB .container {
  display: flex;
  margin: auto;
}
.cid-unj4UZNVtB .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-unj4UZNVtB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unj4UZNVtB .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .navbar-nav {
    margin: 0;
  }
}
.cid-unj4UZNVtB .dropdown-menu,
.cid-unj4UZNVtB .navbar.opened {
  background-color: false !important;
}
.cid-unj4UZNVtB .nav-item:focus,
.cid-unj4UZNVtB .nav-link:focus {
  outline: none;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unj4UZNVtB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unj4UZNVtB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unj4UZNVtB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unj4UZNVtB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unj4UZNVtB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unj4UZNVtB .dropdown-item.active,
.cid-unj4UZNVtB .dropdown-item:active {
  background-color: transparent;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unj4UZNVtB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unj4UZNVtB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unj4UZNVtB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unj4UZNVtB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj4UZNVtB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unj4UZNVtB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unj4UZNVtB .navbar {
    height: 70px;
  }
  .cid-unj4UZNVtB .navbar.opened {
    height: auto;
  }
  .cid-unj4UZNVtB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unj4UZNVtB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-unj4UZNVtB .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unj4UZNVtB .text_widget {
  margin-bottom: 32px;
}
.cid-unj4UZNVtB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unj4UZNVtB .text_widget a:hover,
.cid-unj4UZNVtB .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-unj4UZNVtB .navbar-caption {
  color: #000000;
}
.cid-unj4UZNVtB .mbr-section-subtitle,
.cid-unj4UZNVtB .text_widget,
.cid-unj4UZNVtB .mbr-section-btn {
  text-align: center;
}
.cid-unj4UZNVtB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFphtowC4g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uFphtowC4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFphtowC4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFphtowC4g .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFphtowC4g .content-wrapper {
    padding: 0;
  }
}
.cid-uFphtowC4g .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uFphtowC4g .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uFphtowC4g .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uFphtowC4g .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFphtowC4g .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uFphtowC4g .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFphtowC4g .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uFphtowC4g .mbr-text,
.cid-uFphtowC4g .text-wrapper {
  color: #050f0f;
}
.cid-uFphtowC4g .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uFphtowC4g .mbr-text,
.cid-uFphtowC4g .text-wrapper,
.cid-uFphtowC4g .rating-wrapper {
  text-align: center;
}
.cid-uFpfRzXgzb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFpfRzXgzb .media-container-row .mbr-text {
  color: #ffffff;
}
