.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Fontspring-DEMO-allroundgothic-semi';
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.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.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.425rem;
    font-size: calc( 3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3625rem + (7.75 - 3.3625) * ((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.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .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;
}
@media (max-width: 767px) {
  .btn {
    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: #151218 !important;
}
.bg-success {
  background-color: #078efb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #dcb300 !important;
}
.bg-danger {
  background-color: #dc5400 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #151218, #151218 65%, #483e52) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #151218 !important;
  border-color: #151218 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2f2835 !important;
  border-color: #2f2835 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f2835 !important;
  border-color: #2f2835 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #00822b, #00822b 65%, #00e84d) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00822b !important;
  border-color: #00822b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #00b53c !important;
  border-color: #00b53c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00b53c !important;
  border-color: #00b53c !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, #078efb, #078efb 65%, #6bbcfd) !important;
}
.btn-success,
.btn-success:active {
  background-color: #078efb !important;
  border-color: #078efb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #39a5fc !important;
  border-color: #39a5fc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #39a5fc !important;
  border-color: #39a5fc !important;
}
.btn-warning {
  background: linear-gradient(90deg, #dcb300, #dcb300 65%, #ffdc43) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !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: #151218;
  color: #151218;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #151218 !important;
  border-color: #151218 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00822b;
  color: #00822b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002b0e !important;
  background-color: transparent !important;
  border-color: #002b0e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00822b !important;
  border-color: #00822b !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: #078efb;
  color: #078efb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #035ea9 !important;
  background-color: transparent !important;
  border-color: #035ea9 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #078efb !important;
  border-color: #078efb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcb300;
  color: #dcb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856c00 !important;
  background-color: transparent !important;
  border-color: #856c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc5400;
  color: #dc5400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !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: #151218 !important;
}
.text-secondary {
  color: #00822b !important;
}
.text-success {
  color: #078efb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #dcb300 !important;
}
.text-danger {
  color: #dc5400 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #001c09 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #02569a !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: #766000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #762d00 !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: #151218;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #dcb300;
}
.alert-danger {
  background-color: #dc5400;
}
.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: #151218;
  border-color: #151218;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #151218;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c0cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0e9fe;
}
.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: #ffefa9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcaa9;
}
/* 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: #151218 !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: #151218;
}
/* 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: #151218;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #151218;
}
.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: #151218;
  border-bottom-color: #151218;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #151218 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #00822b !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='%23151218' %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;
  padding: 16px 32px;
}
.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-uo6mgMzLTd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/bg-app-warez-1920x1080.png");
}
.cid-uo6mgMzLTd .mbr-overlay {
  background: #060606;
  opacity: 0.1;
}
.cid-uo6mgMzLTd .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-uo6mgMzLTd .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uo6mgMzLTd .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uo6mgMzLTd .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-uo6mgMzLTd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uo6mgMzLTd .content-wrapper .text-wrapper .mbr-text span {
  background: linear-gradient(90deg, #00822b, #00b53c 65%, #00e84d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo6mgMzLTd .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-uo6mgMzLTd .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uo6mgMzLTd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uo6mgMzLTd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uo6mgMzLTd .embla__slide:hover .slide-content,
.cid-uo6mgMzLTd .embla__slide:focus .slide-content {
  border: 2px solid #00822b;
  background-color: #00822b;
}
.cid-uo6mgMzLTd .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #121212;
  border: 1px solid #252525;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uo6mgMzLTd .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #00822b;
}
.cid-uo6mgMzLTd .embla__button--next,
.cid-uo6mgMzLTd .embla__button--prev {
  display: flex;
}
.cid-uo6mgMzLTd .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uo6mgMzLTd .embla__button:hover {
  transform: scale(1.05);
}
.cid-uo6mgMzLTd .embla__button.embla__button--prev {
  left: 0;
}
.cid-uo6mgMzLTd .embla__button.embla__button--next {
  right: 0;
}
.cid-uo6mgMzLTd .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo6mgMzLTd .embla {
    width: 100%;
  }
}
.cid-uo6mgMzLTd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uo6mgMzLTd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uo6mgMzLTd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uo6mgMzLTd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uo6mgMzLTd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uo6mgMzLTd .mbr-section-title {
  color: #ffffff;
}
.cid-uo6mgMzLTd .mbr-text,
.cid-uo6mgMzLTd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo6mgMzLTd .item-title {
  color: #02d66e;
}
.cid-uo6mgMzLTd .item-text {
  color: #ffffff;
}
.cid-uo6mgMzLTd .mbr-section-title,
.cid-uo6mgMzLTd .mbr-section-btn,
.cid-uo6mgMzLTd .logo-wrapper {
  text-align: center;
}
.cid-ultWtwRyLp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-ultWtwRyLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ultWtwRyLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ultWtwRyLp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ultWtwRyLp .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ultWtwRyLp .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ultWtwRyLp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ultWtwRyLp .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ultWtwRyLp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ultWtwRyLp .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ultWtwRyLp .image-wrapper img {
    height: 350px;
  }
}
.cid-ultWtwRyLp .mbr-section-title {
  color: #ffffff;
}
.cid-ultWtwRyLp .mbr-text,
.cid-ultWtwRyLp .text-wrapper {
  color: #f7f7f7;
}
.cid-ultWtwRyLp .mbr-section-title,
.cid-ultWtwRyLp .mbr-section-btn {
  color: #f7f7f7;
}
.cid-ultXamMwUu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-ultXamMwUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ultXamMwUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ultXamMwUu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ultXamMwUu .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ultXamMwUu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ultXamMwUu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ultXamMwUu .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ultXamMwUu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ultXamMwUu .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ultXamMwUu .image-wrapper img {
    height: 350px;
  }
}
.cid-ultXamMwUu .mbr-section-title {
  color: #ffffff;
}
.cid-ultXamMwUu .mbr-text,
.cid-ultXamMwUu .text-wrapper {
  color: #f7f7f7;
}
.cid-ultXamMwUu .mbr-section-title,
.cid-ultXamMwUu .mbr-section-btn {
  color: #f7f7f7;
}
.cid-ukJvIuhTyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-ukJvIuhTyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJvIuhTyN .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-ukJvIuhTyN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukJvIuhTyN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukJvIuhTyN .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukJvIuhTyN .panel-group .card {
    padding: 16px;
  }
}
.cid-ukJvIuhTyN .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ukJvIuhTyN .panel-group .card:hover,
.cid-ukJvIuhTyN .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-ukJvIuhTyN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ukJvIuhTyN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ukJvIuhTyN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukJvIuhTyN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-ukJvIuhTyN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ukJvIuhTyN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ukJvIuhTyN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-ukJvIuhTyN .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-ukJvIuhTyN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukJvIuhTyN .mbr-section-title {
  color: #ffffff;
}
.cid-ukJvIuhTyN .panel-title-edit {
  color: #ffffff;
}
.cid-ukJvIuhTyN .panel-text {
  color: #9aa0a6;
}
.cid-ukJvIuhTyN .mbr-section-title,
.cid-ukJvIuhTyN .mbr-section-btn {
  color: #f7f7f7;
}
.cid-ukCuuMNPiX {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #060606;
}
.cid-ukCuuMNPiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukCuuMNPiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukCuuMNPiX .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ukCuuMNPiX .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-ukCuuMNPiX .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukCuuMNPiX .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-ukCuuMNPiX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukCuuMNPiX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukCuuMNPiX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukCuuMNPiX .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-ukCuuMNPiX .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-ukCuuMNPiX .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukCuuMNPiX .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-ukCuuMNPiX .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ukCuuMNPiX .items-wrapper .card {
  padding: 0 32px;
}
.cid-ukCuuMNPiX .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukCuuMNPiX .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ukCuuMNPiX .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ukCuuMNPiX .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukCuuMNPiX .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukCuuMNPiX .list-wrapper .list .item-wrap:hover,
.cid-ukCuuMNPiX .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukCuuMNPiX .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukCuuMNPiX .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukCuuMNPiX .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ukCuuMNPiX .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ukCuuMNPiX .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ukCuuMNPiX .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-ukCuuMNPiX .mbr-desc {
  color: #ffffff;
}
.cid-ukCuuMNPiX .mbr-text,
.cid-ukCuuMNPiX .text-wrapper {
  color: #9aa0a6;
}
.cid-ukCuuMNPiX .list {
  color: #9aa0a6;
}
.cid-ukCuuMNPiX .mbr-text,
.cid-ukCuuMNPiX .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uo662IU77U {
  background-color: #121212;
}
.cid-uo662IU77U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo662IU77U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo662IU77U .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uo662IU77U .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uo662IU77U .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
  }
}
.cid-uo662IU77U .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uo662IU77U .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uo662IU77U .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uo662IU77U .item {
    padding: 0 14px;
  }
}
.cid-uo662IU77U .item .item-wrapper .item-content {
  position: relative;
  border: 1px solid #000000;
  box-shadow: 0px -1px 1px #060606;
  border-bottom: none;
  background-color: #000000;
  padding: 24px 24px 32px 24px;
}
@media (max-width: 992px) {
  .cid-uo662IU77U .item .item-wrapper .item-content {
    padding: 24px 14px;
  }
}
.cid-uo662IU77U .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  border-radius: 10px;
}
.cid-uo662IU77U .item .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
  margin-top: -3.4rem;
}
@media (max-width: 992px) {
  .cid-uo662IU77U .item .item-wrapper .item-content .title-wrap {
    margin-top: 0;
  }
}
.cid-uo662IU77U .item .item-wrapper .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-color: #bcfe1e;
}
@media (max-width: 992px) {
  .cid-uo662IU77U .item .item-wrapper .item-content .title-wrap .item-title {
    margin-bottom: 16px;
    padding: 14px;
  }
}
.cid-uo662IU77U .item .item-wrapper .item-content .item-price {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uo662IU77U .item .item-wrapper .item-content .item-price {
    margin-bottom: 16px;
  }
}
.cid-uo662IU77U .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uo662IU77U .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 15px 22px ;
}
.cid-uo662IU77U .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uo662IU77U .item .item-wrapper .list-wrapper .list .tag-wrap {
  padding: 14px 20px 14px 60px;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
  background-color: #000000;
}
.cid-uo662IU77U .item .item-wrapper .list-wrapper .list .tag-wrap::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 24px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #bcfe1e;
  background: linear-gradient(-125deg, #bcfe1e 30%, #141d00);
}
@media (max-width: 992px) {
  .cid-uo662IU77U .item .item-wrapper .list-wrapper .list .tag-wrap::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uo662IU77U .item .item-wrapper .list-wrapper .list .tag-wrap {
    padding: 14px;
  }
}
.cid-uo662IU77U .item .card_1 .item-content::before {
  background: linear-gradient(45deg, #70b8f8, #000000 50%);
}
.cid-uo662IU77U .item .card_2 .item-content::before {
  background: linear-gradient(45deg, #00822b, #000000 50%);
}
.cid-uo662IU77U .item .card_3 .item-content::before {
  background: linear-gradient(45deg, #5d5983, #000000 50%);
}
.cid-uo662IU77U .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-uo662IU77U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uo662IU77U .item-title {
  color: #080813;
}
.cid-uo662IU77U .list {
  color: #ffffff;
}
.cid-uo662IU77U .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uo662IU77U .item-title,
.cid-uo662IU77U .title-wrap,
.cid-uo662IU77U .mbr-section-btn {
  text-align: center;
}
.cid-uo69iRGgLm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-uo69iRGgLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo69iRGgLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo69iRGgLm .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uo69iRGgLm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uo69iRGgLm .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uo69iRGgLm .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uo69iRGgLm .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uo69iRGgLm .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-uo69iRGgLm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uo69iRGgLm .mbr-section-title {
  color: #ffffff;
}
.cid-uo69iRGgLm .mbr-desc,
.cid-uo69iRGgLm .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uo69iRGgLm .mbr-text,
.cid-uo69iRGgLm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo69iRGgLm .mbr-section-title,
.cid-uo69iRGgLm .mbr-section-btn {
  text-align: center;
}
.cid-uo69iRGgLm .mbr-desc,
.cid-uo69iRGgLm .desc-wrapper {
  color: #f7f7f7;
}
.cid-ukYJYfHbk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-ukYJYfHbk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukYJYfHbk3 .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-ukYJYfHbk3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukYJYfHbk3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukYJYfHbk3 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukYJYfHbk3 .panel-group .card {
    padding: 16px;
  }
}
.cid-ukYJYfHbk3 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ukYJYfHbk3 .panel-group .card:hover,
.cid-ukYJYfHbk3 .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-ukYJYfHbk3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ukYJYfHbk3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ukYJYfHbk3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukYJYfHbk3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-ukYJYfHbk3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ukYJYfHbk3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ukYJYfHbk3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-ukYJYfHbk3 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-ukYJYfHbk3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukYJYfHbk3 .mbr-section-title {
  color: #ffffff;
}
.cid-ukYJYfHbk3 .panel-title-edit {
  color: #ffffff;
}
.cid-ukYJYfHbk3 .panel-text {
  color: #9aa0a6;
}
.cid-ukCvCE9uqY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ukCvCE9uqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukCvCE9uqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukCvCE9uqY .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukCvCE9uqY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ukCvCE9uqY .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ukCvCE9uqY .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ukCvCE9uqY .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukCvCE9uqY .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-ukCvCE9uqY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukCvCE9uqY .mbr-section-title {
  color: #ffffff;
}
.cid-ukCvCE9uqY .mbr-desc,
.cid-ukCvCE9uqY .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ukCvCE9uqY .mbr-text,
.cid-ukCvCE9uqY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ukCvCE9uqY .mbr-section-title,
.cid-ukCvCE9uqY .mbr-section-btn {
  text-align: center;
}
.cid-ukCvCE9uqY .mbr-desc,
.cid-ukCvCE9uqY .desc-wrapper {
  color: #70b8f8;
}
.cid-ukCvCEUoM3 {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #060606;
}
.cid-ukCvCEUoM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukCvCEUoM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukCvCEUoM3 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ukCvCEUoM3 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-ukCvCEUoM3 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukCvCEUoM3 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-ukCvCEUoM3 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukCvCEUoM3 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukCvCEUoM3 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukCvCEUoM3 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-ukCvCEUoM3 .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-ukCvCEUoM3 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukCvCEUoM3 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-ukCvCEUoM3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ukCvCEUoM3 .items-wrapper .card {
  padding: 0 32px;
}
.cid-ukCvCEUoM3 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukCvCEUoM3 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ukCvCEUoM3 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ukCvCEUoM3 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukCvCEUoM3 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukCvCEUoM3 .list-wrapper .list .item-wrap:hover,
.cid-ukCvCEUoM3 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukCvCEUoM3 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukCvCEUoM3 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukCvCEUoM3 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ukCvCEUoM3 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ukCvCEUoM3 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ukCvCEUoM3 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-ukCvCEUoM3 .mbr-desc {
  color: #ffffff;
}
.cid-ukCvCEUoM3 .mbr-text,
.cid-ukCvCEUoM3 .text-wrapper {
  color: #9aa0a6;
}
.cid-ukCvCEUoM3 .list {
  color: #9aa0a6;
}
.cid-ukCvCEUoM3 .mbr-text,
.cid-ukCvCEUoM3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ulu7sU4SM1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ulu7sU4SM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulu7sU4SM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulu7sU4SM1 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ulu7sU4SM1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ulu7sU4SM1 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ulu7sU4SM1 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ulu7sU4SM1 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ulu7sU4SM1 .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-ulu7sU4SM1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ulu7sU4SM1 .mbr-section-title {
  color: #ffffff;
}
.cid-ulu7sU4SM1 .mbr-desc,
.cid-ulu7sU4SM1 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ulu7sU4SM1 .mbr-text,
.cid-ulu7sU4SM1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ulu7sU4SM1 .mbr-section-title,
.cid-ulu7sU4SM1 .mbr-section-btn {
  text-align: center;
  color: #3bffb2;
}
.cid-ulu7sU4SM1 .mbr-desc,
.cid-ulu7sU4SM1 .desc-wrapper {
  color: #f7f7f7;
}
.cid-ukJnmsJs1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ukJnmsJs1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJnmsJs1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJnmsJs1C .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJnmsJs1C .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukJnmsJs1C .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukJnmsJs1C .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukJnmsJs1C .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukJnmsJs1C .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ukJnmsJs1C .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ukJnmsJs1C .item {
    margin-bottom: 28px;
  }
}
.cid-ukJnmsJs1C .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-ukJnmsJs1C .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ukJnmsJs1C .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ukJnmsJs1C .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJnmsJs1C .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-ukJnmsJs1C .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ukJnmsJs1C .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-ukJnmsJs1C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukJnmsJs1C .mbr-text,
.cid-ukJnmsJs1C .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-ukJnmsJs1C .item-title {
  color: #ffffff;
}
.cid-ukJnmsJs1C .item-title,
.cid-ukJnmsJs1C .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ukJoN1l3T9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ukJoN1l3T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJoN1l3T9 .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-ukJoN1l3T9 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukJoN1l3T9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukJoN1l3T9 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukJoN1l3T9 .panel-group .card {
    padding: 16px;
  }
}
.cid-ukJoN1l3T9 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ukJoN1l3T9 .panel-group .card:hover,
.cid-ukJoN1l3T9 .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-ukJoN1l3T9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ukJoN1l3T9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ukJoN1l3T9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukJoN1l3T9 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-ukJoN1l3T9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ukJoN1l3T9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ukJoN1l3T9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-ukJoN1l3T9 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-ukJoN1l3T9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukJoN1l3T9 .mbr-section-title {
  color: #ffffff;
}
.cid-ukJoN1l3T9 .panel-title-edit {
  color: #ffffff;
}
.cid-ukJoN1l3T9 .panel-text {
  color: #9aa0a6;
}
.cid-ukJq4hn3e5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-ukJq4hn3e5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJq4hn3e5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJq4hn3e5 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukJq4hn3e5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ukJq4hn3e5 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ukJq4hn3e5 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ukJq4hn3e5 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukJq4hn3e5 .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-ukJq4hn3e5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukJq4hn3e5 .mbr-section-title {
  color: #ffffff;
}
.cid-ukJq4hn3e5 .mbr-desc,
.cid-ukJq4hn3e5 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ukJq4hn3e5 .mbr-text,
.cid-ukJq4hn3e5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ukJq4hn3e5 .mbr-section-title,
.cid-ukJq4hn3e5 .mbr-section-btn {
  text-align: center;
}
.cid-ukJlR2l4az {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-ukJlR2l4az .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJlR2l4az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJlR2l4az .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukJlR2l4az .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ukJlR2l4az .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ukJlR2l4az .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ukJlR2l4az .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukJlR2l4az .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-ukJlR2l4az .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukJlR2l4az .mbr-section-title {
  color: #ffffff;
}
.cid-ukJlR2l4az .mbr-desc,
.cid-ukJlR2l4az .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ukJlR2l4az .mbr-text,
.cid-ukJlR2l4az .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ukJlR2l4az .mbr-section-title,
.cid-ukJlR2l4az .mbr-section-btn {
  text-align: center;
}
.cid-ukJlR2l4az .mbr-desc,
.cid-ukJlR2l4az .desc-wrapper {
  color: #70b8f8;
}
.cid-ukJlR2CR7i {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #060606;
}
.cid-ukJlR2CR7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJlR2CR7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJlR2CR7i .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ukJlR2CR7i .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-ukJlR2CR7i .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukJlR2CR7i .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-ukJlR2CR7i .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukJlR2CR7i .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukJlR2CR7i .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukJlR2CR7i .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-ukJlR2CR7i .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-ukJlR2CR7i .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukJlR2CR7i .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-ukJlR2CR7i .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ukJlR2CR7i .items-wrapper .card {
  padding: 0 32px;
}
.cid-ukJlR2CR7i .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukJlR2CR7i .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ukJlR2CR7i .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ukJlR2CR7i .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukJlR2CR7i .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukJlR2CR7i .list-wrapper .list .item-wrap:hover,
.cid-ukJlR2CR7i .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukJlR2CR7i .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJlR2CR7i .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukJlR2CR7i .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ukJlR2CR7i .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ukJlR2CR7i .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ukJlR2CR7i .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-ukJlR2CR7i .mbr-desc {
  color: #ffffff;
}
.cid-ukJlR2CR7i .mbr-text,
.cid-ukJlR2CR7i .text-wrapper {
  color: #9aa0a6;
}
.cid-ukJlR2CR7i .list {
  color: #9aa0a6;
}
.cid-ukJlR2CR7i .mbr-text,
.cid-ukJlR2CR7i .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ukJsPMuAq9 {
  background-image: url("../../images/bg-app-warez-1920x1080.png");
}
.cid-ukJsPMuAq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJsPMuAq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJsPMuAq9 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukJsPMuAq9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ukJsPMuAq9 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ukJsPMuAq9 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ukJsPMuAq9 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukJsPMuAq9 .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-ukJsPMuAq9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukJsPMuAq9 .mbr-section-title {
  color: #ffffff;
}
.cid-ukJsPMuAq9 .mbr-desc,
.cid-ukJsPMuAq9 .desc-wrapper {
  color: #02d66e;
  text-align: center;
}
.cid-ukJsPMuAq9 .mbr-text,
.cid-ukJsPMuAq9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ukJsPMuAq9 .mbr-section-title,
.cid-ukJsPMuAq9 .mbr-section-btn {
  text-align: center;
}
.cid-ukJsPMQ3sD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-ukJsPMQ3sD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJsPMQ3sD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJsPMQ3sD .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukJsPMQ3sD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ukJsPMQ3sD .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ukJsPMQ3sD .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ukJsPMQ3sD .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukJsPMQ3sD .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-ukJsPMQ3sD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukJsPMQ3sD .mbr-section-title {
  color: #ffffff;
}
.cid-ukJsPMQ3sD .mbr-desc,
.cid-ukJsPMQ3sD .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ukJsPMQ3sD .mbr-text,
.cid-ukJsPMQ3sD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ukJsPMQ3sD .mbr-section-title,
.cid-ukJsPMQ3sD .mbr-section-btn {
  text-align: center;
}
.cid-ukJsPMQ3sD .mbr-desc,
.cid-ukJsPMQ3sD .desc-wrapper {
  color: #70b8f8;
}
.cid-ukJsPNbhCj {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #060606;
}
.cid-ukJsPNbhCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJsPNbhCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJsPNbhCj .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ukJsPNbhCj .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-ukJsPNbhCj .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukJsPNbhCj .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-ukJsPNbhCj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukJsPNbhCj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukJsPNbhCj .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukJsPNbhCj .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-ukJsPNbhCj .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-ukJsPNbhCj .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukJsPNbhCj .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-ukJsPNbhCj .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ukJsPNbhCj .items-wrapper .card {
  padding: 0 32px;
}
.cid-ukJsPNbhCj .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukJsPNbhCj .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ukJsPNbhCj .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ukJsPNbhCj .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukJsPNbhCj .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukJsPNbhCj .list-wrapper .list .item-wrap:hover,
.cid-ukJsPNbhCj .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukJsPNbhCj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJsPNbhCj .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukJsPNbhCj .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ukJsPNbhCj .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ukJsPNbhCj .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ukJsPNbhCj .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-ukJsPNbhCj .mbr-desc {
  color: #ffffff;
}
.cid-ukJsPNbhCj .mbr-text,
.cid-ukJsPNbhCj .text-wrapper {
  color: #9aa0a6;
}
.cid-ukJsPNbhCj .list {
  color: #9aa0a6;
}
.cid-ukJsPNbhCj .mbr-text,
.cid-ukJsPNbhCj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ulukLHlrF1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-ulukLHlrF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulukLHlrF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulukLHlrF1 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ulukLHlrF1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ulukLHlrF1 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ulukLHlrF1 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ulukLHlrF1 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ulukLHlrF1 .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-ulukLHlrF1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ulukLHlrF1 .mbr-section-title {
  color: #ffffff;
}
.cid-ulukLHlrF1 .mbr-desc,
.cid-ulukLHlrF1 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ulukLHlrF1 .mbr-text,
.cid-ulukLHlrF1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ulukLHlrF1 .mbr-section-title,
.cid-ulukLHlrF1 .mbr-section-btn {
  text-align: center;
  color: #3bffb2;
}
.cid-ulukLHlrF1 .mbr-desc,
.cid-ulukLHlrF1 .desc-wrapper {
  color: #f7f7f7;
}
.cid-ulu8qbFf7N {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101b21;
}
.cid-ulu8qbFf7N .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulu8qbFf7N H4 {
  color: #3bffb2;
  text-align: center;
}
.cid-ulu81ejM5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ulu81ejM5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulu81ejM5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulu81ejM5O .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ulu81ejM5O .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ulu81ejM5O .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ulu81ejM5O .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ulu81ejM5O .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ulu81ejM5O .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ulu81ejM5O .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulu81ejM5O .image-wrapper img {
    height: 350px;
  }
}
.cid-ulu81ejM5O .mbr-section-title {
  color: #ffffff;
}
.cid-ulu81ejM5O .mbr-text,
.cid-ulu81ejM5O .text-wrapper {
  color: #f7f7f7;
}
.cid-ulu81eNfHO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ulu81eNfHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulu81eNfHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulu81eNfHO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ulu81eNfHO .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ulu81eNfHO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ulu81eNfHO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ulu81eNfHO .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ulu81eNfHO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ulu81eNfHO .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulu81eNfHO .image-wrapper img {
    height: 350px;
  }
}
.cid-ulu81eNfHO .mbr-section-title {
  color: #ffffff;
}
.cid-ulu81eNfHO .mbr-text,
.cid-ulu81eNfHO .text-wrapper {
  color: #f7f7f7;
}
.cid-ulu81fTT8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ulu81fTT8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulu81fTT8z .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-ulu81fTT8z .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ulu81fTT8z .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ulu81fTT8z .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ulu81fTT8z .panel-group .card {
    padding: 16px;
  }
}
.cid-ulu81fTT8z .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ulu81fTT8z .panel-group .card:hover,
.cid-ulu81fTT8z .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-ulu81fTT8z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ulu81fTT8z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ulu81fTT8z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ulu81fTT8z .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-ulu81fTT8z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ulu81fTT8z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ulu81fTT8z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-ulu81fTT8z .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-ulu81fTT8z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ulu81fTT8z .mbr-section-title {
  color: #ffffff;
}
.cid-ulu81fTT8z .panel-title-edit {
  color: #ffffff;
}
.cid-ulu81fTT8z .panel-text {
  color: #9aa0a6;
}
.cid-ulu81grWy7 {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #060606;
}
.cid-ulu81grWy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulu81grWy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulu81grWy7 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ulu81grWy7 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-ulu81grWy7 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulu81grWy7 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-ulu81grWy7 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ulu81grWy7 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ulu81grWy7 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ulu81grWy7 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-ulu81grWy7 .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-ulu81grWy7 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ulu81grWy7 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-ulu81grWy7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ulu81grWy7 .items-wrapper .card {
  padding: 0 32px;
}
.cid-ulu81grWy7 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ulu81grWy7 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ulu81grWy7 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ulu81grWy7 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ulu81grWy7 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ulu81grWy7 .list-wrapper .list .item-wrap:hover,
.cid-ulu81grWy7 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ulu81grWy7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ulu81grWy7 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ulu81grWy7 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ulu81grWy7 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ulu81grWy7 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ulu81grWy7 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-ulu81grWy7 .mbr-desc {
  color: #ffffff;
}
.cid-ulu81grWy7 .mbr-text,
.cid-ulu81grWy7 .text-wrapper {
  color: #9aa0a6;
}
.cid-ulu81grWy7 .list {
  color: #9aa0a6;
}
.cid-ulu81grWy7 .mbr-text,
.cid-ulu81grWy7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-um5OZfPAo4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-um5OZfPAo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um5OZfPAo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um5OZfPAo4 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-um5OZfPAo4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-um5OZfPAo4 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-um5OZfPAo4 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-um5OZfPAo4 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-um5OZfPAo4 .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-um5OZfPAo4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-um5OZfPAo4 .mbr-section-title {
  color: #ffffff;
}
.cid-um5OZfPAo4 .mbr-desc,
.cid-um5OZfPAo4 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-um5OZfPAo4 .mbr-text,
.cid-um5OZfPAo4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-um5OZfPAo4 .mbr-section-title,
.cid-um5OZfPAo4 .mbr-section-btn {
  text-align: center;
  color: #3bffb2;
}
.cid-um5OZfPAo4 .mbr-desc,
.cid-um5OZfPAo4 .desc-wrapper {
  color: #f7f7f7;
}
.cid-um5OZgn5OC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-um5OZgn5OC .mbr-fallback-image.disabled {
  display: none;
}
.cid-um5OZgn5OC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um5OZgn5OC .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-um5OZgn5OC .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um5OZgn5OC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-um5OZgn5OC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-um5OZgn5OC .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-um5OZgn5OC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-um5OZgn5OC .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um5OZgn5OC .image-wrapper img {
    height: 350px;
  }
}
.cid-um5OZgn5OC .mbr-section-title {
  color: #ffffff;
}
.cid-um5OZgn5OC .mbr-text,
.cid-um5OZgn5OC .text-wrapper {
  color: #f7f7f7;
}
.cid-um5OZgHUjH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-um5OZgHUjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-um5OZgHUjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um5OZgHUjH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-um5OZgHUjH .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um5OZgHUjH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-um5OZgHUjH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-um5OZgHUjH .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-um5OZgHUjH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-um5OZgHUjH .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um5OZgHUjH .image-wrapper img {
    height: 350px;
  }
}
.cid-um5OZgHUjH .mbr-section-title {
  color: #ffffff;
}
.cid-um5OZgHUjH .mbr-text,
.cid-um5OZgHUjH .text-wrapper {
  color: #f7f7f7;
}
.cid-um5OZh3X1j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-um5OZh3X1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-um5OZh3X1j .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-um5OZh3X1j .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-um5OZh3X1j .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-um5OZh3X1j .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-um5OZh3X1j .panel-group .card {
    padding: 16px;
  }
}
.cid-um5OZh3X1j .panel-group .card:first-child {
  margin-top: 0;
}
.cid-um5OZh3X1j .panel-group .card:hover,
.cid-um5OZh3X1j .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-um5OZh3X1j .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-um5OZh3X1j .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-um5OZh3X1j .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-um5OZh3X1j .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-um5OZh3X1j .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-um5OZh3X1j .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-um5OZh3X1j .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-um5OZh3X1j .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-um5OZh3X1j .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-um5OZh3X1j .mbr-section-title {
  color: #ffffff;
}
.cid-um5OZh3X1j .panel-title-edit {
  color: #ffffff;
}
.cid-um5OZh3X1j .panel-text {
  color: #9aa0a6;
}
.cid-um5OZhFDE2 {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #060606;
}
.cid-um5OZhFDE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um5OZhFDE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um5OZhFDE2 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-um5OZhFDE2 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-um5OZhFDE2 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um5OZhFDE2 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-um5OZhFDE2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-um5OZhFDE2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-um5OZhFDE2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-um5OZhFDE2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-um5OZhFDE2 .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-um5OZhFDE2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-um5OZhFDE2 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-um5OZhFDE2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-um5OZhFDE2 .items-wrapper .card {
  padding: 0 32px;
}
.cid-um5OZhFDE2 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-um5OZhFDE2 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-um5OZhFDE2 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-um5OZhFDE2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-um5OZhFDE2 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-um5OZhFDE2 .list-wrapper .list .item-wrap:hover,
.cid-um5OZhFDE2 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-um5OZhFDE2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-um5OZhFDE2 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-um5OZhFDE2 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-um5OZhFDE2 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-um5OZhFDE2 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-um5OZhFDE2 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-um5OZhFDE2 .mbr-desc {
  color: #ffffff;
}
.cid-um5OZhFDE2 .mbr-text,
.cid-um5OZhFDE2 .text-wrapper {
  color: #9aa0a6;
}
.cid-um5OZhFDE2 .list {
  color: #9aa0a6;
}
.cid-um5OZhFDE2 .mbr-text,
.cid-um5OZhFDE2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-um6vGatRk4 {
  background-color: #121212;
}
.cid-um6vGatRk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6vGatRk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6vGatRk4 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-um6vGatRk4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-um6vGatRk4 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-um6vGatRk4 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-um6vGatRk4 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-um6vGatRk4 .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-um6vGatRk4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-um6vGatRk4 .mbr-section-title {
  color: #ffffff;
}
.cid-um6vGatRk4 .mbr-desc,
.cid-um6vGatRk4 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-um6vGatRk4 .mbr-text,
.cid-um6vGatRk4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-um6vGatRk4 .mbr-section-title,
.cid-um6vGatRk4 .mbr-section-btn {
  text-align: center;
  color: #3bffb2;
}
.cid-um6vGatRk4 .mbr-desc,
.cid-um6vGatRk4 .desc-wrapper {
  color: #f7f7f7;
}
.cid-um6vGaWhg5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-um6vGaWhg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6vGaWhg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6vGaWhg5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-um6vGaWhg5 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um6vGaWhg5 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-um6vGaWhg5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-um6vGaWhg5 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-um6vGaWhg5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-um6vGaWhg5 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um6vGaWhg5 .image-wrapper img {
    height: 350px;
  }
}
.cid-um6vGaWhg5 .mbr-section-title {
  color: #ffffff;
}
.cid-um6vGaWhg5 .mbr-text,
.cid-um6vGaWhg5 .text-wrapper {
  color: #f7f7f7;
}
.cid-um6vGblr3H {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-um6vGblr3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6vGblr3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6vGblr3H .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-um6vGblr3H .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um6vGblr3H .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-um6vGblr3H .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-um6vGblr3H .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-um6vGblr3H .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-um6vGblr3H .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um6vGblr3H .image-wrapper img {
    height: 350px;
  }
}
.cid-um6vGblr3H .mbr-section-title {
  color: #ffffff;
}
.cid-um6vGblr3H .mbr-text,
.cid-um6vGblr3H .text-wrapper {
  color: #f7f7f7;
}
.cid-um6vGcC279 {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #060606;
}
.cid-um6vGcC279 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6vGcC279 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6vGcC279 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-um6vGcC279 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-um6vGcC279 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um6vGcC279 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-um6vGcC279 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-um6vGcC279 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-um6vGcC279 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-um6vGcC279 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-um6vGcC279 .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-um6vGcC279 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-um6vGcC279 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-um6vGcC279 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-um6vGcC279 .items-wrapper .card {
  padding: 0 32px;
}
.cid-um6vGcC279 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-um6vGcC279 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-um6vGcC279 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-um6vGcC279 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-um6vGcC279 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-um6vGcC279 .list-wrapper .list .item-wrap:hover,
.cid-um6vGcC279 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-um6vGcC279 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-um6vGcC279 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-um6vGcC279 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-um6vGcC279 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-um6vGcC279 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-um6vGcC279 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-um6vGcC279 .mbr-desc {
  color: #ffffff;
}
.cid-um6vGcC279 .mbr-text,
.cid-um6vGcC279 .text-wrapper {
  color: #9aa0a6;
}
.cid-um6vGcC279 .list {
  color: #9aa0a6;
}
.cid-um6vGcC279 .mbr-text,
.cid-um6vGcC279 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unQ0JmEa7Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-unQ0JmEa7Y img,
.cid-unQ0JmEa7Y .item-img {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-unQ0JmEa7Y .item:focus,
.cid-unQ0JmEa7Y span:focus {
  outline: none;
}
.cid-unQ0JmEa7Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unQ0JmEa7Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unQ0JmEa7Y .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-unQ0JmEa7Y .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unQ0JmEa7Y .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-unQ0JmEa7Y .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-unQ0JmEa7Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unQ0JmEa7Y .mbr-section-title {
  color: #232323;
}
.cid-unQ0JmEa7Y .mbr-text,
.cid-unQ0JmEa7Y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-unQ0JmEa7Y .item-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-unQ0JmEa7Y .item-subtitle {
  text-align: center;
}
.cid-unOV60uyAC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-unOV60uyAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOV60uyAC .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-unOV60uyAC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-unOV60uyAC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unOV60uyAC .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unOV60uyAC .panel-group .card {
    padding: 16px;
  }
}
.cid-unOV60uyAC .panel-group .card:first-child {
  margin-top: 0;
}
.cid-unOV60uyAC .panel-group .card:hover,
.cid-unOV60uyAC .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-unOV60uyAC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-unOV60uyAC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-unOV60uyAC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-unOV60uyAC .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-unOV60uyAC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-unOV60uyAC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-unOV60uyAC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-unOV60uyAC .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-unOV60uyAC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-unOV60uyAC .mbr-section-title {
  color: #ffffff;
}
.cid-unOV60uyAC .panel-title-edit {
  color: #ffffff;
}
.cid-unOV60uyAC .panel-text {
  color: #9aa0a6;
}
.cid-unOV60VeoD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-unOV60VeoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOV60VeoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unOV60VeoD .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unOV60VeoD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-unOV60VeoD .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-unOV60VeoD .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-unOV60VeoD .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-unOV60VeoD .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-unOV60VeoD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unOV60VeoD .mbr-section-title {
  color: #ffffff;
}
.cid-unOV60VeoD .mbr-desc,
.cid-unOV60VeoD .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-unOV60VeoD .mbr-text,
.cid-unOV60VeoD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unOV60VeoD .mbr-section-title,
.cid-unOV60VeoD .mbr-section-btn {
  text-align: center;
}
.cid-unOV61hOuh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-unOV61hOuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOV61hOuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unOV61hOuh .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unOV61hOuh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-unOV61hOuh .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-unOV61hOuh .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-unOV61hOuh .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-unOV61hOuh .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-unOV61hOuh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unOV61hOuh .mbr-section-title {
  color: #ffffff;
}
.cid-unOV61hOuh .mbr-desc,
.cid-unOV61hOuh .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-unOV61hOuh .mbr-text,
.cid-unOV61hOuh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unOV61hOuh .mbr-section-title,
.cid-unOV61hOuh .mbr-section-btn {
  text-align: center;
}
.cid-unOV61hOuh .mbr-desc,
.cid-unOV61hOuh .desc-wrapper {
  color: #70b8f8;
}
.cid-unOV61DZzZ {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #060606;
}
.cid-unOV61DZzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOV61DZzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unOV61DZzZ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unOV61DZzZ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-unOV61DZzZ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unOV61DZzZ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-unOV61DZzZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-unOV61DZzZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unOV61DZzZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unOV61DZzZ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-unOV61DZzZ .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-unOV61DZzZ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unOV61DZzZ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-unOV61DZzZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-unOV61DZzZ .items-wrapper .card {
  padding: 0 32px;
}
.cid-unOV61DZzZ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-unOV61DZzZ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-unOV61DZzZ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-unOV61DZzZ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-unOV61DZzZ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-unOV61DZzZ .list-wrapper .list .item-wrap:hover,
.cid-unOV61DZzZ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-unOV61DZzZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unOV61DZzZ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-unOV61DZzZ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-unOV61DZzZ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-unOV61DZzZ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-unOV61DZzZ .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-unOV61DZzZ .mbr-desc {
  color: #ffffff;
}
.cid-unOV61DZzZ .mbr-text,
.cid-unOV61DZzZ .text-wrapper {
  color: #9aa0a6;
}
.cid-unOV61DZzZ .list {
  color: #9aa0a6;
}
.cid-unOV61DZzZ .mbr-text,
.cid-unOV61DZzZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
