.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 7.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffcf00 !important;
}
.bg-success {
  background-color: #ffcf00 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffcf00 !important;
}
.bg-danger {
  background-color: #ff6200 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #ffcf00, #ffcf00 65%, #ffe266) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #ffcf00, #ffcf00 65%, #ffe266) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #ffcf00, #ffcf00 65%, #ffe266) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
}
.btn-warning {
  background: linear-gradient(90deg, #ffcf00, #ffcf00 65%, #ffe266) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #ff6200, #ff6200 65%, #ffa166) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6200 !important;
  border-color: #ff6200 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff8133 !important;
  border-color: #ff8133 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff8133 !important;
  border-color: #ff8133 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffcf00;
  color: #ffcf00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88900 !important;
  background-color: transparent !important;
  border-color: #a88900 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffcf00;
  color: #ffcf00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a88900 !important;
  background-color: transparent !important;
  border-color: #a88900 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffcf00;
  color: #ffcf00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a88900 !important;
  background-color: transparent !important;
  border-color: #a88900 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcf00;
  color: #ffcf00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88900 !important;
  background-color: transparent !important;
  border-color: #a88900 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6200;
  color: #ff6200;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a84100 !important;
  background-color: transparent !important;
  border-color: #a84100 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6200 !important;
  border-color: #ff6200 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffcf00 !important;
}
.text-secondary {
  color: #ffcf00 !important;
}
.text-success {
  color: #ffcf00 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffcf00 !important;
}
.text-danger {
  color: #ff6200 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #997c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #997c00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #997c00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997c00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993b00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffcf00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffcf00;
}
.alert-danger {
  background-color: #ff6200;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcf00;
  border-color: #ffcf00;
  color: #191500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffcf00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe0cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #ffcf00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #ffcf00;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcf00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffcf00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffcf00;
  border-bottom-color: #ffcf00;
}
.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: #ffcf00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffcf00 !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='%23ffcf00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.icon-wrap {
  border-radius: 24px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-utzLmT6fNI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utzLmT6fNI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utzLmT6fNI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utzLmT6fNI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-utzLmT6fNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utzLmT6fNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utzLmT6fNI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-utzLmT6fNI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-utzLmT6fNI .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-utzLmT6fNI .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-utzLmT6fNI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-utzLmT6fNI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-utzLmT6fNI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utzLmT6fNI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utzLmT6fNI .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-utzLmT6fNI .nav-link:hover {
  color: #ffffff !important;
}
.cid-utzLmT6fNI .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-utzLmT6fNI .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-utzLmT6fNI .navbar-caption:hover,
.cid-utzLmT6fNI .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-utzLmT6fNI .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .menu-container {
    margin: 16px;
  }
}
.cid-utzLmT6fNI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-utzLmT6fNI .iconfont-wrapper:hover,
.cid-utzLmT6fNI .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-utzLmT6fNI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.9) !important;
}
.cid-utzLmT6fNI .nav-item:focus,
.cid-utzLmT6fNI .nav-link:focus {
  outline: none;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utzLmT6fNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utzLmT6fNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utzLmT6fNI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-utzLmT6fNI .navbar.opened {
  transition: all 0.3s;
}
.cid-utzLmT6fNI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utzLmT6fNI .navbar .navbar-logo img {
  width: auto;
}
.cid-utzLmT6fNI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-utzLmT6fNI .navbar.collapsed {
  justify-content: center;
}
.cid-utzLmT6fNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utzLmT6fNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utzLmT6fNI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utzLmT6fNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utzLmT6fNI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar {
    min-height: 72px;
  }
  .cid-utzLmT6fNI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utzLmT6fNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utzLmT6fNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utzLmT6fNI .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-utzLmT6fNI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utzLmT6fNI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utzLmT6fNI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utzLmT6fNI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utzLmT6fNI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utzLmT6fNI .dropdown-item.active,
.cid-utzLmT6fNI .dropdown-item:active {
  background-color: transparent;
}
.cid-utzLmT6fNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utzLmT6fNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-utzLmT6fNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utzLmT6fNI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utzLmT6fNI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utzLmT6fNI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .navbar-buttons {
    text-align: left;
  }
}
.cid-utzLmT6fNI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19c729;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utzLmT6fNI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utzLmT6fNI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utzLmT6fNI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utzLmT6fNI .navbar {
    height: 70px;
  }
  .cid-utzLmT6fNI .navbar.opened {
    height: auto;
  }
  .cid-utzLmT6fNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utzLmT6fNI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-utzLmT6fNI .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-utzLmT6fNI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .navbar-brand {
    margin-right: auto;
  }
  .cid-utzLmT6fNI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.9) !important;
    background: rgba(0, 0, 0, 0.9) !important;
  }
  .cid-utzLmT6fNI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utzLmT6fNI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utzLmT6fNI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utzLmT6fNI .navbar-brand,
