.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tCUZEVwwo2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1275.webp");
}
.cid-tCUZEVwwo2 .mbr-overlay {
  background: linear-gradient(90deg, #000000, #2a0845);
}
.cid-tCUZEVwwo2 .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tCUZEVwwo2 .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tCUZEVwwo2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tCUZEVwwo2 .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tCUZEVwwo2 {
    text-align: center !important;
  }
}
.cid-tCUZOavyD5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.webp");
}
.cid-tCUZOavyD5 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tCUZOavyD5 .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-tCUZOavyD5 .mbr-text {
  margin-bottom: 2rem;
}
.cid-tCUZOavyD5 .image-wrapper,
.cid-tCUZOavyD5 img {
  width: 100%;
}
.cid-tCUZOavyD5 .image-wrapper {
  overflow: hidden;
}
.cid-tCUZOavyD5 .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tCUZOavyD5 .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-tCUZOavyD5 .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCUZOavyD5 .row {
    flex-direction: column-reverse;
  }
  .cid-tCUZOavyD5 .content_box,
  .cid-tCUZOavyD5 .mbr-text {
    padding: 0;
  }
  .cid-tCUZOavyD5 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tCUZOavyD5 .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-tCUZOavyD5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCUZOavyD5 .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-tCUZOavyD5 .mbr-text,
