.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Prompt;
}
.display-1 {
  font-family: 'Prompt', sans-serif;
  font-size: 6rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Prompt', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Prompt', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #3c97bf !important;
}
.bg-success {
  background-color: #87ceeb !important;
}
.bg-info {
  background-color: #f7fff7 !important;
}
.bg-warning {
  background-color: #ffb2ef !important;
}
.bg-danger {
  background-color: #ff9063 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary,
.btn-primary:active {
  background-color: #3c97bf !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #61accd !important;
  border-color: #61accd !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe66d !important;
  border-color: #000000 !important;
  color: #6d5a00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6d5a00 !important;
  background-color: #ffefa0 !important;
  border-color: #ffefa0 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info,
.btn-info:active {
  background-color: #f7fff7 !important;
  border-color: #000000 !important;
  color: #00f700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00f700 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success,
.btn-success:active {
  background-color: #87ceeb !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b3e0f2 !important;
  border-color: #b3e0f2 !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb2ef !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffe5fa !important;
  border-color: #ffe5fa !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9063 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb496 !important;
  border-color: #ffb496 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3c97bf;
  color: #3c97bf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #27637d !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #27637d !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c97bf !important;
  border-color: #3c97bf !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffe66d;
  color: #ffe66d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd716 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffd716 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6d5a00 !important;
  background-color: #ffe66d !important;
  border-color: #ffe66d !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7fff7;
  color: #f7fff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a0ffa0 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a0ffa0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00f700 !important;
  background-color: #f7fff7 !important;
  border-color: #f7fff7 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #87ceeb;
  color: #87ceeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3db0df !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #3db0df !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #87ceeb !important;
  border-color: #87ceeb !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb2ef;
  color: #ffb2ef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5bdd !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff5bdd !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb2ef !important;
  border-color: #ffb2ef !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9063;
  color: #ff9063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff520c !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff520c !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.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;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.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;
  box-shadow: none;
  border-color: #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3c97bf !important;
}
.text-secondary {
  color: #ffe66d !important;
}
.text-success {
  color: #87ceeb !important;
}
.text-info {
  color: #f7fff7 !important;
}
.text-warning {
  color: #ffb2ef !important;
}
.text-danger {
  color: #ff9063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #245a71 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffd507 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #30aadc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #91ff91 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4cda !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc4900 !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: #3c97bf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7fff7;
}
.alert-warning {
  background-color: #ffb2ef;
}
.alert-danger {
  background-color: #ff9063;
}
.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: #3c97bf;
  border-color: #3c97bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3c97bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9bcbe0;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  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: #3c97bf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #3c97bf;
}
/* 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: #3c97bf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3c97bf;
}
.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: #3c97bf;
  border-bottom-color: #3c97bf;
}
.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: #3c97bf !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: #ffe66d !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='%233c97bf' %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: 12px 28px;
  border-radius: 5rem !important;
  border-width: 3px !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: translate(0.2rem, 0.2rem);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.content-wrapper,
.image-wrap,
.google-map,
.item-wrapper {
  border-radius: 1rem !important;
}
.item-wrap {
  border-radius: 20px;
}
.form-control {
  border-radius: 20rem !important;
}
.cid-uDxMjdRLKs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDxMjdRLKs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDxMjdRLKs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDxMjdRLKs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDxMjdRLKs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDxMjdRLKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDxMjdRLKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDxMjdRLKs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDxMjdRLKs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDxMjdRLKs .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDxMjdRLKs .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDxMjdRLKs .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDxMjdRLKs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDxMjdRLKs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDxMjdRLKs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDxMjdRLKs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDxMjdRLKs .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDxMjdRLKs .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDxMjdRLKs .nav-link::before {
    left: 8px;
  }
}
.cid-uDxMjdRLKs .nav-link:hover {
  opacity: 1;
}
.cid-uDxMjdRLKs .nav-link:hover::before {
  opacity: 1;
}
.cid-uDxMjdRLKs .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDxMjdRLKs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDxMjdRLKs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDxMjdRLKs .navbar-caption:hover,
.cid-uDxMjdRLKs .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDxMjdRLKs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDxMjdRLKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDxMjdRLKs .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #ffe66d;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDxMjdRLKs .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDxMjdRLKs .menu-container {
    margin: 16px;
  }
}
.cid-uDxMjdRLKs .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDxMjdRLKs .iconfont-wrapper:hover,
.cid-uDxMjdRLKs .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDxMjdRLKs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffe66d;
}
.cid-uDxMjdRLKs .nav-item:focus,
.cid-uDxMjdRLKs .nav-link:focus {
  outline: none;
}
.cid-uDxMjdRLKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDxMjdRLKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDxMjdRLKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDxMjdRLKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDxMjdRLKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDxMjdRLKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDxMjdRLKs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDxMjdRLKs .navbar.opened {
  transition: all 0.3s;
}
.cid-uDxMjdRLKs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDxMjdRLKs .navbar .navbar-logo img {
  width: auto;
}
.cid-uDxMjdRLKs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDxMjdRLKs .navbar.collapsed {
  justify-content: center;
}
.cid-uDxMjdRLKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDxMjdRLKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDxMjdRLKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uDxMjdRLKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDxMjdRLKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDxMjdRLKs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDxMjdRLKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDxMjdRLKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDxMjdRLKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDxMjdRLKs .navbar {
    min-height: 72px;
  }
  .cid-uDxMjdRLKs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDxMjdRLKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDxMjdRLKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDxMjdRLKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDxMjdRLKs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDxMjdRLKs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDxMjdRLKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDxMjdRLKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDxMjdRLKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDxMjdRLKs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDxMjdRLKs .dropdown-item.active,
.cid-uDxMjdRLKs .dropdown-item:active {
  background-color: transparent;
}
.cid-uDxMjdRLKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDxMjdRLKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDxMjdRLKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDxMjdRLKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe66d;
}
.cid-uDxMjdRLKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDxMjdRLKs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDxMjdRLKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDxMjdRLKs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .navbar-buttons {
    text-align: left;
  }
}
.cid-uDxMjdRLKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDxMjdRLKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxMjdRLKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDxMjdRLKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDxMjdRLKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxMjdRLKs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDxMjdRLKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDxMjdRLKs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDxMjdRLKs .navbar {
    height: 70px;
  }
  .cid-uDxMjdRLKs .navbar.opened {
    height: auto;
  }
  .cid-uDxMjdRLKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDxMjdRLKs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDxMjdRLKs .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDxMjdRLKs .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDxMjdRLKs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDxMjdRLKs .navbar-brand {
    margin-right: auto;
  }
  .cid-uDxMjdRLKs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffe66d;
  }
  .cid-uDxMjdRLKs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDxMjdRLKs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDxMjdRLKs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDxMjdRLKs .navbar-brand,
.cid-uDxMjdRLKs .navbar-toggler,
.cid-uDxMjdRLKs .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDDOKQWYus {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDOKQWYus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDOKQWYus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDOKQWYus .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uDDOKQWYus .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDDOKQWYus .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDDOKQWYus .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDDOKQWYus .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDDOKQWYus .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDDOKQWYus .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uDDOKQWYus .mbr-section-title {
  color: #ffffff;
}
.cid-uDDOKQWYus .mbr-text,
.cid-uDDOKQWYus .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uDDOKQWYus .mbr-section-title,
.cid-uDDOKQWYus .mbr-section-btn {
  text-align: center;
}
.cid-uDBYLVHRzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDBYLVHRzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBYLVHRzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDBYLVHRzF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDBYLVHRzF .container {
    padding: 0 12px;
  }
}
.cid-uDBYLVHRzF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDBYLVHRzF .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uDBYLVHRzF .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uDBYLVHRzF .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffe66d;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uDBYLVHRzF .mbr-section-title {
  color: #222222;
}
.cid-uDBYRfoMlG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDBYRfoMlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBYRfoMlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBYRfoMlG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDBYRfoMlG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDBYRfoMlG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDBYRfoMlG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDBYRfoMlG .container {
    padding: 0 16px;
  }
}
.cid-uDBYRfoMlG .row {
  justify-content: center;
}
.cid-uDBYRfoMlG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uDBYRfoMlG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDBYRfoMlG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDBYRfoMlG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDBYRfoMlG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDBYRfoMlG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDDP2ACwFz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uDDP2ACwFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDP2ACwFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDP2ACwFz .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDDP2ACwFz .link-wrapper {
  width: 100%;
}
.cid-uDDP2ACwFz .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDDP2ACwFz .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDDP2ACwFz .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDDP2ACwFz .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDDP2ACwFz .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDDP2ACwFz .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDDP2ACwFz .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDDP2ACwFz .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDDP2ACwFz .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDDP2ACwFz .row {
  justify-content: center;
}
.cid-uDDP2ACwFz .cardbig-link,
.cid-uDDP2ACwFz .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDDP2ACwFz .cardbig-text,
.cid-uDDP2ACwFz .link-wrapper {
  color: #000000;
}
.cid-uDDP2ACwFz .card-title,
.cid-uDDP2ACwFz .iconfont-wrapper,
.cid-uDDP2ACwFz .card-wrapper {
  color: #ffffff;
}
.cid-uDDP2ACwFz .card-text,
.cid-uDDP2ACwFz .mbr-section-btn {
  color: #ffffff;
}
.cid-uDDP2ACwFz .cardbig-title {
  color: #000000;
}
.cid-uDDTIttQE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDTIttQE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDTIttQE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDTIttQE9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDDTIttQE9 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDDTIttQE9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDDTIttQE9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDDTIttQE9 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffe66d, #292739);
}
@media (max-width: 992px) {
  .cid-uDDTIttQE9 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDDTIttQE9 .mbr-section-title {
  color: #ffffff;
}
.cid-uDDTIttQE9 .mbr-text,
.cid-uDDTIttQE9 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDDTIttQE9 .mbr-section-title,
.cid-uDDTIttQE9 .mbr-section-btn {
  text-align: center;
}
.cid-uDDQqj2LUO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDDQqj2LUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDQqj2LUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDQqj2LUO .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDDQqj2LUO .link-wrapper {
  width: 100%;
}
.cid-uDDQqj2LUO .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDDQqj2LUO .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDDQqj2LUO .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDDQqj2LUO .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDDQqj2LUO .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDDQqj2LUO .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDDQqj2LUO .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDDQqj2LUO .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDDQqj2LUO .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDDQqj2LUO .row {
  justify-content: center;
}
.cid-uDDQqj2LUO .cardbig-link,
.cid-uDDQqj2LUO .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDDQqj2LUO .cardbig-text,
.cid-uDDQqj2LUO .link-wrapper {
  color: #000000;
}
.cid-uDDQqj2LUO .card-title,
.cid-uDDQqj2LUO .iconfont-wrapper,
.cid-uDDQqj2LUO .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uDDQqj2LUO .card-text,
.cid-uDDQqj2LUO .mbr-section-btn {
  color: #ffffff;
}
.cid-uDDQqj2LUO .cardbig-title {
  color: #000000;
  text-align: center;
}
.cid-uhtTItS7uJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhtTItS7uJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTItS7uJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTItS7uJ .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .mbr-section-title {
  color: #050f0f;
}
.cid-uhtTItS7uJ .mbr-text {
  color: #050f0f;
}
.cid-uhtTItS7uJ .panel-title-edit {
  color: #050f0f;
}
.cid-uhtTItS7uJ .panel-text {
  color: #050f0f;
}
.cid-uhtTItS7uJ .panel-title-edit,
.cid-uhtTItS7uJ .icon-wrapper {
  color: #ffffff;
}
.cid-uDC3fXuc9q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDC3fXuc9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDC3fXuc9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDC3fXuc9q .container {
    padding: 0 16px;
  }
}
.cid-uDC3fXuc9q .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uDC3fXuc9q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uDC3fXuc9q .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDC3fXuc9q .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uDC3fXuc9q .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDC3fXuc9q .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uDC3fXuc9q .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uDC3fXuc9q .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uDC3fXuc9q .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uDC3fXuc9q .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uDC3fXuc9q .mbr-section-title {
  color: #ffffff;
}
.cid-uDC3fXuc9q .mbr-desc {
  color: #08323C;
}
.cid-uDC3fXuc9q .mbr-text {
  color: #ffffff;
}
.cid-uDDQOHDQUy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uDDQOHDQUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDQOHDQUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDQOHDQUy .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDDQOHDQUy .link-wrapper {
  width: 100%;
}
.cid-uDDQOHDQUy .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDDQOHDQUy .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDDQOHDQUy .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDDQOHDQUy .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDDQOHDQUy .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDDQOHDQUy .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDDQOHDQUy .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDDQOHDQUy .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDDQOHDQUy .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDDQOHDQUy .row {
  justify-content: center;
}
.cid-uDDQOHDQUy .cardbig-link,
.cid-uDDQOHDQUy .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDDQOHDQUy .cardbig-text,
.cid-uDDQOHDQUy .link-wrapper {
  color: #000000;
}
.cid-uDDQOHDQUy .card-title,
.cid-uDDQOHDQUy .iconfont-wrapper,
.cid-uDDQOHDQUy .card-wrapper {
  color: #ffffff;
}
.cid-uDDQOHDQUy .card-text,
.cid-uDDQOHDQUy .mbr-section-btn {
  color: #353535;
}
.cid-uDDQOHDQUy .cardbig-title {
  color: #000000;
}
.cid-uDDR9u2QRd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDDR9u2QRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDR9u2QRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDR9u2QRd .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDDR9u2QRd .link-wrapper {
  width: 100%;
}
.cid-uDDR9u2QRd .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDDR9u2QRd .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDDR9u2QRd .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDDR9u2QRd .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDDR9u2QRd .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDDR9u2QRd .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDDR9u2QRd .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDDR9u2QRd .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDDR9u2QRd .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDDR9u2QRd .row {
  justify-content: center;
}
.cid-uDDR9u2QRd .cardbig-link,
.cid-uDDR9u2QRd .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDDR9u2QRd .cardbig-text,
.cid-uDDR9u2QRd .link-wrapper {
  color: #000000;
}
.cid-uDDR9u2QRd .card-title,
.cid-uDDR9u2QRd .iconfont-wrapper,
.cid-uDDR9u2QRd .card-wrapper {
  color: #ffffff;
}
.cid-uDDR9u2QRd .card-text,
.cid-uDDR9u2QRd .mbr-section-btn {
  color: #ffffff;
}
.cid-uDDR9u2QRd .cardbig-title {
  color: #000000;
}
.cid-uDDRpOkJGa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDDRpOkJGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDRpOkJGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDRpOkJGa .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDDRpOkJGa .link-wrapper {
  width: 100%;
}
.cid-uDDRpOkJGa .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDDRpOkJGa .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDDRpOkJGa .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDDRpOkJGa .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDDRpOkJGa .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDDRpOkJGa .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDDRpOkJGa .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDDRpOkJGa .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDDRpOkJGa .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDDRpOkJGa .row {
  justify-content: center;
}
.cid-uDDRpOkJGa .cardbig-link,
.cid-uDDRpOkJGa .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDDRpOkJGa .cardbig-text,
.cid-uDDRpOkJGa .link-wrapper {
  color: #000000;
}
.cid-uDDRpOkJGa .card-title,
.cid-uDDRpOkJGa .iconfont-wrapper,
.cid-uDDRpOkJGa .card-wrapper {
  color: #ffffff;
}
.cid-uDDRpOkJGa .card-text,
.cid-uDDRpOkJGa .mbr-section-btn {
  color: #ffffff;
}
.cid-uDDRpOkJGa .cardbig-title {
  color: #000000;
}
.cid-uhtTGmhKql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhtTGmhKql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTGmhKql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTGmhKql .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper {
    padding: 0;
  }
}
.cid-uhtTGmhKql .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTGmhKql .content-wrapper .google-map {
  border: 3px solid #ffe66d;
  box-shadow: 4px 4px 0 0 #ffe66d;
}
.cid-uhtTGmhKql .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uhtTGmhKql .mbr-section-title {
  color: #050f0f;
}
.cid-uhtTGmhKql .mbr-section-title,
.cid-uhtTGmhKql .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDC1uTxjXu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe66d;
}
.cid-uDC1uTxjXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDC1uTxjXu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDC1uTxjXu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDC1uTxjXu .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDC1uTxjXu a {
  font-weight: 600;
}
.cid-uDC1uTxjXu a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDC1uTxjXu .col-lg-3,
  .cid-uDC1uTxjXu .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDC1uTxjXu .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDC1uTxjXu .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDC1uTxjXu h5 {
  margin: 0;
}
.cid-uDC1uTxjXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDC1uTxjXu .iconfont-wrapper {
  position: relative;
}
.cid-uDC1uTxjXu .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDC1uTxjXu .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDC1uTxjXu .sociconfont-wrapper {
  display: flex;
}
.cid-uDC1uTxjXu .card-title,
.cid-uDC1uTxjXu .iconfont-wrapper {
  color: #000000;
}
.cid-uDC1uTxjXu .card-text {
  color: #000000;
}
.cid-uDC1uTxjXu .mbr-section-title {
  color: #000000;
}
.cid-uDC1uTxjXu .main-title,
.cid-uDC1uTxjXu .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDC0C7BvMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDC0C7BvMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDC0C7BvMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDC0C7BvMb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDC0C7BvMb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDC0C7BvMb .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDC0C7BvMb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.cid-uDC0C7BvMb .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.cid-uDC0C7BvMb .content-wrapper .social-wrapper .social-wrap .soc-item:hover,
.cid-uDC0C7BvMb .content-wrapper .social-wrapper .social-wrap .soc-item:focus {
  transform: scale(1.05);
}
.cid-uDC0C7BvMb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDC0C7BvMb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 22px;
  width: 22px;
  height: 22px;
}
.cid-uDC0C7BvMb .content-wrapper .social-wrapper .social-wrap .soc-item .mbr-desc {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uDC0C7BvMb .mbr-section-title {
  color: #ffffff;
}
.cid-uDC0C7BvMb .mbr-desc {
  color: #ffffff;
}
.cid-uDC0C7BvMb .mbr-section-title,
.cid-uDC0C7BvMb .social-wrapper {
  text-align: center;
}
.cid-uDsg3RkfYJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDsg3RkfYJ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uDDUMEffb8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDDUMEffb8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDDUMEffb8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDDUMEffb8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDDUMEffb8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDDUMEffb8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDDUMEffb8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDDUMEffb8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDDUMEffb8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDDUMEffb8 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDDUMEffb8 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDDUMEffb8 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDDUMEffb8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDDUMEffb8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDDUMEffb8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDDUMEffb8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDDUMEffb8 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDDUMEffb8 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDDUMEffb8 .nav-link::before {
    left: 8px;
  }
}
.cid-uDDUMEffb8 .nav-link:hover {
  opacity: 1;
}
.cid-uDDUMEffb8 .nav-link:hover::before {
  opacity: 1;
}
.cid-uDDUMEffb8 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDDUMEffb8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDDUMEffb8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDDUMEffb8 .navbar-caption:hover,
.cid-uDDUMEffb8 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDDUMEffb8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDDUMEffb8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDDUMEffb8 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #ffe66d;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDDUMEffb8 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDDUMEffb8 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDDUMEffb8 .menu-container {
    margin: 16px;
  }
}
.cid-uDDUMEffb8 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDDUMEffb8 .iconfont-wrapper:hover,
.cid-uDDUMEffb8 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDDUMEffb8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffe66d;
}
.cid-uDDUMEffb8 .nav-item:focus,
.cid-uDDUMEffb8 .nav-link:focus {
  outline: none;
}
.cid-uDDUMEffb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDDUMEffb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDDUMEffb8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDDUMEffb8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDDUMEffb8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDDUMEffb8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDDUMEffb8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDDUMEffb8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDDUMEffb8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDDUMEffb8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDDUMEffb8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDDUMEffb8 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDDUMEffb8 .navbar.collapsed {
  justify-content: center;
}
.cid-uDDUMEffb8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDDUMEffb8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDDUMEffb8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uDDUMEffb8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDDUMEffb8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDDUMEffb8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDDUMEffb8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDDUMEffb8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDDUMEffb8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDDUMEffb8 .navbar {
    min-height: 72px;
  }
  .cid-uDDUMEffb8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDDUMEffb8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDDUMEffb8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDDUMEffb8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDDUMEffb8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDDUMEffb8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDDUMEffb8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDDUMEffb8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDDUMEffb8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDDUMEffb8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDDUMEffb8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDDUMEffb8 .dropdown-item.active,
.cid-uDDUMEffb8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDDUMEffb8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDDUMEffb8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDDUMEffb8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDDUMEffb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe66d;
}
.cid-uDDUMEffb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDDUMEffb8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDDUMEffb8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDDUMEffb8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDDUMEffb8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDDUMEffb8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDDUMEffb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDDUMEffb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDDUMEffb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDDUMEffb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDDUMEffb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDDUMEffb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDDUMEffb8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDDUMEffb8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDDUMEffb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDDUMEffb8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDDUMEffb8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDDUMEffb8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDDUMEffb8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDDUMEffb8 .navbar {
    height: 70px;
  }
  .cid-uDDUMEffb8 .navbar.opened {
    height: auto;
  }
  .cid-uDDUMEffb8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDDUMEffb8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDDUMEffb8 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDDUMEffb8 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDDUMEffb8 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDDUMEffb8 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDDUMEffb8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDDUMEffb8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDDUMEffb8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffe66d;
  }
  .cid-uDDUMEffb8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDDUMEffb8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDDUMEffb8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDDUMEffb8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDDUMEffb8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDDUMEffb8 .navbar-brand,
.cid-uDDUMEffb8 .navbar-toggler,
.cid-uDDUMEffb8 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDDUMEYjEu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uDDUMEYjEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDUMEYjEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDUMEYjEu .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uDDUMEYjEu .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDDUMEYjEu .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDDUMEYjEu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDDUMEYjEu .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDDUMEYjEu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDDUMEYjEu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uDDUMEYjEu .mbr-section-title {
  color: #ffffff;
}
.cid-uDDUMEYjEu .mbr-text,
.cid-uDDUMEYjEu .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uDDUMEYjEu .mbr-section-title,
.cid-uDDUMEYjEu .mbr-section-btn {
  text-align: center;
}
.cid-uDDUMFqllW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDUMFqllW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDUMFqllW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDUMFqllW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDDUMFqllW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDDUMFqllW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDDUMFqllW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDDUMFqllW .container {
    padding: 0 16px;
  }
}
.cid-uDDUMFqllW .row {
  justify-content: center;
}
.cid-uDDUMFqllW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uDDUMFqllW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDDUMFqllW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDDUMFqllW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDDUMFqllW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDDUMFqllW .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDDUMG6b7K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDUMG6b7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDUMG6b7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDUMG6b7K .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDDUMG6b7K .content-wrapper {
    padding: 0;
  }
}
.cid-uDDUMG6b7K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDDUMG6b7K .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDDUMG6b7K .content-wrapper .google-map {
  border: 3px solid #ffe66d;
  box-shadow: 4px 4px 0 0 #ffe66d;
}
.cid-uDDUMG6b7K .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDDUMG6b7K .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDDUMG6b7K .mbr-section-title {
  color: #050f0f;
}
.cid-uDDUMG6b7K .mbr-section-title,
.cid-uDDUMG6b7K .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDDUMGI4l3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe66d;
}
.cid-uDDUMGI4l3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDUMGI4l3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDDUMGI4l3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDDUMGI4l3 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDDUMGI4l3 a {
  font-weight: 600;
}
.cid-uDDUMGI4l3 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDDUMGI4l3 .col-lg-3,
  .cid-uDDUMGI4l3 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDDUMGI4l3 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDDUMGI4l3 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDDUMGI4l3 h5 {
  margin: 0;
}
.cid-uDDUMGI4l3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDUMGI4l3 .iconfont-wrapper {
  position: relative;
}
.cid-uDDUMGI4l3 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDDUMGI4l3 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDDUMGI4l3 .sociconfont-wrapper {
  display: flex;
}
.cid-uDDUMGI4l3 .card-title,
.cid-uDDUMGI4l3 .iconfont-wrapper {
  color: #000000;
}
.cid-uDDUMGI4l3 .card-text {
  color: #000000;
}
.cid-uDDUMGI4l3 .mbr-section-title {
  color: #000000;
}
.cid-uDDUMGI4l3 .main-title,
.cid-uDDUMGI4l3 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDDUMHh6rS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDUMHh6rS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDUMHh6rS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDUMHh6rS .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDDUMHh6rS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDDUMHh6rS .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDDUMHh6rS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.cid-uDDUMHh6rS .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.cid-uDDUMHh6rS .content-wrapper .social-wrapper .social-wrap .soc-item:hover,
.cid-uDDUMHh6rS .content-wrapper .social-wrapper .social-wrap .soc-item:focus {
  transform: scale(1.05);
}
.cid-uDDUMHh6rS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDDUMHh6rS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 22px;
  width: 22px;
  height: 22px;
}
.cid-uDDUMHh6rS .content-wrapper .social-wrapper .social-wrap .soc-item .mbr-desc {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uDDUMHh6rS .mbr-section-title {
  color: #ffffff;
}
.cid-uDDUMHh6rS .mbr-desc {
  color: #ffffff;
}
.cid-uDDUMHh6rS .mbr-section-title,
.cid-uDDUMHh6rS .social-wrapper {
  text-align: center;
}
.cid-uDDUMHQEHS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDDUMHQEHS .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uDDTTqqiQ4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDDTTqqiQ4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDDTTqqiQ4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDDTTqqiQ4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDDTTqqiQ4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDDTTqqiQ4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDDTTqqiQ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDDTTqqiQ4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDDTTqqiQ4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDDTTqqiQ4 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDDTTqqiQ4 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDDTTqqiQ4 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDDTTqqiQ4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDDTTqqiQ4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDDTTqqiQ4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDDTTqqiQ4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDDTTqqiQ4 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDDTTqqiQ4 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDDTTqqiQ4 .nav-link::before {
    left: 8px;
  }
}
.cid-uDDTTqqiQ4 .nav-link:hover {
  opacity: 1;
}
.cid-uDDTTqqiQ4 .nav-link:hover::before {
  opacity: 1;
}
.cid-uDDTTqqiQ4 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDDTTqqiQ4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDDTTqqiQ4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDDTTqqiQ4 .navbar-caption:hover,
.cid-uDDTTqqiQ4 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDDTTqqiQ4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDDTTqqiQ4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDDTTqqiQ4 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #ffe66d;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDDTTqqiQ4 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDDTTqqiQ4 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDDTTqqiQ4 .menu-container {
    margin: 16px;
  }
}
.cid-uDDTTqqiQ4 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDDTTqqiQ4 .iconfont-wrapper:hover,
.cid-uDDTTqqiQ4 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDDTTqqiQ4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffe66d;
}
.cid-uDDTTqqiQ4 .nav-item:focus,
.cid-uDDTTqqiQ4 .nav-link:focus {
  outline: none;
}
.cid-uDDTTqqiQ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDDTTqqiQ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDDTTqqiQ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDDTTqqiQ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDDTTqqiQ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDDTTqqiQ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDDTTqqiQ4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDDTTqqiQ4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDDTTqqiQ4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDDTTqqiQ4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDDTTqqiQ4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDDTTqqiQ4 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDDTTqqiQ4 .navbar.collapsed {
  justify-content: center;
}
.cid-uDDTTqqiQ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDDTTqqiQ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDDTTqqiQ4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uDDTTqqiQ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDDTTqqiQ4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDDTTqqiQ4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDDTTqqiQ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDDTTqqiQ4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDDTTqqiQ4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDDTTqqiQ4 .navbar {
    min-height: 72px;
  }
  .cid-uDDTTqqiQ4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDDTTqqiQ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDDTTqqiQ4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDDTTqqiQ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDDTTqqiQ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDDTTqqiQ4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDDTTqqiQ4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDDTTqqiQ4 .dropdown-item.active,
.cid-uDDTTqqiQ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDDTTqqiQ4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDDTTqqiQ4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDDTTqqiQ4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDDTTqqiQ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe66d;
}
.cid-uDDTTqqiQ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDDTTqqiQ4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDDTTqqiQ4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDDTTqqiQ4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDDTTqqiQ4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDDTTqqiQ4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDDTTqqiQ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDDTTqqiQ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDDTTqqiQ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDDTTqqiQ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDDTTqqiQ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDDTTqqiQ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDDTTqqiQ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDDTTqqiQ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDDTTqqiQ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDDTTqqiQ4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDDTTqqiQ4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDDTTqqiQ4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDDTTqqiQ4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDDTTqqiQ4 .navbar {
    height: 70px;
  }
  .cid-uDDTTqqiQ4 .navbar.opened {
    height: auto;
  }
  .cid-uDDTTqqiQ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDDTTqqiQ4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDDTTqqiQ4 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDDTTqqiQ4 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDDTTqqiQ4 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDDTTqqiQ4 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDDTTqqiQ4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDDTTqqiQ4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDDTTqqiQ4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffe66d;
  }
  .cid-uDDTTqqiQ4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDDTTqqiQ4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDDTTqqiQ4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDDTTqqiQ4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDDTTqqiQ4 .navbar-brand,
.cid-uDDTTqqiQ4 .navbar-toggler,
.cid-uDDTTqqiQ4 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDDTTrAydu {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDTTrAydu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDTTrAydu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDTTrAydu .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uDDTTrAydu .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDDTTrAydu .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDDTTrAydu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDDTTrAydu .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDDTTrAydu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDDTTrAydu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uDDTTrAydu .mbr-section-title {
  color: #ffffff;
}
.cid-uDDTTrAydu .mbr-text,
.cid-uDDTTrAydu .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uDDTTrAydu .mbr-section-title,
.cid-uDDTTrAydu .mbr-section-btn {
  text-align: center;
}
.cid-uDDTTsML2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDTTsML2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDTTsML2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDTTsML2T .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDDTTsML2T .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDDTTsML2T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDDTTsML2T .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDDTTsML2T .container {
    padding: 0 16px;
  }
}
.cid-uDDTTsML2T .row {
  justify-content: center;
}
.cid-uDDTTsML2T .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uDDTTsML2T .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDDTTsML2T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDDTTsML2T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDDTTsML2T .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDDTTsML2T .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDDTTymetG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDTTymetG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDTTymetG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDTTymetG .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDDTTymetG .content-wrapper {
    padding: 0;
  }
}
.cid-uDDTTymetG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDDTTymetG .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDDTTymetG .content-wrapper .google-map {
  border: 3px solid #ffe66d;
  box-shadow: 4px 4px 0 0 #ffe66d;
}
.cid-uDDTTymetG .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDDTTymetG .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDDTTymetG .mbr-section-title {
  color: #050f0f;
}
.cid-uDDTTymetG .mbr-section-title,
.cid-uDDTTymetG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDDTTyYWkA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe66d;
}
.cid-uDDTTyYWkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDTTyYWkA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDDTTyYWkA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDDTTyYWkA .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDDTTyYWkA a {
  font-weight: 600;
}
.cid-uDDTTyYWkA a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDDTTyYWkA .col-lg-3,
  .cid-uDDTTyYWkA .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDDTTyYWkA .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDDTTyYWkA .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDDTTyYWkA h5 {
  margin: 0;
}
.cid-uDDTTyYWkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDTTyYWkA .iconfont-wrapper {
  position: relative;
}
.cid-uDDTTyYWkA .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDDTTyYWkA .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDDTTyYWkA .sociconfont-wrapper {
  display: flex;
}
.cid-uDDTTyYWkA .card-title,
.cid-uDDTTyYWkA .iconfont-wrapper {
  color: #000000;
}
.cid-uDDTTyYWkA .card-text {
  color: #000000;
}
.cid-uDDTTyYWkA .mbr-section-title {
  color: #000000;
}
.cid-uDDTTyYWkA .main-title,
.cid-uDDTTyYWkA .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDDTTzBN5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDDTTzBN5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDTTzBN5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDTTzBN5e .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDDTTzBN5e .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDDTTzBN5e .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDDTTzBN5e .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.cid-uDDTTzBN5e .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.cid-uDDTTzBN5e .content-wrapper .social-wrapper .social-wrap .soc-item:hover,
.cid-uDDTTzBN5e .content-wrapper .social-wrapper .social-wrap .soc-item:focus {
  transform: scale(1.05);
}
.cid-uDDTTzBN5e .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDDTTzBN5e .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 22px;
  width: 22px;
  height: 22px;
}
.cid-uDDTTzBN5e .content-wrapper .social-wrapper .social-wrap .soc-item .mbr-desc {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uDDTTzBN5e .mbr-section-title {
  color: #ffffff;
}
.cid-uDDTTzBN5e .mbr-desc {
  color: #ffffff;
}
.cid-uDDTTzBN5e .mbr-section-title,
.cid-uDDTTzBN5e .social-wrapper {
  text-align: center;
}
.cid-uDDTTAiyhV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDDTTAiyhV .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uDE3DGrh8u {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDE3DGrh8u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDE3DGrh8u .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDE3DGrh8u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDE3DGrh8u .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDE3DGrh8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDE3DGrh8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDE3DGrh8u .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDE3DGrh8u .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDE3DGrh8u .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDE3DGrh8u .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDE3DGrh8u .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDE3DGrh8u .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDE3DGrh8u .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDE3DGrh8u .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDE3DGrh8u .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDE3DGrh8u .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDE3DGrh8u .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDE3DGrh8u .nav-link::before {
    left: 8px;
  }
}
.cid-uDE3DGrh8u .nav-link:hover {
  opacity: 1;
}
.cid-uDE3DGrh8u .nav-link:hover::before {
  opacity: 1;
}
.cid-uDE3DGrh8u .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDE3DGrh8u .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDE3DGrh8u .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDE3DGrh8u .navbar-caption:hover,
.cid-uDE3DGrh8u .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDE3DGrh8u .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDE3DGrh8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDE3DGrh8u .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #ffe66d;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDE3DGrh8u .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDE3DGrh8u .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDE3DGrh8u .menu-container {
    margin: 16px;
  }
}
.cid-uDE3DGrh8u .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDE3DGrh8u .iconfont-wrapper:hover,
.cid-uDE3DGrh8u .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDE3DGrh8u .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffe66d;
}
.cid-uDE3DGrh8u .nav-item:focus,
.cid-uDE3DGrh8u .nav-link:focus {
  outline: none;
}
.cid-uDE3DGrh8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDE3DGrh8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDE3DGrh8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDE3DGrh8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDE3DGrh8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDE3DGrh8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDE3DGrh8u .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDE3DGrh8u .navbar.opened {
  transition: all 0.3s;
}
.cid-uDE3DGrh8u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDE3DGrh8u .navbar .navbar-logo img {
  width: auto;
}
.cid-uDE3DGrh8u .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDE3DGrh8u .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDE3DGrh8u .navbar.collapsed {
  justify-content: center;
}
.cid-uDE3DGrh8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDE3DGrh8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDE3DGrh8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uDE3DGrh8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDE3DGrh8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDE3DGrh8u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDE3DGrh8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDE3DGrh8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDE3DGrh8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDE3DGrh8u .navbar {
    min-height: 72px;
  }
  .cid-uDE3DGrh8u .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDE3DGrh8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDE3DGrh8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDE3DGrh8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDE3DGrh8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDE3DGrh8u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDE3DGrh8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDE3DGrh8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDE3DGrh8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDE3DGrh8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDE3DGrh8u .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDE3DGrh8u .dropdown-item.active,
.cid-uDE3DGrh8u .dropdown-item:active {
  background-color: transparent;
}
.cid-uDE3DGrh8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDE3DGrh8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDE3DGrh8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDE3DGrh8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe66d;
}
.cid-uDE3DGrh8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDE3DGrh8u .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDE3DGrh8u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDE3DGrh8u .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDE3DGrh8u .navbar-buttons {
    text-align: left;
  }
}
.cid-uDE3DGrh8u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDE3DGrh8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDE3DGrh8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDE3DGrh8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDE3DGrh8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDE3DGrh8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDE3DGrh8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDE3DGrh8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDE3DGrh8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDE3DGrh8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDE3DGrh8u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDE3DGrh8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDE3DGrh8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDE3DGrh8u .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDE3DGrh8u .navbar {
    height: 70px;
  }
  .cid-uDE3DGrh8u .navbar.opened {
    height: auto;
  }
  .cid-uDE3DGrh8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDE3DGrh8u .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDE3DGrh8u .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDE3DGrh8u .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDE3DGrh8u .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDE3DGrh8u .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDE3DGrh8u .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDE3DGrh8u .navbar-brand {
    margin-right: auto;
  }
  .cid-uDE3DGrh8u .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffe66d;
  }
  .cid-uDE3DGrh8u .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDE3DGrh8u .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDE3DGrh8u .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDE3DGrh8u .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDE3DGrh8u .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDE3DGrh8u .navbar-brand,
.cid-uDE3DGrh8u .navbar-toggler,
.cid-uDE3DGrh8u .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDE3DHvMOD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE3DHvMOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DHvMOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DHvMOD .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uDE3DHvMOD .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDE3DHvMOD .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDE3DHvMOD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDE3DHvMOD .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE3DHvMOD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDE3DHvMOD .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uDE3DHvMOD .mbr-section-title {
  color: #ffffff;
}
.cid-uDE3DHvMOD .mbr-text,
.cid-uDE3DHvMOD .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uDE3DHvMOD .mbr-section-title,
.cid-uDE3DHvMOD .mbr-section-btn {
  text-align: center;
}
.cid-uDE3DI1lZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE3DI1lZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DI1lZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDE3DI1lZT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDE3DI1lZT .container {
    padding: 0 12px;
  }
}
.cid-uDE3DI1lZT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDE3DI1lZT .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uDE3DI1lZT .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uDE3DI1lZT .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffe66d;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uDE3DI1lZT .mbr-section-title {
  color: #222222;
}
.cid-uDE3DItS2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE3DItS2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DItS2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DItS2T .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDE3DItS2T .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDE3DItS2T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDE3DItS2T .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDE3DItS2T .container {
    padding: 0 16px;
  }
}
.cid-uDE3DItS2T .row {
  justify-content: center;
}
.cid-uDE3DItS2T .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uDE3DItS2T .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDE3DItS2T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDE3DItS2T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDE3DItS2T .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDE3DItS2T .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDE3DIW5Km {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uDE3DIW5Km .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DIW5Km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DIW5Km .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE3DIW5Km .link-wrapper {
  width: 100%;
}
.cid-uDE3DIW5Km .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE3DIW5Km .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE3DIW5Km .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE3DIW5Km .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE3DIW5Km .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE3DIW5Km .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE3DIW5Km .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE3DIW5Km .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE3DIW5Km .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE3DIW5Km .row {
  justify-content: center;
}
.cid-uDE3DIW5Km .cardbig-link,
.cid-uDE3DIW5Km .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE3DIW5Km .cardbig-text,
.cid-uDE3DIW5Km .link-wrapper {
  color: #000000;
}
.cid-uDE3DIW5Km .card-title,
.cid-uDE3DIW5Km .iconfont-wrapper,
.cid-uDE3DIW5Km .card-wrapper {
  color: #ffffff;
}
.cid-uDE3DIW5Km .card-text,
.cid-uDE3DIW5Km .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE3DIW5Km .cardbig-title {
  color: #000000;
}
.cid-uDE3DJCkly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE3DJCkly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DJCkly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DJCkly .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDE3DJCkly .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE3DJCkly .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDE3DJCkly .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDE3DJCkly .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffe66d, #292739);
}
@media (max-width: 992px) {
  .cid-uDE3DJCkly .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDE3DJCkly .mbr-section-title {
  color: #ffffff;
}
.cid-uDE3DJCkly .mbr-text,
.cid-uDE3DJCkly .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDE3DJCkly .mbr-section-title,
.cid-uDE3DJCkly .mbr-section-btn {
  text-align: center;
}
.cid-uDE3DKbYsb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE3DKbYsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DKbYsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DKbYsb .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE3DKbYsb .link-wrapper {
  width: 100%;
}
.cid-uDE3DKbYsb .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE3DKbYsb .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE3DKbYsb .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE3DKbYsb .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE3DKbYsb .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE3DKbYsb .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE3DKbYsb .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE3DKbYsb .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE3DKbYsb .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE3DKbYsb .row {
  justify-content: center;
}
.cid-uDE3DKbYsb .cardbig-link,
.cid-uDE3DKbYsb .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE3DKbYsb .cardbig-text,
.cid-uDE3DKbYsb .link-wrapper {
  color: #000000;
}
.cid-uDE3DKbYsb .card-title,
.cid-uDE3DKbYsb .iconfont-wrapper,
.cid-uDE3DKbYsb .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uDE3DKbYsb .card-text,
.cid-uDE3DKbYsb .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE3DKbYsb .cardbig-title {
  color: #000000;
  text-align: center;
}
.cid-uDE3DKQy6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE3DKQy6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DKQy6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DKQy6G .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDE3DKQy6G .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDE3DKQy6G .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDE3DKQy6G .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uDE3DKQy6G .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDE3DKQy6G .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uDE3DKQy6G .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDE3DKQy6G .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDE3DKQy6G .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDE3DKQy6G .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDE3DKQy6G .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDE3DKQy6G .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDE3DKQy6G .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDE3DKQy6G .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uDE3DKQy6G .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDE3DKQy6G .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDE3DKQy6G .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDE3DKQy6G .mbr-section-title {
  color: #050f0f;
}
.cid-uDE3DKQy6G .mbr-text {
  color: #050f0f;
}
.cid-uDE3DKQy6G .panel-title-edit {
  color: #050f0f;
}
.cid-uDE3DKQy6G .panel-text {
  color: #050f0f;
}
.cid-uDE3DKQy6G .panel-title-edit,
.cid-uDE3DKQy6G .icon-wrapper {
  color: #ffffff;
}
.cid-uDE3DLxNg7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE3DLxNg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DLxNg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDE3DLxNg7 .container {
    padding: 0 16px;
  }
}
.cid-uDE3DLxNg7 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uDE3DLxNg7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uDE3DLxNg7 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDE3DLxNg7 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uDE3DLxNg7 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDE3DLxNg7 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uDE3DLxNg7 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uDE3DLxNg7 .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uDE3DLxNg7 .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uDE3DLxNg7 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uDE3DLxNg7 .mbr-section-title {
  color: #ffffff;
}
.cid-uDE3DLxNg7 .mbr-desc {
  color: #08323C;
}
.cid-uDE3DLxNg7 .mbr-text {
  color: #ffffff;
}
.cid-uDE3DM2Fbh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uDE3DM2Fbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DM2Fbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DM2Fbh .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE3DM2Fbh .link-wrapper {
  width: 100%;
}
.cid-uDE3DM2Fbh .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE3DM2Fbh .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE3DM2Fbh .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE3DM2Fbh .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE3DM2Fbh .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE3DM2Fbh .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE3DM2Fbh .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE3DM2Fbh .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE3DM2Fbh .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE3DM2Fbh .row {
  justify-content: center;
}
.cid-uDE3DM2Fbh .cardbig-link,
.cid-uDE3DM2Fbh .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE3DM2Fbh .cardbig-text,
.cid-uDE3DM2Fbh .link-wrapper {
  color: #000000;
}
.cid-uDE3DM2Fbh .card-title,
.cid-uDE3DM2Fbh .iconfont-wrapper,
.cid-uDE3DM2Fbh .card-wrapper {
  color: #ffffff;
}
.cid-uDE3DM2Fbh .card-text,
.cid-uDE3DM2Fbh .mbr-section-btn {
  color: #353535;
}
.cid-uDE3DM2Fbh .cardbig-title {
  color: #000000;
}
.cid-uDE3DMDLSs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE3DMDLSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DMDLSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DMDLSs .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE3DMDLSs .link-wrapper {
  width: 100%;
}
.cid-uDE3DMDLSs .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE3DMDLSs .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE3DMDLSs .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE3DMDLSs .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE3DMDLSs .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE3DMDLSs .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE3DMDLSs .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE3DMDLSs .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE3DMDLSs .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE3DMDLSs .row {
  justify-content: center;
}
.cid-uDE3DMDLSs .cardbig-link,
.cid-uDE3DMDLSs .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE3DMDLSs .cardbig-text,
.cid-uDE3DMDLSs .link-wrapper {
  color: #000000;
}
.cid-uDE3DMDLSs .card-title,
.cid-uDE3DMDLSs .iconfont-wrapper,
.cid-uDE3DMDLSs .card-wrapper {
  color: #ffffff;
}
.cid-uDE3DMDLSs .card-text,
.cid-uDE3DMDLSs .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE3DMDLSs .cardbig-title {
  color: #000000;
}
.cid-uDE3DNe7n3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE3DNe7n3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DNe7n3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DNe7n3 .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE3DNe7n3 .link-wrapper {
  width: 100%;
}
.cid-uDE3DNe7n3 .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE3DNe7n3 .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE3DNe7n3 .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE3DNe7n3 .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE3DNe7n3 .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE3DNe7n3 .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE3DNe7n3 .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE3DNe7n3 .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE3DNe7n3 .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE3DNe7n3 .row {
  justify-content: center;
}
.cid-uDE3DNe7n3 .cardbig-link,
.cid-uDE3DNe7n3 .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE3DNe7n3 .cardbig-text,
.cid-uDE3DNe7n3 .link-wrapper {
  color: #000000;
}
.cid-uDE3DNe7n3 .card-title,
.cid-uDE3DNe7n3 .iconfont-wrapper,
.cid-uDE3DNe7n3 .card-wrapper {
  color: #ffffff;
}
.cid-uDE3DNe7n3 .card-text,
.cid-uDE3DNe7n3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE3DNe7n3 .cardbig-title {
  color: #000000;
}
.cid-uDHaAo74V4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe66d;
}
.cid-uDHaAo74V4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDHaAo74V4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDHaAo74V4 .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDHaAo74V4 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDHaAo74V4 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDHaAo74V4 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uDHaAo74V4 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDHaAo74V4 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDHaAo74V4 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDHaAo74V4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDHaAo74V4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDHaAo74V4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDHaAo74V4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDHaAo74V4 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDHaAo74V4 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uDHaAo74V4 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDHaAo74V4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDHaAo74V4 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDHaAo74V4 .mbr-section-title {
  color: #050f0f;
}
.cid-uDHaAo74V4 .mbr-text {
  color: #050f0f;
}
.cid-uDHaAo74V4 .panel-title-edit {
  color: #050f0f;
}
.cid-uDHaAo74V4 .panel-text {
  color: #050f0f;
}
.cid-uDHaAo74V4 .mbr-section-title,
.cid-uDHaAo74V4 .icon-wrapper {
  color: #ffffff;
}
.cid-uDE3DNRZZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE3DNRZZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DNRZZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DNRZZU .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDE3DNRZZU .content-wrapper {
    padding: 0;
  }
}
.cid-uDE3DNRZZU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDE3DNRZZU .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDE3DNRZZU .content-wrapper .google-map {
  border: 3px solid #ffe66d;
  box-shadow: 4px 4px 0 0 #ffe66d;
}
.cid-uDE3DNRZZU .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDE3DNRZZU .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDE3DNRZZU .mbr-section-title {
  color: #050f0f;
}
.cid-uDE3DNRZZU .mbr-section-title,
.cid-uDE3DNRZZU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDE3DQpUne {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe66d;
}
.cid-uDE3DQpUne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DQpUne .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDE3DQpUne .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDE3DQpUne .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDE3DQpUne a {
  font-weight: 600;
}
.cid-uDE3DQpUne a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDE3DQpUne .col-lg-3,
  .cid-uDE3DQpUne .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDE3DQpUne .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDE3DQpUne .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDE3DQpUne h5 {
  margin: 0;
}
.cid-uDE3DQpUne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DQpUne .iconfont-wrapper {
  position: relative;
}
.cid-uDE3DQpUne .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDE3DQpUne .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDE3DQpUne .sociconfont-wrapper {
  display: flex;
}
.cid-uDE3DQpUne .card-title,
.cid-uDE3DQpUne .iconfont-wrapper {
  color: #000000;
}
.cid-uDE3DQpUne .card-text {
  color: #000000;
}
.cid-uDE3DQpUne .mbr-section-title {
  color: #000000;
}
.cid-uDE3DQpUne .main-title,
.cid-uDE3DQpUne .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDE3DR7ove {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE3DR7ove .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE3DR7ove .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE3DR7ove .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDE3DR7ove .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDE3DR7ove .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE3DR7ove .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.cid-uDE3DR7ove .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.cid-uDE3DR7ove .content-wrapper .social-wrapper .social-wrap .soc-item:hover,
.cid-uDE3DR7ove .content-wrapper .social-wrapper .social-wrap .soc-item:focus {
  transform: scale(1.05);
}
.cid-uDE3DR7ove .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDE3DR7ove .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 22px;
  width: 22px;
  height: 22px;
}
.cid-uDE3DR7ove .content-wrapper .social-wrapper .social-wrap .soc-item .mbr-desc {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uDE3DR7ove .mbr-section-title {
  color: #ffffff;
}
.cid-uDE3DR7ove .mbr-desc {
  color: #ffffff;
}
.cid-uDE3DR7ove .mbr-section-title,
.cid-uDE3DR7ove .social-wrapper {
  text-align: center;
}
.cid-uDE3DRGefF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDE3DRGefF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uDE4wW92y2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDE4wW92y2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDE4wW92y2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDE4wW92y2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDE4wW92y2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDE4wW92y2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDE4wW92y2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDE4wW92y2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDE4wW92y2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDE4wW92y2 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDE4wW92y2 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDE4wW92y2 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDE4wW92y2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDE4wW92y2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDE4wW92y2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDE4wW92y2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDE4wW92y2 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDE4wW92y2 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDE4wW92y2 .nav-link::before {
    left: 8px;
  }
}
.cid-uDE4wW92y2 .nav-link:hover {
  opacity: 1;
}
.cid-uDE4wW92y2 .nav-link:hover::before {
  opacity: 1;
}
.cid-uDE4wW92y2 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDE4wW92y2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDE4wW92y2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDE4wW92y2 .navbar-caption:hover,
.cid-uDE4wW92y2 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDE4wW92y2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDE4wW92y2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDE4wW92y2 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #ffe66d;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDE4wW92y2 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDE4wW92y2 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDE4wW92y2 .menu-container {
    margin: 16px;
  }
}
.cid-uDE4wW92y2 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDE4wW92y2 .iconfont-wrapper:hover,
.cid-uDE4wW92y2 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDE4wW92y2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffe66d;
}
.cid-uDE4wW92y2 .nav-item:focus,
.cid-uDE4wW92y2 .nav-link:focus {
  outline: none;
}
.cid-uDE4wW92y2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDE4wW92y2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDE4wW92y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDE4wW92y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDE4wW92y2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDE4wW92y2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDE4wW92y2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDE4wW92y2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDE4wW92y2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDE4wW92y2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDE4wW92y2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDE4wW92y2 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDE4wW92y2 .navbar.collapsed {
  justify-content: center;
}
.cid-uDE4wW92y2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDE4wW92y2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDE4wW92y2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uDE4wW92y2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDE4wW92y2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDE4wW92y2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDE4wW92y2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDE4wW92y2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDE4wW92y2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDE4wW92y2 .navbar {
    min-height: 72px;
  }
  .cid-uDE4wW92y2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDE4wW92y2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDE4wW92y2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDE4wW92y2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDE4wW92y2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDE4wW92y2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDE4wW92y2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDE4wW92y2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDE4wW92y2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDE4wW92y2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDE4wW92y2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDE4wW92y2 .dropdown-item.active,
.cid-uDE4wW92y2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDE4wW92y2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDE4wW92y2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDE4wW92y2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDE4wW92y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe66d;
}
.cid-uDE4wW92y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDE4wW92y2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDE4wW92y2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDE4wW92y2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDE4wW92y2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDE4wW92y2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDE4wW92y2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDE4wW92y2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDE4wW92y2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDE4wW92y2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDE4wW92y2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDE4wW92y2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDE4wW92y2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDE4wW92y2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDE4wW92y2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDE4wW92y2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDE4wW92y2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDE4wW92y2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDE4wW92y2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDE4wW92y2 .navbar {
    height: 70px;
  }
  .cid-uDE4wW92y2 .navbar.opened {
    height: auto;
  }
  .cid-uDE4wW92y2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDE4wW92y2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDE4wW92y2 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDE4wW92y2 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDE4wW92y2 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDE4wW92y2 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDE4wW92y2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDE4wW92y2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDE4wW92y2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffe66d;
  }
  .cid-uDE4wW92y2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDE4wW92y2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDE4wW92y2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDE4wW92y2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDE4wW92y2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDE4wW92y2 .navbar-brand,
.cid-uDE4wW92y2 .navbar-toggler,
.cid-uDE4wW92y2 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDE4wXc8B3 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE4wXc8B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4wXc8B3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4wXc8B3 .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uDE4wXc8B3 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDE4wXc8B3 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDE4wXc8B3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDE4wXc8B3 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE4wXc8B3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDE4wXc8B3 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uDE4wXc8B3 .mbr-section-title {
  color: #ffffff;
}
.cid-uDE4wXc8B3 .mbr-text,
.cid-uDE4wXc8B3 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uDE4wXc8B3 .mbr-section-title,
.cid-uDE4wXc8B3 .mbr-section-btn {
  text-align: center;
}
.cid-uDE4wXR7iM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE4wXR7iM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4wXR7iM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDE4wXR7iM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDE4wXR7iM .container {
    padding: 0 12px;
  }
}
.cid-uDE4wXR7iM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDE4wXR7iM .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uDE4wXR7iM .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uDE4wXR7iM .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffe66d;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uDE4wXR7iM .mbr-section-title {
  color: #222222;
}
.cid-uDE4wYmDTo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE4wYmDTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4wYmDTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4wYmDTo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDE4wYmDTo .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDE4wYmDTo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDE4wYmDTo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDE4wYmDTo .container {
    padding: 0 16px;
  }
}
.cid-uDE4wYmDTo .row {
  justify-content: center;
}
.cid-uDE4wYmDTo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uDE4wYmDTo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDE4wYmDTo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDE4wYmDTo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDE4wYmDTo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDE4wYmDTo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDE4wYPr3d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uDE4wYPr3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4wYPr3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4wYPr3d .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE4wYPr3d .link-wrapper {
  width: 100%;
}
.cid-uDE4wYPr3d .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE4wYPr3d .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE4wYPr3d .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE4wYPr3d .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE4wYPr3d .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE4wYPr3d .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE4wYPr3d .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE4wYPr3d .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE4wYPr3d .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE4wYPr3d .row {
  justify-content: center;
}
.cid-uDE4wYPr3d .cardbig-link,
.cid-uDE4wYPr3d .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE4wYPr3d .cardbig-text,
.cid-uDE4wYPr3d .link-wrapper {
  color: #000000;
}
.cid-uDE4wYPr3d .card-title,
.cid-uDE4wYPr3d .iconfont-wrapper,
.cid-uDE4wYPr3d .card-wrapper {
  color: #ffffff;
}
.cid-uDE4wYPr3d .card-text,
.cid-uDE4wYPr3d .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE4wYPr3d .cardbig-title {
  color: #000000;
}
.cid-uDE4wZr1zL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE4wZr1zL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4wZr1zL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4wZr1zL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDE4wZr1zL .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE4wZr1zL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDE4wZr1zL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDE4wZr1zL .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffe66d, #292739);
}
@media (max-width: 992px) {
  .cid-uDE4wZr1zL .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDE4wZr1zL .mbr-section-title {
  color: #ffffff;
}
.cid-uDE4wZr1zL .mbr-text,
.cid-uDE4wZr1zL .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDE4wZr1zL .mbr-section-title,
.cid-uDE4wZr1zL .mbr-section-btn {
  text-align: center;
}
.cid-uDE4x02cZi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE4x02cZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x02cZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4x02cZi .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE4x02cZi .link-wrapper {
  width: 100%;
}
.cid-uDE4x02cZi .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE4x02cZi .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE4x02cZi .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE4x02cZi .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE4x02cZi .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE4x02cZi .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE4x02cZi .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE4x02cZi .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE4x02cZi .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE4x02cZi .row {
  justify-content: center;
}
.cid-uDE4x02cZi .cardbig-link,
.cid-uDE4x02cZi .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE4x02cZi .cardbig-text,
.cid-uDE4x02cZi .link-wrapper {
  color: #000000;
}
.cid-uDE4x02cZi .card-title,
.cid-uDE4x02cZi .iconfont-wrapper,
.cid-uDE4x02cZi .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uDE4x02cZi .card-text,
.cid-uDE4x02cZi .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE4x02cZi .cardbig-title {
  color: #000000;
  text-align: center;
}
.cid-uDE4x0JFt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE4x0JFt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x0JFt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4x0JFt5 .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDE4x0JFt5 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDE4x0JFt5 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDE4x0JFt5 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uDE4x0JFt5 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDE4x0JFt5 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uDE4x0JFt5 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDE4x0JFt5 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDE4x0JFt5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDE4x0JFt5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDE4x0JFt5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDE4x0JFt5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDE4x0JFt5 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uDE4x0JFt5 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDE4x0JFt5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDE4x0JFt5 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDE4x0JFt5 .mbr-section-title {
  color: #050f0f;
}
.cid-uDE4x0JFt5 .mbr-text {
  color: #050f0f;
}
.cid-uDE4x0JFt5 .panel-title-edit {
  color: #050f0f;
}
.cid-uDE4x0JFt5 .panel-text {
  color: #050f0f;
}
.cid-uDE4x0JFt5 .panel-title-edit,
.cid-uDE4x0JFt5 .icon-wrapper {
  color: #ffffff;
}
.cid-uDE4x1twxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE4x1twxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x1twxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDE4x1twxP .container {
    padding: 0 16px;
  }
}
.cid-uDE4x1twxP .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uDE4x1twxP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uDE4x1twxP .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDE4x1twxP .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uDE4x1twxP .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDE4x1twxP .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uDE4x1twxP .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uDE4x1twxP .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uDE4x1twxP .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uDE4x1twxP .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uDE4x1twxP .mbr-section-title {
  color: #ffffff;
}
.cid-uDE4x1twxP .mbr-desc {
  color: #08323C;
}
.cid-uDE4x1twxP .mbr-text {
  color: #ffffff;
}
.cid-uDE4x1Yo2E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uDE4x1Yo2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x1Yo2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4x1Yo2E .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE4x1Yo2E .link-wrapper {
  width: 100%;
}
.cid-uDE4x1Yo2E .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE4x1Yo2E .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE4x1Yo2E .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE4x1Yo2E .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE4x1Yo2E .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE4x1Yo2E .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE4x1Yo2E .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE4x1Yo2E .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE4x1Yo2E .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE4x1Yo2E .row {
  justify-content: center;
}
.cid-uDE4x1Yo2E .cardbig-link,
.cid-uDE4x1Yo2E .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE4x1Yo2E .cardbig-text,
.cid-uDE4x1Yo2E .link-wrapper {
  color: #000000;
}
.cid-uDE4x1Yo2E .card-title,
.cid-uDE4x1Yo2E .iconfont-wrapper,
.cid-uDE4x1Yo2E .card-wrapper {
  color: #ffffff;
}
.cid-uDE4x1Yo2E .card-text,
.cid-uDE4x1Yo2E .mbr-section-btn {
  color: #353535;
}
.cid-uDE4x1Yo2E .cardbig-title {
  color: #000000;
}
.cid-uDE4x2FF7M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE4x2FF7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x2FF7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4x2FF7M .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE4x2FF7M .link-wrapper {
  width: 100%;
}
.cid-uDE4x2FF7M .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE4x2FF7M .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE4x2FF7M .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE4x2FF7M .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE4x2FF7M .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE4x2FF7M .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE4x2FF7M .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE4x2FF7M .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE4x2FF7M .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE4x2FF7M .row {
  justify-content: center;
}
.cid-uDE4x2FF7M .cardbig-link,
.cid-uDE4x2FF7M .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE4x2FF7M .cardbig-text,
.cid-uDE4x2FF7M .link-wrapper {
  color: #000000;
}
.cid-uDE4x2FF7M .card-title,
.cid-uDE4x2FF7M .iconfont-wrapper,
.cid-uDE4x2FF7M .card-wrapper {
  color: #ffffff;
}
.cid-uDE4x2FF7M .card-text,
.cid-uDE4x2FF7M .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE4x2FF7M .cardbig-title {
  color: #000000;
}
.cid-uDE4x3gHPg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE4x3gHPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x3gHPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4x3gHPg .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE4x3gHPg .link-wrapper {
  width: 100%;
}
.cid-uDE4x3gHPg .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE4x3gHPg .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE4x3gHPg .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE4x3gHPg .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE4x3gHPg .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE4x3gHPg .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE4x3gHPg .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE4x3gHPg .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE4x3gHPg .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE4x3gHPg .row {
  justify-content: center;
}
.cid-uDE4x3gHPg .cardbig-link,
.cid-uDE4x3gHPg .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE4x3gHPg .cardbig-text,
.cid-uDE4x3gHPg .link-wrapper {
  color: #000000;
}
.cid-uDE4x3gHPg .card-title,
.cid-uDE4x3gHPg .iconfont-wrapper,
.cid-uDE4x3gHPg .card-wrapper {
  color: #ffffff;
}
.cid-uDE4x3gHPg .card-text,
.cid-uDE4x3gHPg .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE4x3gHPg .cardbig-title {
  color: #000000;
}
.cid-uDHbh4HOGL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe66d;
}
.cid-uDHbh4HOGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDHbh4HOGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDHbh4HOGL .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDHbh4HOGL .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDHbh4HOGL .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDHbh4HOGL .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uDHbh4HOGL .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDHbh4HOGL .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDHbh4HOGL .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDHbh4HOGL .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDHbh4HOGL .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDHbh4HOGL .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDHbh4HOGL .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDHbh4HOGL .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDHbh4HOGL .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uDHbh4HOGL .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDHbh4HOGL .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDHbh4HOGL .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDHbh4HOGL .mbr-section-title {
  color: #050f0f;
}
.cid-uDHbh4HOGL .mbr-text {
  color: #050f0f;
}
.cid-uDHbh4HOGL .panel-title-edit {
  color: #050f0f;
}
.cid-uDHbh4HOGL .panel-text {
  color: #050f0f;
}
.cid-uDHbh4HOGL .mbr-section-title,
.cid-uDHbh4HOGL .icon-wrapper {
  color: #ffffff;
}
.cid-uDE4x42m0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE4x42m0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x42m0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4x42m0V .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDE4x42m0V .content-wrapper {
    padding: 0;
  }
}
.cid-uDE4x42m0V .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDE4x42m0V .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDE4x42m0V .content-wrapper .google-map {
  border: 3px solid #ffe66d;
  box-shadow: 4px 4px 0 0 #ffe66d;
}
.cid-uDE4x42m0V .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDE4x42m0V .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDE4x42m0V .mbr-section-title {
  color: #050f0f;
}
.cid-uDE4x42m0V .mbr-section-title,
.cid-uDE4x42m0V .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDE4x4Giu6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe66d;
}
.cid-uDE4x4Giu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x4Giu6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDE4x4Giu6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDE4x4Giu6 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDE4x4Giu6 a {
  font-weight: 600;
}
.cid-uDE4x4Giu6 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDE4x4Giu6 .col-lg-3,
  .cid-uDE4x4Giu6 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDE4x4Giu6 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDE4x4Giu6 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDE4x4Giu6 h5 {
  margin: 0;
}
.cid-uDE4x4Giu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4x4Giu6 .iconfont-wrapper {
  position: relative;
}
.cid-uDE4x4Giu6 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDE4x4Giu6 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDE4x4Giu6 .sociconfont-wrapper {
  display: flex;
}
.cid-uDE4x4Giu6 .card-title,
.cid-uDE4x4Giu6 .iconfont-wrapper {
  color: #000000;
}
.cid-uDE4x4Giu6 .card-text {
  color: #000000;
}
.cid-uDE4x4Giu6 .mbr-section-title {
  color: #000000;
}
.cid-uDE4x4Giu6 .main-title,
.cid-uDE4x4Giu6 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDE4x5jCNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE4x5jCNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE4x5jCNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE4x5jCNI .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDE4x5jCNI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDE4x5jCNI .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE4x5jCNI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.cid-uDE4x5jCNI .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.cid-uDE4x5jCNI .content-wrapper .social-wrapper .social-wrap .soc-item:hover,
.cid-uDE4x5jCNI .content-wrapper .social-wrapper .social-wrap .soc-item:focus {
  transform: scale(1.05);
}
.cid-uDE4x5jCNI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDE4x5jCNI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 22px;
  width: 22px;
  height: 22px;
}
.cid-uDE4x5jCNI .content-wrapper .social-wrapper .social-wrap .soc-item .mbr-desc {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uDE4x5jCNI .mbr-section-title {
  color: #ffffff;
}
.cid-uDE4x5jCNI .mbr-desc {
  color: #ffffff;
}
.cid-uDE4x5jCNI .mbr-section-title,
.cid-uDE4x5jCNI .social-wrapper {
  text-align: center;
}
.cid-uDE4x5WRqp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDE4x5WRqp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uDE5xE6rxY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDE5xE6rxY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDE5xE6rxY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDE5xE6rxY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDE5xE6rxY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDE5xE6rxY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDE5xE6rxY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDE5xE6rxY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDE5xE6rxY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDE5xE6rxY .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDE5xE6rxY .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDE5xE6rxY .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDE5xE6rxY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDE5xE6rxY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDE5xE6rxY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDE5xE6rxY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDE5xE6rxY .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDE5xE6rxY .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDE5xE6rxY .nav-link::before {
    left: 8px;
  }
}
.cid-uDE5xE6rxY .nav-link:hover {
  opacity: 1;
}
.cid-uDE5xE6rxY .nav-link:hover::before {
  opacity: 1;
}
.cid-uDE5xE6rxY .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDE5xE6rxY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDE5xE6rxY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDE5xE6rxY .navbar-caption:hover,
.cid-uDE5xE6rxY .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDE5xE6rxY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDE5xE6rxY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDE5xE6rxY .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #ffe66d;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDE5xE6rxY .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDE5xE6rxY .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDE5xE6rxY .menu-container {
    margin: 16px;
  }
}
.cid-uDE5xE6rxY .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDE5xE6rxY .iconfont-wrapper:hover,
.cid-uDE5xE6rxY .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDE5xE6rxY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffe66d;
}
.cid-uDE5xE6rxY .nav-item:focus,
.cid-uDE5xE6rxY .nav-link:focus {
  outline: none;
}
.cid-uDE5xE6rxY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDE5xE6rxY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDE5xE6rxY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDE5xE6rxY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDE5xE6rxY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDE5xE6rxY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDE5xE6rxY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDE5xE6rxY .navbar.opened {
  transition: all 0.3s;
}
.cid-uDE5xE6rxY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDE5xE6rxY .navbar .navbar-logo img {
  width: auto;
}
.cid-uDE5xE6rxY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDE5xE6rxY .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDE5xE6rxY .navbar.collapsed {
  justify-content: center;
}
.cid-uDE5xE6rxY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDE5xE6rxY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDE5xE6rxY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uDE5xE6rxY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDE5xE6rxY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDE5xE6rxY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDE5xE6rxY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDE5xE6rxY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDE5xE6rxY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDE5xE6rxY .navbar {
    min-height: 72px;
  }
  .cid-uDE5xE6rxY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDE5xE6rxY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDE5xE6rxY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDE5xE6rxY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDE5xE6rxY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDE5xE6rxY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDE5xE6rxY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDE5xE6rxY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDE5xE6rxY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDE5xE6rxY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDE5xE6rxY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDE5xE6rxY .dropdown-item.active,
.cid-uDE5xE6rxY .dropdown-item:active {
  background-color: transparent;
}
.cid-uDE5xE6rxY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDE5xE6rxY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDE5xE6rxY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDE5xE6rxY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe66d;
}
.cid-uDE5xE6rxY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDE5xE6rxY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDE5xE6rxY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDE5xE6rxY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDE5xE6rxY .navbar-buttons {
    text-align: left;
  }
}
.cid-uDE5xE6rxY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDE5xE6rxY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDE5xE6rxY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDE5xE6rxY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDE5xE6rxY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDE5xE6rxY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDE5xE6rxY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDE5xE6rxY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDE5xE6rxY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDE5xE6rxY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDE5xE6rxY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDE5xE6rxY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDE5xE6rxY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDE5xE6rxY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDE5xE6rxY .navbar {
    height: 70px;
  }
  .cid-uDE5xE6rxY .navbar.opened {
    height: auto;
  }
  .cid-uDE5xE6rxY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDE5xE6rxY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDE5xE6rxY .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDE5xE6rxY .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDE5xE6rxY .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDE5xE6rxY .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDE5xE6rxY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDE5xE6rxY .navbar-brand {
    margin-right: auto;
  }
  .cid-uDE5xE6rxY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffe66d;
  }
  .cid-uDE5xE6rxY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDE5xE6rxY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDE5xE6rxY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDE5xE6rxY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDE5xE6rxY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDE5xE6rxY .navbar-brand,
.cid-uDE5xE6rxY .navbar-toggler,
.cid-uDE5xE6rxY .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDE5xFfrrh {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE5xFfrrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xFfrrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xFfrrh .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uDE5xFfrrh .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDE5xFfrrh .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDE5xFfrrh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDE5xFfrrh .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE5xFfrrh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDE5xFfrrh .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uDE5xFfrrh .mbr-section-title {
  color: #ffffff;
}
.cid-uDE5xFfrrh .mbr-text,
.cid-uDE5xFfrrh .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uDE5xFfrrh .mbr-section-title,
.cid-uDE5xFfrrh .mbr-section-btn {
  text-align: center;
}
.cid-uDE5xFP3M2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE5xFP3M2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xFP3M2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDE5xFP3M2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDE5xFP3M2 .container {
    padding: 0 12px;
  }
}
.cid-uDE5xFP3M2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDE5xFP3M2 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uDE5xFP3M2 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uDE5xFP3M2 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffe66d;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uDE5xFP3M2 .mbr-section-title {
  color: #222222;
}
.cid-uDE5xGrKLz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE5xGrKLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xGrKLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xGrKLz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDE5xGrKLz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDE5xGrKLz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDE5xGrKLz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDE5xGrKLz .container {
    padding: 0 16px;
  }
}
.cid-uDE5xGrKLz .row {
  justify-content: center;
}
.cid-uDE5xGrKLz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uDE5xGrKLz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDE5xGrKLz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDE5xGrKLz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDE5xGrKLz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDE5xGrKLz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDE5xH2Rij {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uDE5xH2Rij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xH2Rij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xH2Rij .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE5xH2Rij .link-wrapper {
  width: 100%;
}
.cid-uDE5xH2Rij .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE5xH2Rij .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE5xH2Rij .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE5xH2Rij .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE5xH2Rij .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE5xH2Rij .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE5xH2Rij .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE5xH2Rij .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE5xH2Rij .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE5xH2Rij .row {
  justify-content: center;
}
.cid-uDE5xH2Rij .cardbig-link,
.cid-uDE5xH2Rij .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE5xH2Rij .cardbig-text,
.cid-uDE5xH2Rij .link-wrapper {
  color: #000000;
}
.cid-uDE5xH2Rij .card-title,
.cid-uDE5xH2Rij .iconfont-wrapper,
.cid-uDE5xH2Rij .card-wrapper {
  color: #ffffff;
}
.cid-uDE5xH2Rij .card-text,
.cid-uDE5xH2Rij .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE5xH2Rij .cardbig-title {
  color: #000000;
}
.cid-uDE5xI1AiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE5xI1AiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xI1AiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xI1AiY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDE5xI1AiY .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE5xI1AiY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDE5xI1AiY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDE5xI1AiY .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffe66d, #292739);
}
@media (max-width: 992px) {
  .cid-uDE5xI1AiY .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDE5xI1AiY .mbr-section-title {
  color: #ffffff;
}
.cid-uDE5xI1AiY .mbr-text,
.cid-uDE5xI1AiY .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDE5xI1AiY .mbr-section-title,
.cid-uDE5xI1AiY .mbr-section-btn {
  text-align: center;
}
.cid-uDE5xIMgyB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE5xIMgyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xIMgyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xIMgyB .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE5xIMgyB .link-wrapper {
  width: 100%;
}
.cid-uDE5xIMgyB .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE5xIMgyB .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE5xIMgyB .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE5xIMgyB .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE5xIMgyB .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE5xIMgyB .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE5xIMgyB .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE5xIMgyB .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE5xIMgyB .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE5xIMgyB .row {
  justify-content: center;
}
.cid-uDE5xIMgyB .cardbig-link,
.cid-uDE5xIMgyB .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE5xIMgyB .cardbig-text,
.cid-uDE5xIMgyB .link-wrapper {
  color: #000000;
}
.cid-uDE5xIMgyB .card-title,
.cid-uDE5xIMgyB .iconfont-wrapper,
.cid-uDE5xIMgyB .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uDE5xIMgyB .card-text,
.cid-uDE5xIMgyB .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE5xIMgyB .cardbig-title {
  color: #000000;
  text-align: center;
}
.cid-uDE5xJI52T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE5xJI52T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xJI52T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xJI52T .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDE5xJI52T .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDE5xJI52T .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDE5xJI52T .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uDE5xJI52T .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDE5xJI52T .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uDE5xJI52T .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDE5xJI52T .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDE5xJI52T .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDE5xJI52T .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDE5xJI52T .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDE5xJI52T .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDE5xJI52T .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDE5xJI52T .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uDE5xJI52T .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDE5xJI52T .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDE5xJI52T .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDE5xJI52T .mbr-section-title {
  color: #050f0f;
}
.cid-uDE5xJI52T .mbr-text {
  color: #050f0f;
}
.cid-uDE5xJI52T .panel-title-edit {
  color: #050f0f;
}
.cid-uDE5xJI52T .panel-text {
  color: #050f0f;
}
.cid-uDE5xJI52T .panel-title-edit,
.cid-uDE5xJI52T .icon-wrapper {
  color: #ffffff;
}
.cid-uDE5xKCBRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE5xKCBRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xKCBRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDE5xKCBRb .container {
    padding: 0 16px;
  }
}
.cid-uDE5xKCBRb .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uDE5xKCBRb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uDE5xKCBRb .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDE5xKCBRb .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uDE5xKCBRb .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDE5xKCBRb .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uDE5xKCBRb .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uDE5xKCBRb .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uDE5xKCBRb .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uDE5xKCBRb .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uDE5xKCBRb .mbr-section-title {
  color: #ffffff;
}
.cid-uDE5xKCBRb .mbr-desc {
  color: #08323C;
}
.cid-uDE5xKCBRb .mbr-text {
  color: #ffffff;
}
.cid-uDE5xLhf6P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uDE5xLhf6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xLhf6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xLhf6P .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE5xLhf6P .link-wrapper {
  width: 100%;
}
.cid-uDE5xLhf6P .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE5xLhf6P .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE5xLhf6P .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE5xLhf6P .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE5xLhf6P .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE5xLhf6P .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE5xLhf6P .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE5xLhf6P .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE5xLhf6P .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE5xLhf6P .row {
  justify-content: center;
}
.cid-uDE5xLhf6P .cardbig-link,
.cid-uDE5xLhf6P .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE5xLhf6P .cardbig-text,
.cid-uDE5xLhf6P .link-wrapper {
  color: #000000;
}
.cid-uDE5xLhf6P .card-title,
.cid-uDE5xLhf6P .iconfont-wrapper,
.cid-uDE5xLhf6P .card-wrapper {
  color: #ffffff;
}
.cid-uDE5xLhf6P .card-text,
.cid-uDE5xLhf6P .mbr-section-btn {
  color: #353535;
}
.cid-uDE5xLhf6P .cardbig-title {
  color: #000000;
}
.cid-uDE5xM0TdY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE5xM0TdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xM0TdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xM0TdY .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE5xM0TdY .link-wrapper {
  width: 100%;
}
.cid-uDE5xM0TdY .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE5xM0TdY .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE5xM0TdY .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE5xM0TdY .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE5xM0TdY .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE5xM0TdY .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE5xM0TdY .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE5xM0TdY .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE5xM0TdY .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE5xM0TdY .row {
  justify-content: center;
}
.cid-uDE5xM0TdY .cardbig-link,
.cid-uDE5xM0TdY .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE5xM0TdY .cardbig-text,
.cid-uDE5xM0TdY .link-wrapper {
  color: #000000;
}
.cid-uDE5xM0TdY .card-title,
.cid-uDE5xM0TdY .iconfont-wrapper,
.cid-uDE5xM0TdY .card-wrapper {
  color: #ffffff;
}
.cid-uDE5xM0TdY .card-text,
.cid-uDE5xM0TdY .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE5xM0TdY .cardbig-title {
  color: #000000;
}
.cid-uDE5xMYT4O {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDE5xMYT4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xMYT4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xMYT4O .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uDE5xMYT4O .link-wrapper {
  width: 100%;
}
.cid-uDE5xMYT4O .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-uDE5xMYT4O .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uDE5xMYT4O .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-uDE5xMYT4O .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #ffe66d;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uDE5xMYT4O .card-big {
  background: #ffe66d;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uDE5xMYT4O .card-big {
    padding: 2rem 1rem;
  }
}
.cid-uDE5xMYT4O .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uDE5xMYT4O .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uDE5xMYT4O .card-wrapper:hover .mbr-iconfont {
  background: #3c97bf;
  transform: translateX(10px);
}
.cid-uDE5xMYT4O .row {
  justify-content: center;
}
.cid-uDE5xMYT4O .cardbig-link,
.cid-uDE5xMYT4O .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uDE5xMYT4O .cardbig-text,
.cid-uDE5xMYT4O .link-wrapper {
  color: #000000;
}
.cid-uDE5xMYT4O .card-title,
.cid-uDE5xMYT4O .iconfont-wrapper,
.cid-uDE5xMYT4O .card-wrapper {
  color: #ffffff;
}
.cid-uDE5xMYT4O .card-text,
.cid-uDE5xMYT4O .mbr-section-btn {
  color: #ffffff;
}
.cid-uDE5xMYT4O .cardbig-title {
  color: #000000;
}
.cid-uDHbAOP9fW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe66d;
}
.cid-uDHbAOP9fW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDHbAOP9fW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDHbAOP9fW .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDHbAOP9fW .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDHbAOP9fW .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDHbAOP9fW .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uDHbAOP9fW .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDHbAOP9fW .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDHbAOP9fW .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDHbAOP9fW .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDHbAOP9fW .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDHbAOP9fW .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDHbAOP9fW .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDHbAOP9fW .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDHbAOP9fW .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uDHbAOP9fW .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDHbAOP9fW .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDHbAOP9fW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDHbAOP9fW .mbr-section-title {
  color: #050f0f;
}
.cid-uDHbAOP9fW .mbr-text {
  color: #050f0f;
}
.cid-uDHbAOP9fW .panel-title-edit {
  color: #050f0f;
}
.cid-uDHbAOP9fW .panel-text {
  color: #050f0f;
}
.cid-uDHbAOP9fW .mbr-section-title,
.cid-uDHbAOP9fW .icon-wrapper {
  color: #ffffff;
}
.cid-uDE5xNOVFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE5xNOVFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xNOVFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xNOVFd .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDE5xNOVFd .content-wrapper {
    padding: 0;
  }
}
.cid-uDE5xNOVFd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDE5xNOVFd .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDE5xNOVFd .content-wrapper .google-map {
  border: 3px solid #ffe66d;
  box-shadow: 4px 4px 0 0 #ffe66d;
}
.cid-uDE5xNOVFd .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDE5xNOVFd .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDE5xNOVFd .mbr-section-title {
  color: #050f0f;
}
.cid-uDE5xNOVFd .mbr-section-title,
.cid-uDE5xNOVFd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDE5xOEk96 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe66d;
}
.cid-uDE5xOEk96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xOEk96 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDE5xOEk96 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDE5xOEk96 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDE5xOEk96 a {
  font-weight: 600;
}
.cid-uDE5xOEk96 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDE5xOEk96 .col-lg-3,
  .cid-uDE5xOEk96 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDE5xOEk96 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDE5xOEk96 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDE5xOEk96 h5 {
  margin: 0;
}
.cid-uDE5xOEk96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xOEk96 .iconfont-wrapper {
  position: relative;
}
.cid-uDE5xOEk96 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDE5xOEk96 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDE5xOEk96 .sociconfont-wrapper {
  display: flex;
}
.cid-uDE5xOEk96 .card-title,
.cid-uDE5xOEk96 .iconfont-wrapper {
  color: #000000;
}
.cid-uDE5xOEk96 .card-text {
  color: #000000;
}
.cid-uDE5xOEk96 .mbr-section-title {
  color: #000000;
}
.cid-uDE5xOEk96 .main-title,
.cid-uDE5xOEk96 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDE5xPtujL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDE5xPtujL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE5xPtujL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE5xPtujL .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDE5xPtujL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDE5xPtujL .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDE5xPtujL .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.cid-uDE5xPtujL .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.cid-uDE5xPtujL .content-wrapper .social-wrapper .social-wrap .soc-item:hover,
.cid-uDE5xPtujL .content-wrapper .social-wrapper .social-wrap .soc-item:focus {
  transform: scale(1.05);
}
.cid-uDE5xPtujL .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDE5xPtujL .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 22px;
  width: 22px;
  height: 22px;
}
.cid-uDE5xPtujL .content-wrapper .social-wrapper .social-wrap .soc-item .mbr-desc {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uDE5xPtujL .mbr-section-title {
  color: #ffffff;
}
.cid-uDE5xPtujL .mbr-desc {
  color: #ffffff;
}
.cid-uDE5xPtujL .mbr-section-title,
.cid-uDE5xPtujL .social-wrapper {
  text-align: center;
}
.cid-uDE5xQkide {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDE5xQkide .media-container-row .mbr-text {
  color: #ffffff;
}