.cid-utzLmT6fNI .navbar-toggler,
.cid-utzLmT6fNI .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-usMqkH5v1O {
  background-image: url("../../../assets/images/website-header-image-landmarks.jpg");
}
.cid-usMqkH5v1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-usMqkH5v1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usMqkH5v1O .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-usMqkH5v1O .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-usMqkH5v1O .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-usMqkH5v1O .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-usMqkH5v1O .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-usMqkH5v1O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-usMqkH5v1O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usMqkH5v1O .mbr-section-title {
  color: #ffffff;
}
.cid-usMqkH5v1O .mbr-desc,
.cid-usMqkH5v1O .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-usMqkH5v1O .mbr-text,
.cid-usMqkH5v1O .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usMqkH5v1O .mbr-section-title,
.cid-usMqkH5v1O .mbr-section-btn {
  text-align: center;
}
.cid-ufFCFJZJYg {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-ufFCFJZJYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCFJZJYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCFJZJYg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCFJZJYg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCFJZJYg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCFJZJYg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCFJZJYg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCFJZJYg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCFJZJYg .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFCFJZJYg .item {
    margin-bottom: 28px;
  }
}
.cid-ufFCFJZJYg .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCFJZJYg .item .item-wrapper:hover,
.cid-ufFCFJZJYg .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
  transform: rotateY(-6deg);
}
.cid-ufFCFJZJYg .item .item-wrapper:hover .item-wrap,
.cid-ufFCFJZJYg .item .item-wrapper:focus .item-wrap {
  border: 1px solid #078efb;
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #121212;
  margin-bottom: 0;
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-ufFCFJZJYg .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-ufFCFJZJYg .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-ufFCFJZJYg .mbr-section-title {
  color: #ffcf00;
  text-align: center;
}
.cid-ufFCFJZJYg .mbr-text,
.cid-ufFCFJZJYg .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ufFCFJZJYg .item-title {
  color: #ffffff;
}
.cid-ufFCFJZJYg .item-text {
  color: #ffffff;
}
.cid-ufFCFJZJYg .item-number,
.cid-ufFCFJZJYg .number-wrap {
  color: #9aa0a6;
}
.cid-ufFCFJZJYg .icon-wrapper {
  text-align: right;
}
.cid-ufFCFJZJYg .item-title,
.cid-ufFCFJZJYg .icon-wrapper {
  color: #ffcf00;
}
.cid-usjfXXX9aJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-usjfXXX9aJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usjfXXX9aJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usjfXXX9aJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-usjfXXX9aJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-usjfXXX9aJ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-usjfXXX9aJ .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-usjfXXX9aJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usjfXXX9aJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usjfXXX9aJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usjfXXX9aJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-usjfXXX9aJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-usjfXXX9aJ .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-usjfXXX9aJ .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-usjfXXX9aJ .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-usjfXXX9aJ .item:nth-child(3n) {
  margin-top: 0;
}
.cid-usjfXXX9aJ .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-usjfXXX9aJ .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-usjfXXX9aJ .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #ffcf00;
  background-color: #ffcf00;
}
.cid-usjfXXX9aJ .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-usjfXXX9aJ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-usjfXXX9aJ .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usjfXXX9aJ .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 15px;
  }
}
.cid-usjfXXX9aJ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usjfXXX9aJ .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-usjfXXX9aJ .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-usjfXXX9aJ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-usjfXXX9aJ .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-usjfXXX9aJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usjfXXX9aJ .mbr-text,
.cid-usjfXXX9aJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usjfXXX9aJ .mbr-desc,
.cid-usjfXXX9aJ .desc-wrapper {
  color: #ffcf00;
  text-align: center;
}
.cid-usjfXXX9aJ .item-title {
  color: #ffcf00;
}
.cid-usjfXXX9aJ .item-text {
  color: #ffffff;
}
.cid-ufFCN5n5s2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-ufFCN5n5s2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCN5n5s2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCN5n5s2 .items-wrapper {
  justify-content: center;
}
.cid-ufFCN5n5s2 .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #ffcf00, #ffd933 65%, #ffe266);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ufFCN5n5s2 .mbr-text,
.cid-ufFCN5n5s2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvxf3YlIs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-usvxf3YlIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvxf3YlIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usvxf3YlIs .container {
    padding: 0 20px;
  }
}
.cid-usvxf3YlIs .row {
  margin: 0;
}
.cid-usvxf3YlIs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usvxf3YlIs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usvxf3YlIs .mbr-section-title DIV {
  text-align: left;
}
.cid-ufFCJORH18 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #060606;
}
.cid-ufFCJORH18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCJORH18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCJORH18 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCJORH18 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFCJORH18 .item {
    margin-bottom: 28px;
  }
}
.cid-ufFCJORH18 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
  border: 1px solid #ffcf00;
}
.cid-ufFCJORH18 .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ufFCJORH18 .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-ufFCJORH18 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-ufFCJORH18 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ufFCJORH18 .item .item-wrapper .item-img {
  position: relative;
}
.cid-ufFCJORH18 .item .item-wrapper .item-img .image-wrap img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-ufFCJORH18 .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCJORH18 .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-ufFCJORH18 .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ufFCJORH18 .item-title {
  color: #ffffff;
}
.cid-ufFCJORH18 .item-text {
  color: #ffffff;
}
.cid-ufFCJORH18 .item-title,
.cid-ufFCJORH18 .mbr-section-btn {
  color: #ffcf00;
}
.cid-usutOQNtI7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-usutOQNtI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usutOQNtI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usutOQNtI7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-usutOQNtI7 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-usutOQNtI7 .item {
    margin-bottom: 28px;
  }
}
.cid-usutOQNtI7 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
  border: 1px solid #ffcf00;
}
.cid-usutOQNtI7 .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-usutOQNtI7 .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-usutOQNtI7 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-usutOQNtI7 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-usutOQNtI7 .item .item-wrapper .item-img {
  position: relative;
}
.cid-usutOQNtI7 .item .item-wrapper .item-img .image-wrap img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-usutOQNtI7 .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-usutOQNtI7 .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-usutOQNtI7 .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-usutOQNtI7 .item-title {
  color: #ffffff;
}
.cid-usutOQNtI7 .item-text {
  color: #ffffff;
}
.cid-usutOQNtI7 .item-title,
.cid-usutOQNtI7 .mbr-section-btn {
  color: #ffcf00;
}
.cid-ufFCNNgItc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-ufFCNNgItc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCNNgItc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCNNgItc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCNNgItc .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCNNgItc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCNNgItc .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .image-wrapper img {
    height: 350px;
  }
}
.cid-ufFCNNgItc .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCNNgItc .mbr-text,
.cid-ufFCNNgItc .text-wrapper {
  color: #ffffff;
}
.cid-ufFCNNgItc .mbr-section-title,
.cid-ufFCNNgItc .mbr-section-btn {
  color: #ffcf00;
}
.cid-ufFCUZBHr8 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #060606;
}
.cid-ufFCUZBHr8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCUZBHr8 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ufFCUZBHr8 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCUZBHr8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCUZBHr8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-ufFCUZBHr8 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-ufFCUZBHr8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufFCUZBHr8 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-ufFCUZBHr8 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #ffcf00;
}
.cid-ufFCUZBHr8 .embla__slide .slide-content {
  width: 100%;
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-ufFCUZBHr8 .embla__button--next,
.cid-ufFCUZBHr8 .embla__button--prev {
  display: flex;
}
.cid-ufFCUZBHr8 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #ffcf00 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ufFCUZBHr8 .embla__button:hover {
  transform: scale(1.05);
}
.cid-ufFCUZBHr8 .embla__button.embla__button--prev {
  left: 0;
}
.cid-ufFCUZBHr8 .embla__button.embla__button--next {
  right: 0;
}
.cid-ufFCUZBHr8 .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .embla {
    margin-bottom: 38px;
  }
}
.cid-ufFCUZBHr8 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ufFCUZBHr8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufFCUZBHr8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufFCUZBHr8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufFCUZBHr8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ufFCUZBHr8 .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCUZBHr8 .mbr-text,
.cid-ufFCUZBHr8 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ufFCUZBHr8 .mbr-desc,
.cid-ufFCUZBHr8 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFCUZBHr8 .item-title,
.cid-ufFCUZBHr8 .title-wrap {
  color: #ffcf00;
  text-align: center;
}
.cid-ufFCUZBHr8 .item-text,
.cid-ufFCUZBHr8 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCUZBHr8 .mbr-section-title,
.cid-ufFCUZBHr8 .mbr-section-btn {
  text-align: center;
  color: #ffcf00;
}
.cid-usvMya9r05 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcf00;
}
.cid-usvMya9r05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvMya9r05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usvMya9r05 .container {
    padding: 0 20px;
  }
}
.cid-usvMya9r05 .row {
  margin: 0;
}
.cid-usvMya9r05 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usvMya9r05 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-usvMya9r05 .mbr-section-title DIV {
  text-align: center;
}
.cid-uuvPh4xaGg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #060606;
}
.cid-uuvPh4xaGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvPh4xaGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuvPh4xaGg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uuvPh4xaGg .items-wrapper .card {
  padding: 0 32px;
}
.cid-uuvPh4xaGg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uuvPh4xaGg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuvPh4xaGg .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uuvPh4xaGg .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 64px;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uuvPh4xaGg .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-uuvPh4xaGg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px;
  border: 1px solid #252525;
  margin-bottom: 0;
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-uuvPh4xaGg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #ffcf00;
}
.cid-uuvPh4xaGg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ffcf00;
}
.cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuvPh4xaGg .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uuvPh4xaGg .mbr-section-title {
  color: #ffffff;
}
.cid-uuvPh4xaGg .item-text {
  color: #ffffff;
}
.cid-uuvPh4xaGg .mbr-section-title,
.cid-uuvPh4xaGg .mbr-section-btn {
  color: #ffcf00;
}
.cid-ufFCGh4jfc {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/christine-roy-ir5mhi6rpg0-unsplash-1.jpeg");
}
.cid-ufFCGh4jfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCGh4jfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCGh4jfc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCGh4jfc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ufFCGh4jfc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCGh4jfc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCGh4jfc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCGh4jfc .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item {
    margin-bottom: 28px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCGh4jfc .item .item-wrapper:hover,
.cid-ufFCGh4jfc .item .item-wrapper:focus {
  border: 2px solid #ffcf00;
  background-color: #ffcf00;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap {
  border: 1px solid #000000;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #ffcf00;
  background: linear-gradient(90deg, #ffcf00, #ffd933 65%, #ffe266);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffcf00;
}
.cid-ufFCGh4jfc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCGh4jfc .mbr-text,
.cid-ufFCGh4jfc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCGh4jfc .mbr-desc,
.cid-ufFCGh4jfc .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCGh4jfc .item-desc {
  color: #ffffff;
}
.cid-ufFCGh4jfc .item-title {
  color: #ffffff;
}
.cid-ufFCGh4jfc .item-text {
  color: #ffffff;
}
.cid-ufFCGh4jfc .icon-wrapper {
  text-align: right;
}
.cid-ufFCGh4jfc .item-title,
.cid-ufFCGh4jfc .icon-wrapper {
  color: #ffcf00;
  text-align: left;
}
.cid-usuruG6GWl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/christine-roy-ir5mhi6rpg0-unsplash.jpeg");
}
.cid-usuruG6GWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuruG6GWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuruG6GWl .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-usuruG6GWl .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-usuruG6GWl .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-usuruG6GWl .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-usuruG6GWl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usuruG6GWl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usuruG6GWl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usuruG6GWl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-usuruG6GWl .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-usuruG6GWl .item {
    margin-bottom: 28px;
  }
}
.cid-usuruG6GWl .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-usuruG6GWl .item .item-wrapper:hover,
.cid-usuruG6GWl .item .item-wrapper:focus {
  border: 2px solid #ffcf00;
  background-color: #ffcf00;
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-usuruG6GWl .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-usuruG6GWl .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-usuruG6GWl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usuruG6GWl .mbr-text,
.cid-usuruG6GWl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usuruG6GWl .mbr-desc,
.cid-usuruG6GWl .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usuruG6GWl .item-desc {
  color: #ffffff;
}
.cid-usuruG6GWl .item-title {
  color: #ffffff;
}
.cid-usuruG6GWl .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-usuruG6GWl .icon-wrapper {
  text-align: right;
}
.cid-usuruG6GWl .item-title,
.cid-usuruG6GWl .icon-wrapper {
  color: #ffcf00;
}
.cid-ufFCOBD0aR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ufFCOBD0aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCOBD0aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCOBD0aR .content-wrapper {
  justify-content: center;
}
.cid-ufFCOBD0aR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCOBD0aR .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCOBD0aR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCOBD0aR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCOBD0aR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCOBD0aR .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 100%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-ufFCOBD0aR .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-ufFCOBD0aR .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufFCOBD0aR .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-ufFCOBD0aR .video-wrapper:hover,
.cid-ufFCOBD0aR .video-wrapper:focus {
  background-color: #ffcf00;
}
.cid-ufFCOBD0aR .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ufFCOBD0aR .box .mbr-media {
    height: 350px;
  }
}
.cid-ufFCOBD0aR .box .mbr-media:hover img,
.cid-ufFCOBD0aR .box .mbr-media:focus img {
  border: 2px solid #ffcf00;
}
.cid-ufFCOBD0aR .box .mbr-media:hover .icon-wrapper,
.cid-ufFCOBD0aR .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-ufFCOBD0aR .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufFCOBD0aR .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ufFCOBD0aR .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ufFCOBD0aR .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ufFCOBD0aR .mbr-media {
  position: relative;
}
.cid-ufFCOBD0aR .mbr-media img {
  object-fit: cover;
}
.cid-ufFCOBD0aR a:hover {
  background-image: none !important;
}
.cid-ufFCOBD0aR .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 150px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ufFCOBD0aR .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-ufFCOBD0aR .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ufFCOBD0aR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ufFCOBD0aR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ufFCOBD0aR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ufFCOBD0aR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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-ufFCOBD0aR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufFCOBD0aR .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCOBD0aR .mbr-text,
.cid-ufFCOBD0aR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCOBD0aR .mbr-desc,
.cid-ufFCOBD0aR .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCOBD0aR .mbr-section-title,
.cid-ufFCOBD0aR .mbr-section-btn {
  text-align: center;
  color: #ffcf00;
}
.cid-ufFCGQobYK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #121212;
}
.cid-ufFCGQobYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCGQobYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCGQobYK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCGQobYK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCGQobYK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCGQobYK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCGQobYK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFCGQobYK .item {
    margin-bottom: 28px;
  }
}
.cid-ufFCGQobYK .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCGQobYK .item .item-wrapper:hover,
.cid-ufFCGQobYK .item .item-wrapper:focus {
  border: 2px solid #0844ff;
  background-color: #0844ff;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap {
  border: 1px solid #ffcf00;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-ufFCGQobYK .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-ufFCGQobYK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCGQobYK .item-title {
  color: #9aa0a6;
}
.cid-ufFCGQobYK .item-text {
  color: #ffffff;
}
.cid-ufFCGQobYK .item-date {
  color: #9aa0a6;
}
.cid-ufFCGQobYK .mbr-section-title,
.cid-ufFCGQobYK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufFCGQobYK .item-title,
.cid-ufFCGQobYK .icon-wrapper {
  color: #ffcf00;
}
.cid-ufFCPPcJgP {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/stockcake-digital-india-map-1730389099.jpeg");
}
.cid-ufFCPPcJgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCPPcJgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCPPcJgP .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCPPcJgP .google-map {
    margin-bottom: 48px;
  }
}
.cid-ufFCPPcJgP .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ufFCPPcJgP .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-ufFCPPcJgP .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-ufFCPPcJgP .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ufFCPPcJgP .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCPPcJgP .list-wrapper .list .item-wrap:hover,
.cid-ufFCPPcJgP .list-wrapper .list .item-wrap:focus {
  color: #ffcf00;
}
.cid-ufFCPPcJgP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufFCPPcJgP .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ufFCPPcJgP .social-wrapper {
    text-align: left;
  }
}
.cid-ufFCPPcJgP .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ufFCPPcJgP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ufFCPPcJgP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ufFCPPcJgP .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffcf00;
}
.cid-ufFCPPcJgP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffcf00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-ufFCPPcJgP .list {
  color: #9aa0a6;
}
.cid-ufFCPPcJgP .list,
.cid-ufFCPPcJgP .item-wrap,
.cid-ufFCPPcJgP .social-wrapper {
  color: #ffffff;
}
.cid-usGannQAcY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-usGannQAcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGannQAcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGannQAcY .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-usGannQAcY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-usGannQAcY .container {
    padding: 0 20px;
  }
}
.cid-usGannQAcY .container,
.cid-usGannQAcY .container-fluid {
  position: relative;
}
.cid-usGannQAcY .container .blur-wrap,
.cid-usGannQAcY .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f5fd7b 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-usGannQAcY .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-usGannQAcY .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-usGannQAcY .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #5f6368;
  opacity: .2;
}
.cid-usGannQAcY .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-usGannQAcY .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-usGannQAcY .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-usGannQAcY .dragArea.row::before {
  content: none;
}
.cid-usGannQAcY .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-usGannQAcY .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-usGannQAcY .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-usGannQAcY .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-usGannQAcY .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffcf00;
  border-collapse: #ffcf00;
}
.cid-usGannQAcY .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-usGannQAcY .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-usGannQAcY .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-usGannQAcY .row.forms-row::before {
  content: none !important;
}
.cid-usGannQAcY .mbr-desc {
  color: #ffffff;
}
.cid-usGannQAcY .mbr-text {
  color: #ffffff;
}
.cid-usGannQAcY label {
  color: #f5fd7b;
}
.cid-usGaEKkVjB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-usGaEKkVjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGaEKkVjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usGaEKkVjB .container {
    padding: 0 20px;
  }
}
.cid-usGaEKkVjB .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usGaEKkVjB .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-usGaEKkVjB .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usGaEKkVjB .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-usGaEKkVjB .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usGaEKkVjB .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-usGaEKkVjB .row .list {
    margin-bottom: 32px;
  }
}
.cid-usGaEKkVjB .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-usGaEKkVjB .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ffcf00;
}
.cid-usGaEKkVjB .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-usGaEKkVjB .mbr-section-title {
  color: #ffcf00;
  text-align: left;
}
.cid-usGaEKkVjB .mbr-desc {
  color: #ffcf00;
}
.cid-usGaEKkVjB .mbr-text {
  color: #ffffff;
}
.cid-usGaEKkVjB .list {
  color: #ffffff;
}
.cid-usGaEKkVjB .copyright {
  color: #ffffff;
}
.cid-utzLmT6fNI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utzLmT6fNI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utzLmT6fNI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utzLmT6fNI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-utzLmT6fNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utzLmT6fNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utzLmT6fNI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-utzLmT6fNI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-utzLmT6fNI .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-utzLmT6fNI .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-utzLmT6fNI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-utzLmT6fNI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-utzLmT6fNI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utzLmT6fNI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utzLmT6fNI .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-utzLmT6fNI .nav-link:hover {
  color: #ffffff !important;
}
.cid-utzLmT6fNI .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-utzLmT6fNI .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-utzLmT6fNI .navbar-caption:hover,
.cid-utzLmT6fNI .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-utzLmT6fNI .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .menu-container {
    margin: 16px;
  }
}
.cid-utzLmT6fNI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-utzLmT6fNI .iconfont-wrapper:hover,
.cid-utzLmT6fNI .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-utzLmT6fNI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.9) !important;
}
.cid-utzLmT6fNI .nav-item:focus,
.cid-utzLmT6fNI .nav-link:focus {
  outline: none;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utzLmT6fNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utzLmT6fNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utzLmT6fNI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-utzLmT6fNI .navbar.opened {
  transition: all 0.3s;
}
.cid-utzLmT6fNI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utzLmT6fNI .navbar .navbar-logo img {
  width: auto;
}
.cid-utzLmT6fNI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-utzLmT6fNI .navbar.collapsed {
  justify-content: center;
}
.cid-utzLmT6fNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utzLmT6fNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utzLmT6fNI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utzLmT6fNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utzLmT6fNI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar {
    min-height: 72px;
  }
  .cid-utzLmT6fNI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utzLmT6fNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utzLmT6fNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utzLmT6fNI .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-utzLmT6fNI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utzLmT6fNI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utzLmT6fNI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utzLmT6fNI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utzLmT6fNI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utzLmT6fNI .dropdown-item.active,
.cid-utzLmT6fNI .dropdown-item:active {
  background-color: transparent;
}
.cid-utzLmT6fNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utzLmT6fNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-utzLmT6fNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utzLmT6fNI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utzLmT6fNI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utzLmT6fNI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .navbar-buttons {
    text-align: left;
  }
}
.cid-utzLmT6fNI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19c729;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utzLmT6fNI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utzLmT6fNI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utzLmT6fNI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utzLmT6fNI .navbar {
    height: 70px;
  }
  .cid-utzLmT6fNI .navbar.opened {
    height: auto;
  }
  .cid-utzLmT6fNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utzLmT6fNI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-utzLmT6fNI .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-utzLmT6fNI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .navbar-brand {
    margin-right: auto;
  }
  .cid-utzLmT6fNI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.9) !important;
    background: rgba(0, 0, 0, 0.9) !important;
  }
  .cid-utzLmT6fNI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utzLmT6fNI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utzLmT6fNI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utzLmT6fNI .navbar-brand,