.cid-tCUZOavyD5 .linkBtn {
  color: #000000;
}
.cid-tCVc37MaJJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-tCVc37MaJJ .mbr-media {
  position: relative;
}
.cid-tCVc37MaJJ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tCVc37MaJJ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tCVc37MaJJ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCVc37MaJJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCVc37MaJJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCVc37MaJJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCVc37MaJJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCVc37MaJJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCVc37MaJJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-tCVc37MaJJ .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tCVuH4vGWy {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tCVuH4vGWy .video-wrapper iframe {
  width: 100%;
}
.cid-tCVuH4vGWy h2,
.cid-tCVuH4vGWy h4,
.cid-tCVuH4vGWy p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCVuH4vGWy .col-md-6 {
    width: 100%;
  }
}
.cid-tCVuH4vGWy .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tCVuH4vGWy .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tCVuH4vGWy .mbr-section-head {
    text-align: center;
  }
}
.cid-tCVuH4vGWy .mbr-section-title {
  color: #90ff00;
  margin-bottom: 1rem;
}
.cid-tCVuH4vGWy .mbr-section-subtitle {
  color: #5ec049;
  margin-bottom: 6px;
}
.cid-tCVuH4vGWy .mbr-text {
  color: #f0ff38;
}
.cid-tDtQDhZ11s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1920.webp");
}
.cid-tDtQDhZ11s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDtQDhZ11s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDtQDhZ11s .mbr-section-title {
  color: #FFFFFF;
}
.cid-tDtQDhZ11s .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tDtQDhZ11s .mbr-section-btn {
  margin-top: 30px;
}
.cid-tCVyG1Tu51 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2-4.webp");
}
.cid-tCVyG1Tu51 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-tCVyG1Tu51 .item-img {
  overflow: hidden;
}
.cid-tCVyG1Tu51 img,
.cid-tCVyG1Tu51 .item-img {
  width: 100%;
  filter: grayscale(1);
  transition: all 1s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tCVyG1Tu51 h5 {
  margin: 0;
}
.cid-tCVyG1Tu51 .item:focus,
.cid-tCVyG1Tu51 span:focus {
  outline: none;
}
.cid-tCVyG1Tu51 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCVyG1Tu51 .item:hover img,
.cid-tCVyG1Tu51 .item:hover .item-img {
  filter: grayscale(0);
}
.cid-tCVyG1Tu51 .item:hover img {
  transform: scale(1.05);
}
.cid-tCVyG1Tu51 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tCVyG1Tu51 .item-content {
  padding-top: 2rem;
}
.cid-tCVyG1Tu51 .mbr-section-title {
  color: #232323;
}
.cid-tCVyG1Tu51 .item-title {
  color: #666666;
}
.cid-tD0eqSjcmf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d211c;
}
.cid-tD0eqSjcmf .mbr-text,
.cid-tD0eqSjcmf blockquote {
  color: #767676;
}
.cid-tD0eqSjcmf .mbr-text P {
  color: #f9f295;
}
.cid-tD0eqSjcmf .mbr-text UL {
  color: #f9f295;
}
.cid-tD0eqSjcmf .mbr-text {
  color: #000000;
}
.cid-tD0fB0b4D0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d211c;
}
.cid-tD0fB0b4D0 .mbr-text,
.cid-tD0fB0b4D0 blockquote {
  color: #767676;
}
.cid-tD0fB0b4D0 .mbr-text P {
  color: #f9f295;
}
.cid-tD0fB0b4D0 .mbr-text UL {
  color: #f9f295;
}
.cid-tD0fB0b4D0 .mbr-text {
  color: #000000;
}
.cid-tD0gmSdGDt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d211c;
}
.cid-tD0gmSdGDt .mbr-text,
.cid-tD0gmSdGDt blockquote {
  color: #767676;
}
.cid-tD0gmSdGDt .mbr-text P {
  color: #f9f295;
}
.cid-tD0gmSdGDt .mbr-text UL {
  color: #f9f295;
}
.cid-tD0gmSdGDt .mbr-text {
  color: #000000;
}
.cid-tD0gKdUI5s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-5.webp");
}
.cid-tD0gKdUI5s .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tD0gKdUI5s .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tD0gKdUI5s .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tD0gKdUI5s .mbr-text,
.cid-tD0gKdUI5s .mbr-section-btn {
  color: #000000;
}
.cid-tD0gKdUI5s .mbr-section-title {
  color: #263d5a;
}
.cid-tD0hduy9rn {
  padding-top: 60px;
  padding-bottom: 15px;
  overflow: hidden;
  background: #000000;
}
@media (min-width: 1330px) {
  .cid-tD0hduy9rn .container {
    max-width: 1330px !important;
  }
}
.cid-tD0hduy9rn .content-wrap {
  background-color: #ebd2b4;
}
.cid-tD0hduy9rn .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tD0hduy9rn .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-tD0hduy9rn .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-tD0hduy9rn .img-wrap {
  height: 100%;
}
.cid-tD0hduy9rn .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tD0hduy9rn .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-tD0hduy9rn .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-tD0hduy9rn [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-tD0hduy9rn .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tD0hduy9rn .mbr-section-subtitle,
.cid-tD0hduy9rn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tD0hduy9rn H1 {
  text-align: left;
  color: #000000;
}
.cid-tD0gMMzsg3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD0gMMzsg3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tD0gMMzsg3 .image-wrapper {
    display: none;
  }
}
.cid-tD0gMMzsg3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tD0gMMzsg3 .label-text {
  width: 100%;
  padding: 9px 0;
  margin-bottom: 12px;
}
.cid-tD0gMMzsg3 .label {
  padding: 9px 18px;
  background: #ffdd0f;
  border-radius: 20px;
}
.cid-tD0gMMzsg3 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tD0gMMzsg3 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 22px;
}
.cid-tD0gMMzsg3 .link-wrap {
  margin-top: 18px;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tD0gMMzsg3 .link-wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-tD0gMMzsg3 .link-wrap a {
  position: relative;
  padding: 0 !important;
}
.cid-tD0gMMzsg3 .link-wrap a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tD0gMMzsg3 .link-wrap a:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tD0gMMzsg3 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tD0gMMzsg3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tD0gMMzsg3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tD0gMMzsg3 .mbr-text,
.cid-tD0gMMzsg3 .mbr-section-btn {
  color: #000000;
}
.cid-tD0gPnfqde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2-2.webp");
}
.cid-tD0gPnfqde .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD0gPnfqde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD0gPnfqde .container {
  max-width: 1280px;
}
.cid-tD0gPnfqde .row {
  justify-content: center;
}
.cid-tD0gPnfqde .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #8a61ff;
  justify-content: flex-start;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tD0gPnfqde .content-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tD0gPnfqde .content-wrapper {
    padding: 4rem 6vw;
  }
}
@media (max-width: 575px) {
  .cid-tD0gPnfqde .content-wrapper {
    padding: 4rem 6vw 1.5rem;
  }
}
.cid-tD0gPnfqde .text-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tD0gPnfqde .text-wrapper {
    width: 100%;
  }
}
.cid-tD0gPnfqde .mbr-section-title {
  color: #FFFFFF;
}
.cid-tD0gPnfqde .mbr-section-subtitle {
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tD0gPnfqde .mbr-section-subtitle {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tD0gPnfqde .mbr-section-subtitle {
    margin-top: 24px;
  }
}
.cid-tD0gPnfqde .link {
  text-decoration: underline !important;
}
.cid-tD0gPnfqde .col-video {
  position: relative;
  display: flex;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tD0gPnfqde .col-video {
    right: calc(-4rem - 4vw);
  }
}
@media (max-width: 991px) {
  .cid-tD0gPnfqde .col-video {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 40px;
    height: 350px;
  }
}
.cid-tD0gPnfqde .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.76rem;
}
.cid-tD0gPnfqde .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-tD0gPnfqde .col-video .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tD0gPnfqde .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tD0gPnfqde .col-video .link {
  margin-right: 1rem;
}
.cid-tD0gPnfqde .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1.76rem;
  overflow: hidden;
}
.cid-tD0gPnfqde .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tD0gPnfqde .mbr-media {
  position: relative;
}
.cid-tD0gPnfqde .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tD0gPnfqde .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tD0gPnfqde .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tD0gPnfqde .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tD0gPnfqde .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tD0gPnfqde .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tD0gPnfqde .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tD0gPnfqde .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD0gPnfqde .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD0gPnfqde a:hover {
  text-decoration-line: none !important;
}
.cid-tD0gSaKoHz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-tD0gSaKoHz .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-tD0gSaKoHz .panel-group {
  border: none;
}
.cid-tD0gSaKoHz .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-tD0gSaKoHz .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tD0gSaKoHz .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tD0gSaKoHz .panel-body {
    padding: 0rem;
  }
}
.cid-tD0gSaKoHz .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tD0gSaKoHz .img-item {
    padding-bottom: 3rem;
  }
}
.cid-tD0gSaKoHz img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tD0gSaKoHz img {
    width: 100%;
  }
}
.cid-tD0gSaKoHz .container-fluid {
  padding: 0 1rem;
}
.cid-tD0gSaKoHz .collapsed span {
  transform: rotate(0deg);
}
.cid-tD0gSaKoHz .panel-title {
  display: flex;
  align-items: center;
}
.cid-tD0gSaKoHz .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-tD0gSaKoHz .panel-title-edit {
  color: #000000;
}
.cid-tD0gSaKoHz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-tD0gSaKoHz .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-tD0gSaKoHz .panel-title-edit,
.cid-tD0gSaKoHz .mbr-iconfont {
  color: #000000;
}
.cid-tD0gSaKoHz .panel-text {
  color: #000000;
}
.cid-tD0gSaKoHz H4 {
  color: #777777;
}
.cid-tD0kT97YyA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d211c;
}
.cid-tD0kT97YyA .mbr-text,
.cid-tD0kT97YyA blockquote {
  color: #767676;
}
.cid-tD0kT97YyA .mbr-text P {
  color: #f9f295;
}
.cid-tD0kT97YyA .mbr-text UL {
  color: #f9f295;
}
.cid-tD0kT97YyA .mbr-text {
  color: #000000;
}
.cid-tD0kMY3Wbu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d211c;
}
.cid-tD0kMY3Wbu .mbr-text,
.cid-tD0kMY3Wbu blockquote {
  color: #767676;
}
.cid-tD0kMY3Wbu .mbr-text P {
  color: #f9f295;
}
.cid-tD0kMY3Wbu .mbr-text UL {
  color: #f9f295;
}
.cid-tD0kMY3Wbu .mbr-text {
  color: #000000;
}
.cid-tD0rPHbcGJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tD0rPHbcGJ .mbr-section-subtitle {
  color: #ff6666;
}
.cid-tD0rPHbcGJ .container-table {
  margin: 0 auto;
}
.cid-tD0rPHbcGJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tD0rPHbcGJ .dataTables_wrapper {
  display: block;
}
.cid-tD0rPHbcGJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tD0rPHbcGJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tD0rPHbcGJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #00002a;
  margin-bottom: 0;
}
.cid-tD0rPHbcGJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tD0rPHbcGJ table th:hover {
  background: #00002a;
  color: #ffffff;
}
.cid-tD0rPHbcGJ table td {
  border-top: 1px solid #00002a;
}
.cid-tD0rPHbcGJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tD0rPHbcGJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tD0rPHbcGJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tD0rPHbcGJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tD0rPHbcGJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tD0rPHbcGJ .dataTables_filter {
    text-align: center;
  }
  .cid-tD0rPHbcGJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tD0rPHbcGJ .body-item {
  color: #000000;
}
.cid-tD0rPHbcGJ .mbr-section-title {
  color: #000000;
}
.cid-tD0uvGBjPc {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffb18a;
}
.cid-tD0uvGBjPc .back {
  background: linear-gradient(45deg, #00102d, #e43f3f);
}
.cid-tD0uvGBjPc .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tD0uvGBjPc .plan:first-child {
    padding-top: 0px;
  }
}
.cid-tD0uvGBjPc .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-tD0uvGBjPc .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-tD0uvGBjPc .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tD0uvGBjPc .plan:last-child {
    padding-top: 0px;
  }
}
.cid-tD0uvGBjPc .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-tD0uvGBjPc .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-tD0uvGBjPc .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-tD0uvGBjPc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tD0uvGBjPc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tD0uvGBjPc .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #00102d;
}
.cid-tD0uvGBjPc .mbr-section-subtitle {
  color: #f7f421;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tD0uvGBjPc .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tD0uvGBjPc .main-title.display-2 {
  line-height: 1.375;
}
.cid-tD0uvGBjPc .main-text {
  color: #ffffff;
}
.cid-tD0uvGBjPc .main-text.display-4 {
  line-height: 1.75;
}
.cid-tD0uvGBjPc .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-tD0uvGBjPc .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-tD0uvGBjPc .plan .plan-header,
.cid-tD0uvGBjPc .plan .plan-body {
  background-color: #fff;
}
.cid-tD0uvGBjPc .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD0uvGBjPc .plan .plan-header .plan-title {
  color: #000000;
  margin-top: 10px;
}
.cid-tD0uvGBjPc .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-tD0uvGBjPc .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-tD0uvGBjPc .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-tD0uvGBjPc .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-tD0uvGBjPc .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-tD0uvGBjPc .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-tD0uvGBjPc .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-tD0uvGBjPc .plan .plan-body {
  padding-bottom: 2rem;
}
.cid-tD0uvGBjPc .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tD0uvGBjPc .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-tD0uvGBjPc .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-tD0uvGBjPc .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-tD0uvGBjPc .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-tD0uvGBjPc .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-tD0uvGBjPc .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tD0uvGBjPc .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-tD0uvGBjPc .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tD0uvGBjPc .nav-tabs {
  margin: auto;
  border: none;
}
.cid-tD0uvGBjPc .nav-tabs .nav-item {
  margin: 0;
}
.cid-tD0uvGBjPc .nav-tabs .nav-item .btn {
  color: #e43f3f !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
  z-index: 1;
}
.cid-tD0uvGBjPc .nav-tabs .nav-item .btn.display-4 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .cid-tD0uvGBjPc .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-tD0uvGBjPc .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #e43f3f;
    border-radius: inherit;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
  }
  .cid-tD0uvGBjPc .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.2s, -webkit-transform 0.3s;
  }
  .cid-tD0uvGBjPc .nav-tabs .nav-item .btn.active:before {
    background-color: #66f243 !important;
  }
}
@media (max-width: 767px) {
  .cid-tD0uvGBjPc .nav-tabs .nav-item .btn {
    border-color: #66f243 !important;
  }
}
.cid-tD0uvGBjPc .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #66f243 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-tD0uvGBjPc .nav-tabs .nav-item .btn.active {
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .cid-tD0uvGBjPc .nav-tabs .nav-item .btn.active {
    background-color: #66f243 !important;
  }
}
@media (min-width: 768px) {
  .cid-tD0uvGBjPc .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-tD0uvGBjPc .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-tD0uvGBjPc .nav-tabs .nav-item:first-child > .btn:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cid-tD0uvGBjPc .nav-tabs .nav-item:last-child > .btn:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cid-tD0uvGBjPc .nav-tabs .nav-item:first-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cid-tD0uvGBjPc .nav-tabs .nav-item:last-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.cid-tD0uvGBjPc .mbr-iconfont {
  font-size: 60px;
  color: #6592e6;
}
.cid-tD0uvGBjPc .plan .plan-body .plan-list .list-group .list-group-item,
.cid-tD0uvGBjPc .plan .plan-body .mbr-section-btn {
  color: #000000;
}
.cid-tD0uvGBjPc .main-text P {
  text-align: center;
}
.cid-tD0unVkNKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-5.webp");
}
.cid-tD0unVkNKn .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tD0unVkNKn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tD0unVkNKn .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tD0unVkNKn .mbr-text,
.cid-tD0unVkNKn .mbr-section-btn {
  color: #263d5a;
}
.cid-tD0unVkNKn .mbr-section-title {
  color: #263d5a;
}
.cid-tD0urAxH2Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-tD0urAxH2Y .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-tD0urAxH2Y .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tD0urAxH2Y .row {
    padding: 2rem 1rem;
  }
}
.cid-tD0urAxH2Y .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tD0urAxH2Y .card-wrapper {
  overflow: visible;
}
.cid-tD0urAxH2Y .card-text {
  color: #000000;
}
.cid-tD0urAxH2Y .card-title,
.cid-tD0urAxH2Y .iconfont-wrapper {
  color: #000000;
}
.cid-tD0urAxH2Y .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tD0urAxH2Y .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-tD0urAxH2Y .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tD0rZJsZjr {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffb18a;
}
.cid-tD0rZJsZjr .back {
  background: linear-gradient(45deg, #00102d, #e43f3f);
}
.cid-tD0rZJsZjr .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tD0rZJsZjr .plan:first-child {
    padding-top: 0px;
  }
}
.cid-tD0rZJsZjr .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-tD0rZJsZjr .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-tD0rZJsZjr .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tD0rZJsZjr .plan:last-child {
    padding-top: 0px;
  }
}
.cid-tD0rZJsZjr .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-tD0rZJsZjr .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-tD0rZJsZjr .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-tD0rZJsZjr .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tD0rZJsZjr .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tD0rZJsZjr .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #00102d;
}
.cid-tD0rZJsZjr .mbr-section-subtitle {
  color: #f7f421;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tD0rZJsZjr .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tD0rZJsZjr .main-title.display-2 {
  line-height: 1.375;
}
.cid-tD0rZJsZjr .main-text {
  color: #ffffff;
}
.cid-tD0rZJsZjr .main-text.display-4 {
  line-height: 1.75;
}
.cid-tD0rZJsZjr .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-tD0rZJsZjr .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-tD0rZJsZjr .plan .plan-header,
.cid-tD0rZJsZjr .plan .plan-body {
  background-color: #fff;
}
.cid-tD0rZJsZjr .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD0rZJsZjr .plan .plan-header .plan-title {
  color: #000000;
  margin-top: 10px;
}
.cid-tD0rZJsZjr .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-tD0rZJsZjr .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-tD0rZJsZjr .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-tD0rZJsZjr .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-tD0rZJsZjr .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-tD0rZJsZjr .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-tD0rZJsZjr .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-tD0rZJsZjr .plan .plan-body {
  padding-bottom: 2rem;
}
.cid-tD0rZJsZjr .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tD0rZJsZjr .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-tD0rZJsZjr .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-tD0rZJsZjr .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-tD0rZJsZjr .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-tD0rZJsZjr .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-tD0rZJsZjr .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tD0rZJsZjr .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-tD0rZJsZjr .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tD0rZJsZjr .nav-tabs {
  margin: auto;
  border: none;
}
.cid-tD0rZJsZjr .nav-tabs .nav-item {
  margin: 0;
}
.cid-tD0rZJsZjr .nav-tabs .nav-item .btn {
  color: #e43f3f !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
  z-index: 1;
}
.cid-tD0rZJsZjr .nav-tabs .nav-item .btn.display-4 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .cid-tD0rZJsZjr .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-tD0rZJsZjr .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #e43f3f;
    border-radius: inherit;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
  }
  .cid-tD0rZJsZjr .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.2s, -webkit-transform 0.3s;
  }
  .cid-tD0rZJsZjr .nav-tabs .nav-item .btn.active:before {
    background-color: #66f243 !important;
  }
}
@media (max-width: 767px) {
  .cid-tD0rZJsZjr .nav-tabs .nav-item .btn {
    border-color: #66f243 !important;
  }
}
.cid-tD0rZJsZjr .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #66f243 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-tD0rZJsZjr .nav-tabs .nav-item .btn.active {
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .cid-tD0rZJsZjr .nav-tabs .nav-item .btn.active {
    background-color: #66f243 !important;
  }
}
@media (min-width: 768px) {
  .cid-tD0rZJsZjr .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-tD0rZJsZjr .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-tD0rZJsZjr .nav-tabs .nav-item:first-child > .btn:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cid-tD0rZJsZjr .nav-tabs .nav-item:last-child > .btn:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cid-tD0rZJsZjr .nav-tabs .nav-item:first-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cid-tD0rZJsZjr .nav-tabs .nav-item:last-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.cid-tD0rZJsZjr .mbr-iconfont {
  font-size: 60px;
  color: #6592e6;
}
.cid-tD0rZJsZjr .plan .plan-body .plan-list .list-group .list-group-item,
.cid-tD0rZJsZjr .plan .plan-body .mbr-section-btn {
  color: #000000;
}
.cid-tD0rZJsZjr .main-text P {
  text-align: center;
}
.cid-tD0w6KdkER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tD0w6KdkER .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tD0w6KdkER .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tD0w6KdkER .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tD0olBdWUC {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1080.webp");
}
.cid-tD0olBdWUC .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tD0olBdWUC .mbr-section-title {
  text-align: center;
  color: #f9f295;
}
.cid-tD0olBdWUC .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tD0olBdWUC .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-tD0olBdWUC .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD0olBdWUC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD0olBdWUC .mbr-text {
  color: #f9f295;
}
.cid-tD0jO6Mz9m {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #171717;
}
.cid-tD0jO6Mz9m .mbr-media {
  position: relative;
}
.cid-tD0jO6Mz9m .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tD0jO6Mz9m .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tD0jO6Mz9m .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tD0jO6Mz9m .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tD0jO6Mz9m .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tD0jO6Mz9m .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tD0jO6Mz9m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD0jO6Mz9m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD0jO6Mz9m .mbr-section-title {
  color: #ffffff;
}
.cid-tD0lowcnj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tD0lowcnj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD0lowcnj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD0lowcnj6 .row {
  flex-direction: row-reverse;
}
.cid-tD0lowcnj6 .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tD0lowcnj6 .col-text {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tD0lowcnj6 .col-text {
    order: 2;
  }
}
.cid-tD0lowcnj6 .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tD0lowcnj6 .col-img {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tD0lowcnj6 .col-img {
    order: 1;
  }
}
.cid-tD0lowcnj6 .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tD0lowcnj6 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tD0lowcnj6 .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-tD0lowcnj6 .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tD0lowcnj6 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tD0lowcnj6 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tD0lowcnj6 .mbr-section-btn {
    width: 100%;
  }
}
.cid-tD0lowcnj6 .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 306px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tD0lowcnj6 .image-wrapper {
    height: 216px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tD0lowcnj6 .image-wrapper {
    height: auto;
  }
}
.cid-tD0lowcnj6 .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tD0lowcnj6 .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #5a10fc 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-tD0lowcnj6 .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-tD0lowcnj6 .mbr-text,
.cid-tD0lowcnj6 .link-wrap {
  color: #f0ff38;
}
.cid-tD0lowcnj6 .card-title,
.cid-tD0lowcnj6 .mbr-section-btn {
  color: #ffe3e1;
}
.cid-tD0mWG6bLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tD0mWG6bLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD0mWG6bLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD0mWG6bLs .row {
  flex-direction: row-reverse;
}
.cid-tD0mWG6bLs .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tD0mWG6bLs .col-text {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tD0mWG6bLs .col-text {
    order: 2;
  }
}
.cid-tD0mWG6bLs .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tD0mWG6bLs .col-img {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tD0mWG6bLs .col-img {
    order: 1;
  }
}
.cid-tD0mWG6bLs .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tD0mWG6bLs .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tD0mWG6bLs .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-tD0mWG6bLs .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tD0mWG6bLs .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tD0mWG6bLs .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tD0mWG6bLs .mbr-section-btn {
    width: 100%;
  }
}
.cid-tD0mWG6bLs .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 306px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tD0mWG6bLs .image-wrapper {
    height: 216px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tD0mWG6bLs .image-wrapper {
    height: auto;
  }
}
.cid-tD0mWG6bLs .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tD0mWG6bLs .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #5a10fc 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-tD0mWG6bLs .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-tD0mWG6bLs .mbr-text,
.cid-tD0mWG6bLs .link-wrap {
  color: #f0ff38;
}
.cid-tD0mWG6bLs .card-title,
.cid-tD0mWG6bLs .mbr-section-btn {
  color: #ffe3e1;
}
.cid-tDuRlwtEeP {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tDuRlwtEeP .mbr-section-subtitle {
  color: #000000;
}
.cid-tDuRlwtEeP .container-table {
  margin: 0 auto;
}
.cid-tDuRlwtEeP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDuRlwtEeP .dataTables_wrapper {
  display: block;
}
.cid-tDuRlwtEeP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tDuRlwtEeP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDuRlwtEeP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #00002a;
  margin-bottom: 0;
}
.cid-tDuRlwtEeP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tDuRlwtEeP table th:hover {
  background: #00002a;
  color: #ffffff;
}
.cid-tDuRlwtEeP table td {
  border-top: 1px solid #00002a;
}
.cid-tDuRlwtEeP table.table {
  background: #ffffff;
}
.cid-tDuRlwtEeP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tDuRlwtEeP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDuRlwtEeP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tDuRlwtEeP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tDuRlwtEeP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tDuRlwtEeP .dataTables_filter {
    text-align: center;
  }
  .cid-tDuRlwtEeP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tDuRlwtEeP .body-item {
  color: #00002a;
}
.cid-tDuRlwtEeP .mbr-section-title {
  color: #000000;
}
.cid-tDRehnyxmg {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/header-bg-1900x1250.webp");
}
.cid-tDRehnyxmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRehnyxmg .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tDRehnyxmg .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tDRehnyxmg img {
  border-radius: 1rem;
}
.cid-tDRehnyxmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDRehnyxmg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDRehnyxmg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRehnyxmg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDRehnyxmg .mbr-section-title {
  color: #19303d;
}
.cid-tDRehnyxmg .mbr-section-subtitle,
.cid-tDRehnyxmg .subtitle-wrap {
  color: #e43f3f;
}
.cid-tDRehnyxmg .mbr-text,
.cid-tDRehnyxmg .mbr-section-btn {
  color: #ffffff;
}
.cid-tDR9uLzInG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDR9uLzInG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDR9uLzInG .image-wrapper {
    display: none;
  }
}
.cid-tDR9uLzInG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tDR9uLzInG .label-text {
  width: 100%;
  padding: 9px 0;
  margin-bottom: 12px;
}
.cid-tDR9uLzInG .label {
  padding: 9px 18px;
  background: #ffdd0f;
  border-radius: 20px;
}
.cid-tDR9uLzInG .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tDR9uLzInG .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 22px;
}
.cid-tDR9uLzInG .link-wrap {
  margin-top: 18px;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tDR9uLzInG .link-wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-tDR9uLzInG .link-wrap a {
  position: relative;
  padding: 0 !important;
}
.cid-tDR9uLzInG .link-wrap a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDR9uLzInG .link-wrap a:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tDR9uLzInG .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tDR9uLzInG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDR9uLzInG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDR9uLzInG .mbr-text,
.cid-tDR9uLzInG .mbr-section-btn {
  color: #000000;
}
.cid-tDRpt9XXyK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1238.webp");
}
.cid-tDRpt9XXyK .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tDRpt9XXyK .mbr-section-title {
  margin-bottom: 2rem;
  color: #f7fc00;
}
.cid-tDRpt9XXyK .mbr-text {
  margin-bottom: 2rem;
}
.cid-tDRpt9XXyK .image-wrapper,
.cid-tDRpt9XXyK img {
  width: 100%;
}
.cid-tDRpt9XXyK .image-wrapper {
  overflow: hidden;
}
.cid-tDRpt9XXyK .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tDRpt9XXyK .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-tDRpt9XXyK .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDRpt9XXyK .row {
    flex-direction: column-reverse;
  }
  .cid-tDRpt9XXyK .content_box,
  .cid-tDRpt9XXyK .mbr-text {
    padding: 0;
  }
  .cid-tDRpt9XXyK .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tDRpt9XXyK .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-tDRpt9XXyK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDRpt9XXyK .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-tDRpt9XXyK .mbr-text,
