.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6.625rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.28125rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 5.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.6375rem;
    font-size: calc( 2.96875rem + (6.625 - 2.96875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.96875rem + (6.625 - 2.96875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #facb1d !important;
}
.bg-success {
  background-color: #51d619 !important;
}
.bg-info {
  background-color: #3828ad !important;
}
.bg-warning {
  background-color: #a38000 !important;
}
.bg-danger {
  background-color: #e10000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #facb1d !important;
  border-color: #facb1d !important;
  color: #171301 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bc9504 !important;
  border-color: #bc9504 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #171301 !important;
  background-color: #bc9504 !important;
  border-color: #bc9504 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #661ea8 !important;
  border-color: #661ea8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #39115e !important;
  border-color: #39115e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #39115e !important;
  border-color: #39115e !important;
}
.btn-info,
.btn-info:active {
  background-color: #3828ad !important;
  border-color: #3828ad !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #211867 !important;
  border-color: #211867 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #211867 !important;
  border-color: #211867 !important;
}
.btn-success,
.btn-success:active {
  background-color: #51d619 !important;
  border-color: #51d619 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #348810 !important;
  border-color: #348810 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #348810 !important;
  border-color: #348810 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a38000 !important;
  border-color: #a38000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4c3c00 !important;
  border-color: #4c3c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4c3c00 !important;
  border-color: #4c3c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e10000 !important;
  border-color: #e10000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8a0000 !important;
  border-color: #8a0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8a0000 !important;
  border-color: #8a0000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  color: #939353 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5c5c34 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #939353 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
}
.btn-black,
.btn-black:active {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #facb1d;
  color: #facb1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bc9504 !important;
  background-color: transparent!important;
  border-color: #bc9504 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #171301 !important;
  background-color: #facb1d !important;
  border-color: #facb1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #661ea8;
  color: #661ea8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #39115e !important;
  background-color: transparent!important;
  border-color: #39115e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #661ea8 !important;
  border-color: #661ea8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3828ad;
  color: #3828ad;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #211867 !important;
  background-color: transparent!important;
  border-color: #211867 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3828ad !important;
  border-color: #3828ad !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #51d619;
  color: #51d619;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #348810 !important;
  background-color: transparent!important;
  border-color: #348810 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #51d619 !important;
  border-color: #51d619 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a38000;
  color: #a38000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4c3c00 !important;
  background-color: transparent!important;
  border-color: #4c3c00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a38000 !important;
  border-color: #a38000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e10000;
  color: #e10000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8a0000 !important;
  background-color: transparent!important;
  border-color: #8a0000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e10000 !important;
  border-color: #e10000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #181817;
  color: #181817;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #181817 !important;
  border-color: #181817 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f6f6ef;
  color: #f6f6ef;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d7d7b8 !important;
  background-color: transparent!important;
  border-color: #d7d7b8 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #939353 !important;
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
}
.text-primary {
  color: #facb1d !important;
}
.text-secondary {
  color: #661ea8 !important;
}
.text-success {
  color: #51d619 !important;
}
.text-info {
  color: #3828ad !important;
}
.text-warning {
  color: #a38000 !important;
}
.text-danger {
  color: #e10000 !important;
}
.text-white {
  color: #f6f6ef !important;
}
.text-black {
  color: #181817 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ad8904 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #310f51 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e7b0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d155a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3d3000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7b0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d1d1ae !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: #facb1d;
}
.nav-tabs .nav-link:not(.active) {
  color: #181817;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3828ad;
}
.alert-warning {
  background-color: #a38000;
}
.alert-danger {
  background-color: #e10000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #facb1d;
  border-color: #facb1d;
  color: #302601;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #facb1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef9e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d3f8c3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8275df;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffd023;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffaeae;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #facb1d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #facb1d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #facb1d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #facb1d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #facb1d;
  border-bottom-color: #facb1d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #facb1d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #661ea8 !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='%23facb1d' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1914px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 60px;
  padding: 26px 42px;
  border-radius: 10em !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #facb1d !important;
  border-color: #facb1d !important;
  color: #181817 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #facb1d !important;
}
.mbr-section-btn .btn-primary {
  color: #181817 !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #facb1d !important;
}
b,
strong {
  font-weight: 900 !important;
}
body.scaled > .template .app-component > .app-component-content > section .mbr-fullscreen {
  min-height: 20vh !important;
  height: auto !important;
}
html:not(.is-main-interface) body[data-bs-padding-right]:not(.rounded-canvas) {
  overflow-y: visible !important;
  padding-right: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-veTCZDJXtp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veTCZDJXtp .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-veTCZDJXtp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veTCZDJXtp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-veTCZDJXtp .navbar {
    padding: 0 128px !important;
  }
}
.cid-veTCZDJXtp .navbar.opened {
  transition: all 0.3s;
}
.cid-veTCZDJXtp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTCZDJXtp .navbar .navbar-logo img {
  width: auto;
}
.cid-veTCZDJXtp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veTCZDJXtp .navbar.collapsed {
  justify-content: center;
}
.cid-veTCZDJXtp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTCZDJXtp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTCZDJXtp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veTCZDJXtp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTCZDJXtp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTCZDJXtp .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-veTCZDJXtp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTCZDJXtp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTCZDJXtp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veTCZDJXtp .navbar {
    min-height: 72px;
  }
  .cid-veTCZDJXtp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTCZDJXtp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTCZDJXtp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTCZDJXtp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTCZDJXtp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTCZDJXtp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veTCZDJXtp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTCZDJXtp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTCZDJXtp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veTCZDJXtp .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-veTCZDJXtp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veTCZDJXtp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTCZDJXtp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTCZDJXtp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-veTCZDJXtp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veTCZDJXtp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-veTCZDJXtp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veTCZDJXtp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veTCZDJXtp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-veTCZDJXtp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veTCZDJXtp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veTCZDJXtp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veTCZDJXtp .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veTCZDJXtp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veTCZDJXtp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veTCZDJXtp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veTCZDJXtp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veTCZDJXtp .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  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;
  margin-top: 1rem;
  background-color: #ffd849;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-veTCZDJXtp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veTCZDJXtp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veTCZDJXtp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTCZDJXtp .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: #ffd849;
  border-radius: 4px !important;
}
.cid-veTCZDJXtp .nav-item:focus,
.cid-veTCZDJXtp .nav-link:focus {
  outline: none;
}
.cid-veTCZDJXtp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTCZDJXtp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTCZDJXtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTCZDJXtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTCZDJXtp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTCZDJXtp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTCZDJXtp .dropdown-item.active,
.cid-veTCZDJXtp .dropdown-item:active {
  background-color: transparent;
}
.cid-veTCZDJXtp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTCZDJXtp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTCZDJXtp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTCZDJXtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffd849;
}
.cid-veTCZDJXtp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veTCZDJXtp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veTCZDJXtp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTCZDJXtp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veTCZDJXtp .navbar-buttons {
    text-align: left;
  }
}
.cid-veTCZDJXtp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTCZDJXtp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTCZDJXtp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTCZDJXtp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTCZDJXtp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTCZDJXtp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veTCZDJXtp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTCZDJXtp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veTCZDJXtp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veTCZDJXtp .navbar {
    height: 70px;
  }
  .cid-veTCZDJXtp .navbar.opened {
    height: auto;
  }
  .cid-veTCZDJXtp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTCZDJXtp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veTCZDJXtp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veTCZDJXtp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veTCZDJXtp .navbar-brand {
    margin-right: auto;
  }
  .cid-veTCZDJXtp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffd849;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-veTCZDJXtp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veTCZDJXtp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veTCZDJXtp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tjirk5IoyW {
  background-image: url("../../../assets/images/bg-1600x1066.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-tjirk5IoyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjirk5IoyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjirk5IoyW.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tjirk5IoyW .container {
  position: static;
  margin: auto auto 0;
}
.cid-tjirk5IoyW .mbr-section-title {
  color: #FFFFFF;
}
.cid-tjirk5IoyW .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tjirk5IoyW .text-box {
  position: relative;
}
.cid-tjirk5IoyW .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tjirk5IoyW .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tjirk5IoyW .mbr-section-btn {
  margin-top: 30px;
}
.cid-tjirk5IoyW .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tjirk5IoyW .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tjirk5IoyW .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tjirk5IoyW .video-col {
    top: 30%;
  }
}
.cid-tjirk5IoyW .mbr-media {
  position: relative;
}
.cid-tjirk5IoyW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tjirk5IoyW .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tjirk5IoyW .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tjirk5IoyW .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tjirk5IoyW .video-icon-bg-box a {
  padding: 50px;
}
.cid-tjirk5IoyW .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tjirk5IoyW .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tjirk5IoyW .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tjirk5IoyW .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tjirk5IoyW .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tjirk5IoyW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tjirk5IoyW .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tjirk5IoyW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tjirk5IoyW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tjirk5IoyW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tjirk5IoyW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tjirk5IoyW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tjirk5IoyW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjiKa9pAWv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #facb1d;
  position: relative;
  overflow: hidden;
}
.cid-tjiKa9pAWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiKa9pAWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiKa9pAWv .text-wrapper {
  position: relative;
  z-index: 4;
}
.cid-tjiKa9pAWv .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-tjiKa9pAWv .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  margin-right: auto;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-tjiKa9pAWv .mbr-text {
    width: 100%;
  }
}
.cid-tjiKa9pAWv .mbr-text b {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.cid-tjiKa9pAWv .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tjiKa9pAWv .img-bg {
  position: absolute;
  left: 10%;
  top: 70%;
  width: 44vw;
  will-change: transform;
  transform: translate3d(0px, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(205deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  z-index: -1;
}
@media (max-width: 991px) {
  .cid-tjiKa9pAWv .img-bg {
    width: 80vw;
  }
}
.cid-tjiMevx4RK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tjiMevx4RK .img-bg-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tjiMevx4RK .img-bg-container {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-tjiMevx4RK .img-bg-container {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiMevx4RK .img-bg-container {
    padding: 1rem;
  }
}
.cid-tjiMevx4RK .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/bg2-1600x1066.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.cid-tjiMevx4RK .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 0 100%, rgba(24, 24, 23, 0.9) 38%, rgba(24, 24, 23, 0.5));
}
.cid-tjiMevx4RK .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiMevx4RK .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tjiMevx4RK .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tjiMevx4RK .mbr-section-btn {
  margin-top: 1rem;
}
.cid-veOoEAkXoD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-veOoEAkXoD .item-img,
.cid-veOoEAkXoD .img-wrap,
.cid-veOoEAkXoD img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-veOoEAkXoD img,
.cid-veOoEAkXoD .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-veOoEAkXoD img,
  .cid-veOoEAkXoD .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-veOoEAkXoD .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-veOoEAkXoD .item:focus,
.cid-veOoEAkXoD span:focus {
  outline: none;
}
.cid-veOoEAkXoD .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-veOoEAkXoD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veOoEAkXoD .item {
    margin-bottom: 1rem;
  }
}
.cid-veOoEAkXoD h5 {
  margin: 0;
}
.cid-veOoEAkXoD .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veOoEAkXoD .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-veOoEAkXoD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-veOoEAkXoD .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-veOoEAkXoD .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-veOoEAkXoD .item-wrapper {
    height: auto;
  }
}
.cid-veOoEAkXoD .mbr-section-title {
  color: #facb1d;
  text-align: left;
}
.cid-veOoEAkXoD .item-title {
  text-align: center;
}
.cid-veOoEAkXoD .item-subtitle {
  text-align: center;
  color: #facb1d;
}
.cid-veOoEAkXoD .mbr-text,
.cid-veOoEAkXoD .item .mbr-section-btn {
  text-align: center;
}
.cid-veOoEAkXoD .mbr-section-subtitle,
.cid-veOoEAkXoD .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-veODzkPJs5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veODzkPJs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veODzkPJs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veODzkPJs5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veODzkPJs5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-veODzkPJs5 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-veODzkPJs5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veODzkPJs5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veODzkPJs5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veODzkPJs5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veODzkPJs5 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-veODzkPJs5 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-veODzkPJs5 .items-wrapper .item:hover .item-wrapper,
.cid-veODzkPJs5 .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #facb1d;
}
.cid-veODzkPJs5 .items-wrapper .item:hover .card_2,
.cid-veODzkPJs5 .items-wrapper .item:focus .card_2 {
  border: 2px solid #facb1d;
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veODzkPJs5 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #facb1d;
  color: #facb1d;
  font-size: 11px;
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veODzkPJs5 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veODzkPJs5 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-veODzkPJs5 .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-veODzkPJs5 .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-veODzkPJs5 .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #facb1d;
  color: #facb1d;
}
.cid-veODzkPJs5 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-veODzkPJs5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veODzkPJs5 .mbr-text,
.cid-veODzkPJs5 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-veODzkPJs5 .card-title {
  color: #000000;
  text-align: justify;
}
.cid-veODzkPJs5 .card-title_2 {
  color: #000000;
}
.cid-veODzkPJs5 .card-price {
  color: #000000;
}
.cid-veODzkPJs5 .card-price_2 {
  color: #000000;
}
.cid-veODzkPJs5 .card-text {
  color: #000000;
}
.cid-veODzkPJs5 .list {
  color: #111111;
}
.cid-veTyfTDZVr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veTyfTDZVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTyfTDZVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTyfTDZVr img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-veTyfTDZVr .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffd849;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-veTyfTDZVr .card-title,
.cid-veTyfTDZVr .iconfont-wrapper {
  color: #232323;
}
.cid-veTyfTDZVr .card-text {
  color: #232323;
}
.cid-veTyfTDZVr .mbr-section-title {
  color: #000000;
}
.cid-veTyfTDZVr .mbr-section-subtitle {
  color: #232323;
}
.cid-veTyfTDZVr .content-head {
  max-width: 800px;
}
.cid-veTyfTDZVr .card-subtitle {
  color: #a1a1a1;
}
.cid-veOz7cm0VX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffd849;
}
.cid-veOz7cm0VX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOz7cm0VX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOz7cm0VX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-veOz7cm0VX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veOz7cm0VX .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-veOz7cm0VX .content-head {
  max-width: 800px;
}
.cid-veTsBWZAwu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTsBWZAwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTsBWZAwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTsBWZAwu .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-veTsBWZAwu .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-veTsBWZAwu .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-veTsBWZAwu .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-veTsBWZAwu .container {
    max-width: 100%;
  }
  .cid-veTsBWZAwu .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-veTsBWZAwu .item-wrap {
  width: 100%;
}
.cid-veTsBWZAwu .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veTsBWZAwu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTsBWZAwu .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veTsBWZAwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veTsBWZAwu .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veTsBWZAwu .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veTsBWZAwu .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veTsBWZAwu .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-veTsBWZAwu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffd849, #ffd849);
  transition: 0.4s all;
}
.cid-veTsBWZAwu .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veTsBWZAwu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #000000;
}
.cid-veTsBWZAwu .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veTsBWZAwu .soc-item:hover:before {
  opacity: 1;
}
.cid-veTsBWZAwu .soc-item a {
  animation: none;
}
@media (max-width: 767px) {
  .cid-veTsBWZAwu .col-links {
    padding-top: 20px;
  }
}
.cid-veTsBWZAwu .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-veTsBWZAwu .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-veTsBWZAwu .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #000000;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-veTsBWZAwu .list {
    text-align: center !important;
  }
}
.cid-veTsBWZAwu .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-veTsBWZAwu .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-veTsBWZAwu .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veTsBWZAwu .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #facb1d;
  transition: 0.4s all;
}
.cid-veTsBWZAwu .list a:hover {
  color: #facb1d !important;
  line-height: inherit !important;
}
.cid-veTsBWZAwu .list a:hover:before {
  width: 100%;
}
.cid-veTsBWZAwu .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-veTsBWZAwu .col-copyright {
    padding-top: 40px;
  }
}
.cid-veTsBWZAwu .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-veTsBWZAwu .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-veTro9wrMA .google-map {
  height: 25rem;
  position: relative;
}
.cid-veTro9wrMA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veTro9wrMA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veTro9wrMA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veTro9wrMA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf07D0ODVk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #181817;
}
.cid-vf07D0ODVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf07D0ODVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf07D0ODVk .grid-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 3fr 6fr;
  grid-template-columns: 3fr 6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-vf07D0ODVk .grid-container {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vf07D0ODVk .mbr-section-title {
  color: #FACB1D;
}
.cid-vf07D0ODVk .mbr-section-subtitle {
  color: #f6f6ef;
  margin-top: 1rem;
}
.cid-vf07D0ODVk .list {
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-vf07D0ODVk .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-vf07D0ODVk .list li:not(:first-child) {
  margin-top: 1rem;
}
.cid-vf07D0ODVk .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-vf07D0ODVk .list a:hover {
  color: #facb1d !important;
  line-height: inherit !important;
}
.cid-vf07D0ODVk .second-list {
  text-align: right;
}
.cid-veTFgjbulA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veTFgjbulA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-veTFgjbulA .mbr-text,
.cid-veTFgjbulA .line {
  color: #000000;
}
.cid-veTCZDJXtp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veTCZDJXtp .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-veTCZDJXtp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veTCZDJXtp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-veTCZDJXtp .navbar {
    padding: 0 128px !important;
  }
}
.cid-veTCZDJXtp .navbar.opened {
  transition: all 0.3s;
}
.cid-veTCZDJXtp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTCZDJXtp .navbar .navbar-logo img {
  width: auto;
}
.cid-veTCZDJXtp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veTCZDJXtp .navbar.collapsed {
  justify-content: center;
}
.cid-veTCZDJXtp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTCZDJXtp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTCZDJXtp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veTCZDJXtp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTCZDJXtp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTCZDJXtp .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-veTCZDJXtp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTCZDJXtp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTCZDJXtp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veTCZDJXtp .navbar {
    min-height: 72px;
  }
  .cid-veTCZDJXtp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTCZDJXtp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTCZDJXtp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTCZDJXtp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTCZDJXtp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTCZDJXtp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veTCZDJXtp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTCZDJXtp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTCZDJXtp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veTCZDJXtp .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-veTCZDJXtp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veTCZDJXtp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTCZDJXtp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTCZDJXtp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-veTCZDJXtp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veTCZDJXtp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-veTCZDJXtp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veTCZDJXtp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veTCZDJXtp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-veTCZDJXtp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veTCZDJXtp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veTCZDJXtp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veTCZDJXtp .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veTCZDJXtp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veTCZDJXtp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veTCZDJXtp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veTCZDJXtp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veTCZDJXtp .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  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;
  margin-top: 1rem;
  background-color: #ffd849;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-veTCZDJXtp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veTCZDJXtp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veTCZDJXtp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTCZDJXtp .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: #ffd849;
  border-radius: 4px !important;
}
.cid-veTCZDJXtp .nav-item:focus,
.cid-veTCZDJXtp .nav-link:focus {
  outline: none;
}
.cid-veTCZDJXtp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTCZDJXtp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTCZDJXtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTCZDJXtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTCZDJXtp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTCZDJXtp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTCZDJXtp .dropdown-item.active,
.cid-veTCZDJXtp .dropdown-item:active {
  background-color: transparent;
}
.cid-veTCZDJXtp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTCZDJXtp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTCZDJXtp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTCZDJXtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffd849;
}
.cid-veTCZDJXtp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veTCZDJXtp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veTCZDJXtp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTCZDJXtp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veTCZDJXtp .navbar-buttons {
    text-align: left;
  }
}
.cid-veTCZDJXtp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTCZDJXtp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTCZDJXtp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTCZDJXtp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTCZDJXtp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTCZDJXtp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTCZDJXtp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veTCZDJXtp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTCZDJXtp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veTCZDJXtp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veTCZDJXtp .navbar {
    height: 70px;
  }
  .cid-veTCZDJXtp .navbar.opened {
    height: auto;
  }
  .cid-veTCZDJXtp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTCZDJXtp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veTCZDJXtp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veTCZDJXtp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veTCZDJXtp .navbar-brand {
    margin-right: auto;
  }
  .cid-veTCZDJXtp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffd849;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-veTCZDJXtp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veTCZDJXtp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veTCZDJXtp .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-veTCZDJXtp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veTCZDJXtp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veTGxdgpHj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veTGxdgpHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTGxdgpHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTGxdgpHj .mbr-section-title {
  color: #181817;
  margin-bottom: 2.5rem;
}
.cid-veTGxdgpHj .mbr-section-subtitle {
  color: #181817;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-veTGxdgpHj .mbr-section-subtitle.display-1 {
    font-size: 14rem !important;
  }
}
.cid-veTGxdgpHj .mbr-text {
  color: #181817;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veTsBWZAwu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTsBWZAwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTsBWZAwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTsBWZAwu .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-veTsBWZAwu .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-veTsBWZAwu .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-veTsBWZAwu .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-veTsBWZAwu .container {
    max-width: 100%;
  }
  .cid-veTsBWZAwu .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-veTsBWZAwu .item-wrap {
  width: 100%;
}
.cid-veTsBWZAwu .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veTsBWZAwu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTsBWZAwu .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veTsBWZAwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veTsBWZAwu .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veTsBWZAwu .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veTsBWZAwu .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veTsBWZAwu .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-veTsBWZAwu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffd849, #ffd849);
  transition: 0.4s all;
}
.cid-veTsBWZAwu .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veTsBWZAwu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #000000;
}
.cid-veTsBWZAwu .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veTsBWZAwu .soc-item:hover:before {
  opacity: 1;
}
.cid-veTsBWZAwu .soc-item a {
  animation: none;
}
@media (max-width: 767px) {
  .cid-veTsBWZAwu .col-links {
    padding-top: 20px;
  }
}
.cid-veTsBWZAwu .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-veTsBWZAwu .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-veTsBWZAwu .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #000000;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-veTsBWZAwu .list {
    text-align: center !important;
  }
}
.cid-veTsBWZAwu .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-veTsBWZAwu .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-veTsBWZAwu .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veTsBWZAwu .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #facb1d;
  transition: 0.4s all;
}
.cid-veTsBWZAwu .list a:hover {
  color: #facb1d !important;
  line-height: inherit !important;
}
.cid-veTsBWZAwu .list a:hover:before {
  width: 100%;
}
.cid-veTsBWZAwu .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-veTsBWZAwu .col-copyright {
    padding-top: 40px;
  }
}
.cid-veTsBWZAwu .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-veTsBWZAwu .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-veTFgjbulA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veTFgjbulA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-veTFgjbulA .mbr-text,
.cid-veTFgjbulA .line {
  color: #000000;
}