.cid-utzLmT6fNI .navbar-toggler,
.cid-utzLmT6fNI .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-utA8KAkb8b {
  background-image: url("../../../assets/images/services-main-page-4.png");
}
.cid-utA8KAkb8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-utA8KAkb8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utA8KAkb8b .items-wrap {
  justify-content: space-between;
}
.cid-utA8KAkb8b .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utA8KAkb8b .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utA8KAkb8b .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utA8KAkb8b .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-utA8KAkb8b .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-utA8KAkb8b .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-utA8KAkb8b .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-utA8KAkb8b .content-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-utA8KAkb8b .content-wrapper .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .7;
}
.cid-utA8KAkb8b .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #7541e5;
  margin-right: 10px;
}
.cid-utA8KAkb8b .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  color: transparent;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-utA8KAkb8b .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-utA8KAkb8b .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-utA8KAkb8b .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-utA8KAkb8b .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utA8KAkb8b .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-utA8KAkb8b .content-wrapper .social-wrapper {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .cid-utA8KAkb8b .content-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-utA8KAkb8b .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-utA8KAkb8b .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utA8KAkb8b .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utA8KAkb8b .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  border: 1px solid #ffffff;
}
.cid-utA8KAkb8b .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #bbbbbb;
  transition: all 0.3s ease-in-out;
  margin: 10px 5px;
}
.cid-utA8KAkb8b .mbr-section-title {
  color: #ffffff;
}
.cid-utA8KAkb8b .mbr-text {
  color: #bbbbbb;
}
.cid-utA8KAkb8b .mbr-tag {
  color: #ffffff;
}
.cid-utA8KAkb8b .social-wrapper {
  text-align: right;
}
.cid-utQy4X8SXY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-utQy4X8SXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-utQy4X8SXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utQy4X8SXY .container {
    padding: 0 20px;
  }
}
.cid-utQy4X8SXY .row {
  margin: 0;
}
.cid-utQy4X8SXY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utQy4X8SXY .mbr-section-title {
  color: #ffcf00;
  text-align: left;
}
.cid-utQy4X8SXY .mbr-section-title DIV {
  text-align: center;
}
.cid-utQbs6tnvC {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utQbs6tnvC .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-utQbs6tnvC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utQbs6tnvC .container {
    padding: 0 25px;
  }
}
.cid-utQbs6tnvC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-utQbs6tnvC .item:focus,
.cid-utQbs6tnvC span:focus {
  outline: none;
}
.cid-utQbs6tnvC .item-wrapper {
  position: relative;
}
.cid-utQbs6tnvC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-utQbs6tnvC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-utQbs6tnvC .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-utQbs6tnvC .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-utQbs6tnvC .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateY(-10px);
}
.cid-utQbs6tnvC .embla__slide .slide-content:hover .item-wrapper .item-img .item-content,
.cid-utQbs6tnvC .embla__slide .slide-content:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 510px;
  position: relative;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05) translateY(0);
  transition: all 0.3s ease-in-out;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
  transform: translateY(67px);
  transition: all 0.3s ease-in-out;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content .content-wrap {
  padding: 30px;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content .content-wrap .item-subtitle {
  margin-bottom: 0;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content .content-wrap .item-price {
  margin-bottom: 0;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
}
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content .mbr-section-btn .btn:hover,
.cid-utQbs6tnvC .embla__slide .slide-content .item-wrapper .item-img .item-content .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-utQbs6tnvC .embla__button--next,
.cid-utQbs6tnvC .embla__button--prev {
  display: flex;
}
.cid-utQbs6tnvC .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffcf00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-utQbs6tnvC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utQbs6tnvC .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-utQbs6tnvC .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-utQbs6tnvC .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #ffcf00 !important;
}
.cid-utQbs6tnvC .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-utQbs6tnvC .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-utQbs6tnvC .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #ffcf00 !important;
}
.cid-utQbs6tnvC .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-utQbs6tnvC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-utQbs6tnvC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utQbs6tnvC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utQbs6tnvC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utQbs6tnvC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utQbs6tnvC .item-subtitle {
  color: #000000;
}
.cid-utQbs6tnvC .item-title {
  color: #000000;
  text-align: center;
}
.cid-utQbs6tnvC .item-price {
  color: #000000;
}
.cid-utOwu6yhhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utOwu6yhhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-utOwu6yhhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-utOwu6yhhf .container {
    padding: 0 24px;
  }
}
.cid-utOwu6yhhf .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .row {
    padding: 24px;
  }
}
.cid-utOwu6yhhf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  border-radius: .5rem;
}
.cid-utOwu6yhhf .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .row .card {
    border: none;
  }
}
.cid-utOwu6yhhf .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .content-wrapper {
    padding: 24px 0;
  }
}
.cid-utOwu6yhhf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-utOwu6yhhf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-utOwu6yhhf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-utOwu6yhhf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-utOwu6yhhf .items {
  border-left: 1px solid #ffcf00;
}
.cid-utOwu6yhhf .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .items .item {
    padding: 24px;
  }
}
.cid-utOwu6yhhf .items .item:last-child {
  border: none;
}
.cid-utOwu6yhhf .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .items .item .item-wrapper {
    display: block;
  }
}
.cid-utOwu6yhhf .items .item .item-wrapper .item-img {
  background-color: #f9f6e0;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-utOwu6yhhf .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-utOwu6yhhf .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-utOwu6yhhf .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-utOwu6yhhf .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-utOwu6yhhf .mbr-section-title {
  color: #F9F6E0;
}
.cid-utOwu6yhhf .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-utOwu6yhhf .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-utOwu6yhhf .card-title {
  color: #ffcf00;
  text-align: left;
}
.cid-utOwu6yhhf .card-text {
  color: #ffffff;
}
.cid-utOwu6yhhf .mbr-section-title,
.cid-utOwu6yhhf .mbr-section-btn {
  text-align: left;
  color: #ffcf00;
}
.cid-utPtl43PCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/glowing-sphere-orbits-blue-planet-space-generated-by-ai.jpeg");
}
.cid-utPtl43PCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPtl43PCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-utPtl43PCY .container {
    padding: 0 24px;
  }
}
.cid-utPtl43PCY .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .row {
    padding: 24px;
  }
}
.cid-utPtl43PCY .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  border-radius: .5rem;
}
.cid-utPtl43PCY .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .row .card {
    border: none;
  }
}
.cid-utPtl43PCY .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .content-wrapper {
    padding: 24px 0;
  }
}
.cid-utPtl43PCY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-utPtl43PCY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-utPtl43PCY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-utPtl43PCY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-utPtl43PCY .items {
  border-left: 1px solid #ffcf00;
}
.cid-utPtl43PCY .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .items .item {
    padding: 24px;
  }
}
.cid-utPtl43PCY .items .item:last-child {
  border: none;
}
.cid-utPtl43PCY .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .items .item .item-wrapper {
    display: block;
  }
}
.cid-utPtl43PCY .items .item .item-wrapper .item-img {
  background-color: #f9f6e0;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-utPtl43PCY .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-utPtl43PCY .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-utPtl43PCY .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-utPtl43PCY .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-utPtl43PCY .mbr-section-title {
  color: #F9F6E0;
}
.cid-utPtl43PCY .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-utPtl43PCY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-utPtl43PCY .card-title {
  color: #ffcf00;
  text-align: left;
}
.cid-utPtl43PCY .card-text {
  color: #ffffff;
}
.cid-utPtl43PCY .mbr-section-title,
.cid-utPtl43PCY .mbr-section-btn {
  text-align: left;
  color: #ffcf00;
}
.cid-utPu4gwEmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utPu4gwEmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPu4gwEmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-utPu4gwEmE .container {
    padding: 0 24px;
  }
}
.cid-utPu4gwEmE .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .row {
    padding: 24px;
  }
}
.cid-utPu4gwEmE .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  border-radius: .5rem;
}
.cid-utPu4gwEmE .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .row .card {
    border: none;
  }
}
.cid-utPu4gwEmE .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .content-wrapper {
    padding: 24px 0;
  }
}
.cid-utPu4gwEmE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-utPu4gwEmE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-utPu4gwEmE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-utPu4gwEmE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-utPu4gwEmE .items {
  border-left: 1px solid #ffcf00;
}
.cid-utPu4gwEmE .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .items .item {
    padding: 24px;
  }
}
.cid-utPu4gwEmE .items .item:last-child {
  border: none;
}
.cid-utPu4gwEmE .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .items .item .item-wrapper {
    display: block;
  }
}
.cid-utPu4gwEmE .items .item .item-wrapper .item-img {
  background-color: #f9f6e0;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-utPu4gwEmE .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-utPu4gwEmE .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-utPu4gwEmE .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-utPu4gwEmE .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-utPu4gwEmE .mbr-section-title {
  color: #F9F6E0;
}
.cid-utPu4gwEmE .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-utPu4gwEmE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-utPu4gwEmE .card-title {
  color: #ffcf00;
  text-align: left;
}
.cid-utPu4gwEmE .card-text {
  color: #ffffff;
}
.cid-utPu4gwEmE .mbr-section-title,
.cid-utPu4gwEmE .mbr-section-btn {
  text-align: left;
  color: #ffcf00;
}
.cid-utQ0lBmYjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nyc-aerial-view-new-york-city-night.jpg");
}
.cid-utQ0lBmYjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-utQ0lBmYjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-utQ0lBmYjg .container {
    padding: 0 24px;
  }
}
.cid-utQ0lBmYjg .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .row {
    padding: 24px;
  }
}
.cid-utQ0lBmYjg .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  border-radius: .5rem;
}
.cid-utQ0lBmYjg .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .row .card {
    border: none;
  }
}
.cid-utQ0lBmYjg .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .content-wrapper {
    padding: 24px 0;
  }
}
.cid-utQ0lBmYjg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-utQ0lBmYjg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-utQ0lBmYjg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-utQ0lBmYjg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-utQ0lBmYjg .items {
  border-left: 1px solid #ffcf00;
}
.cid-utQ0lBmYjg .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .items .item {
    padding: 24px;
  }
}
.cid-utQ0lBmYjg .items .item:last-child {
  border: none;
}
.cid-utQ0lBmYjg .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .items .item .item-wrapper {
    display: block;
  }
}
.cid-utQ0lBmYjg .items .item .item-wrapper .item-img {
  background-color: #f9f6e0;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-utQ0lBmYjg .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-utQ0lBmYjg .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-utQ0lBmYjg .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-utQ0lBmYjg .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-utQ0lBmYjg .mbr-section-title {
  color: #F9F6E0;
}
.cid-utQ0lBmYjg .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-utQ0lBmYjg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-utQ0lBmYjg .card-title {
  color: #ffcf00;
  text-align: left;
}
.cid-utQ0lBmYjg .card-text {
  color: #ffffff;
}
.cid-utQ0lBmYjg .mbr-section-title,
.cid-utQ0lBmYjg .mbr-section-btn {
  text-align: left;
  color: #ffcf00;
}
.cid-utQ9UUR47V {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utQ9UUR47V .mbr-fallback-image.disabled {
  display: none;
}
.cid-utQ9UUR47V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utQ9UUR47V .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utQ9UUR47V .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-utQ9UUR47V .container {
    padding: 0 20px;
  }
}
.cid-utQ9UUR47V .container,
.cid-utQ9UUR47V .container-fluid {
  position: relative;
}
.cid-utQ9UUR47V .container .blur-wrap,
.cid-utQ9UUR47V .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f5fd7b 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-utQ9UUR47V .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utQ9UUR47V .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-utQ9UUR47V .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #5f6368;
  opacity: .2;
}
.cid-utQ9UUR47V .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-utQ9UUR47V .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-utQ9UUR47V .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-utQ9UUR47V .dragArea.row::before {
  content: none;
}
.cid-utQ9UUR47V .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-utQ9UUR47V .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-utQ9UUR47V .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-utQ9UUR47V .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-utQ9UUR47V .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffcf00;
  border-collapse: #ffcf00;
}
.cid-utQ9UUR47V .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-utQ9UUR47V .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-utQ9UUR47V .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-utQ9UUR47V .row.forms-row::before {
  content: none !important;
}
.cid-utQ9UUR47V .mbr-desc {
  color: #ffffff;
}
.cid-utQ9UUR47V .mbr-text {
  color: #ffffff;
}
.cid-utQ9UUR47V label {
  color: #f5fd7b;
}
.cid-utEnORFYGh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-utEnORFYGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-utEnORFYGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utEnORFYGh .container {
    padding: 0 20px;
  }
}
.cid-utEnORFYGh .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utEnORFYGh .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-utEnORFYGh .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-utEnORFYGh .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-utEnORFYGh .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utEnORFYGh .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-utEnORFYGh .row .list {
    margin-bottom: 32px;
  }
}
.cid-utEnORFYGh .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-utEnORFYGh .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ffcf00;
}
.cid-utEnORFYGh .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-utEnORFYGh .mbr-section-title {
  color: #ffcf00;
  text-align: left;
}
.cid-utEnORFYGh .mbr-desc {
  color: #ffcf00;
}
.cid-utEnORFYGh .mbr-text {
  color: #ffffff;
}
.cid-utEnORFYGh .list {
  color: #ffffff;
}
.cid-utEnORFYGh .copyright {
  color: #ffffff;
}
.cid-utQOXWQLJC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utQOXWQLJC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-utQOXWQLJC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utQOXWQLJC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQOXWQLJC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-utQOXWQLJC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQOXWQLJC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQOXWQLJC .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-utQOXWQLJC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-utQOXWQLJC .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-utQOXWQLJC .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-utQOXWQLJC .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-utQOXWQLJC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-utQOXWQLJC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-utQOXWQLJC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utQOXWQLJC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utQOXWQLJC .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-utQOXWQLJC .nav-link:hover {
  color: #ffffff !important;
}
.cid-utQOXWQLJC .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utQOXWQLJC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-utQOXWQLJC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-utQOXWQLJC .navbar-caption:hover,
.cid-utQOXWQLJC .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-utQOXWQLJC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utQOXWQLJC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-utQOXWQLJC .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utQOXWQLJC .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-utQOXWQLJC .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-utQOXWQLJC .menu-container {
    margin: 16px;
  }
}
.cid-utQOXWQLJC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-utQOXWQLJC .iconfont-wrapper:hover,
.cid-utQOXWQLJC .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-utQOXWQLJC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.9) !important;
}
.cid-utQOXWQLJC .nav-item:focus,
.cid-utQOXWQLJC .nav-link:focus {
  outline: none;
}
.cid-utQOXWQLJC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQOXWQLJC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQOXWQLJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQOXWQLJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQOXWQLJC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQOXWQLJC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQOXWQLJC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-utQOXWQLJC .navbar.opened {
  transition: all 0.3s;
}
.cid-utQOXWQLJC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQOXWQLJC .navbar .navbar-logo img {
  width: auto;
}
.cid-utQOXWQLJC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utQOXWQLJC .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-utQOXWQLJC .navbar.collapsed {
  justify-content: center;
}
.cid-utQOXWQLJC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQOXWQLJC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQOXWQLJC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-utQOXWQLJC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQOXWQLJC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQOXWQLJC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utQOXWQLJC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQOXWQLJC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQOXWQLJC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utQOXWQLJC .navbar {
    min-height: 72px;
  }
  .cid-utQOXWQLJC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utQOXWQLJC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQOXWQLJC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQOXWQLJC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQOXWQLJC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQOXWQLJC .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-utQOXWQLJC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQOXWQLJC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utQOXWQLJC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQOXWQLJC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utQOXWQLJC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utQOXWQLJC .dropdown-item.active,