.cid-tDRpt9XXyK .linkBtn {
  color: #ffffff;
}
.cid-tDRqwOGeq1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDRqwOGeq1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDRqwOGeq1 .image-wrapper {
    display: none;
  }
}
.cid-tDRqwOGeq1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tDRqwOGeq1 .label-text {
  width: 100%;
  padding: 9px 0;
  margin-bottom: 12px;
}
.cid-tDRqwOGeq1 .label {
  padding: 9px 18px;
  background: #ffdd0f;
  border-radius: 20px;
}
.cid-tDRqwOGeq1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tDRqwOGeq1 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 22px;
}
.cid-tDRqwOGeq1 .link-wrap {
  margin-top: 18px;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tDRqwOGeq1 .link-wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-tDRqwOGeq1 .link-wrap a {
  position: relative;
  padding: 0 !important;
}
.cid-tDRqwOGeq1 .link-wrap a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDRqwOGeq1 .link-wrap a:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tDRqwOGeq1 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tDRqwOGeq1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDRqwOGeq1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDRqwOGeq1 .mbr-text,
.cid-tDRqwOGeq1 .mbr-section-btn {
  color: #000000;
}
.cid-tDRNaTTAfh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tDRNaTTAfh .mbr-overlay {
  background: linear-gradient(90deg, #000000, #2a0845);
}
.cid-tDRNaTTAfh .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tDRNaTTAfh .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tDRNaTTAfh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tDRNaTTAfh .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tDRNaTTAfh {
    text-align: center !important;
  }
}
.cid-tDRQhfSl3c {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1330.webp");
}
.cid-tDRQhfSl3c h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tDRQhfSl3c h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDRQhfSl3c h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDRQhfSl3c H1 {
  color: #c4bc3b;
  text-align: center;
}
.cid-tDLkg3SPf3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tDLkg3SPf3 .mbr-section-subtitle {
  color: #000000;
}
.cid-tDLkg3SPf3 .container-table {
  margin: 0 auto;
}
.cid-tDLkg3SPf3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDLkg3SPf3 .dataTables_wrapper {
  display: block;
}
.cid-tDLkg3SPf3 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tDLkg3SPf3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDLkg3SPf3 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #00002a;
  margin-bottom: 0;
}
.cid-tDLkg3SPf3 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tDLkg3SPf3 table th:hover {
  background: #00002a;
  color: #ffffff;
}
.cid-tDLkg3SPf3 table td {
  border-top: 1px solid #00002a;
}
.cid-tDLkg3SPf3 table.table {
  background: #ffffff;
}
.cid-tDLkg3SPf3 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tDLkg3SPf3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDLkg3SPf3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tDLkg3SPf3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tDLkg3SPf3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tDLkg3SPf3 .dataTables_filter {
    text-align: center;
  }
  .cid-tDLkg3SPf3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tDLkg3SPf3 .body-item {
  color: #00002a;
}
.cid-tDLkg3SPf3 .mbr-section-title {
  color: #000000;
}
.cid-tDLmUiUJsf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-tDLmUiUJsf .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-tDLmUiUJsf .title-wrapper {
  padding: 0 12px;
}
.cid-tDLmUiUJsf .text-block {
  padding: 48px 24px;
}
.cid-tDLmUiUJsf .video-wrapper iframe {
  width: 100%;
}
.cid-tDLmUiUJsf .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-tDLmUiUJsf .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-tDLmUiUJsf .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-tDLmUiUJsf .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-tDLmUiUJsf .mbr-text,
.cid-tDLmUiUJsf .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tDLmUiUJsf .video-block {
    border-left: none;
  }
  .cid-tDLmUiUJsf .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-tDLmUiUJsf .title-wrapper {
    padding: 0 48px;
  }
  .cid-tDLmUiUJsf .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-tDLvYqRPwr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/why-buy-local-high.gif");
}
.cid-tDLvYqRPwr .video-wrapper iframe {
  width: 100%;
}
.cid-tDLvYqRPwr h2,
.cid-tDLvYqRPwr h4,
.cid-tDLvYqRPwr p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tDLvYqRPwr .col-md-6 {
    width: 100%;
  }
}
.cid-tDLvYqRPwr .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tDLvYqRPwr .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDLvYqRPwr .mbr-section-head {
    text-align: center;
  }
}
.cid-tDLvYqRPwr .mbr-section-title {
  color: #90ff00;
  margin-bottom: 1rem;
}
.cid-tDLvYqRPwr .mbr-section-subtitle {
  color: #5ec049;
  margin-bottom: 6px;
}
.cid-tDLvYqRPwr .mbr-text {
  color: #f0ff38;
}
.cid-uyuV4dub1g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uyuV4dub1g .mbr-overlay {
  background: linear-gradient(90deg, #7237a2, #000000);
}
.cid-uyuV4dub1g .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uyuV4dub1g .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uyuV4dub1g .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuV4dub1g .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuV4dub1g {
    text-align: center !important;
  }
}
.cid-uyuWkcF1l3 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-3.webp");
}
.cid-uyuWkcF1l3 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uyuWkcF1l3 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #6592e6;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-uyuWkcF1l3 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uyuWkcF1l3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uyuWkcF1l3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uyuWkcF1l3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uyuWkcF1l3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uyuWkcF1l3 a.close:hover {
  color: #ffffff;
}
.cid-uyuWlB3ygt {
  background: #2c1616;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uyuWlB3ygt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uyuWlB3ygt .video-block {
    width: 100% !important;
  }
}
.cid-uyuWm46dF3 {
  background: #2c1616;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uyuWm46dF3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uyuWm46dF3 .video-block {
    width: 100% !important;
  }
}
.cid-uyuWmuKIWj {
  background: #2c1616;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uyuWmuKIWj .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uyuWmuKIWj .video-block {
    width: 100% !important;
  }
}
.cid-uyuWozCHwk {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uyuWozCHwk .media-content .btn-bgr {
  z-index: 0;
}
.cid-uyuWozCHwk .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uyuWozCHwk h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uyuWozCHwk p {
  color: #464646;
}
.cid-uyuWozCHwk h2 {
  color: #000000;
}
.cid-uyuWozCHwk .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uyuWozCHwk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyuWozCHwk .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uyuWozCHwk .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uyuWozCHwk .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuWozCHwk .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uyuWozCHwk .mbr-text {
    text-align: center;
  }
}
.cid-uyuWozCHwk .mbr-section-subtitle {
  color: #000000;
}
.cid-uyuX8qgHK1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uyuX8qgHK1 .media-content .btn-bgr {
  z-index: 0;
}
.cid-uyuX8qgHK1 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uyuX8qgHK1 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uyuX8qgHK1 p {
  color: #464646;
}
.cid-uyuX8qgHK1 h2 {
  color: #000000;
}
.cid-uyuX8qgHK1 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uyuX8qgHK1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyuX8qgHK1 .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-uyuX8qgHK1 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uyuX8qgHK1 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuX8qgHK1 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uyuX8qgHK1 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uyuX8qgHK1 .mbr-text {
    text-align: center;
  }
}
.cid-uyuX8qgHK1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uyuX9Z1q7z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uyuX9Z1q7z .media-content .btn-bgr {
  z-index: 0;
}
.cid-uyuX9Z1q7z .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uyuX9Z1q7z h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uyuX9Z1q7z p {
  color: #464646;
}
.cid-uyuX9Z1q7z h2 {
  color: #000000;
}
.cid-uyuX9Z1q7z .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uyuX9Z1q7z .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyuX9Z1q7z .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-uyuX9Z1q7z .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uyuX9Z1q7z .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuX9Z1q7z .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uyuX9Z1q7z .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uyuX9Z1q7z .mbr-text {
    text-align: center;
  }
}
.cid-uyuX9Z1q7z .mbr-section-subtitle {
  color: #000000;
}
.cid-uyuXaVU7Mo {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uyuXaVU7Mo .media-content .btn-bgr {
  z-index: 0;
}
.cid-uyuXaVU7Mo .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uyuXaVU7Mo h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uyuXaVU7Mo p {
  color: #464646;
}
.cid-uyuXaVU7Mo h2 {
  color: #000000;
}
.cid-uyuXaVU7Mo .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uyuXaVU7Mo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyuXaVU7Mo .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uyuXaVU7Mo .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uyuXaVU7Mo .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuXaVU7Mo .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uyuXaVU7Mo .mbr-text {
    text-align: center;
  }
}
.cid-uyuXaVU7Mo .mbr-section-subtitle {
  color: #000000;
}
.cid-uyuXckIiPn {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uyuXckIiPn .media-content .btn-bgr {
  z-index: 0;
}
.cid-uyuXckIiPn .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uyuXckIiPn h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uyuXckIiPn p {
  color: #464646;
}
.cid-uyuXckIiPn h2 {
  color: #000000;
}
.cid-uyuXckIiPn .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uyuXckIiPn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyuXckIiPn .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uyuXckIiPn .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uyuXckIiPn .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuXckIiPn .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uyuXckIiPn .mbr-text {
    text-align: center;
  }
}
.cid-uyuXckIiPn .mbr-section-subtitle {
  color: #000000;
}
.cid-uyuXd6YsKH {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #efefef;
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-uyuXd6YsKH .media-content .btn-bgr {
  z-index: 0;
}
.cid-uyuXd6YsKH .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uyuXd6YsKH h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uyuXd6YsKH p {
  color: #464646;
}
.cid-uyuXd6YsKH h2 {
  color: #000000;
}
.cid-uyuXd6YsKH .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uyuXd6YsKH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyuXd6YsKH .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uyuXd6YsKH .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uyuXd6YsKH .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuXd6YsKH .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uyuXd6YsKH .mbr-text {
    text-align: center;
  }
}
.cid-uyuXd6YsKH .mbr-section-subtitle {
  color: #000000;
}
.cid-uyuZmG8URm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1277.webp");
}
.cid-uyuZmG8URm .text-content .btn-bgr {
  z-index: 0;
}
.cid-uyuZmG8URm .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-uyuZmG8URm h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-uyuZmG8URm p {
  color: #ffffff;
}
.cid-uyuZmG8URm h2 {
  color: #ffffff;
}
.cid-uyuZmG8URm .text-content {
  padding: 2rem 0rem;
  background-color: #000000;
}
.cid-uyuZmG8URm .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyuZmG8URm .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uyuZmG8URm .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uyuZmG8URm .text-content {
    margin-bottom: 2rem;
  }
}
.cid-uyuZmG8URm .mbr-section-btn,
.cid-uyuZmG8URm .mbr-section-title I {
  color: #faf412;
}
.cid-uyuZmG8URm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyuYi3y0l1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1277.webp");
}
.cid-uyuYi3y0l1 .text-content .btn-bgr {
  z-index: 0;
}
.cid-uyuYi3y0l1 .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-uyuYi3y0l1 h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-uyuYi3y0l1 p {
  color: #ffffff;
}
.cid-uyuYi3y0l1 h2 {
  color: #ffffff;
}
.cid-uyuYi3y0l1 .content-row {
  flex-direction: row-reverse;
}
.cid-uyuYi3y0l1 .text-content {
  padding: 2rem 0rem;
  background-color: #000000;
}
.cid-uyuYi3y0l1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyuYi3y0l1 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uyuYi3y0l1 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uyuYi3y0l1 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-uyuYi3y0l1 .mbr-section-btn,
.cid-uyuYi3y0l1 .mbr-section-title I {
  color: #faf412;
}
.cid-uyuYi3y0l1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyuZiOYd0d {
  background-image: url("../../../assets/images/mbr-8.webp");
}
.cid-uyuZiOYd0d .column-content {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-uyuZiOYd0d .text-content .btn-bgr {
  z-index: 0;
}
.cid-uyuZiOYd0d .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-uyuZiOYd0d .container-full-width {
  position: relative;
}
.cid-uyuZiOYd0d .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-uyuZiOYd0d .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uyuZiOYd0d .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-uyuZiOYd0d .text-content {
    width: 540px;
  }
  .cid-uyuZiOYd0d .column-content {
    width: 100%;
  }
  .cid-uyuZiOYd0d .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uyuZiOYd0d .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uyuZiOYd0d .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uyuZiOYd0d .column-content {
    width: 50%;
  }
  .cid-uyuZiOYd0d .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uyuZiOYd0d .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyuZiOYd0d .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uyuZiOYd0d .column-content {
    height: 33rem;
  }
}
.cid-uyuZiOYd0d H1 {
  color: #951d19;
}
.cid-uyuZiOYd0d .mbr-text,
.cid-uyuZiOYd0d .mbr-section-btn {
  color: #000000;
}
.cid-uyuZk8N00k {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uyuZk8N00k .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uyuZk8N00k H1 {
  color: #232323;
  text-align: center;
}
.cid-uyuZk8N00k .mbr-text,
.cid-uyuZk8N00k .mbr-section-btn {
  color: #951d19;
  text-align: center;
}
.cid-uyuZNIDiYn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4-2.webp");
}
.cid-uyuZNIDiYn .media-content .btn-bgr {
  z-index: 0;
}
.cid-uyuZNIDiYn .mbr-section-text {
  word-break: break-word;
}
.cid-uyuZNIDiYn .mbr-overlay {
  background: linear-gradient(90deg, #000000, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-uyuZNIDiYn .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyuZNIDiYn .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uyuZNIDiYn .mbr-text {
    text-align: center;
  }
}
.cid-uyuZNIDiYn H1 {
  color: #e9ea88;
}
.cid-uyuZNIDiYn .mbr-text,
.cid-uyuZNIDiYn .mbr-section-btn {
  color: #f0fc0b;
}
.cid-uyv1jwBN31 {
  background: #2c1616;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uyv1jwBN31 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uyv1jwBN31 .video-block {
    width: 100% !important;
  }
}
.cid-uyv6GdpIQ5 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1080.webp");
}
.cid-uyv6GdpIQ5 .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uyv6GdpIQ5 .mbr-section-title {
  text-align: center;
  color: #f9f295;
}
.cid-uyv6GdpIQ5 .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyv6GdpIQ5 .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uyv6GdpIQ5 .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyv6GdpIQ5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyv6GdpIQ5 .mbr-text {
  color: #f9f295;
}
.cid-uyv70iW78V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyv70iW78V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyv70iW78V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyv70iW78V .video-wrapper iframe {
  width: 100%;
}
.cid-uyv70iW78V .mbr-section-title,
.cid-uyv70iW78V .mbr-section-subtitle,
.cid-uyv70iW78V .mbr-text {
  text-align: center;
}
.cid-uyv70iW78V .mbr-text {
  color: #263d5a;
}
.cid-uyv71lgw1k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyv71lgw1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyv71lgw1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyv71lgw1k .video-wrapper iframe {
  width: 100%;
}
.cid-uyv71lgw1k .mbr-section-title,
.cid-uyv71lgw1k .mbr-section-subtitle,
.cid-uyv71lgw1k .mbr-text {
  text-align: center;
}
.cid-uyv71lgw1k .mbr-text {
  color: #263d5a;
}
.cid-uyv72A0atQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyv72A0atQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyv72A0atQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyv72A0atQ .video-wrapper iframe {
  width: 100%;
}
.cid-uyv72A0atQ .mbr-section-title,
.cid-uyv72A0atQ .mbr-section-subtitle,
.cid-uyv72A0atQ .mbr-text {
  text-align: center;
}
.cid-uyv72A0atQ .mbr-text {
  color: #263d5a;
}
.cid-uyv74zM2FT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyv74zM2FT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyv74zM2FT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyv74zM2FT .video-wrapper iframe {
  width: 100%;
}
.cid-uyv74zM2FT .mbr-section-title,
.cid-uyv74zM2FT .mbr-section-subtitle,
.cid-uyv74zM2FT .mbr-text {
  text-align: center;
}
.cid-uyv74zM2FT .mbr-text {
  color: #263d5a;
}
.cid-uyv7Ozq9YE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyv7Ozq9YE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyv7Ozq9YE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyv7Ozq9YE .video-wrapper iframe {
  width: 100%;
}
.cid-uyv7Ozq9YE .mbr-section-title,
.cid-uyv7Ozq9YE .mbr-section-subtitle,
.cid-uyv7Ozq9YE .mbr-text {
  text-align: center;
}
.cid-uyv7Ozq9YE .mbr-text {
  color: #263d5a;
}
.cid-uyv79pJ4v2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyv79pJ4v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyv79pJ4v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyv79pJ4v2 .video-wrapper iframe {
  width: 100%;
}
.cid-uyv79pJ4v2 .mbr-section-title,
.cid-uyv79pJ4v2 .mbr-section-subtitle,
.cid-uyv79pJ4v2 .mbr-text {
  text-align: center;
}
.cid-uyv79pJ4v2 .mbr-text {
  color: #263d5a;
}
.cid-uyv7gpFs9e {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-uyv7gpFs9e .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uyv7gpFs9e .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uyv7gpFs9e .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uyv7gpFs9e H1 {
  color: #f7ed4a;
}
.cid-uyv7gpFs9e .mbr-text,
.cid-uyv7gpFs9e .mbr-section-btn {
  color: #ffffff;
}
.cid-uyv7iKTWU7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-7.webp");
}
.cid-uyv7iKTWU7 .mbr-media {
  position: relative;
}
.cid-uyv7iKTWU7 .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uyv7iKTWU7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}
.cid-uyv7iKTWU7 .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1rem;
  border-radius: 50%;
}
.cid-uyv7iKTWU7 a {
  background-image: none !important;
}
.cid-uyv7iKTWU7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uyv7iKTWU7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uyv7iKTWU7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uyv7iKTWU7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uyv7iKTWU7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uyv7iKTWU7 .mbr-section-title {
  color: #ffe161;
}
.cid-uyvirlGUY7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1277.webp");
}
.cid-uyvirlGUY7 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uyvirlGUY7 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uyvirlGUY7 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uyvirlGUY7 .mbr-text,
.cid-uyvirlGUY7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uyvirlGUY7 H1 {
  color: #5cff00;
  text-align: left;
}
.cid-uyvirlGUY7 H3 {
  color: #e43f3f;
  text-align: center;
}
.cid-uyvirlGUY7 H2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyviChfE8W {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000c21;
}
.cid-uyviChfE8W .video-wrapper iframe {
  width: 100%;
}
.cid-uyviChfE8W .mbr-section-title,
.cid-uyviChfE8W .mbr-section-subtitle,
.cid-uyviChfE8W .mbr-text {
  text-align: center;
}
.cid-uyviChfE8W .mbr-text {
  color: #ffe161;
}
.cid-uyviChfE8W .mbr-section-title {
  color: #f7f421;
}
.cid-uyvjE6J6RO {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ad-68-502x356.webp");
}
.cid-uyvjE6J6RO .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uyvjE6J6RO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uyvjE6J6RO .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyvjE6J6RO .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uyvjE6J6RO .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyvjE6J6RO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyvjE6J6RO .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uyvl0xWujQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uyvl0xWujQ .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uyvl0xWujQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uyvl0xWujQ .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyvl0xWujQ .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uyvl0xWujQ .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyvl0xWujQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyvl0xWujQ .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uz7blo7GTf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/blue-computer-background-1836x915.webp");
}
.cid-uz7blo7GTf .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uz7blo7GTf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uz7blo7GTf .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uz7blo7GTf .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uz7blo7GTf .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz7blo7GTf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz7blo7GTf .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uyFjKS6AfO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1146.webp");
}
.cid-uyFjKS6AfO .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uyFjKS6AfO .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uyFjKS6AfO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uyFjKS6AfO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uyFjKS6AfO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uyFjKS6AfO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uyFjKS6AfO a.close:hover {
  color: #ffffff;
}
.cid-uyFjKS6AfO P {
  color: #fff10d;
}
.cid-uyFjKS6AfO .icon-description {
  color: #2dfd25;
}
.cid-uyFjMbG11H {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1469x1920.webp");
}
.cid-uyFjMbG11H .container-fluid {
  padding: 0 3rem;
}
.cid-uyFjMbG11H .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uyFjMbG11H .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uyFjMbG11H .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uyFjMbG11H .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uyFjMbG11H .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uyFjMbG11H a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uyFjMbG11H a.close:hover {
  color: #ffffff;
}
.cid-uyFjMbG11H svg {
  transition: all 0.5s ease-in;
}
.cid-uyFjMbG11H svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-uyFjMbG11H svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-uyFjMbG11H svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-uyFjMbG11H .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uyFjMbG11H H1 {
  color: #5cff00;
}
.cid-uyFjMbG11H .mbr-text,
.cid-uyFjMbG11H .mbr-section-btn {
  color: #ffffff;
}
.cid-uyFfTe13FU {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1246.webp");
}
@media (max-width: 767px) {
  .cid-uyFfTe13FU .row {
    flex-direction: column-reverse;
  }
  .cid-uyFfTe13FU .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uyFfTe13FU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uyFfTe13FU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyFfTe13FU .media-content,
.cid-uyFfTe13FU .mbr-figure {
  align-self: center;
}
.cid-uyFfTe13FU .mbr-figure iframe {
  width: 100%;
}
.cid-uyFfTe13FU .mbr-section-title {
  color: #f7ff00;
}
.cid-uyFfTe13FU .mbr-text,
.cid-uyFfTe13FU .mbr-section-btn {
  color: #fff0b0;
}
.cid-uyFh9QwuCM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background13-1.webp");
}
.cid-uyFh9QwuCM .mbr-text,
.cid-uyFh9QwuCM .mbr-section-btn {
  color: #000000;
}
.cid-uyFh9chuun {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyFh9chuun .video-wrapper iframe {
  width: 100%;
}
.cid-uyFh9chuun .mbr-section-title,
.cid-uyFh9chuun .mbr-section-subtitle,
.cid-uyFh9chuun .mbr-text {
  text-align: center;
}
.cid-uyFhavFj8K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyFhavFj8K img,
.cid-uyFhavFj8K .item-img {
  width: 100%;
}
.cid-uyFhavFj8K .item:focus,
.cid-uyFhavFj8K span:focus {
  outline: none;
}
.cid-uyFhavFj8K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyFhavFj8K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyFhavFj8K .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyFhavFj8K .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyFhavFj8K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyFhavFj8K .mbr-section-title {
  color: #232323;
}
.cid-uyFhavFj8K .mbr-text,
.cid-uyFhavFj8K .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uyFhavFj8K .item-title {
  text-align: left;
}
.cid-uyFhavFj8K .item-subtitle {
  text-align: left;
}
.cid-uyFgu3IhUQ {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background7.webp");
}
.cid-uyFgu3IhUQ .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uyFgu3IhUQ .mbr-section-title {
  color: #232323;
}
.cid-uyFgu3IhUQ .mbr-section-title span {
  color: #ffbc00;
}
.cid-uyFgu3IhUQ .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uyFgu3IhUQ .mbr-section-title SPAN {
  color: #ff3366;
}
.cid-uyFhbgHwft {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyFhbgHwft .card-icon {
  font-size: 56px;
  color: #ff3366;
  transition: color 0.3s;
}
.cid-uyFhbgHwft .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-uyFhbgHwft .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-uyFhbgHwft .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff3366;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-uyFhbgHwft .card {
  padding: 0!important;
}
.cid-uyFhbgHwft .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-uyFhbgHwft .card-wrapper:hover {
  background: #ff3366;
}
.cid-uyFhbgHwft .card-wrapper:hover .card-icon {
  color: #073b4c;
}
.cid-uyFhbgHwft .card-wrapper:hover .line {
  background: #073b4c;
}
.cid-uyFhbgHwft .card1 {
  background: #073b4c;
}
.cid-uyFhbgHwft .card2 {
  background: #084255;
}
.cid-uyFhbgHwft .card3 {
  background: #094a5f;
}
.cid-uyFhbgHwft .card4 {
  background: #0a5168;
}
.cid-uyFhbgHwft .card5 {
  background: #0a5871;
}
.cid-uyFhbgHwft .card6 {
  background: #0b5f7b;
}
.cid-uyFhbgHwft .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-uyFhbgHwft .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uyFhbgHwft .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uyFlVPoB0h {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background10.webp");
}
.cid-uyFlVPoB0h .mbr-section-title {
  text-align: left;
}
.cid-uyFlVPoB0h .mbr-text,
.cid-uyFlVPoB0h .mbr-section-btn {
  text-align: left;
}
.cid-uyFuvFl13K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background9.webp");
}
.cid-uyFuvFl13K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyFuvFl13K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyFumKZsG6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #f8f8f8;
}
.cid-uyFumKZsG6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uyFumKZsG6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uyFumKZsG6 .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-uyFumKZsG6 .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-uyFumKZsG6 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uyFumKZsG6 .image-wrap:hover .read,
.cid-uyFumKZsG6 .image-wrap:focus-within .read,
.cid-uyFumKZsG6 .image-wrap:hover .img-svg,
.cid-uyFumKZsG6 .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-uyFumKZsG6 .image-wrap:hover .more,
.cid-uyFumKZsG6 .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-uyFumKZsG6 .image-wrap .read,
  .cid-uyFumKZsG6 .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-uyFumKZsG6 .image-wrap .more {
    transform: scale(1);
  }
}
.cid-uyFumKZsG6 .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-uyFumKZsG6 .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #6592e6;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-uyFumKZsG6 .img-svg path {
  fill: #6592e6;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-uyFumKZsG6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-uyFumKZsG6 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uyFumKZsG6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uyFumKZsG6 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uyFumKZsG6 h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-uyFumKZsG6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uyFumKZsG6 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uyFumKZsG6 .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uyFumKZsG6 .card-title,
