.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;
}
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;
}
.cid-tjiQz84RHy {
  z-index: 1000;
  width: 100%;
  height: 0 !important;
}
.cid-tjiQz84RHy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjiQz84RHy .dropdown-menu {
  padding: 0;
}
.cid-tjiQz84RHy .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tjiQz84RHy .dropdown-item {
    text-align: left !important;
  }
}
.cid-tjiQz84RHy .dropdown-item:hover {
  background-position: right !important;
}
.cid-tjiQz84RHy .dropdown-item:hover:after {
  color: #facb1d;
}
.cid-tjiQz84RHy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjiQz84RHy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjiQz84RHy .nav-link {
  position: relative;
}
.cid-tjiQz84RHy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-tjiQz84RHy .dropdown-menu,
.cid-tjiQz84RHy .navbar.opened {
  background: #181817 !important;
}
.cid-tjiQz84RHy .nav-item:focus,
.cid-tjiQz84RHy .nav-link:focus {
  outline: none;
}
.cid-tjiQz84RHy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjiQz84RHy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjiQz84RHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjiQz84RHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjiQz84RHy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
  position: absolute ;
}
.cid-tjiQz84RHy .navbar.opened {
  transition: all 0.3s;
}
.cid-tjiQz84RHy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjiQz84RHy .navbar .navbar-logo img {
  width: auto;
}
.cid-tjiQz84RHy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tjiQz84RHy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjiQz84RHy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjiQz84RHy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjiQz84RHy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjiQz84RHy .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-tjiQz84RHy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjiQz84RHy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjiQz84RHy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjiQz84RHy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjiQz84RHy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjiQz84RHy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiQz84RHy .navbar {
    min-height: 70px;
  }
}
.cid-tjiQz84RHy .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tjiQz84RHy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-tjiQz84RHy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjiQz84RHy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tjiQz84RHy .navbar-brand {
    min-height: 70px;
  }
}
.cid-tjiQz84RHy .dropdown-item.active,
.cid-tjiQz84RHy .dropdown-item:active {
  background-color: transparent;
}
.cid-tjiQz84RHy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjiQz84RHy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjiQz84RHy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjiQz84RHy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181817;
}
.cid-tjiQz84RHy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjiQz84RHy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjiQz84RHy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjiQz84RHy button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tjiQz84RHy button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjiQz84RHy nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjiQz84RHy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjiQz84RHy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjiQz84RHy nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjiQz84RHy .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tjiQz84RHy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjiQz84RHy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjiQz84RHy .navbar {
    height: 70px;
  }
  .cid-tjiQz84RHy .navbar.opened {
    height: auto;
  }
  .cid-tjiQz84RHy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjiQz84RHy .navbar-short {
  min-height: 70px;
  background: #181817;
  background: rgba(24, 24, 23, 0);
}
@media (max-width: 575px) {
  .cid-tjiQz84RHy .navbar-short {
    min-height: 70px;
  }
}
.cid-tjiQz84RHy .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tjiQz84RHy .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-tjiQz84RHy .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link:hover,
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link:focus,
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #facb1d !important;
}
.cid-tjiQz84RHy .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-tjiQz84RHy .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #181817 !important;
}
.cid-tjiQz84RHy .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tjiQz84RHy .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjiQz84RHy button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-tjiQz84RHy .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tjiQz84RHy .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-tjiQz84RHy .offcanvas.show {
  transform: translateX(0);
}
.cid-tjiQz84RHy .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-tjiQz84RHy .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-tjiQz84RHy .offcanvas {
    width: 100%;
  }
}
.cid-tjiQz84RHy .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjiQz84RHy .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  width: 100%;
  text-align: left;
  background-color: #181817;
  box-shadow: none;
  overflow: auto;
}
.cid-tjiQz84RHy .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-tjiQz84RHy .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tjiQz84RHy .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-tjiQz84RHy .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-tjiQz84RHy .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-tjiQz84RHy .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-tjiQz84RHy .offcanvas_btn .mbr-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tjiQz84RHy .offcanvas_btn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-tjiQz84RHy .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-tjiQz84RHy .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tjiQz84RHy .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tjiQz84RHy .list li:hover {
  color: #facb1d !important;
}
.cid-tjiQz84RHy .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-tjiQz84RHy .list a:hover {
  color: #facb1d !important;
  line-height: inherit !important;
}
.cid-tjiQz84RHy .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tjiQz84RHy .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tjiQz84RHy .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-tjiQz84RHy .second-list li:hover {
  opacity: 1;
}
.cid-tjiQz84RHy .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #f6f6ef;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
}
.cid-tjiQ1NLMvd {
  background-color: #242423;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiQ1NLMvd .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiQ1NLMvd .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tjiQ1NLMvd .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #181817;
  min-height: 500px;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-tjiQ1NLMvd .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiQ1NLMvd .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tjiQ1NLMvd .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tjiQ1NLMvd .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-tjiQ1NLMvd .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiQ1NLMvd .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tjiQ1NLMvd .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-tjiQ1NLMvd .col-img {
  position: absolute;
  top: 50%;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  right: 0;
  transform: rotate(5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-tjiQ1NLMvd .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-tjiQ1NLMvd .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tjiQ1NLMvd .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiQ3YUo78 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #242423;
}
.cid-tjiQ3YUo78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiQ3YUo78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiQ3YUo78 .container {
  max-width: 100%;
  width: 100%;
}
.cid-tjiQ3YUo78 .row {
  justify-content: center;
}
.cid-tjiQ3YUo78 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tjiQ3YUo78 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-tjiQ3YUo78 .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tjiQ3YUo78 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tjiQ3YUo78 .image-wrapper img {
    height: 460px;
  }
}
@media (max-width: 575px) {
  .cid-tjiQ3YUo78 .image-wrapper img {
    height: 400px;
  }
}
.cid-tjiQ4Hq0a1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #242423;
}
.cid-tjiQ4Hq0a1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiQ4Hq0a1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiQ4Hq0a1 .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tjiQ4Hq0a1 .mbr-section-title {
  color: #f6f6ef;
  text-align: center;
}
.cid-tjiQ4Hq0a1 .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tjiQ4Hq0a1 .card-row {
  align-items: stretch;
}
.cid-tjiQ4Hq0a1 .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tjiQ4Hq0a1 .item {
    width: 33.33333333% !important;
  }
}
.cid-tjiQ4Hq0a1 .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 940px;
}
@media (max-width: 991px) {
  .cid-tjiQ4Hq0a1 .item-wrapper {
    min-height: 720px;
  }
}
.cid-tjiQ4Hq0a1 .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-tjiQ4Hq0a1 .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-tjiQ4Hq0a1 .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-tjiQ4Hq0a1 .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-tjiQ4Hq0a1 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tjiQ4Hq0a1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiQ4Hq0a1 .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tjiQ4Hq0a1 .card-title {
  color: #facb1d;
  margin-bottom: 0.6rem;
  text-align: center;
}
.cid-tjiQ4Hq0a1 .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tjiQ4Hq0a1 .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tjiQ4Hq0a1 .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tjiQ4Hq0a1 .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tjiQ4Hq0a1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tjiQ4Hq0a1 .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tjiQ4Hq0a1 .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tjiQ4Hq0a1 .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tjiQ4Hq0a1 .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tjiQ4Hq0a1 .mbr-section-btn {
    width: auto;
  }
  .cid-tjiQ4Hq0a1 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tjiQ52Jgru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f6ef;
}
.cid-tjiQ52Jgru .mbr-section-head {
  width: 100%;
  padding-bottom: 3rem;
}
.cid-tjiQ52Jgru .mbr-section-title {
  color: #181817;
}
.cid-tjiQ52Jgru .mbr-section-subtitle {
  color: #181817;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-tjiQ52Jgru .box {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tjiQ52Jgru .mbr-media {
  width: 100%;
  position: relative;
}
.cid-tjiQ52Jgru .mbr-media img {
  width: 100%;
  aspect-ratio: 1.875;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-tjiQ52Jgru .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tjiQ52Jgru .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tjiQ52Jgru .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tjiQ52Jgru .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: rgba(250, 203, 29, 0.82);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tjiQ52Jgru .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tjiQ52Jgru .video-icon-bg-box {
    min-width: 20vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tjiQ52Jgru .video-icon-bg-box a {
  padding: 50px;
}
.cid-tjiQ52Jgru .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tjiQ52Jgru .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tjiQ52Jgru .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tjiQ52Jgru .video-icon-bg-box a {
    padding: 5vw;
  }
  .cid-tjiQ52Jgru .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tjiQ52Jgru .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tjiQ52Jgru .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tjiQ52Jgru .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tjiQ52Jgru .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-tjiQ52Jgru .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjiQcpVAwr {
  background-color: #242423;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiQcpVAwr .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiQcpVAwr .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-tjiQcpVAwr .row {
    margin-top: auto;
  }
}
.cid-tjiQcpVAwr .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tjiQcpVAwr .img-bg-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tjiQcpVAwr .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 80% 60%, rgba(24, 24, 23, 0.95) 14%, transparent 71%), url("https://mobirise.com/extensions/mediam5/assets/images/frame-2.jpeg");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.cid-tjiQcpVAwr .col-text {
  padding-right: 8.33333333% !important;
  padding-left: 8.33333333% !important;
}
@media (max-width: 991px) {
  .cid-tjiQcpVAwr .col-text {
    padding: 0 !important;
  }
}
.cid-tjiQcpVAwr .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiQcpVAwr .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-tjiQcpVAwr .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tjiQcpVAwr .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
  .cid-tjiQcpVAwr .mbr-text {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiQcpVAwr .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-tjiQxG7s46 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181817;
}
.cid-tjiQxG7s46 .mbr-text {
  color: #f6f6ef;
}
.cid-tjiUIRpmE8 {
  background-image: url("https://mobirise.com/extensions/mediam5/assets/images/background1.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tjiUIRpmE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUIRpmE8 .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-tjiUIRpmE8.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tjiUIRpmE8 .container {
  position: static;
  margin: auto auto 0;
}
.cid-tjiUIRpmE8 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tjiUIRpmE8 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tjiUIRpmE8 .text-box {
  position: relative;
}
.cid-tjiUIRpmE8 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tjiUIRpmE8 .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tjiUIRpmE8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tjiUIRpmE8 .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tjiUIRpmE8 .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tjiUIRpmE8 .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tjiUIRpmE8 .video-col {
    top: 30%;
  }
}
.cid-tjiUIRpmE8 .mbr-media {
  position: relative;
}
.cid-tjiUIRpmE8 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tjiUIRpmE8 .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-tjiUIRpmE8 .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUIRpmE8 .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tjiUIRpmE8 .video-icon-bg-box a {
  padding: 50px;
}
.cid-tjiUIRpmE8 .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tjiUIRpmE8 .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tjiUIRpmE8 .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUIRpmE8 .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tjiUIRpmE8 .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tjiUIRpmE8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tjiUIRpmE8 .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tjiUIRpmE8 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tjiUIRpmE8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tjiUIRpmE8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tjiUIRpmE8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tjiUIRpmE8 .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-tjiUIRpmE8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjiUJhHFtI {
  background-image: url("https://mobirise.com/extensions/mediam5/assets/images/background1.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tjiUJhHFtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUJhHFtI .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-tjiUJhHFtI.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tjiUJhHFtI .container {
  position: static;
  margin: auto auto 0;
}
.cid-tjiUJhHFtI .mbr-section-title {
  color: #FFFFFF;
}
.cid-tjiUJhHFtI .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tjiUJhHFtI .text-box {
  position: relative;
}
.cid-tjiUJhHFtI .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tjiUJhHFtI .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tjiUJhHFtI .mbr-section-btn {
  margin-top: 30px;
}
.cid-tjiUJhHFtI .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tjiUJhHFtI .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tjiUJhHFtI .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tjiUJhHFtI .video-col {
    top: 30%;
  }
}
.cid-tjiUJhHFtI .mbr-media {
  position: relative;
}
.cid-tjiUJhHFtI .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tjiUJhHFtI .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-tjiUJhHFtI .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUJhHFtI .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tjiUJhHFtI .video-icon-bg-box a {
  padding: 50px;
}
.cid-tjiUJhHFtI .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tjiUJhHFtI .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tjiUJhHFtI .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUJhHFtI .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tjiUJhHFtI .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tjiUJhHFtI .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tjiUJhHFtI .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tjiUJhHFtI .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tjiUJhHFtI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tjiUJhHFtI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tjiUJhHFtI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tjiUJhHFtI .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-tjiUJhHFtI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjiUJz89VM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #facb1d;
  position: relative;
  overflow: hidden;
}
.cid-tjiUJz89VM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUJz89VM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUJz89VM .text-wrapper {
  position: relative;
  z-index: 4;
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .cid-tjiUJz89VM .text-wrapper {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.cid-tjiUJz89VM .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-tjiUJz89VM .mbr-section-title.display-1 {
    font-size: 13rem !important;
  }
}
.cid-tjiUJz89VM .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  max-width: 500px;
  margin-right: auto;
  opacity: 0.8;
}
.cid-tjiUJz89VM .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tjiUJz89VM .img-bg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(40%, -50%);
  background: #f6f6ef;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-tjiUJz89VM .img-bg {
    top: auto;
    bottom: 0;
    right: 0;
    width: 70vw;
    transform: translate(30%, 40%);
  }
}
.cid-tjiUKUnY6p {
  background-image: url("https://mobirise.com/extensions/mediam5/assets/images/background4.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tjiUKUnY6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUKUnY6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUKUnY6p .col-text {
  position: relative;
  width: 34vw;
}
@media (max-width: 991px) {
  .cid-tjiUKUnY6p .col-text {
    width: 62vw;
  }
}
@media (max-width: 767px) {
  .cid-tjiUKUnY6p .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-tjiUKUnY6p .col-text {
    width: 100%;
  }
}
.cid-tjiUKUnY6p .text-wrap {
  position: relative;
  z-index: 3;
  padding: 3%;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .cid-tjiUKUnY6p .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-tjiUKUnY6p .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}
.cid-tjiUKUnY6p .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 70px;
  color: #181817;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.cid-tjiUKUnY6p .mbr-section-title {
  color: #181817;
  opacity: 0.8;
}
.cid-tjiUKUnY6p .mbr-section-subtitle {
  color: #181817;
}
.cid-tjiUKUnY6p .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-tjiUKUnY6p .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tjiUKUnY6p .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #facb1d;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tjiUKUnY6p .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUKUnY6p .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-tjiUL99adD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #facb1d;
}
.cid-tjiUL99adD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUL99adD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjiUL99adD .col-text {
    margin-bottom: 2rem;
  }
}
.cid-tjiUL99adD .text-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 991px) {
  .cid-tjiUL99adD .text-wrap {
    position: static;
    max-width: 440px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tjiUL99adD .text-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tjiUL99adD .mbr-section-title {
  color: #181817;
}
.cid-tjiUL99adD .text-grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 2rem;
}
.cid-tjiUL99adD .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 767px) {
  .cid-tjiUL99adD .mbr-text {
    grid-column-end: 3;
  }
}
.cid-tjiUL99adD .card-container {
  width: 100%;
  margin-top: 15rem;
}
@media (max-width: 575px) {
  .cid-tjiUL99adD .card-container {
    margin-top: 0;
  }
}
.cid-tjiUL99adD .card {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-tjiUL99adD .card {
    padding: 24px 0;
  }
}
.cid-tjiUL99adD .card-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 40px;
  border-radius: 2.5rem;
  overflow: hidden;
  min-height: 745px;
}
@media (max-width: 1599px) {
  .cid-tjiUL99adD .card-wrap {
    min-height: 615px;
  }
}
@media (max-width: 1399px) {
  .cid-tjiUL99adD .card-wrap {
    min-height: 525px;
  }
}
@media (max-width: 1199px) {
  .cid-tjiUL99adD .card-wrap {
    min-height: 435px;
  }
}
@media (max-width: 991px) {
  .cid-tjiUL99adD .card-wrap {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-tjiUL99adD .card-wrap {
    padding: 24px;
  }
}
.cid-tjiUL99adD .card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.cid-tjiUL99adD .card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiUL99adD .card-bg-frame {
  position: absolute;
  left: -33%;
  bottom: -40%;
  width: 80%;
  aspect-ratio: 1;
  z-index: 4;
  border-radius: 50%;
  background: #181817;
}
@media (max-width: 991px) {
  .cid-tjiUL99adD .card-bg-frame {
    left: -40%;
    bottom: -30%;
  }
}
@media (max-width: 767px) {
  .cid-tjiUL99adD .card-bg-frame {
    left: -28%;
    bottom: -20%;
    width: 100vw;
    height: 100vw;
  }
}
@media (max-width: 575px) {
  .cid-tjiUL99adD .card-bg-frame {
    left: -46%;
    bottom: -22%;
  }
}
.cid-tjiUL99adD .card-text-box {
  position: relative;
  z-index: 5;
  width: 40%;
}
@media (max-width: 767px) {
  .cid-tjiUL99adD .card-text-box {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tjiUL99adD .card-text-box {
    width: 100%;
  }
}
.cid-tjiUL99adD .card-title {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tjiUL99adD .card-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tjiUL99adD .card-number {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tjiUL99adD .card-text-small {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tjiUL99adD .mbr-section-btn {
  margin-top: 10px;
}
.cid-tjiULNTFdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #facb1d;
  overflow: hidden;
}
.cid-tjiULNTFdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiULNTFdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiULNTFdF .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjiULNTFdF .title-container {
    flex-wrap: wrap;
  }
}
.cid-tjiULNTFdF .mbr-section-title {
  color: #181817;
  max-width: 40%;
}
@media (max-width: 767px) {
  .cid-tjiULNTFdF .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-tjiULNTFdF .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #181817;
}
.cid-tjiULNTFdF .link-text {
  position: relative;
  z-index: 2;
  color: #FACB1D;
}
.cid-tjiULNTFdF .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-tjiULNTFdF .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-tjiULNTFdF .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-tjiULNTFdF .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-tjiULNTFdF .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-tjiULNTFdF .mbr-section-subtitle {
  color: #181817;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tjiULNTFdF .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tjiUNdlF1J {
  background-color: #181817;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiUNdlF1J .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiUNdlF1J .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tjiUNdlF1J .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mobirise.com/extensions/mediam5/assets/images/features9.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  z-index: 2;
}
.cid-tjiUNdlF1J .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 3;
}
.cid-tjiUNdlF1J .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tjiUNdlF1J .col-text {
  position: relative;
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tjiUNdlF1J .col-text {
    max-width: 512px;
    width: 100%;
  }
}
.cid-tjiUNdlF1J .frame-bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  background: #facb1d;
  z-index: 4;
}
.cid-tjiUNdlF1J .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 2rem;
}
.cid-tjiUNdlF1J .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-tjiUNdlF1J .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tjiUNdlF1J .mbr-section-btn .btn-white-outline:hover {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  color: #181817 !important;
}
.cid-tjiUKdHJ5b {
  background-color: #facb1d;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tjiUKdHJ5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUKdHJ5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjiUKdHJ5b {
    padding-bottom: 0 !important;
  }
}
.cid-tjiUKdHJ5b .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-tjiUKdHJ5b .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tjiUKdHJ5b .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-tjiUKdHJ5b .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-tjiUKdHJ5b .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-tjiUKdHJ5b .mbr-section-title {
  color: #181817;
  margin-bottom: 1.5rem;
}
.cid-tjiUKdHJ5b .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tjiUKdHJ5b .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tjiUKdHJ5b .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-tjiUKdHJ5b .col-img {
    padding: 0 !important;
  }
}
.cid-tjiUKdHJ5b .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-tjiUKdHJ5b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjiUKdHJ5b .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjiUKdHJ5b .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-tjiUKdHJ5b .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tjiUKdHJ5b .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f6f6ef;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-tjiUKdHJ5b .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-tjiUKdHJ5b .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUKdHJ5b .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-tjiUMknn2N {
  background-color: #181817;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiUMknn2N .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiUMknn2N .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tjiUMknn2N .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #242423;
  min-height: 500px;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-tjiUMknn2N .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiUMknn2N .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tjiUMknn2N .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tjiUMknn2N .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-tjiUMknn2N .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiUMknn2N .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tjiUMknn2N .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-tjiUMknn2N .col-img {
  position: absolute;
  top: 50%;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  right: 0;
  transform: rotate(5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-tjiUMknn2N .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-tjiUMknn2N .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tjiUMknn2N .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiUTKfST8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #facb1d;
}
.cid-tjiUTKfST8 .mbr-section-head {
  width: 100%;
  padding-bottom: 3rem;
}
.cid-tjiUTKfST8 .mbr-section-title {
  color: #f6f6ef;
}
.cid-tjiUTKfST8 .mbr-section-subtitle {
  color: #181817;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-tjiUTKfST8 .box {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tjiUTKfST8 .mbr-media {
  width: 100%;
  position: relative;
}
.cid-tjiUTKfST8 .mbr-media img {
  width: 100%;
  aspect-ratio: 1.875;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-tjiUTKfST8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tjiUTKfST8 .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tjiUTKfST8 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tjiUTKfST8 .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-tjiUTKfST8 .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUTKfST8 .video-icon-bg-box {
    min-width: 20vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tjiUTKfST8 .video-icon-bg-box a {
  padding: 50px;
}
.cid-tjiUTKfST8 .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tjiUTKfST8 .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tjiUTKfST8 .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUTKfST8 .video-icon-bg-box a {
    padding: 5vw;
  }
  .cid-tjiUTKfST8 .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tjiUTKfST8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tjiUTKfST8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tjiUTKfST8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tjiUTKfST8 .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-tjiUTKfST8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjiUM6Zisw {
  background-color: #181817;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiUM6Zisw .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiUM6Zisw .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tjiUM6Zisw .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tjiUM6Zisw .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mobirise.com/extensions/mediam5/assets/images/features7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
}
.cid-tjiUM6Zisw .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiUM6Zisw .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1.9rem;
}
.cid-tjiUM6Zisw .mbr-text {
  color: #f6f6ef;
  margin-top: 1.9rem;
  margin-bottom: 0;
}
.cid-tjiUM6Zisw .mbr-section-btn .btn-white-outline:hover {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  color: #181817 !important;
}
.cid-tjiUSaDeIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6ef;
}
.cid-tjiUSaDeIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUSaDeIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUSaDeIi .mbr-section-title {
  color: #181817;
  margin-bottom: 2.5rem;
}
.cid-tjiUSaDeIi .mbr-section-subtitle {
  color: #181817;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-tjiUSaDeIi .mbr-section-subtitle.display-1 {
    font-size: 14rem !important;
  }
}
.cid-tjiUSaDeIi .mbr-text {
  color: #181817;
  margin-bottom: 0;
}
.cid-tjiUKAc1wM {
  background-color: #f6f6ef;
  position: relative;
  overflow: hidden;
}
.cid-tjiUKAc1wM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUKAc1wM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUKAc1wM .col-text {
  position: relative;
  width: 33vw;
}
@media (max-width: 991px) {
  .cid-tjiUKAc1wM .col-text {
    width: 65vw;
  }
}
@media (max-width: 767px) {
  .cid-tjiUKAc1wM .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-tjiUKAc1wM .col-text {
    width: 100%;
  }
}
.cid-tjiUKAc1wM .text-wrap {
  position: relative;
  z-index: 3;
  padding: 5%;
}
@media (max-width: 767px) {
  .cid-tjiUKAc1wM .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-tjiUKAc1wM .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }
}
.cid-tjiUKAc1wM .mbr-section-title {
  color: #181817;
  opacity: 0.8;
}
.cid-tjiUKAc1wM .mbr-section-subtitle {
  color: #181817;
}
.cid-tjiUKAc1wM .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-tjiUKAc1wM .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tjiUKAc1wM .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #facb1d;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tjiUKAc1wM .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUKAc1wM .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-tjiURePDrG {
  background-color: #facb1d;
}
.cid-tjiURePDrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiURePDrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiURePDrG .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-tjiURePDrG .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-tjiURePDrG .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-tjiURePDrG .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-tjiURePDrG .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-tjiURePDrG .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-tjiURePDrG .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-tjiURePDrG .mbr-section-btn .btn-black {
  color: #facb1d !important;
}
.cid-tjiURePDrG .mbr-section-btn .btn-black:hover {
  background-color: #facb1d !important;
  border-color: #facb1d !important;
  color: #181817 !important;
}
.cid-tjiURePDrG .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-tjiURePDrG .mbr-text a {
  text-decoration: underline !important;
}
.cid-tjiURePDrG .mbr-text a:hover {
  color: inherit !important;
}
.cid-tjiUURD5SL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #facb1d;
}
.cid-tjiUURD5SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUURD5SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUURD5SL .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tjiUURD5SL .mbr-section-title {
  color: #181817;
}
.cid-tjiUURD5SL .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tjiUURD5SL .card-row {
  align-items: stretch;
}
.cid-tjiUURD5SL .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tjiUURD5SL .item {
    width: 20% !important;
  }
}
.cid-tjiUURD5SL .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-tjiUURD5SL .item-wrapper {
    min-height: 360px;
  }
}
.cid-tjiUURD5SL .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-tjiUURD5SL .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-tjiUURD5SL .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-tjiUURD5SL .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-tjiUURD5SL .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tjiUURD5SL .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiUURD5SL .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tjiUURD5SL .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tjiUURD5SL .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tjiUURD5SL .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tjiUURD5SL .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tjiUURD5SL .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tjiUURD5SL .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tjiUURD5SL .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tjiUURD5SL .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tjiUURD5SL .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tjiUURD5SL .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tjiUURD5SL .mbr-section-btn {
    width: auto;
  }
  .cid-tjiUURD5SL .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tjiUSNUvCq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #181817;
}
.cid-tjiUSNUvCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUSNUvCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUSNUvCq .container {
  max-width: 100%;
  width: 100%;
}
.cid-tjiUSNUvCq .row {
  justify-content: center;
}
.cid-tjiUSNUvCq .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tjiUSNUvCq .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-tjiUSNUvCq .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tjiUSNUvCq .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tjiUSNUvCq .image-wrapper img {
    height: 460px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUSNUvCq .image-wrapper img {
    height: 400px;
  }
}
.cid-tjiUPcUIq0 {
  background-color: #181817;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiUPcUIq0 .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiUPcUIq0 .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-tjiUPcUIq0 .row {
    margin-top: auto;
  }
}
.cid-tjiUPcUIq0 .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tjiUPcUIq0 .img-bg-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tjiUPcUIq0 .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 80% 60%, rgba(24, 24, 23, 0.95) 14%, transparent 71%), url("https://mobirise.com/extensions/mediam5/assets/images/features10.jpg");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.cid-tjiUPcUIq0 .col-text {
  padding-right: 8.33333333% !important;
  padding-left: 8.33333333% !important;
}
@media (max-width: 991px) {
  .cid-tjiUPcUIq0 .col-text {
    padding: 0 !important;
  }
}
.cid-tjiUPcUIq0 .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiUPcUIq0 .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-tjiUPcUIq0 .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tjiUPcUIq0 .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
  .cid-tjiUPcUIq0 .mbr-text {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiUPcUIq0 .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-tjiUVBAYw0 {
  background-color: #facb1d;
}
.cid-tjiUVBAYw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUVBAYw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUVBAYw0 .container-text {
  position: sticky;
  top: 0;
  align-items: stretch;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-tjiUVBAYw0 .col-text {
  position: relative;
}
.cid-tjiUVBAYw0 .bg-frame {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f6f6ef;
}
.cid-tjiUVBAYw0 .text-row {
  align-items: center;
  flex-grow: 1;
}
.cid-tjiUVBAYw0 .text-wrap {
  position: relative;
  z-index: 3;
}
.cid-tjiUVBAYw0 .label-text {
  color: #181817;
}
.cid-tjiUVBAYw0 .mbr-section-title {
  color: #181817;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .cid-tjiUVBAYw0 .mbr-section-title.display-1 {
    font-size: 14rem !important;
  }
}
.cid-tjiUVBAYw0 .mbr-section-subtitle {
  color: #181817;
}
.cid-tjiUVBAYw0 .text-grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: 2fr 3fr 2fr 5fr;
  grid-template-columns: 2fr 3fr 2fr 5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 16px;
}
.cid-tjiUVBAYw0 .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tjiUVBAYw0 .mbr-text {
    grid-column-start: 1;
  }
}
@media (max-width: 575px) {
  .cid-tjiUVBAYw0 .mbr-text {
    grid-column-end: 4;
  }
}
.cid-tjiUVBAYw0 .card-container {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tjiUVBAYw0 .card-container {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tjiUVBAYw0 .card-container {
    width: 100%;
  }
}
.cid-tjiUVBAYw0 .card {
  width: 100%;
  padding: 0 0 70px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-tjiUVBAYw0 .card {
    padding: 0 0 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .cid-tjiUVBAYw0 .card {
    padding: 0 0 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUVBAYw0 .card {
    padding: 0 0 60px;
    margin-bottom: 32px;
  }
}
.cid-tjiUVBAYw0 .card-wrap {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 45px;
  border-radius: 0.25rem;
  background-color: #181817;
}
@media (max-width: 1199px) {
  .cid-tjiUVBAYw0 .card-wrap {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tjiUVBAYw0 .card-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUVBAYw0 .card-wrap {
    padding: 24px 24px 48px;
  }
}
.cid-tjiUVBAYw0 .card-text-box {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiUVBAYw0 .card-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tjiUVBAYw0 .card-text {
    margin-bottom: 2rem;
  }
}
.cid-tjiUVBAYw0 .card-title {
  color: #FACB1D;
  margin-bottom: 4px;
}
.cid-tjiUVBAYw0 .card-subtitle {
  color: #FACB1D;
  margin-bottom: 0;
}
.cid-tjiUVBAYw0 .card-img-box {
  position: absolute;
  bottom: -70px;
  right: 45px;
  width: 140px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tjiUVBAYw0 .card-img-box {
    width: 96px;
    bottom: -48px;
    right: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tjiUVBAYw0 .card-img-box {
    width: 120px;
    bottom: -60px;
    right: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tjiUVBAYw0 .card-img-box {
    width: 80px;
    bottom: -40px;
    right: 24px;
  }
}
.cid-tjiUVBAYw0 .card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiUJUrEQZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #facb1d;
  position: relative;
  overflow: hidden;
}
.cid-tjiUJUrEQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUJUrEQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUJUrEQZ .text-wrapper {
  position: relative;
  z-index: 4;
}
.cid-tjiUJUrEQZ .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-tjiUJUrEQZ .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  margin-right: auto;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-tjiUJUrEQZ .mbr-text {
    width: 100%;
  }
}
.cid-tjiUJUrEQZ .mbr-text b {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.cid-tjiUJUrEQZ .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tjiUJUrEQZ .img-bg {
  position: absolute;
  left: 10%;
  top: 70%;
  width: 50vw;
  will-change: transform;
  transform: translate3d(0px, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(188deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  z-index: -1;
}
@media (max-width: 991px) {
  .cid-tjiUJUrEQZ .img-bg {
    width: 80vw;
  }
}
.cid-tjiUWd4Ub1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tjiUWd4Ub1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUWd4Ub1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUWd4Ub1 .mbr-section-head {
  max-width: 500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-tjiUWd4Ub1 .mbr-section-head {
    max-width: 480px;
  }
}
.cid-tjiUWd4Ub1 .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tjiUWd4Ub1 .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tjiUWd4Ub1 .card-row {
  align-items: stretch;
}
.cid-tjiUWd4Ub1 .item {
  margin-bottom: 2rem;
}
.cid-tjiUWd4Ub1 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #facb1d;
}
.cid-tjiUWd4Ub1 .card-box {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 2.5rem 2rem;
  margin-bottom: -2.5rem;
}
.cid-tjiUWd4Ub1 .card-title {
  color: #181817;
  margin-bottom: 0.5rem;
}
.cid-tjiUWd4Ub1 .card-subtitle {
  color: #181817;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.cid-tjiUWd4Ub1 .item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  z-index: 2;
  margin-top: auto;
  transform: translate3d(0px, 1rem, 0px);
}
.cid-tjiUWd4Ub1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiUWd4Ub1 .img-bg {
  position: absolute;
  left: -5%;
  bottom: -25%;
  z-index: 1;
  width: 110%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #f6f6ef;
}
.cid-tjiUQmRZpF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tjiUQmRZpF .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-tjiUQmRZpF .img-bg-container {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-tjiUQmRZpF .img-bg-container {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiUQmRZpF .img-bg-container {
    padding: 1rem;
  }
}
.cid-tjiUQmRZpF .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mobirise.com/extensions/mediam5/assets/images/features12.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.cid-tjiUQmRZpF .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-tjiUQmRZpF .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiUQmRZpF .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tjiUQmRZpF .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tjiUQmRZpF .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tjiUPOrZiv {
  background-color: #181817;
}
.cid-tjiUPOrZiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUPOrZiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUPOrZiv .mbr-section-title {
  color: #f6f6ef;
}
.cid-tjiUPOrZiv .mbr-section-btn {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tjiUPOrZiv .mbr-section-btn {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tjiUPOrZiv .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-tjiUPOrZiv .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-tjiUPOrZiv .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-tjiUPOrZiv .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-tjiUPOrZiv .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-tjiUPOrZiv .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
}
.cid-tjiUPOrZiv .mbr-text a {
  text-decoration: underline !important;
}
.cid-tjiUPOrZiv .mbr-text a:hover {
  color: inherit !important;
}
.cid-tjiUXTy9KP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tjiUXTy9KP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiUXTy9KP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiUXTy9KP .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-tjiUXTy9KP .grid-container {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tjiUXTy9KP .mbr-section-title {
  color: #FACB1D;
}
.cid-tjiUXTy9KP .mbr-section-subtitle {
  color: #f6f6ef;
  margin-top: 1rem;
}
.cid-tjiUXTy9KP .list {
  width: 100%;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tjiUXTy9KP .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tjiUXTy9KP .list li:not(:first-child) {
  margin-top: 1rem;
}
.cid-tjiUXTy9KP .list li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tjiUXTy9KP .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-tjiUXTy9KP .list a:hover {
  color: #facb1d !important;
  line-height: inherit !important;
}
.cid-tjiUXkvAGW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2c2c;
}
.cid-tjiUXkvAGW .mbr-overlay {
  background-color: #2c2c2c;
  opacity: 0.4;
}
.cid-tjiUXkvAGW .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-tjiUXkvAGW .mbr-section-title {
  color: #f6f6ef;
}
.cid-tjiUXkvAGW .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tjiUXkvAGW .mbr-section-subtitle {
  color: #f6f6ef;
  margin-top: 1rem;
}
.cid-tjiUXkvAGW .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tjiUXkvAGW form {
  width: 100%;
}
.cid-tjiUXkvAGW form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tjiUXkvAGW form p {
  color: #f6f6ef;
}
.cid-tjiUXkvAGW form .mbr-section-btn {
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-tjiUXkvAGW form .mbr-section-btn .btn {
  min-width: 150px;
  min-height: 40px;
  padding: 6px 12px;
}
.cid-tjiUXkvAGW form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.cid-tjiUXkvAGW form .form-control {
  height: 40px;
  border: 1px solid #FFFFFF !important;
  background: #FFFFFF;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #181817;
  font-weight: 400;
}
.cid-tjiUXkvAGW form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjiUXkvAGW form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjiUXkvAGW form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjiUXkvAGW form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-tjiUXkvAGW form select {
  color: #bbbbbb !important;
}
.cid-tjiUXkvAGW form textarea {
  height: 200px !important;
  resize: none;
}
.cid-tjiUXkvAGW form textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-tjiUXkvAGW form textarea::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-tjiUXkvAGW form textarea:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-tjiUXkvAGW form textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-tjiUXkvAGW form input,
.cid-tjiUXkvAGW form textarea {
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cid-tjiUXkvAGW form input:active,
.cid-tjiUXkvAGW form textarea:active,
.cid-tjiUXkvAGW form input:focus,
.cid-tjiUXkvAGW form textarea:focus {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  outline: none !important;
  outline-offset: -1px;
  box-shadow: 0 0 5px #cacaca !important;
}
.cid-tjiUXkvAGW form input:active::-webkit-input-placeholder,
.cid-tjiUXkvAGW form textarea:active::-webkit-input-placeholder,
.cid-tjiUXkvAGW form input:focus::-webkit-input-placeholder,
.cid-tjiUXkvAGW form textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjiUXkvAGW form input:active::-moz-placeholder,
.cid-tjiUXkvAGW form textarea:active::-moz-placeholder,
.cid-tjiUXkvAGW form input:focus::-moz-placeholder,
.cid-tjiUXkvAGW form textarea:focus::-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjiUXkvAGW form input:active:-moz-placeholder,
.cid-tjiUXkvAGW form textarea:active:-moz-placeholder,
.cid-tjiUXkvAGW form input:focus:-moz-placeholder,
.cid-tjiUXkvAGW form textarea:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjiUXkvAGW form input:active:-ms-input-placeholder,
.cid-tjiUXkvAGW form textarea:active:-ms-input-placeholder,
.cid-tjiUXkvAGW form input:focus:-ms-input-placeholder,
.cid-tjiUXkvAGW form textarea:focus:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-tjiUXkvAGW form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tjiUXkvAGW form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tjiUXkvAGW form label {
  width: 100%;
  color: #f6f6ef;
  margin-bottom: 0.4rem;
}
.cid-tjiUXkvAGW form .form-check-input {
  border-color: #bbbbbb !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tjiUXkvAGW form .form-check-input:focus,
.cid-tjiUXkvAGW form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #181817 !important;
}
.cid-tjiUXkvAGW form .form-check-input:checked {
  border-color: #181817 !important;
  background-color: #FACB1D !important;
}
.cid-tjiQxG7s46 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181817;
}
.cid-tjiQxG7s46 .mbr-text {
  color: #f6f6ef;
}
.cid-tjiQz84RHy {
  z-index: 1000;
  width: 100%;
  height: 0 !important;
}
.cid-tjiQz84RHy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjiQz84RHy .dropdown-menu {
  padding: 0;
}
.cid-tjiQz84RHy .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tjiQz84RHy .dropdown-item {
    text-align: left !important;
  }
}
.cid-tjiQz84RHy .dropdown-item:hover {
  background-position: right !important;
}
.cid-tjiQz84RHy .dropdown-item:hover:after {
  color: #facb1d;
}
.cid-tjiQz84RHy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjiQz84RHy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjiQz84RHy .nav-link {
  position: relative;
}
.cid-tjiQz84RHy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-tjiQz84RHy .dropdown-menu,
.cid-tjiQz84RHy .navbar.opened {
  background: #181817 !important;
}
.cid-tjiQz84RHy .nav-item:focus,
.cid-tjiQz84RHy .nav-link:focus {
  outline: none;
}
.cid-tjiQz84RHy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjiQz84RHy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjiQz84RHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjiQz84RHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjiQz84RHy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
  position: absolute ;
}
.cid-tjiQz84RHy .navbar.opened {
  transition: all 0.3s;
}
.cid-tjiQz84RHy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjiQz84RHy .navbar .navbar-logo img {
  width: auto;
}
.cid-tjiQz84RHy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tjiQz84RHy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjiQz84RHy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjiQz84RHy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjiQz84RHy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjiQz84RHy .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-tjiQz84RHy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjiQz84RHy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjiQz84RHy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjiQz84RHy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjiQz84RHy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjiQz84RHy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiQz84RHy .navbar {
    min-height: 70px;
  }
}
.cid-tjiQz84RHy .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tjiQz84RHy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-tjiQz84RHy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjiQz84RHy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tjiQz84RHy .navbar-brand {
    min-height: 70px;
  }
}
.cid-tjiQz84RHy .dropdown-item.active,
.cid-tjiQz84RHy .dropdown-item:active {
  background-color: transparent;
}
.cid-tjiQz84RHy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjiQz84RHy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjiQz84RHy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjiQz84RHy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181817;
}
.cid-tjiQz84RHy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjiQz84RHy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjiQz84RHy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjiQz84RHy button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tjiQz84RHy button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tjiQz84RHy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjiQz84RHy nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjiQz84RHy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjiQz84RHy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjiQz84RHy nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjiQz84RHy .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tjiQz84RHy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjiQz84RHy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjiQz84RHy .navbar {
    height: 70px;
  }
  .cid-tjiQz84RHy .navbar.opened {
    height: auto;
  }
  .cid-tjiQz84RHy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjiQz84RHy .navbar-short {
  min-height: 70px;
  background: #181817;
  background: rgba(24, 24, 23, 0);
}
@media (max-width: 575px) {
  .cid-tjiQz84RHy .navbar-short {
    min-height: 70px;
  }
}
.cid-tjiQz84RHy .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tjiQz84RHy .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-tjiQz84RHy .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link:hover,
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link:focus,
.cid-tjiQz84RHy .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #facb1d !important;
}
.cid-tjiQz84RHy .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-tjiQz84RHy .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #181817 !important;
}
.cid-tjiQz84RHy .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tjiQz84RHy .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjiQz84RHy button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-tjiQz84RHy button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-tjiQz84RHy .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-tjiQz84RHy .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tjiQz84RHy .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-tjiQz84RHy .offcanvas.show {
  transform: translateX(0);
}
.cid-tjiQz84RHy .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-tjiQz84RHy .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-tjiQz84RHy .offcanvas {
    width: 100%;
  }
}
.cid-tjiQz84RHy .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjiQz84RHy .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  width: 100%;
  text-align: left;
  background-color: #181817;
  box-shadow: none;
  overflow: auto;
}
.cid-tjiQz84RHy .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-tjiQz84RHy .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tjiQz84RHy .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-tjiQz84RHy .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-tjiQz84RHy .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-tjiQz84RHy .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-tjiQz84RHy .offcanvas_btn .mbr-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tjiQz84RHy .offcanvas_btn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-tjiQz84RHy .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-tjiQz84RHy .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tjiQz84RHy .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tjiQz84RHy .list li:hover {
  color: #facb1d !important;
}
.cid-tjiQz84RHy .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-tjiQz84RHy .list a:hover {
  color: #facb1d !important;
  line-height: inherit !important;
}
.cid-tjiQz84RHy .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tjiQz84RHy .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tjiQz84RHy .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-tjiQz84RHy .second-list li:hover {
  opacity: 1;
}
.cid-tjiQz84RHy .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #f6f6ef;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
}