.cid-utQOXWQLJC .dropdown-item:active {
  background-color: transparent;
}
.cid-utQOXWQLJC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQOXWQLJC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQOXWQLJC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQOXWQLJC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-utQOXWQLJC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utQOXWQLJC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utQOXWQLJC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQOXWQLJC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utQOXWQLJC .navbar-buttons {
    text-align: left;
  }
}
.cid-utQOXWQLJC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQOXWQLJC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19c729;
}
.cid-utQOXWQLJC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQOXWQLJC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQOXWQLJC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQOXWQLJC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQOXWQLJC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQOXWQLJC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQOXWQLJC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQOXWQLJC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQOXWQLJC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utQOXWQLJC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQOXWQLJC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utQOXWQLJC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQOXWQLJC .navbar {
    height: 70px;
  }
  .cid-utQOXWQLJC .navbar.opened {
    height: auto;
  }
  .cid-utQOXWQLJC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utQOXWQLJC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-utQOXWQLJC .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utQOXWQLJC .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-utQOXWQLJC .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-utQOXWQLJC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utQOXWQLJC .navbar-brand {
    margin-right: auto;
  }
  .cid-utQOXWQLJC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.9) !important;
    background: rgba(0, 0, 0, 0.9) !important;
  }
  .cid-utQOXWQLJC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utQOXWQLJC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utQOXWQLJC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utQOXWQLJC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utQOXWQLJC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utQOXWQLJC .navbar-brand,