.cid-uyFumKZsG6 .social-row {
  color: #1a449a;
}
.cid-uyFumKZsG6 .mbr-role,
.cid-uyFumKZsG6 .social-row {
  color: #1a449a;
}
.cid-uyFumKZsG6 .card-text,
.cid-uyFumKZsG6 .mbr-section-btn,
.cid-uyFumKZsG6 .social-row {
  color: #1a449a;
}
.cid-uyFumKZsG6 .mbr-section-title {
  color: #1a449a;
}
.cid-uyJ8ggfcZc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-uyJ8ggfcZc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyJ8ggfcZc .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uyJ8ggfcZc .mbr-text,
.cid-uyJ8ggfcZc .mbr-section-btn {
  text-align: left;
}
.cid-uyJ8lmQLJ8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-uyJ8lmQLJ8 .mbr-section-title,
.cid-uyJ8lmQLJ8 .mbr-text,
.cid-uyJ8lmQLJ8 .mbr-section-btn {
  text-align: center;
}
.cid-uyJ8lmQLJ8 .video-wrapper {
  margin: auto;
}
.cid-uyJ8lmQLJ8 .video-wrapper iframe {
  width: 100%;
}
.cid-uyJ8rH6QSJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background13-1.webp");
}
.cid-uyJ8rH6QSJ .mbr-text,
.cid-uyJ8rH6QSJ .mbr-section-btn {
  color: #000000;
}
.cid-uyJaFUmhw5 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-uyJaFUmhw5 .container {
    max-width: 1330px !important;
  }
}
.cid-uyJaFUmhw5 .content-wrap {
  background-color: #ebd2b4;
}
.cid-uyJaFUmhw5 .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyJaFUmhw5 .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-uyJaFUmhw5 .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-uyJaFUmhw5 .img-wrap {
  height: 100%;
}
.cid-uyJaFUmhw5 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uyJaFUmhw5 .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-uyJaFUmhw5 .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-uyJaFUmhw5 [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-uyJaFUmhw5 .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uyJaFUmhw5 .mbr-section-subtitle,
.cid-uyJaFUmhw5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uyJaFUmhw5 H1 {
  text-align: left;
  color: #000000;
}
.cid-uyJ95QFXcu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyJ95QFXcu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyJ95QFXcu .row {
  flex-direction: row-reverse;
}
.cid-uyJ95QFXcu img {
  width: 100%;
}
.cid-uyJ95QFXcu .mbr-text {
  color: #e43f3f;
}
.cid-uyJaiVloAg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJaiVloAg .row {
  flex-direction: row-reverse;
}
.cid-uyJaiVloAg .video-wrapper iframe {
  width: 100%;
}
.cid-uyJaiVloAg .mbr-section-title,
.cid-uyJaiVloAg .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uyJaiVloAg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyJaiVloAg .mbr-text {
  color: #000000;
}
.cid-uyJbIjXbI6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJbIjXbI6 .video-wrapper iframe {
  width: 100%;
}
.cid-uyJbIjXbI6 .mbr-section-title,
.cid-uyJbIjXbI6 .mbr-section-subtitle,
.cid-uyJbIjXbI6 .mbr-text {
  text-align: center;
}
.cid-uyJbIjXbI6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uyJbLYHWr4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #bbbbbb;
}
.cid-uyJbLYHWr4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uyJbLYHWr4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uyJbLYHWr4 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uyJbLYHWr4 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uyJbLYHWr4 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uyJbLYHWr4 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyJbLYHWr4 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uyJbLYHWr4 .social-row {
  text-align: center;
}
.cid-uyJbLYHWr4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uyJbLYHWr4 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uyJbLYHWr4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uyJbLYHWr4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uyJbLYHWr4 .card-text,
.cid-uyJbLYHWr4 .mbr-section-btn,
.cid-uyJbLYHWr4 .social-row {
  color: #000000;
}
.cid-uyJbMxbh5p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #bbbbbb;
}
.cid-uyJbMxbh5p .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uyJbMxbh5p .team-card:hover {
  transform: translateY(-10px);
}
.cid-uyJbMxbh5p .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uyJbMxbh5p .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uyJbMxbh5p .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uyJbMxbh5p .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyJbMxbh5p .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uyJbMxbh5p .social-row {
  text-align: center;
}
.cid-uyJbMxbh5p .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uyJbMxbh5p .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uyJbMxbh5p .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uyJbMxbh5p .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uyJbMxbh5p .card-text,
.cid-uyJbMxbh5p .mbr-section-btn,
.cid-uyJbMxbh5p .social-row {
  color: #000000;
}
.cid-uyJbSxmAjU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d56724;
}
.cid-uyJbSxmAjU .card-box {
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  .cid-uyJbSxmAjU .container {
    padding: 0 1.3rem;
  }
  .cid-uyJbSxmAjU .mbr-section-btn {
    opacity: 1;
  }
  .cid-uyJbSxmAjU .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-uyJbSxmAjU .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-uyJbSxmAjU .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-uyJbSxmAjU .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uyJbSxmAjU .card {
    padding-bottom: 1rem!important;
  }
  .cid-uyJbSxmAjU .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uyJbSxmAjU .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-uyJbSxmAjU .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-uyJbSxmAjU .card1 {
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-uyJbSxmAjU .card2 {
  background-image: url("../../../assets/images/mbr-1920x1152.webp");
}
.cid-uyJbSxmAjU .card3 {
  background-image: url("../../../assets/images/mbr-1920x1353.webp");
}
.cid-uyJbSxmAjU h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uyJbSxmAjU p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uyJbSxmAjU .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-uyJbSxmAjU .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-uyJbSxmAjU .mbr-text,
.cid-uyJbSxmAjU .mbr-section-btn {
  color: #02ff00;
}
.cid-uyJcyWGGLp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyJcyWGGLp .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyJcyWGGLp .item:last-child .icon-box:before {
  display: none;
}
.cid-uyJcyWGGLp .item.last .icon-box:before {
  display: none;
}
.cid-uyJcyWGGLp .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uyJcyWGGLp .icon-box {
    margin-right: 1rem;
  }
}
.cid-uyJcyWGGLp .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-uyJcyWGGLp span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyJcyWGGLp .card {
    margin-bottom: 2rem;
  }
  .cid-uyJcyWGGLp .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uyJcyWGGLp .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uyJcyWGGLp .icon-box::before {
    top: 114%;
  }
}
.cid-uyJcyWGGLp .mbr-text,
.cid-uyJcyWGGLp .mbr-section-btn {
  color: #000000;
}
.cid-uyJcyWGGLp .icon-text {
  color: #000000;
}
.cid-tD0BKBwdFD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background13.webp");
}
.cid-tD0BKBwdFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD0BKBwdFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDtZLXDPz6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tDtZLXDPz6 .mbr-section-subtitle {
  color: #000000;
}
.cid-tDtZLXDPz6 .container-table {
  margin: 0 auto;
}
.cid-tDtZLXDPz6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDtZLXDPz6 .dataTables_wrapper {
  display: block;
}
.cid-tDtZLXDPz6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tDtZLXDPz6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDtZLXDPz6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #00002a;
  margin-bottom: 0;
}
.cid-tDtZLXDPz6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tDtZLXDPz6 table th:hover {
  background: #00002a;
  color: #ffffff;
}
.cid-tDtZLXDPz6 table td {
  border-top: 1px solid #00002a;
}
.cid-tDtZLXDPz6 table.table {
  background: #ffffff;
}
.cid-tDtZLXDPz6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tDtZLXDPz6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDtZLXDPz6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tDtZLXDPz6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tDtZLXDPz6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tDtZLXDPz6 .dataTables_filter {
    text-align: center;
  }
  .cid-tDtZLXDPz6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tDtZLXDPz6 .body-item {
  color: #00002a;
}
.cid-tDtZLXDPz6 .mbr-section-title {
  color: #000000;
}
.cid-uyP8wjH2hI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1246.webp");
}
@media (max-width: 767px) {
  .cid-uyP8wjH2hI .row {
    flex-direction: column-reverse;
  }
  .cid-uyP8wjH2hI .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uyP8wjH2hI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uyP8wjH2hI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyP8wjH2hI .media-content,
.cid-uyP8wjH2hI .mbr-figure {
  align-self: center;
}
.cid-uyP8wjH2hI .mbr-figure iframe {
  width: 100%;
}
.cid-uyP8wjH2hI .mbr-section-title {
  color: #f7ff00;
}
.cid-uyP8wjH2hI .mbr-text,
.cid-uyP8wjH2hI .mbr-section-btn {
  color: #fff0b0;
}
.cid-uyP8ly5nLZ {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to right, #cc2952 0%, #cc2952 30%, #3b67d9 30%, #3b67d9 100%);
}
.cid-uyP8ly5nLZ .animated-element {
  color: #efefef;
}
.cid-uyP8ly5nLZ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-uyP8ly5nLZ .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uyP8ly5nLZ {
    background: #3b67d9;
  }
}
.cid-uyP8ly5nLZ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uyP8ly5nLZ .mbr-text,
.cid-uyP8ly5nLZ .mbr-section-btn {
  color: #efefef;
}
.cid-uyPeLR1lr8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uyPeLR1lr8 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uyPeLR1lr8 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyPeVj2BAl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1235.webp");
}
@media (min-width: 992px) {
  .cid-uyPeVj2BAl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyPeVj2BAl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uyPeVj2BAl .mbr-text {
    text-align: center;
  }
}
.cid-uyPeVj2BAl H1 {
  color: #ffff00;
}
.cid-uyPfADuU4b {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uyPfADuU4b .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uyPfADuU4b .video-block {
    width: 100% !important;
  }
}
.cid-uyPeY87SkK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1235.webp");
}
@media (min-width: 992px) {
  .cid-uyPeY87SkK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyPeY87SkK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uyPeY87SkK .mbr-text {
    text-align: center;
  }
}
.cid-uyPeY87SkK H1 {
  color: #ffff00;
}
.cid-uyPfBuh5Al {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uyPfBuh5Al .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uyPfBuh5Al .video-block {
    width: 100% !important;
  }
}
.cid-uyPf89tlEt {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uyPf89tlEt H1 {
  color: #000000;
}
.cid-uyPf89tlEt .mbr-text,
.cid-uyPf89tlEt .mbr-section-btn {
  color: #000000;
}
.cid-uyPf89tlEt img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uyPf89tlEt .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-uyPhftJLHQ {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uyPhftJLHQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uyPhftJLHQ .video-block {
    width: 100% !important;
  }
}
.cid-uAkJxsNoGc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1277.webp");
}
.cid-uAkJxsNoGc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uAkJxsNoGc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uAkJxsNoGc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uAkJxsNoGc .mbr-text,
.cid-uAkJxsNoGc .mbr-section-btn {
  color: #ffffff;
}
.cid-uAkJxsNoGc H1 {
  color: #5cff00;
  text-align: left;
}
.cid-uAkJxsNoGc H3 {
  color: #e43f3f;
  text-align: center;
}
.cid-uAkJxsNoGc H2 {
  color: #ffffff;
  text-align: left;
}
.cid-uAkJxt6jM6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000c21;
}
.cid-uAkJxt6jM6 .video-wrapper iframe {
  width: 100%;
}
.cid-uAkJxt6jM6 .mbr-section-title,
.cid-uAkJxt6jM6 .mbr-section-subtitle,
.cid-uAkJxt6jM6 .mbr-text {
  text-align: center;
}
.cid-uAkJxt6jM6 .mbr-text {
  color: #ffe161;
}
.cid-uAkJxt6jM6 .mbr-section-title {
  color: #f7f421;
}
.cid-uAkJxtlH2I {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ad-68-502x356.webp");
}
.cid-uAkJxtlH2I .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uAkJxtlH2I .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAkJxtlH2I .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAkJxtlH2I .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uAkJxtlH2I .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAkJxtlH2I .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAkJxtlH2I .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uAkJxtzO8g {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uAkJxtzO8g .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uAkJxtzO8g .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAkJxtzO8g .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAkJxtzO8g .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uAkJxtzO8g .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAkJxtzO8g .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAkJxtzO8g .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uAkJxtME7D {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/blue-computer-background-1836x915.webp");
}
.cid-uAkJxtME7D .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uAkJxtME7D .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAkJxtME7D .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAkJxtME7D .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uAkJxtME7D .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAkJxtME7D .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAkJxtME7D .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uAkQQsBwtO {
  padding-top: 6rem;
  padding-bottom: 8.7rem;
  background-image: url("../../../assets/images/mbr-1920x992.webp");
}
.cid-uAkQQsBwtO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAkQQsBwtO .mbr-text,
.cid-uAkQQsBwtO .mbr-section-btn {
  color: #ffffff;
}
.cid-uAkQQsBwtO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAkQQsBwtO .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uAkQQsBwtO .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uAkQQsBwtO .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-uAkQQsBwtO .container-text {
    margin-top: 3.75rem;
  }
}
.cid-uAkQQsBwtO .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-uAkQQsBwtO .mbr-section-subtitle,
.cid-uAkQQsBwtO .mbr-section-btn {
  text-align: center;
}
.cid-uAkNOhLPSd.popup-builder {
  background-color: #ffffff;
}
.cid-uAkNOhLPSd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAkNOhLPSd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAkNOhLPSd .modal-content,
.cid-uAkNOhLPSd .modal-dialog {
  height: auto;
}
.cid-uAkNOhLPSd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAkNOhLPSd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAkNOhLPSd .form-wrapper .mbr-form .form-group,
  .cid-uAkNOhLPSd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAkNOhLPSd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAkNOhLPSd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAkNOhLPSd .mbr-text {
  text-align: center;
}
.cid-uAkNOhLPSd .pt-0 {
  padding-top: 0 !important;
}
.cid-uAkNOhLPSd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAkNOhLPSd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAkNOhLPSd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAkNOhLPSd .modal-open {
  overflow: hidden;
}
.cid-uAkNOhLPSd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAkNOhLPSd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAkNOhLPSd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAkNOhLPSd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAkNOhLPSd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAkNOhLPSd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAkNOhLPSd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAkNOhLPSd .modal-content {
  background: #55b4d4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAkNOhLPSd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAkNOhLPSd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAkNOhLPSd .modal-backdrop.show {
  opacity: .5;
}
.cid-uAkNOhLPSd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uAkNOhLPSd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAkNOhLPSd .modal-header .close:hover {
  opacity: 1;
}
.cid-uAkNOhLPSd .modal-header .close:focus {
  outline: none;
}
.cid-uAkNOhLPSd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uAkNOhLPSd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uAkNOhLPSd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uAkNOhLPSd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAkNOhLPSd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAkNOhLPSd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAkNOhLPSd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAkNOhLPSd .modal-sm {
    max-width: 300px;
  }
  .cid-uAkNOhLPSd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uAkNOhLPSd .modal-lg,
  .cid-uAkNOhLPSd .modal-xl {
    max-width: 800px;
  }
  .cid-uAkNOhLPSd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uAkNOhLPSd .modal-xl {
    max-width: 1140px;
  }
  .cid-uAkNOhLPSd .container {
    max-width: 1140px;
  }
}
.cid-uAkNOhLPSd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uAkNOhLPSd .container {
    max-width: 720px;
  }
}
.cid-uAkNOhLPSd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAkNOhLPSd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAkNOhLPSd .form-group {
  margin-bottom: 1rem;
}
.cid-uAkNOhLPSd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAkNOhLPSd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAkNOhLPSd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAy5QPLtP1 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #1d5356;
}
.cid-uAy5QPLtP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAy5QPLtP1 .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uAy5QPLtP1 .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uAy5QPLtP1 .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-uAy5QPLtP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAy5QPLtP1 img {
  border-radius: 3rem;
}
.cid-uAy5QPLtP1 .mbr-text,
.cid-uAy5QPLtP1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uAyaCcCSxo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uAyaCcCSxo .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAyaCcCSxo .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAyaCcCSxo img,
.cid-uAyaCcCSxo .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uAyaCcCSxo .item:focus,
.cid-uAyaCcCSxo span:focus {
  outline: none;
}
.cid-uAyaCcCSxo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyaCcCSxo .item {
    margin-bottom: 1rem;
  }
}
.cid-uAyaCcCSxo .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAyaCcCSxo .mbr-section-title {
  color: #232323;
}
.cid-uAyaCcCSxo .mbr-text,
.cid-uAyaCcCSxo .mbr-section-btn {
  color: #232323;
}
.cid-uAyaCcCSxo .content-head {
  max-width: 800px;
}
.cid-uAygAwljM8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uAygAwljM8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAygAwljM8 .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAygAwljM8 img,
.cid-uAygAwljM8 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uAygAwljM8 .item:focus,
.cid-uAygAwljM8 span:focus {
  outline: none;
}
.cid-uAygAwljM8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAygAwljM8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uAygAwljM8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAygAwljM8 .mbr-section-title {
  color: #232323;
}
.cid-uAygAwljM8 .mbr-text,
.cid-uAygAwljM8 .mbr-section-btn {
  color: #232323;
}
.cid-uAygAwljM8 .content-head {
  max-width: 800px;
}
.cid-uAygXTfwAQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uAygXTfwAQ .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAygXTfwAQ .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAygXTfwAQ img,
.cid-uAygXTfwAQ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uAygXTfwAQ .item:focus,
.cid-uAygXTfwAQ span:focus {
  outline: none;
}
.cid-uAygXTfwAQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAygXTfwAQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uAygXTfwAQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAygXTfwAQ .mbr-section-title {
  color: #232323;
}
.cid-uAygXTfwAQ .mbr-text,
.cid-uAygXTfwAQ .mbr-section-btn {
  color: #232323;
}
.cid-uAygXTfwAQ .content-head {
  max-width: 800px;
}
.cid-uAyhIAcyAw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uAyhIAcyAw .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAyhIAcyAw .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAyhIAcyAw img,
.cid-uAyhIAcyAw .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uAyhIAcyAw .item:focus,
.cid-uAyhIAcyAw span:focus {
  outline: none;
}
.cid-uAyhIAcyAw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyhIAcyAw .item {
    margin-bottom: 1rem;
  }
}
.cid-uAyhIAcyAw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAyhIAcyAw .mbr-section-title {
  color: #232323;
}
.cid-uAyhIAcyAw .mbr-text,
.cid-uAyhIAcyAw .mbr-section-btn {
  color: #232323;
}
.cid-uAyhIAcyAw .content-head {
  max-width: 800px;
}
.cid-uAyib6gCq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uAyib6gCq1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAyib6gCq1 .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAyib6gCq1 img,
.cid-uAyib6gCq1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uAyib6gCq1 .item:focus,
.cid-uAyib6gCq1 span:focus {
  outline: none;
}
.cid-uAyib6gCq1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyib6gCq1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uAyib6gCq1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAyib6gCq1 .mbr-section-title {
  color: #232323;
}
.cid-uAyib6gCq1 .mbr-text,
.cid-uAyib6gCq1 .mbr-section-btn {
  color: #232323;
}
.cid-uAyib6gCq1 .content-head {
  max-width: 800px;
}
.cid-uAyiJLCSzH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uAyiJLCSzH .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAyiJLCSzH .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAyiJLCSzH img,
.cid-uAyiJLCSzH .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uAyiJLCSzH .item:focus,
.cid-uAyiJLCSzH span:focus {
  outline: none;
}
.cid-uAyiJLCSzH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyiJLCSzH .item {
    margin-bottom: 1rem;
  }
}
.cid-uAyiJLCSzH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAyiJLCSzH .mbr-section-title {
  color: #232323;
}
.cid-uAyiJLCSzH .mbr-text,
.cid-uAyiJLCSzH .mbr-section-btn {
  color: #232323;
}
.cid-uAyiJLCSzH .content-head {
  max-width: 800px;
}
.cid-uAymBbixBe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uAymBbixBe .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAymBbixBe .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAymBbixBe img,
.cid-uAymBbixBe .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uAymBbixBe .item:focus,
.cid-uAymBbixBe span:focus {
  outline: none;
}
.cid-uAymBbixBe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAymBbixBe .item {
    margin-bottom: 1rem;
  }
}
.cid-uAymBbixBe .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAymBbixBe .mbr-section-title {
  color: #232323;
}
.cid-uAymBbixBe .mbr-text,
.cid-uAymBbixBe .mbr-section-btn {
  color: #232323;
}
.cid-uAymBbixBe .content-head {
  max-width: 800px;
}
.cid-uAymWPlh6Q {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fffcee;
}
.cid-uAymWPlh6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAymWPlh6Q .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #6592e6;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uAymWPlh6Q h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uAymWPlh6Q h1 {
    margin-bottom: 1rem;
  }
}
.cid-uAymWPlh6Q p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uAymWPlh6Q p {
    margin-bottom: 2rem;
  }
}
.cid-uAymWPlh6Q .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uAymWPlh6Q .image-wrapper,
.cid-uAymWPlh6Q img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAymWPlh6Q .image-wrapper,
  .cid-uAymWPlh6Q img {
    padding-bottom: 0.5rem;
  }
}
.cid-uAymWPlh6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAymWPlh6Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAymWPlh6Q {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAymWPlh6Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAymWPlh6Q .content-wrap {
    width: 100%;
  }
}
.cid-uAymWPlh6Q .mbr-section-subtitle,
.cid-uAymWPlh6Q .line {
  color: #291f1e;
}
.cid-uAymWPlh6Q .mbr-text,
.cid-uAymWPlh6Q .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uAymWPlh6Q .mbr-section-title {
  color: #291f1e;
}
.cid-uAymWPlh6Q .mbr-section-title,
.cid-uAymWPlh6Q .mbr-section-btn,
.cid-uAymWPlh6Q .line {
  text-align: left;
  color: #291f1e;
}
.cid-uAymWPlh6Q .mbr-text {
  text-align: left;
}
.cid-uAynpmwKQY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uAynpmwKQY .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAynpmwKQY .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAynpmwKQY img,
.cid-uAynpmwKQY .item-img {
  width: 100%;
}
.cid-uAynpmwKQY .item:focus,
.cid-uAynpmwKQY span:focus {
  outline: none;
}
.cid-uAynpmwKQY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAynpmwKQY .item {
    margin-bottom: 1rem;
  }
}
.cid-uAynpmwKQY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAynpmwKQY .mbr-section-title {
  color: #232323;
}
.cid-uAynpmwKQY .mbr-text,
.cid-uAynpmwKQY .mbr-section-btn {
  color: #232323;
}
.cid-uAynpmwKQY .content-head {
  max-width: 800px;
}
.cid-uAyIIMzskw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #fafafa, #ffffff);
}
.cid-uAyIIMzskw .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAyIIMzskw .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAyIIMzskw img,
.cid-uAyIIMzskw .item-img {
  width: 100%;
}
.cid-uAyIIMzskw .item:focus,
.cid-uAyIIMzskw span:focus {
  outline: none;
}
.cid-uAyIIMzskw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyIIMzskw .item {
    margin-bottom: 1rem;
  }
}
.cid-uAyIIMzskw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAyIIMzskw .mbr-section-title {
  color: #232323;
}
.cid-uAyIIMzskw .mbr-text,
.cid-uAyIIMzskw .mbr-section-btn {
  color: #232323;
}
.cid-uAyIIMzskw .content-head {
  max-width: 800px;
}
.cid-uAyJbylCZO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uAyJbylCZO .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAyJbylCZO .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAyJbylCZO img,
.cid-uAyJbylCZO .item-img {
  width: 100%;
}
.cid-uAyJbylCZO .item:focus,
.cid-uAyJbylCZO span:focus {
  outline: none;
}
.cid-uAyJbylCZO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyJbylCZO .item {
    margin-bottom: 1rem;
  }
}
.cid-uAyJbylCZO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAyJbylCZO .mbr-section-title {
  color: #232323;
}
.cid-uAyJbylCZO .mbr-text,
.cid-uAyJbylCZO .mbr-section-btn {
  color: #232323;
}
.cid-uAyJbylCZO .content-head {
  max-width: 800px;
}
.cid-uAytJXQiqe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uAytJXQiqe .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAytJXQiqe .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAytJXQiqe img,
.cid-uAytJXQiqe .item-img {
  width: 100%;
}
.cid-uAytJXQiqe .item:focus,
.cid-uAytJXQiqe span:focus {
  outline: none;
}
.cid-uAytJXQiqe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAytJXQiqe .item {
    margin-bottom: 1rem;
  }
}
.cid-uAytJXQiqe .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAytJXQiqe .mbr-section-title {
  color: #232323;
}
.cid-uAytJXQiqe .mbr-text,
.cid-uAytJXQiqe .mbr-section-btn {
  color: #232323;
}
.cid-uAytJXQiqe .content-head {
  max-width: 800px;
}
.cid-uAyHXrXYgL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #fafafa, #ffffff);
}
.cid-uAyHXrXYgL .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAyHXrXYgL .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAyHXrXYgL img,
.cid-uAyHXrXYgL .item-img {
  width: 100%;
}
.cid-uAyHXrXYgL .item:focus,
.cid-uAyHXrXYgL span:focus {
  outline: none;
}
.cid-uAyHXrXYgL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyHXrXYgL .item {
    margin-bottom: 1rem;
  }
}
.cid-uAyHXrXYgL .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAyHXrXYgL .mbr-section-title {
  color: #232323;
}
.cid-uAyHXrXYgL .mbr-text,
.cid-uAyHXrXYgL .mbr-section-btn {
  color: #232323;
}
.cid-uAyHXrXYgL .content-head {
  max-width: 800px;
}
.cid-uAyJCleoNh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #fafafa, #ffffff);
}
.cid-uAyJCleoNh .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAyJCleoNh .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAyJCleoNh img,
.cid-uAyJCleoNh .item-img {
  width: 100%;
}
.cid-uAyJCleoNh .item:focus,
.cid-uAyJCleoNh span:focus {
  outline: none;
}
.cid-uAyJCleoNh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyJCleoNh .item {
    margin-bottom: 1rem;
  }
}
.cid-uAyJCleoNh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAyJCleoNh .mbr-section-title {
  color: #232323;
}
.cid-uAyJCleoNh .mbr-text,
.cid-uAyJCleoNh .mbr-section-btn {
  color: #232323;
}
.cid-uAyJCleoNh .content-head {
  max-width: 800px;
}
.cid-uAza6ciSvI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uAza6ciSvI .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAza6ciSvI .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAza6ciSvI img,
.cid-uAza6ciSvI .item-img {
  width: 100%;
}
.cid-uAza6ciSvI .item:focus,
.cid-uAza6ciSvI span:focus {
  outline: none;
}
.cid-uAza6ciSvI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAza6ciSvI .item {
    margin-bottom: 1rem;
  }
}
.cid-uAza6ciSvI .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAza6ciSvI .mbr-section-title {
  color: #232323;
}
.cid-uAza6ciSvI .mbr-text,
.cid-uAza6ciSvI .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uAza6ciSvI .content-head {
  max-width: 800px;
}
.cid-uAzbMXLfYx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uAzbMXLfYx .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uAzbMXLfYx .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uAzbMXLfYx img,
.cid-uAzbMXLfYx .item-img {
  width: 100%;
}
.cid-uAzbMXLfYx .item:focus,
.cid-uAzbMXLfYx span:focus {
  outline: none;
}
.cid-uAzbMXLfYx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAzbMXLfYx .item {
    margin-bottom: 1rem;
  }
}
.cid-uAzbMXLfYx .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAzbMXLfYx .mbr-section-title {
  color: #232323;
}
.cid-uAzbMXLfYx .mbr-text,
.cid-uAzbMXLfYx .mbr-section-btn {
  color: #232323;
}
.cid-uAzbMXLfYx .content-head {
  max-width: 800px;
}
.cid-uAzdfaJDGH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uAzdfaJDGH .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uAzdfaJDGH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAzdfaJDGH .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAzdfaJDGH .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uAzdfaJDGH .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAzdfaJDGH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAzdfaJDGH .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uAy0DBZOed {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAy0DBZOed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAy0DBZOed .col-12 {
  padding: 0;
}
.cid-uAy0DBZOed .row {
  margin: 0;
}
.cid-uAy0DBZOed .card-wrapper {
  border: 1px solid #6592e6;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uAy0DBZOed .card-wrapper {
    padding: 1rem;
  }
}
.cid-uAy0DBZOed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAy0DBZOed .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uAy0DBZOed .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uAy0DBZOed .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uAy0DBZOed .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uAy0DBZOed .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uAy0DBZOed .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAy0DBZOed .image-wrapper {
    padding: 1rem;
  }
}
.cid-uAy0DBZOed .mbr-section-title {
  color: #221b35;
}
.cid-uAy0DBZOed .mbr-text,
.cid-uAy0DBZOed .mbr-section-btn {
  color: #221b35;
}
.cid-uAy1EmtjVX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAy1EmtjVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAy1EmtjVX .col-12 {
  padding: 0;
}
.cid-uAy1EmtjVX .row {
  margin: 0;
}
.cid-uAy1EmtjVX .card-wrapper {
  border: 1px solid #6592e6;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uAy1EmtjVX .card-wrapper {
    padding: 1rem;
  }
}
.cid-uAy1EmtjVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAy1EmtjVX .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uAy1EmtjVX .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uAy1EmtjVX .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uAy1EmtjVX .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uAy1EmtjVX .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uAy1EmtjVX .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAy1EmtjVX .image-wrapper {
    padding: 1rem;
  }
}
.cid-uAy1EmtjVX .mbr-section-title {
  color: #221b35;
}
.cid-uAy1EmtjVX .mbr-text,
.cid-uAy1EmtjVX .mbr-section-btn {
  color: #221b35;
}
.cid-uAy2LxRFoE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAy2LxRFoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAy2LxRFoE .col-12 {
  padding: 0;
}
.cid-uAy2LxRFoE .row {
  margin: 0;
}
.cid-uAy2LxRFoE .card-wrapper {
  border: 1px solid #6592e6;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uAy2LxRFoE .card-wrapper {
    padding: 1rem;
  }
}
.cid-uAy2LxRFoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAy2LxRFoE .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uAy2LxRFoE .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uAy2LxRFoE .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uAy2LxRFoE .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uAy2LxRFoE .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uAy2LxRFoE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uAy2LxRFoE .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAy2LxRFoE .image-wrapper {
    padding: 1rem;
  }
}
.cid-uAy2LxRFoE .mbr-section-title {
  color: #221b35;
}
.cid-uAy2LxRFoE .mbr-text,
.cid-uAy2LxRFoE .mbr-section-btn {
  color: #221b35;
}
.cid-uAy3ac6DrZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4479d9;
  background: linear-gradient(90deg, #4479d9, #2a0845);
}
.cid-uAy3ac6DrZ .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-uAy3ac6DrZ .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uAy3ac6DrZ .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uAy3ac6DrZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uAy3ac6DrZ .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uAy3ac6DrZ {
    text-align: center !important;
  }
}
.cid-uAy3ac6DrZ .mbr-text {
  color: #ffffff;
}