.cid-utQOXWQLJC .navbar-toggler,
.cid-utQOXWQLJC .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ufFEj7Rmda {
  background-image: url("../../../assets/images/angel-4.png");
}
.cid-ufFEj7Rmda .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEj7Rmda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEj7Rmda .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufFEj7Rmda .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ufFEj7Rmda .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFEj7Rmda .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFEj7Rmda .mbr-section-title {
  color: #ffffff;
}
.cid-ufFEj7Rmda .mbr-desc,
.cid-ufFEj7Rmda .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFEj7Rmda .mbr-text,
.cid-ufFEj7Rmda .text-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-ufFEj7Rmda .mbr-section-title,
.cid-ufFEj7Rmda .mbr-section-btn {
  text-align: center;
}
.cid-ufFEmZEEhK {
  background-color: #060606;
}
.cid-ufFEmZEEhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEmZEEhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEmZEEhK .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper {
    padding: 0;
  }
}
.cid-ufFEmZEEhK .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFEmZEEhK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFEmZEEhK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFEmZEEhK .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-ufFEmZEEhK .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ufFEmZEEhK .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-ufFEmZEEhK .mbr-section-title {
  color: #ffffff;
}
.cid-ufFEmZEEhK .mbr-text,
.cid-ufFEmZEEhK .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ufFEmZEEhK .mbr-section-title,
.cid-ufFEmZEEhK .mbr-section-btn {
  text-align: center;
  color: #ffcf00;
}
.cid-utR2gGz5Vk {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-utR2gGz5Vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-utR2gGz5Vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-utR2gGz5Vk .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-utR2gGz5Vk .row {
    margin: 0;
  }
}
.cid-utR2gGz5Vk .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-utR2gGz5Vk .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-utR2gGz5Vk .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utR2gGz5Vk .content-wrapper {
    padding: 24px;
  }
}
.cid-utR2gGz5Vk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-utR2gGz5Vk .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-utR2gGz5Vk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utR2gGz5Vk .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-utR2gGz5Vk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-utR2gGz5Vk .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-utR2gGz5Vk .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-utR2gGz5Vk .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-utR2gGz5Vk .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-utR2gGz5Vk .items .item {
    padding: 24px;
  }
}
.cid-utR2gGz5Vk .items .item:last-child {
  border: none;
}
.cid-utR2gGz5Vk .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-utR2gGz5Vk .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-utR2gGz5Vk .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-utR2gGz5Vk .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-utR2gGz5Vk .mbr-section-title {
  color: #F9F6E0;
}
.cid-utR2gGz5Vk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-utR2gGz5Vk .card-title {
  color: #F9F6E0;
}
.cid-utR2gGz5Vk .card-number {
  color: #E0B548;
}
.cid-utR2gGz5Vk .card-text {
  color: #ffffff;
}
.cid-utR2gGz5Vk .mbr-section-title,
.cid-utR2gGz5Vk .mbr-section-btn {
  text-align: left;
  color: #ffcf00;
}
.cid-utR2gGz5Vk .card-title,
.cid-utR2gGz5Vk .title-wrapper {
  color: #ffcf00;
}
.cid-utR78HjAXA {
  background-image: url("../../../assets/images/final-lightning-about-us-image.png");
}
.cid-utR78HjAXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-utR78HjAXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-utR78HjAXA .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utR78HjAXA .content-wrapper .desc-wrapper .mbr-desc {
  display: block;
  Max-width: 70%;
  margin: 0 Auto;
  margin-bottom: 10px;
  padding-left: 16%;
}
@media (max-width: 992px) {
  .cid-utR78HjAXA .content-wrapper .desc-wrapper .mbr-desc {
    width: 70%;
  }
}
.cid-utR78HjAXA .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-utR78HjAXA .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-utR78HjAXA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-utR78HjAXA .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
.cid-utR78HjAXA .mbr-section-title {
  color: #ffffff;
}
.cid-utR78HjAXA .mbr-desc,
.cid-utR78HjAXA .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-utR78HjAXA .mbr-text,
.cid-utR78HjAXA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-utR78HjAXA .mbr-section-title,
.cid-utR78HjAXA .mbr-section-btn {
  text-align: center;
  color: #ffcf00;
}
.cid-utR78HjAXA .mbr-section-title,
.cid-utR78HjAXA .mbr-section-btn P {
  text-align: left;
}
.cid-uu38v8ie8T {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uu38v8ie8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu38v8ie8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uu38v8ie8T .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uu38v8ie8T .row {
    margin: 0;
  }
}
.cid-uu38v8ie8T .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uu38v8ie8T .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uu38v8ie8T .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uu38v8ie8T .content-wrapper {
    padding: 24px;
  }
}
.cid-uu38v8ie8T .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uu38v8ie8T .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uu38v8ie8T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uu38v8ie8T .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uu38v8ie8T .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uu38v8ie8T .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uu38v8ie8T .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uu38v8ie8T .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uu38v8ie8T .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uu38v8ie8T .items .item {
    padding: 24px;
  }
}
.cid-uu38v8ie8T .items .item:last-child {
  border: none;
}
.cid-uu38v8ie8T .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uu38v8ie8T .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uu38v8ie8T .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uu38v8ie8T .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uu38v8ie8T .mbr-section-title {
  color: #F9F6E0;
}
.cid-uu38v8ie8T .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uu38v8ie8T .card-title {
  color: #F9F6E0;
}
.cid-uu38v8ie8T .card-number {
  color: #E0B548;
}
.cid-uu38v8ie8T .card-text {
  color: #ffffff;
}
.cid-uu38v8ie8T .mbr-section-title,
.cid-uu38v8ie8T .mbr-section-btn {
  text-align: left;
  color: #ffcf00;
}
.cid-uu38v8ie8T .card-title,
.cid-uu38v8ie8T .title-wrapper {
  color: #ffcf00;
}
.cid-uu78NkvmcD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/frame.png");
}
.cid-uu78NkvmcD .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uu78NkvmcD .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uu78NkvmcD .card-wrapper {
  padding: 3rem;
  padding-bottom: 1rem;
  background: #000000;
  position: relative;
  margin-bottom: 2rem;
}
.cid-uu78NkvmcD .card-wrapper .mbr-iconfont {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cid-uu78NkvmcD .card-wrapper {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.cid-uu78NkvmcD .primary {
  background: #ffcf00;
}
.cid-uu78NkvmcD .primary .mbr-iconfont {
  color: #000000;
}
.cid-uu78NkvmcD .mbr-text {
  color: #bbbbbb;
}
.cid-uu78NkvmcD .name {
  color: #ffffff;
}
.cid-uu78NkvmcD .position {
  color: #bbbbbb;
}
.cid-uu78NkvmcD .mbr-section-title {
  color: #ffffff;
}
.cid-uu78NkvmcD .mbr-primarytext {
  color: #000000;
}
.cid-uu78NkvmcD .primary-name {
  color: #000000;
}
.cid-uu78NkvmcD .primary-position {
  color: #000000;
}
.cid-utR0QyqVQw {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-utR0QyqVQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-utR0QyqVQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utR0QyqVQw .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utR0QyqVQw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-utR0QyqVQw .container {
    padding: 0 20px;
  }
}
.cid-utR0QyqVQw .container,
.cid-utR0QyqVQw .container-fluid {
  position: relative;
}
.cid-utR0QyqVQw .container .blur-wrap,
.cid-utR0QyqVQw .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f5fd7b 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-utR0QyqVQw .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utR0QyqVQw .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-utR0QyqVQw .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #5f6368;
  opacity: .2;
}
.cid-utR0QyqVQw .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-utR0QyqVQw .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-utR0QyqVQw .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-utR0QyqVQw .dragArea.row::before {
  content: none;
}
.cid-utR0QyqVQw .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-utR0QyqVQw .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-utR0QyqVQw .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-utR0QyqVQw .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-utR0QyqVQw .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffcf00;
  border-collapse: #ffcf00;
}
.cid-utR0QyqVQw .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-utR0QyqVQw .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-utR0QyqVQw .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-utR0QyqVQw .row.forms-row::before {
  content: none !important;
}
.cid-utR0QyqVQw .mbr-desc {
  color: #ffffff;
}
.cid-utR0QyqVQw .mbr-text {
  color: #ffffff;
}
.cid-utR0QyqVQw label {
  color: #f5fd7b;
}
.cid-utR1Te8PRb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-utR1Te8PRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-utR1Te8PRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utR1Te8PRb .container {
    padding: 0 20px;
  }
}
.cid-utR1Te8PRb .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utR1Te8PRb .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-utR1Te8PRb .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-utR1Te8PRb .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-utR1Te8PRb .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utR1Te8PRb .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-utR1Te8PRb .row .list {
    margin-bottom: 32px;
  }
}
.cid-utR1Te8PRb .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-utR1Te8PRb .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ffcf00;
}
.cid-utR1Te8PRb .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-utR1Te8PRb .mbr-section-title {
  color: #ffcf00;
  text-align: left;
}
.cid-utR1Te8PRb .mbr-desc {
  color: #ffcf00;
}
.cid-utR1Te8PRb .mbr-text {
  color: #ffffff;
}
.cid-utR1Te8PRb .list {
  color: #ffffff;
}
.cid-utR1Te8PRb .copyright {
  color: #ffffff;
}
.cid-utzLmT6fNI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utzLmT6fNI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utzLmT6fNI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utzLmT6fNI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-utzLmT6fNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utzLmT6fNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utzLmT6fNI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-utzLmT6fNI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-utzLmT6fNI .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-utzLmT6fNI .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-utzLmT6fNI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-utzLmT6fNI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-utzLmT6fNI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utzLmT6fNI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utzLmT6fNI .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-utzLmT6fNI .nav-link:hover {
  color: #ffffff !important;
}
.cid-utzLmT6fNI .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-utzLmT6fNI .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-utzLmT6fNI .navbar-caption:hover,
.cid-utzLmT6fNI .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-utzLmT6fNI .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .menu-container {
    margin: 16px;
  }
}
.cid-utzLmT6fNI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-utzLmT6fNI .iconfont-wrapper:hover,
.cid-utzLmT6fNI .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-utzLmT6fNI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.9) !important;
}
.cid-utzLmT6fNI .nav-item:focus,
.cid-utzLmT6fNI .nav-link:focus {
  outline: none;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utzLmT6fNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utzLmT6fNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utzLmT6fNI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-utzLmT6fNI .navbar.opened {
  transition: all 0.3s;
}
.cid-utzLmT6fNI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utzLmT6fNI .navbar .navbar-logo img {
  width: auto;
}
.cid-utzLmT6fNI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-utzLmT6fNI .navbar.collapsed {
  justify-content: center;
}
.cid-utzLmT6fNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utzLmT6fNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utzLmT6fNI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utzLmT6fNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utzLmT6fNI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar {
    min-height: 72px;
  }
  .cid-utzLmT6fNI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utzLmT6fNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utzLmT6fNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utzLmT6fNI .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-utzLmT6fNI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utzLmT6fNI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utzLmT6fNI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utzLmT6fNI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utzLmT6fNI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utzLmT6fNI .dropdown-item.active,
.cid-utzLmT6fNI .dropdown-item:active {
  background-color: transparent;
}
.cid-utzLmT6fNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utzLmT6fNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-utzLmT6fNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utzLmT6fNI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utzLmT6fNI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utzLmT6fNI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .navbar-buttons {
    text-align: left;
  }
}
.cid-utzLmT6fNI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19c729;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utzLmT6fNI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utzLmT6fNI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utzLmT6fNI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utzLmT6fNI .navbar {
    height: 70px;
  }
  .cid-utzLmT6fNI .navbar.opened {
    height: auto;
  }
  .cid-utzLmT6fNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utzLmT6fNI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-utzLmT6fNI .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-utzLmT6fNI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .navbar-brand {
    margin-right: auto;
  }
  .cid-utzLmT6fNI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.9) !important;
    background: rgba(0, 0, 0, 0.9) !important;
  }
  .cid-utzLmT6fNI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utzLmT6fNI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utzLmT6fNI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utzLmT6fNI .navbar-brand,
.cid-utzLmT6fNI .navbar-toggler,
.cid-utzLmT6fNI .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-usNl2VQqpC {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-color: #15171a;
}
.cid-usNl2VQqpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNl2VQqpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNl2VQqpC .content-wrap {
  justify-content: flex-end;
}
.cid-usNl2VQqpC .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usNl2VQqpC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-usNl2VQqpC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usNl2VQqpC .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-usNl2VQqpC .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usNl2VQqpC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usNl2VQqpC .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-usNl2VQqpC .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-usNl2VQqpC .image-wrapper {
    padding: 0;
  }
}
.cid-usNl2VQqpC .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usNl2VQqpC .image-wrapper img {
    height: 350px;
  }
}
.cid-usNl2VQqpC .mbr-section-title {
  color: #ffffff;
}
.cid-usNl2VQqpC .mbr-text,
.cid-usNl2VQqpC .text-wrapper {
  color: #ffffff;
}
.cid-usNl2VQqpC .mbr-section-title,
.cid-usNl2VQqpC .mbr-section-btn,
.cid-usNl2VQqpC .clients-wrapper {
  color: #ffcf00;
}
.cid-uuvHUcXSug {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uuvHUcXSug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvHUcXSug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuvHUcXSug .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuvHUcXSug .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uuvHUcXSug .container {
    padding: 0 20px;
  }
}
.cid-uuvHUcXSug .container,
.cid-uuvHUcXSug .container-fluid {
  position: relative;
}
.cid-uuvHUcXSug .container .blur-wrap,
.cid-uuvHUcXSug .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f5fd7b 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-uuvHUcXSug .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuvHUcXSug .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uuvHUcXSug .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #5f6368;
  opacity: .2;
}
.cid-uuvHUcXSug .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uuvHUcXSug .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uuvHUcXSug .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-uuvHUcXSug .dragArea.row::before {
  content: none;
}
.cid-uuvHUcXSug .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uuvHUcXSug .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uuvHUcXSug .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uuvHUcXSug .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uuvHUcXSug .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffcf00;
  border-collapse: #ffcf00;
}
.cid-uuvHUcXSug .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uuvHUcXSug .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-uuvHUcXSug .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uuvHUcXSug .row.forms-row::before {
  content: none !important;
}
.cid-uuvHUcXSug .mbr-desc {
  color: #ffffff;
}
.cid-uuvHUcXSug .mbr-text {
  color: #ffffff;
}
.cid-uuvHUcXSug label {
  color: #f5fd7b;
}
.cid-usGaEKkVjB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-usGaEKkVjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGaEKkVjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usGaEKkVjB .container {
    padding: 0 20px;
  }
}
.cid-usGaEKkVjB .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usGaEKkVjB .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-usGaEKkVjB .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usGaEKkVjB .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-usGaEKkVjB .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usGaEKkVjB .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-usGaEKkVjB .row .list {
    margin-bottom: 32px;
  }
}
.cid-usGaEKkVjB .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-usGaEKkVjB .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ffcf00;
}
.cid-usGaEKkVjB .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-usGaEKkVjB .mbr-section-title {
  color: #ffcf00;
  text-align: left;
}
.cid-usGaEKkVjB .mbr-desc {
  color: #ffcf00;
}
.cid-usGaEKkVjB .mbr-text {
  color: #ffffff;
}
.cid-usGaEKkVjB .list {
  color: #ffffff;
}
.cid-usGaEKkVjB .copyright {
  color: #ffffff;
}
.cid-utzLmT6fNI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utzLmT6fNI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utzLmT6fNI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utzLmT6fNI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-utzLmT6fNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utzLmT6fNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utzLmT6fNI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-utzLmT6fNI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-utzLmT6fNI .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-utzLmT6fNI .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-utzLmT6fNI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-utzLmT6fNI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-utzLmT6fNI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utzLmT6fNI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utzLmT6fNI .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-utzLmT6fNI .nav-link:hover {
  color: #ffffff !important;
}
.cid-utzLmT6fNI .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-utzLmT6fNI .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-utzLmT6fNI .navbar-caption:hover,
.cid-utzLmT6fNI .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-utzLmT6fNI .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffcf00;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .menu-container {
    margin: 16px;
  }
}
.cid-utzLmT6fNI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-utzLmT6fNI .iconfont-wrapper:hover,
.cid-utzLmT6fNI .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-utzLmT6fNI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.9) !important;
}
.cid-utzLmT6fNI .nav-item:focus,
.cid-utzLmT6fNI .nav-link:focus {
  outline: none;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utzLmT6fNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utzLmT6fNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utzLmT6fNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utzLmT6fNI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-utzLmT6fNI .navbar.opened {
  transition: all 0.3s;
}
.cid-utzLmT6fNI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utzLmT6fNI .navbar .navbar-logo img {
  width: auto;
}
.cid-utzLmT6fNI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-utzLmT6fNI .navbar.collapsed {
  justify-content: center;
}
.cid-utzLmT6fNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utzLmT6fNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utzLmT6fNI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utzLmT6fNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utzLmT6fNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utzLmT6fNI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utzLmT6fNI .navbar {
    min-height: 72px;
  }
  .cid-utzLmT6fNI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utzLmT6fNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utzLmT6fNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utzLmT6fNI .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-utzLmT6fNI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utzLmT6fNI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utzLmT6fNI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utzLmT6fNI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utzLmT6fNI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utzLmT6fNI .dropdown-item.active,
.cid-utzLmT6fNI .dropdown-item:active {
  background-color: transparent;
}
.cid-utzLmT6fNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utzLmT6fNI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utzLmT6fNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-utzLmT6fNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utzLmT6fNI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utzLmT6fNI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utzLmT6fNI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .navbar-buttons {
    text-align: left;
  }
}
.cid-utzLmT6fNI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19c729;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utzLmT6fNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utzLmT6fNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utzLmT6fNI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utzLmT6fNI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utzLmT6fNI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utzLmT6fNI .navbar {
    height: 70px;
  }
  .cid-utzLmT6fNI .navbar.opened {
    height: auto;
  }
  .cid-utzLmT6fNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utzLmT6fNI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-utzLmT6fNI .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utzLmT6fNI .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-utzLmT6fNI .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-utzLmT6fNI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utzLmT6fNI .navbar-brand {
    margin-right: auto;
  }
  .cid-utzLmT6fNI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.9) !important;
    background: rgba(0, 0, 0, 0.9) !important;
  }
  .cid-utzLmT6fNI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utzLmT6fNI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utzLmT6fNI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utzLmT6fNI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utzLmT6fNI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utzLmT6fNI .navbar-brand,
.cid-utzLmT6fNI .navbar-toggler,
.cid-utzLmT6fNI .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uta6pkLTnF {
  background-image: url("../../../assets/images/3d-render-hologram-globe.jpg");
}
.cid-uta6pkLTnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uta6pkLTnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uta6pkLTnF .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uta6pkLTnF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uta6pkLTnF .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uta6pkLTnF .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uta6pkLTnF .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uta6pkLTnF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uta6pkLTnF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uta6pkLTnF .mbr-section-title {
  color: #ffffff;
}
.cid-uta6pkLTnF .mbr-desc,
.cid-uta6pkLTnF .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uta6pkLTnF .mbr-text,
.cid-uta6pkLTnF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uta6pkLTnF .mbr-section-title,
.cid-uta6pkLTnF .mbr-section-btn {
  text-align: center;
}
.cid-utm498E1Ep {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-utm498E1Ep .item-img {
  position: relative;
}
.cid-utm498E1Ep .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-utm498E1Ep .cardbg {
  background: #000000;
  height: 100%;
  min-height: 300px;
}
.cid-utm498E1Ep .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-utm498E1Ep .image-wrapper {
  overflow: hidden;
}
.cid-utm498E1Ep .item1 {
  margin-bottom: 2rem !important;
}
.cid-utm498E1Ep .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-utm498E1Ep .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-utm498E1Ep .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-utm498E1Ep .item1,
.cid-utm498E1Ep .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-utm498E1Ep .item1 .item:hover,
.cid-utm498E1Ep .item .item:hover {
  cursor: pointer;
}
.cid-utm498E1Ep .item1:hover .link-icon-wrapper span,
.cid-utm498E1Ep .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-utm498E1Ep .card2 {
    margin-top: 1rem;
  }
}
.cid-utm498E1Ep .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-utm498E1Ep .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-utm498E1Ep .link-icon-wrapper .icon-wrap span {
  color: #252525;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-utm498E1Ep .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-utm498E1Ep .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-utm498E1Ep .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-utm498E1Ep .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-utm498E1Ep .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-utm498E1Ep .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-utm498E1Ep img,
.cid-utm498E1Ep .item-img {
  width: 100%;
}
.cid-utm498E1Ep .item:focus,
.cid-utm498E1Ep span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-utm498E1Ep .item {
    margin-bottom: 1rem;
  }
}
.cid-utm498E1Ep .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utm498E1Ep .item-title {
  text-align: left;
  color: #ffcf00;
}
.cid-utm498E1Ep .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-utm498E1Ep .mbr-section-subtitle,
.cid-utm498E1Ep .subtitle-wrap,
.cid-utm498E1Ep .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-utm498E1Ep .mbr-text,
.cid-utm498E1Ep .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uto9jF4J8d {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/flag-6290584.jpeg");
}
.cid-uto9jF4J8d .mbr-overlay {
  background: #000000;
  opacity: 0.2;
}
.cid-uto9jF4J8d .item-img {
  position: relative;
}
.cid-uto9jF4J8d .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uto9jF4J8d .cardbg {
  background: #000000;
  height: 100%;
  min-height: 300px;
}
.cid-uto9jF4J8d .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uto9jF4J8d .image-wrapper {
  overflow: hidden;
}
.cid-uto9jF4J8d .item1 {
  margin-bottom: 2rem !important;
}
.cid-uto9jF4J8d .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uto9jF4J8d .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uto9jF4J8d .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uto9jF4J8d .item1,
.cid-uto9jF4J8d .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uto9jF4J8d .item1 .item:hover,
.cid-uto9jF4J8d .item .item:hover {
  cursor: pointer;
}
.cid-uto9jF4J8d .item1:hover .link-icon-wrapper span,
.cid-uto9jF4J8d .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uto9jF4J8d .card2 {
    margin-top: 1rem;
  }
}
.cid-uto9jF4J8d .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uto9jF4J8d .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uto9jF4J8d .link-icon-wrapper .icon-wrap span {
  color: #252525;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uto9jF4J8d .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uto9jF4J8d .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uto9jF4J8d .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uto9jF4J8d .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uto9jF4J8d .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uto9jF4J8d .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uto9jF4J8d img,
.cid-uto9jF4J8d .item-img {
  width: 100%;
}
.cid-uto9jF4J8d .item:focus,
.cid-uto9jF4J8d span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uto9jF4J8d .item {
    margin-bottom: 1rem;
  }
}
.cid-uto9jF4J8d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uto9jF4J8d .item-title {
  text-align: left;
  color: #ffcf00;
}
.cid-uto9jF4J8d .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uto9jF4J8d .mbr-section-subtitle,
.cid-uto9jF4J8d .subtitle-wrap,
.cid-uto9jF4J8d .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uto9jF4J8d .mbr-text,
.cid-uto9jF4J8d .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-utoaBDjAsQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-utoaBDjAsQ .item-img {
  position: relative;
}
.cid-utoaBDjAsQ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-utoaBDjAsQ .cardbg {
  background: #000000;
  height: 100%;
  min-height: 300px;
}
.cid-utoaBDjAsQ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-utoaBDjAsQ .image-wrapper {
  overflow: hidden;
}
.cid-utoaBDjAsQ .item1 {
  margin-bottom: 2rem !important;
}
.cid-utoaBDjAsQ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-utoaBDjAsQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-utoaBDjAsQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-utoaBDjAsQ .item1,
.cid-utoaBDjAsQ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-utoaBDjAsQ .item1 .item:hover,
.cid-utoaBDjAsQ .item .item:hover {
  cursor: pointer;
}
.cid-utoaBDjAsQ .item1:hover .link-icon-wrapper span,
.cid-utoaBDjAsQ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-utoaBDjAsQ .card2 {
    margin-top: 1rem;
  }
}
.cid-utoaBDjAsQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-utoaBDjAsQ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-utoaBDjAsQ .link-icon-wrapper .icon-wrap span {
  color: #252525;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-utoaBDjAsQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-utoaBDjAsQ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-utoaBDjAsQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-utoaBDjAsQ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-utoaBDjAsQ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-utoaBDjAsQ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-utoaBDjAsQ img,
.cid-utoaBDjAsQ .item-img {
  width: 100%;
}
.cid-utoaBDjAsQ .item:focus,
.cid-utoaBDjAsQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-utoaBDjAsQ .item {
    margin-bottom: 1rem;
  }
}
.cid-utoaBDjAsQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utoaBDjAsQ .item-title {
  text-align: left;
  color: #ffcf00;
}
.cid-utoaBDjAsQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-utoaBDjAsQ .mbr-section-subtitle,
.cid-utoaBDjAsQ .subtitle-wrap,
.cid-utoaBDjAsQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-utoaBDjAsQ .mbr-text,
.cid-utoaBDjAsQ .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uta66bP5oZ {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uta66bP5oZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uta66bP5oZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uta66bP5oZ .content-wrap {
  justify-content: flex-end;
}
.cid-uta66bP5oZ .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uta66bP5oZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uta66bP5oZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uta66bP5oZ .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #ff6200, #ff8133);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uta66bP5oZ .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uta66bP5oZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uta66bP5oZ .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uta66bP5oZ .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uta66bP5oZ .image-wrapper {
    padding: 0;
  }
}
.cid-uta66bP5oZ .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uta66bP5oZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uta66bP5oZ .mbr-section-title {
  color: #ffffff;
}
.cid-uta66bP5oZ .mbr-text,
.cid-uta66bP5oZ .text-wrapper {
  color: #ffffff;
}
.cid-uta66bP5oZ .mbr-section-title,
.cid-uta66bP5oZ .mbr-section-btn,
.cid-uta66bP5oZ .clients-wrapper {
  color: #ffcf00;
}
.cid-utu7EGDOwu {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/stockcake-digital-india-map-1730389099.jpeg");
}
.cid-utu7EGDOwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-utu7EGDOwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utu7EGDOwu .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-utu7EGDOwu .google-map {
    margin-bottom: 48px;
  }
}
.cid-utu7EGDOwu .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utu7EGDOwu .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-utu7EGDOwu .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-utu7EGDOwu .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utu7EGDOwu .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-utu7EGDOwu .list-wrapper .list .item-wrap:hover,
.cid-utu7EGDOwu .list-wrapper .list .item-wrap:focus {
  color: #ffcf00;
}
.cid-utu7EGDOwu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utu7EGDOwu .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-utu7EGDOwu .social-wrapper {
    text-align: left;
  }
}
.cid-utu7EGDOwu .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-utu7EGDOwu .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utu7EGDOwu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utu7EGDOwu .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffcf00;
}
.cid-utu7EGDOwu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffcf00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-utu7EGDOwu .list {
  color: #9aa0a6;
}
.cid-utu7EGDOwu .list,
.cid-utu7EGDOwu .item-wrap,
.cid-utu7EGDOwu .social-wrapper {
  color: #ffffff;
}
.cid-uuvI4OX64O {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uuvI4OX64O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvI4OX64O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuvI4OX64O .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuvI4OX64O .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uuvI4OX64O .container {
    padding: 0 20px;
  }
}
.cid-uuvI4OX64O .container,
.cid-uuvI4OX64O .container-fluid {
  position: relative;
}
.cid-uuvI4OX64O .container .blur-wrap,
.cid-uuvI4OX64O .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f5fd7b 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-uuvI4OX64O .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uuvI4OX64O .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uuvI4OX64O .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #5f6368;
  opacity: .2;
}
.cid-uuvI4OX64O .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uuvI4OX64O .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uuvI4OX64O .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-uuvI4OX64O .dragArea.row::before {
  content: none;
}
.cid-uuvI4OX64O .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uuvI4OX64O .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uuvI4OX64O .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uuvI4OX64O .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uuvI4OX64O .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffcf00;
  border-collapse: #ffcf00;
}
.cid-uuvI4OX64O .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uuvI4OX64O .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-uuvI4OX64O .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uuvI4OX64O .row.forms-row::before {
  content: none !important;
}
.cid-uuvI4OX64O .mbr-desc {
  color: #ffffff;
}
.cid-uuvI4OX64O .mbr-text {
  color: #ffffff;
}
.cid-uuvI4OX64O label {
  color: #f5fd7b;
}
.cid-uta66cCYL4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uta66cCYL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uta66cCYL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uta66cCYL4 .container {
    padding: 0 20px;
  }
}
.cid-uta66cCYL4 .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uta66cCYL4 .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uta66cCYL4 .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uta66cCYL4 .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uta66cCYL4 .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uta66cCYL4 .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uta66cCYL4 .row .list {
    margin-bottom: 32px;
  }
}
.cid-uta66cCYL4 .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uta66cCYL4 .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ffcf00;
}
.cid-uta66cCYL4 .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uta66cCYL4 .mbr-section-title {
  color: #ffcf00;
  text-align: left;
}
.cid-uta66cCYL4 .mbr-desc {
  color: #ffcf00;
}
.cid-uta66cCYL4 .mbr-text {
  color: #ffffff;
}
.cid-uta66cCYL4 .list {
  color: #ffffff;
}
.cid-uta66cCYL4 .copyright {
  color: #ffffff;
}
