.btn {
  border-width: 2px;
}

body {
  font-family: 'Gilroy-Regular';
}

/* 
#popup_contact_form input[type='text'],
#popup_contact_form input[type='phone'],
#popup_contact_form input[type='email'] {
  min-height: 40px !important;
  padding: 4px 10px !important;
}

#popup_contact_form input[type='checkbox'] {
  min-height: 16px !important;
  top: 0px;
} */

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1A1B41;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1A1B41;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-1 {
  font-family: 'Gilroy-Bold';
  font-size: 3.5rem;
  line-height: 1.1;
}

.display-1>.mbr-iconfont {
  font-size: 4.25rem;
}

.display-2 {
  font-family: 'Gilroy-Bold';
  font-size: 3rem;
  line-height: 1.1;
}

.display-2>.mbr-iconfont {
  font-size: 4.375rem;
}

.display-4 {
  font-family: 'Gilroy-Bold';
  font-size: 2rem;
  line-height: 1.5;
}

.display-4>.mbr-iconfont {
  font-size: 1.25rem;
}

.display-5 {
  font-family: 'Gilroy-SemiBold';
  font-size: 1.5rem;
  line-height: 1.5;
}


.display-5>.mbr-iconfont {
  font-size: 1.875rem;
}

.display-6 {
  font-family: 'Gilroy-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}

.display-6>.mbr-iconfont {
  font-size: 1.375rem;
}

.display-7 {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  line-height: 1.5;
}

.display-8 {
  font-family: 'Gilroy-Regular';
  font-size: .75rem;
  line-height: 1.5;
}

.display-7>.mbr-iconfont {
  font-size: 1.375rem;
}


/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc(1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    /* line-height: calc(1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)))); */
  }

  .display-2 {
    font-size: 1.8rem;
    font-size: calc(1.575rem + (1.8 - 1.575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.875rem + (2 - 1.875) * ((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.2rem;
    font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-6 {
    font-size: 0.88rem;
    font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    font-size: 0.88rem;
    font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* Buttons */
.btn {
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
}

.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}

.btn-md {
  padding: 0.6rem 1.9rem;
  border-radius: 8px;
}

.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}

.bg-primary {
  background-color: #BAFF29 !important;
}

.bg-primary-dark {
  background-color: #24C062 !important;
}

.bg-secondary {
  background-color: #F89A42 !important;
}

.bg-secondary-dark {
  background-color: #1A1B41 !important;
}

.bg-gray {
  background-color: #A6A8AB !important;
}

.bg-gray-dark {
  background-color: #858585 !important;
}

.bg-success {
  background-color: #91c2be !important;
}

.bg-info {
  background-color: #b9cdd0 !important;
}

.bg-warning {
  background-color: #ffe161 !important;
}

.bg-danger {
  background-color: #ff9966 !important;
}

.btn-primary,
.btn-primary:active {
  background-color: transparent !important;
  border-color: #BAFF29 !important;
  color: #baff29 !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: #FFF !important;
  background-color: #BBD332 !important;
  border-color: #BAD725 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b01c0e !important;
  border-color: #b01c0e !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: transparent !important;
  border-color: #F69944 !important;
  color: #f69944 !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: #FFF !important;
  background-color: #F89A42 !important;
  border-color: #F89A42 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #F89A42 !important;
  border-color: #F89A42 !important;
}

.btn-info,
.btn-info:active {
  background-color: #F89A42 !important;
  border-color: #F89A42 !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: #FFF !important;
  background-color: #1A1B41 !important;
  border-color: #1A1B41 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #098BDB !important;
  border-color: #098BDB !important;
}

.btn-success,
.btn-success:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #1A1B41 !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: #1A1B41 !important;
  border-color: #1A1B41 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5aa29c !important;
  border-color: #5aa29c !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: #fff !important;
  border-color: #ffffff !important;
  color: #1A1B41 !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: #fff !important;
  background-color: #1A1B41 !important;
  border-color: #1A1B41 !important;
  box-shadow: 0 2px 5px 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: #BAFF29 !important;
  border-color: #BAFF29;
  color: #FFF;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #BAFF29 !important;
  background-color: transparent !important;
  border-color: #BAFF29 !important;
  box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #BAFF29 !important;
  border-color: #BAFF29 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #F89A42;
  color: #F89A42;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #F89A42 !important;
  background-color: transparent !important;
  border-color: #F89A42 !important;
  box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #F89A42 !important;
  border-color: #F89A42 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b9cdd0;
  color: #b9cdd0;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #85a8ad !important;
  background-color: transparent !important;
  border-color: #85a8ad !important;
  box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b9cdd0 !important;
  border-color: #b9cdd0 !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #FFFFFF;
  color: #fff;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #baff29 !important;
  background-color: transparent !important;
  border-color: #baff29 !important;
  box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #91c2be !important;
  border-color: #91c2be !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-green-outline,
.btn-green-outline:active {
  background-color: transparent !important;
  border-color: #BAFF29;
  color: #BAFF29;
}

.btn-green-outline:hover,
.btn-green-outline:focus,
.btn-green-outline.focus,
.btn-green-outline.active {
  color: #000 !important;
  background-color: #BAFF29 !important;
  border-color: #BAFF29 !important;
  box-shadow: none !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: #BAFF29 !important;
}

.text-primary-dark {
  color: #1A1B41 !important;
}

.text-secondary {
  color: #F89A42 !important;
}

.text-secondary-dark {
  color: #1A1B41 !important;
}

.text-success {
  color: #1A1B41 !important;
}

.text-seablue {
  color: #6290C3 !important;
}

.text-info {
  color: #b9cdd0 !important;
}

.text-warning {
  color: #ffe161 !important;
}

.text-danger {
  color: #ff9966 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black {
  color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a1190d !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b4042 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #559893 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7ca1a7 !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: #BAFF29;
}

.nav-tabs .nav-link:not(.active) {
  color: #232323;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #b9cdd0;
}

.alert-warning {
  background-color: #ffe161;
}

.alert-danger {
  background-color: #BAFF29;
  color: #000000;
}

/* .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: #BAFF29;
  border-color: #BAFF29;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

.nav-tabs .nav-link {
  border-radius: 100px !important;
}

a,
a:hover {
  color: #098BDB;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde5e3;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3efee;
}

.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;
}

.image-wrapper_ {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon {
  background-color: #BAFF29;
  height: auto;
  width: 70px;
  padding: 1rem;
}

.search-icon:hover {
  background-color: #1A1B41;
}

.tel-num {
  display: inline-block;
  background-color: #F89A42;
  height: auto;
  padding: 1rem 1.5rem;
}

.tel-num:hover {
  background-color: #1A1B41;
  cursor: pointer;
  color: #fff;
}

.tel-num img {
  display: inline-block;
  align-items: center;
  line-height: 1.1;
  width: 24px;
  height: auto;
}



.top-social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  .top-bar {
    display: none;
  }
}


.account-link {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
}

/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}

.form-control {
  font-family: 'Gilroy-Regular';
  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: #BAFF29 !important;
}

.form-control:-webkit-input-placeholder {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.form-control:-webkit-input-placeholder>.mbr-iconfont {
  font-size: 1.25rem;
}

blockquote {
  border-color: #BAFF29;
}

/* 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: #BAFF29;
  color: #ffffff;
}

.jq-number__spin {
  transition: 0.25s ease;
}

.jq-number__spin:hover {
  border-color: #BAFF29;
}

.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: #BAFF29;
  border-bottom-color: #BAFF29;
}

.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: #BAFF29 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #ffffff !important;
  background: #6c7577 !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='%23ee3726' %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;
}


/* Hero Slider Section Start */

.cid-tLQPvQicBP {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/home-hero-sec-bg.webp");
  position: relative;

}

.cid-tLQPvQicBP::before {
  content: url("../../../assets/images/hero-section-bg-animation.gif");
  position: absolute;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  left: 0;
  bottom: 0;
}

.cid-tLQPvQicBP .block-title {
  padding-top: 8rem;
}


.cid-tLQPvQicBP .mbr-fallback-image.disabled {
  display: none;
}

.cid-tLQPvQicBP .embla__button {
  display: none !important;
}

.cid-tLQPvQicBP .embla__slide .card-wrap {
  border-right: 1rem solid #F89A42;
  border-left: 1rem solid #F89A42;
  border-bottom: 1rem solid #F89A42;
}

/* .cid-tLQPvQicBP .image-wrap {
  border-right: 1rem solid #F89A42;
  border-left: 1rem solid #F89A42;
  border-bottom: 1rem solid #F89A42;
} */

.cid-tLQPvQicBP .image-wrap:nth-child(2) {
  border-right: 1rem solid #BAFF29;
  border-left: 1rem solid #BAFF29;
  border-bottom: 1rem solid #BAFF29;
}

@media (max-width: 991px) {
  .cid-tLQPvQicBP .embla__slide .card-wrap {
    border: 1rem solid #F89A42;
  }

  .cid-tLQPvQicBP .image-wrap:nth-child(2) {
    border: 1rem solid #BAFF29;
  }
}

.cid-tLQPvQicBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}


.cid-tLQPvQicBP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.cid-tAxL1W5CQ8.footer-tAxL1W5CQ8 .content-wrapper {
  text-align: end;
}

.cid-tAxL1W5CQ8 {
  padding-top: 5rem;
  padding-bottom: 0.5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.footer-tAxL1W5CQ8 .border-bottom {
  border-bottom: 1px solid #6290C3 !important;
}

.cid-tAxL1W5CQ8.footer-tAxL1W5CQ8 .footer-nav ul {
  display: flex;
  align-items: center;
  gap: 65px;
}

@media (max-width: 1270px) {
  .cid-tAxL1W5CQ8.footer-tAxL1W5CQ8 .footer-nav ul {
    gap: 45px;
  }
}

@media (max-width: 991px) {
  .cid-tAxL1W5CQ8.footer-tAxL1W5CQ8 .footer-nav ul {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .cid-tAxL1W5CQ8.footer-tAxL1W5CQ8 .footer-nav ul {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .cid-tAxL1W5CQ8.footer-tAxL1W5CQ8 .content-wrapper {
    text-align: center;
  }

  .footer-tAxL1W5CQ8 .footer-nav {
    justify-content: center !important;
  }

}

.cid-tLQPvQicBP .content-wrapper .cards .card {
  margin-bottom: 25px;
}

.cid-tLQPvQicBP .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}

.cid-tLQPvQicBP .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}

.cid-tLQPvQicBP .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}

.cid-tLQPvQicBP .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}

.cid-tLQPvQicBP .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}

.cid-tLQPvQicBP .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}

.cid-tLQPvQicBP .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}

.cid-tLQPvQicBP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .cid-tLQPvQicBP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    /* margin-left: 1rem !important;
    margin-right: 1rem !important; */
  }
}

.cid-tLQPvQicBP .embla__slide .card-wrap {
  width: 100%;
  /* padding: 0 30px; */
}


.cid-tLQPvQicBP .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: auto;
  /* max-height: 660px; */
  object-fit: cover;
}


.cid-tLQPvQicBP .embla__button--next,
.cid-tLQPvQicBP .embla__button--prev {
  display: flex;
}

.cid-tLQPvQicBP .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}

@media (max-width: 768px) {
  .cid-tLQPvQicBP .embla__button {
    display: none;
  }
}

.cid-tLQPvQicBP .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tLQPvQicBP .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}

.cid-tLQPvQicBP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}

.cid-tLQPvQicBP .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}

.cid-tLQPvQicBP .slider-wrapper {
  padding-left: 30px;
}



.cid-tLQPvQicBP .embla {
  position: relative;
  width: 100%;
}

.cid-tLQPvQicBP .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tLQPvQicBP .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tLQPvQicBP .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tLQPvQicBP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tLQPvQicBP .mbr-card-title {
  color: #212529;
}

.cid-tLQPvQicBP .mbr-text {
  color: #212529;
}

/* Hero Slider Section End */



.cid-tAxKBhe04C {
  z-index: 1000;
  width: 100%;
  position: relative;
  /* min-height: 120px; */
}

.head-tAxKBhe04C .btn-secondary-outline,
.head-tAxKBhe04C .btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #F89A42;
}

.head-tAxKBhe04C .btn-secondary-outline:hover,
.head-tAxKBhe04C .btn-secondary-outline:focus,
.head-tAxKBhe04C .btn-secondary-outline.focus,
.head-tAxKBhe04C .btn-secondary-outline.active {
  color: #C4FA30 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.head-tAxKBhe04C .btn-secondary-outline.disabled,
.head-tAxKBhe04C .btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #F89A42 !important;
  border-color: #F89A42 !important;
}

.head-tAxKBhe04C .btn-secondary,
.head-tAxKBhe04C .btn-secondary:active {
  background-color: transparent !important;
  border-color: #FFF !important;
  color: #ffffff !important;
  box-shadow: none;
  border: 2px solid #fff;
}

.head-tAxKBhe04C .btn-secondary:hover,
.head-tAxKBhe04C .btn-secondary:focus,
.head-tAxKBhe04C .btn-secondary.focus,
.head-tAxKBhe04C .btn-secondary.active {
  color: #BDFD23 !important;
  background-color: transparent !important;
  border-color: #C3FC41 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.head-tAxKBhe04C .btn-secondary.disabled,
.head-tAxKBhe04C .btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #F89A42 !important;
  border-color: #F89A42 !important;
}

.cid-tAxKBhe04C .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}


@media (max-width: 1299px) {
  .cid-tAxKBhe04C {
    min-height: 0px;
  }
}

.cid-tAxKBhe04C .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-tAxKBhe04C .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tAxKBhe04C .container {
    padding: 0 1rem;
  }
}

.cid-tAxKBhe04C .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tAxKBhe04C .nav-link {
  position: relative;
  color: #fff !important;
}

.cid-tAxKBhe04C .nav-link::before {
  content: '';
  background-color: #befc28;
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 25px;
  height: 3px;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.cid-tAxKBhe04C .nav-link:hover::before {
  opacity: 1;
  transition: all .3s ease-in-out;
}

.cid-tAxKBhe04C .nav-link:hover {
  color: #befc28 !important;
}

.cid-tAxKBhe04C nav.navbar {
  position: fixed;
}

.cid-tAxKBhe04C .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); */
  background: transparent;
}

.cid-tAxKBhe04C .navbar.opened {
  transition: all 0.3s;
}

.cid-tAxKBhe04C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tAxKBhe04C .navbar .navbar-logo img {
  width: 100%;
  /* max-width: calc(100% + 1rem); */
  height: auto;
}

.cid-tAxKBhe04C .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;

}

.cid-tAxKBhe04C .navbar.collapsed {
  justify-content: center;
}

.cid-tAxKBhe04C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.dropdown-menu {
  margin-top: 0 !important;
}

.cid-tAxKBhe04C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tAxKBhe04C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tAxKBhe04C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tAxKBhe04C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tAxKBhe04C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tAxKBhe04C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tAxKBhe04C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tAxKBhe04C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tAxKBhe04C .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tAxKBhe04C .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tAxKBhe04C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tAxKBhe04C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tAxKBhe04C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tAxKBhe04C .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tAxKBhe04C .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tAxKBhe04C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tAxKBhe04C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tAxKBhe04C .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tAxKBhe04C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tAxKBhe04C .navbar.navbar-short {
  min-height: 60px;
}

.cid-tAxKBhe04C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tAxKBhe04C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tAxKBhe04C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAxKBhe04C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tAxKBhe04C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tAxKBhe04C .dropdown-item:hover,
.cid-tAxKBhe04C .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tAxKBhe04C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tAxKBhe04C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tAxKBhe04C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1.5em !important;
}

/* .cid-tAxKBhe04C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
} */

.cid-tAxKBhe04C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tAxKBhe04C .dropdown-menu,
.cid-tAxKBhe04C .navbar.opened {
  background: #ffffff !important;
}

.cid-tAxKBhe04C .nav-item:focus,
.cid-tAxKBhe04C .nav-link:focus {
  outline: none;
}

.cid-tAxKBhe04C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tAxKBhe04C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tAxKBhe04C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tAxKBhe04C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAxKBhe04C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tAxKBhe04C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tAxKBhe04C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tAxKBhe04C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tAxKBhe04C .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tAxKBhe04C .dropdown-item.active,
.cid-tAxKBhe04C .dropdown-item:active {
  background-color: transparent;
}

.cid-tAxKBhe04C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tAxKBhe04C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tAxKBhe04C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tAxKBhe04C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tAxKBhe04C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tAxKBhe04C .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tAxKBhe04C ul.navbar-nav {
  flex-wrap: wrap;
  /* margin-right: 1rem; */
  transition: all .3s ease-in-out;
}

.cid-tAxKBhe04C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tAxKBhe04C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-right: 20px;
}

.cid-tAxKBhe04C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tAxKBhe04C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tAxKBhe04C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAxKBhe04C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAxKBhe04C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tAxKBhe04C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAxKBhe04C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tAxKBhe04C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tAxKBhe04C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAxKBhe04C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tAxKBhe04C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tAxKBhe04C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tAxKBhe04C .navbar {
    height: 70px;
  }

  .cid-tAxKBhe04C .navbar.opened {
    height: auto;
  }

  .cid-tAxKBhe04C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

/*Businessesify Service page start*/
.cid-tAy8sSh1is.startup-tAy8sSh1is,
.cid-tAy8sSh1is.cloud-tAy8sSh1is,
.cid-tAy8sSh1is.customer-engag-tAy8sSh1is,
.cid-tAy8sSh1is.small-tAy8sSh1is,
.cid-tAy8sSh1is.enterprise-tAy8sSh1is,
.cid-tAy8sSh1is.bpo-service-tAy8sSh1is,
.cid-tAy8sSh1is.app-dev-tAy8sSh1is,
.cid-tAy8sSh1is.smm-tAy8sSh1is,
.cid-tAy8sSh1is.seo-tAy8sSh1is,
.cid-tAyaf2AlDP.it-tAyaf2AlDP,
.cid-tAy8sSh1is.tech-suppport-tAy8sSh1is,
.cid-tAy8sSh1is.email-suppport-tAy8sSh1is,
.cid-tAy8sSh1is.orm-tAy8sSh1is,
.cid-tAy8sSh1is.content-marketing-tAy8sSh1is,
.cid-tAy8sSh1is.ppc-tAy8sSh1is,
.cid-tAy8sSh1is.crm-tAy8sSh1is,
.cid-tAy8sSh1is.about-us-tAy8sSh1is,
.cid-tAy8sSh1is.contact-us-tAy8sSh1is,
.cid-tAy8sSh1is.it-service-tAy8sSh1is {
  padding-top: 13.375rem;
  padding-bottom: 8rem;
}

.cid-tAyaf2AlDP.contact-tAyaf2AlDP,
.cid-tAyaf2AlDP.bpo-sol-tAyaf2AlDP {
  padding-top: 5rem;
  padding-bottom: 0rem;
}

.cid-tCr6dTSvdW.enterprise-tCr6dTSvdW,
.cid-tAyaf2AlDP.startup-tAyaf2AlDP,
.cid-tCr6dTSvdW.startup-tCr6dTSvdW,
.cid-tAyaf2AlDP.start-tAyaf2AlDP,
.cid-tAyaf2AlDP.about-tAyaf2AlDPs,
.cid-tAyaf2AlDP.about-tAyaf2AlDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contact-tAyaf2AlDP .image-wrapper_ img,
.about-tAyaf2AlDP .image-wrapper_ img {
  width: 100%;
  height: auto;
  /* max-width: 60%; */
}

/*Businessesify Service page end*/

.cid-tAy8sSh1is,

.cid-tAy8sSh1is.ebook-tAy8sSh1is,
.cid-tAy8sSh1is.about-tAPP19EJ3o,
.cid-tAy8sSh1is.audiobook-tAy8sSh1is,
.cid-tAy8sSh1is.bookprinting-tAy8sSh1is,
.cid-tAy8sSh1is.bookpublishing-tAy8sSh1is,
.cid-tAy8sSh1is.bookmarketing-tAy8sSh1is,
.cid-tAy8sSh1is.bookcover-tAy8sSh1is,
.cid-tAy8sSh1is.academic-tAy8sSh1is,
.cid-tAy8sSh1is.booktrailer-tAy8sSh1is,
.cid-tAy8sSh1is.author-tAy8sSh1is,
.cid-tAy8sSh1is.webseo-tAy8sSh1is,
.cid-tAPP19EJ3o.contact-tAPP19EJ3o,
.cid-tAy8sSh1is.gostw-tAy8sSh1is {
  padding-top: 5rem;
  padding-bottom: 0rem;
}

.cid-tAy8sSh1is.about-tAPP19EJ3o {
  background-image: url("../../../assets/images/man-gaee8616c4_1280.webp");
}

.cid-tAy8sSh1is.cloud-tAy8sSh1is {
  background-image: url("../../../assets/images/cloud-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.customer-engag-tAy8sSh1is {
  background-image: url("../../../assets/images/customer-engag-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.bpo-service-tAy8sSh1is {
  background-image: url("../../../assets/images/bpo-service-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.app-dev-tAy8sSh1is {
  background-image: url("../../../assets/images/app-dev-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.startup-tAy8sSh1is {
  background-image: url("../../../assets/images/startup-tAy8sSh1is.jpg");
}

.cid-tAy8sSh1is.small-tAy8sSh1is {
  background-image: url("../../../assets/images/small-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.about-us-tAy8sSh1is {
  background-image: url("../../../assets/images/about-us-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.contact-us-tAy8sSh1is {
  background-image: url("../../../assets/images/contact-us-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.it-service-tAy8sSh1is {
  background-image: url("../../../assets/images/it-service-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.tech-suppport-tAy8sSh1is {
  background-image: url("../../../assets/images/tech-suppport-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.email-suppport-tAy8sSh1is {
  background-image: url("../../../assets/images/email-suppport-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.smm-tAy8sSh1is {
  background-image: url("../../../assets/images/smm-tAy8sSh1is.webp");
}

.cid-tCr6dTSvdW.enterprise-tCr6dTSvdW {
  background-image: url("../../../assets/images/bluesection-bg.webp");
}

.cid-tCr6dTSvdW.startup-tCr6dTSvdW {
  background-image: url("../../../assets/images/startup-tCr6dTSvdW.webp");
}

.cid-tAy8sSh1is.seo-tAy8sSh1is {
  background-image: url("../../../assets/images/seo-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.enterprise-tAy8sSh1is {
  background-image: url("../../../assets/images/enterprise-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.crm-tAy8sSh1is {
  background-image: url("../../../assets/images/crm-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.orm-tAy8sSh1is {
  background-image: url("../../../assets/images/orm-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.content-marketing-tAy8sSh1is {
  background-image: url("../../../assets/images/content-marketing-tAy8sSh1is.webp");
}

.cid-tAy8sSh1is.ppc-tAy8sSh1is {
  background-image: url("../../../assets/images/ppc-tAy8sSh1is.webp");
}

.cid-tAyaf2AlDP.about-tAyaf2AlDP {
  background-image: url("../../../assets/images/about-tAyaf2AlDP.webp");
}

.cid-tAyaf2AlDP.about-tAyaf2AlDPs {
  background-image: url("../../../assets/images/about-tAyaf2AlDPs.webp");
}

.cid-tAyaf2AlDP.it-tAyaf2AlDP {
  background-image: url("../../../assets/images/BPO-solution-bg.webp");
}

.cid-tAy8sSh1is.author-tAy8sSh1is {
  background-color: rgba(240, 240, 240, 1);
  background-image: none;
}

.cid-tAPP19EJ3o.contact-tAPP19EJ3o {
  background-image: url("../../../assets/images/main-screen-bg.jpg");
}


.cid-tAy8sSh1is.bookmarketing-tAy8sSh1is .mbr-overlay,
.cid-tAy8sSh1is.academic-tAy8sSh1is .mbr-overlay,
.cid-tAy8sSh1is.bookpublishing-tAy8sSh1is .mbr-overlay {
  background-color: #DDDDDD;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

/* 
#slider1-v h1 {
  font-family: 'Gilroy-Regular';
  font-size: 3rem;
  line-height: 1.3;
  margin: 1rem 0;
  font-weight: 700;
  color: #1A1B41;
}

#slider1-v h2 {
  font-family: 'Gilroy-Regular';
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}

#header1-l h1 {
  font-family: 'Gilroy-Regular';
  font-size: 3.5rem;
  line-height: 1.3;
  margin: 1rem 0;
  font-weight: 700;
}

@media (max-width: 1024px) {

  #header1-l h1 {
    font-size: calc(1.857rem + (4 - 1.857) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }

  #slider1-v h1 {
    font-size: calc(1.257rem + (3 - 1.857) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1 * (1.875rem + (3 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }



}

#header1-l h2,
#slider1-v h2 {
  font-family: 'Gilroy-Regular';
  font-size: 2rem;
  line-height: 1.1;
}

#header1-l h3,
#slider1-v h3 {
  font-family: 'Gilroy-Regular';
  font-size: 1.5rem;
  line-height: 1.1;
}

#header1-2 p,
#slider1-v p {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;

}

#header1-2 h2 {
  font-family: 'Gilroy-Regular';
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 1rem 0;
  color: #BAFF29;
}

#header1-2 h1 {
  font-family: 'Gilroy-Bold';
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 1rem 0;
  color: #F89A42;
}

#header1-2 h3 {
  font-family: 'Gilroy-Regular';
  font-size: 1.5rem;
  line-height: 1.1;
}

#header1-2 p {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;

}

#header1-2 .mbr-text.mbr-white.align-left.mbr-fonts-style.mbr-light.display-7.animate__animated.animate__delay-0s.animate__fadeInUp {
  color: white !important;
}

#header1-1 p {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
} */

/* .ebook-tAy8sSh1is p,
.ebook-tAy8sSh1is h1 {
  color: #fff !important;
} */

/* .gostw-tAy8sSh1is .text-block h2 {
  color: #096dbd;
} */

.cid-tAy8sSh1is .mbr-background-video {
  min-width: 100vw !important;
  min-height: 100% !important;
}

@media (max-width: 768px) {
  .cid-tAy8sSh1is.bookpublishing-tAy8sSh1is .row {
    padding-bottom: 0rem !important;
  }

  .cid-tAy8sSh1is {
    padding-top: 80px;
  }

  .cid-tAy8sSh1is .row {
    padding-bottom: 2rem !important;
  }
}

.cid-tAy8sSh1is .mbr-iconfont2 {
  color: #BAFF29;
}

.cid-tAy8sSh1is .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tAPP19EJ3o .card-inner,
.cid-tAy8sSh1is .card-inner {
  background-color: #F89A42;
  transition: 0.7s;
  z-index: 10;
  height: 100%;
}

.cid-tAy8sSh1is .btn {
  margin-left: 0rem;
}


.cid-tAy8sSh1is.ebook-tAy8sSh1is .row {
  padding-bottom: 2rem;
}

.cid-tAy8sSh1is .row {
  padding-bottom: 2rem;
}

.cid-tAy8sSh1is .link {
  margin: 0;
}

.cid-tAy8sSh1is .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tAy8sSh1is .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #BAFF29;
  transition: 0.7s;
}

.cid-tAy8sSh1is .card-img {
  margin-bottom: 3.2rem;
}

.cid-tLQPvQicBP .logo-sec>img,
.cid-tAy8sSh1is .logo-sec>img {
  width: 100%;
  height: auto;
  /* margin-bottom: 3.2rem; */
  max-width: 104px;
}

.cid-tAy8sSh1is .item-img,
.cid-tAy8sSh1is img,
.cid-tAy8sSh1is.about-tAPP19EJ3o .item-img,
.cid-tAy8sSh1is.about-tAPP19EJ3o img,
.cid-tAPP19EJ3o.contact-tAPP19EJ3o .item-img,
.cid-tAPP19EJ3o.contact-tAPP19EJ3o img {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
}

.about-us-tAy8sSh1is img {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}




/* .cid-tAy8sSh1is.academic-tAy8sSh1is .image-wrapper_ img {
  width: 100%;
  height: auto;
  margin-bottom: 0rem;

} */

.cid-tAy8sSh1is .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tAPP19EJ3o .card:hover .card-inner,
.cid-tAy8sSh1is .card:hover .card-inner {
  background-color: #BAFF29;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tAy8sSh1is .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tAy8sSh1is .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tAy8sSh1is .media-container-row {
  align-items: stretch;
}

/* .cid-tAy8sSh1is .media-container-row {
  align-items: flex-start;
} */

.cid-tAy8sSh1is .mbr-section-title {
  margin-bottom: 1.5rem !important;
}

@media (max-width: 767px) {
  .cid-tAy8sSh1is .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tAPP19EJ3o .card-inner,
  .cid-tAy8sSh1is .card-inner {
    padding: 2rem 1.8rem;
  }
}

@media (min-width: 767px) {

  .cid-tAPP19EJ3o .card-inner,
  .cid-tAy8sSh1is .card-inner {
    padding: 1.8rem 1.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tAy8sSh1is .card {
    margin-bottom: 2rem;
  }

  .cid-tAy8sSh1is .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tAy8sSh1is .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tAy8sSh1is .card {
  position: relative;
}

/* .cid-tAy8sSh1is .card-3::after {
  content: '';
  background-color: #BAFF29;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
} */

/* .cid-tAy8sSh1is .card:nth-child(3) .card-inner {
  background-color: #F89A42;
} */

.cid-tAy8sSh1is .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tAy8sSh1is .card:nth-child(3) .card-inner .card-title:after {
  background: #BAFF29;
}

.cid-tAy8sSh1is .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tAy8sSh1is .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tAy8sSh1is .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tAy8sSh1is .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tBhNmw25yD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #DDDDDD;
}

.inner-tBhNmw25yD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}

.cid-tBhNmw25yD .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBhNmw25yD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBhNmw25yD .title-wrapper {
  padding: 0 30%;
}

.cid-tBhNmw25yD .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tBhNmw25yD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tBhNmw25yD .team-card:hover {
  transform: translateY(-10px);
}

.cid-tBhNmw25yD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tBhNmw25yD .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tBhNmw25yD .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tBhNmw25yD .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tBhNmw25yD .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tBhNmw25yD .embla__button--next,
.cid-tBhNmw25yD .embla__button--prev {
  display: flex;
}

.cid-tBhNmw25yD .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tBhNmw25yD .embla__button {
    display: none;
  }
}

.cid-tBhNmw25yD .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBhNmw25yD .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tBhNmw25yD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tBhNmw25yD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tBhNmw25yD .embla {
  position: relative;
  width: 100%;
}

.cid-tBhNmw25yD .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}

.cid-tBhNmw25yD .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBhNmw25yD .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBhNmw25yD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBhNmw25yD .item-menu-overlay {
  background: transparent;
}

.cid-tBhNmw25yD .mbr-section-title {
  color: #1c314e;
}

.cid-tAyaf2AlDP.cid-tBMuZBq2UR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/BPO-solution-bg.webp");
}

.cid-tAyaf2AlDP.dms-tAyaf2AlDP,
.cid-tAyaf2AlDP.bpo-tAyaf2AlDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bpo-tAyaf2AlDP-bg.webp");
}

.cid-tAyaf2AlDP.booktrailer-tAyaf2AlDP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(221, 221, 221, 1) !important;
  background-image: none;
}


.cid-tAyaf2AlDP.bookprinting-tCr6dTSvdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280-1.webp");
}


.cid-tAyaf2AlDP.bookprinting-tCr6dTSvdW .display_7 {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  line-height: 1.5;
  color: black !important;
}

@media (min-width: 992px) {
  .cid-tAyaf2AlDP .image-wrapper {
    padding-left: 1.5rem;
  }

  .cid-tAyaf2AlDP .wrapper {
    padding-right: 1.5rem;
  }
}

.cid-tAyaf2AlDP .item-title {
  color: #F89A42;
}

.cid-tAyaf2AlDP .subtitle-text {
  color: #000000;
}

.cid-tAyaf2AlDP .item-box {
  display: flex;
}

.cid-tAyaf2AlDP .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tAyaf2AlDP .item-text {
  color: #6c7577;
}

.cid-tAyaf2AlDP .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tAyaf2AlDP .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tAyaf2AlDP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.cid-tAyaf2AlDP .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAyaf2AlDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAxKTwnwWN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgba(217, 217, 217, 1);
}

.cid-tAxKTwnwWN.ebook-tAxKTwnwWN {
  background-color: #FFFFFF !important;
}


/* .cid-tAxKTwnwWN .item-img,
.cid-tAxKTwnwWN img {
  width: 60px;
  object-fit: cover;
} */

.cid-tAxKTwnwWN .item:focus,
.cid-tAxKTwnwWN span:focus {
  outline: none;
}

.cid-tAxKTwnwWN .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cid-tAxKTwnwWN .element-wrapper {
  position: relative;
  border-radius: 20px;
  background: #F89A42;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 25px;
}

.cid-tAxKTwnwWN .element-wrapper:hover {
  background: #191919;
}

@media (min-width: 1201px) {
  .cid-tAxKTwnwWN .element-wrapper .item-content {
    padding-top: 1.6rem;
  }

  .cid-tAxKTwnwWN .element-wrapper .item-footer {
    padding-top: 0.1rem;
  }
}

@media (max-width: 1200px) {
  .cid-tAxKTwnwWN .element-wrapper {
    padding: 2.5rem;
  }

  .cid-tAxKTwnwWN .element-wrapper .item-content {
    padding-top: 1rem;
  }

  .cid-tAxKTwnwWN .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

.about-us-tAy8sSh1is .list-items {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 1.2rem;
  color: #FFF;
  gap: 30px;
  position: absolute;
  bottom: -8rem;
  left: 48%;
  transform: translate(-48%);
}


.cid-tOYzhhsR2b .list-items {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 1.2rem;
  color: #FFF;
  gap: 30px;
  position: absolute;
  bottom: -15rem;
  left: 50%;
  transform: translate(-50%);
}

.about-us-tAy8sSh1is .list-item,
.cid-tOYzhhsR2b .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
}

.about-us-tAy8sSh1is .list-items img,
.cid-tOYzhhsR2b .list-items img,
{
width: 30px;
height: 30px;
box-sizing: border-box;
}

.cid-tAxKTwnwWN .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tOYzhhsR2b .mbr-section-btn {
  margin-top: 7rem !important;
}

.cid-tAxKTwnwWN .mbr-section-title {
  color: #F89A42;
  text-align: center;
}

.cid-tAxKTwnwWN .mbr-text {
  font-size: 1rem;
}

.cid-tAxKTwnwWN .mbr-text,
.cid-tAxKTwnwWN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}

.cid-tAxKTwnwWN .item-title {
  text-align: left;
  color: #ffffff;
}

.cid-tAxKTwnwWN .item-subtitle {
  text-align: left;
}

.cid-tAxKTwnwWN .btn-success {
  border: 0 !important;
}

.cid-tCr6dTSvdW,
.cid-tAyaf2AlDP.it-service-tAyaf2AlDP,
.cid-tCr6dTSvdW.it-solution-tCr6dTSvdW,
.cid-tAyaf2AlDP.bpo-service-tAyaf2AlDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.cid-tAyaf2AlDP.orm-service-tAyaf2AlDP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
}

.cid-tCr6dTSvdW,
.cid-tCr6dTSvdW.gostw-tCr6dTSvdW,
.cid-tCr6dTSvdW.ebook-tCr6dTSvdW,
.cid-tCr6dTSvdW.booktrailer-tCr6dTSvdW,
.cid-tAyaf2AlDP.bookmarketing-tAyaf2AlDP,
.cid-tCr6dTSvdW.audiobook-tCr6dTSvdW,
.cid-tCr6dTSvdW.bookcover-tCr6dTSvdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.cid-tCr6dTSvdW {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.01) 0%, rgba(217, 217, 217, 1) 100%);

}

.cid-tCr6dTSvdW.greem-bg-tCr6dTSvdW {
  background-image: url("../../../assets/images/greem-bg-tCr6dTSvdW.webp");
}

.cid-tCr6dTSvdW.blue-bg-tCr6dTSvdW {
  background-image: url("../../../assets/images/blue-bg-tCr6dTSvdW.webp");
}

.cid-tCr6dTSvdW.home-bg-tCr6dTSvdW {
  background-image: url("../../../assets/images/home-bg-tCr6dTSvdW.webp");
}

.cid-tCr6dTSvdW.real-crm-tCr6dTSvdW {
  background-image: url("../../../assets/images/real-crm-tCr6dTSvdW.webp");
}

.cid-tCr6dTSvdW.Swift-bg-tCr6dTSvdW {
  background-image: url("../../../assets/images/Swift-bg-tCr6dTSvdW.webp");
}

.Swift-bg-tCr6dTSvdW .btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tCr6dTSvdW.it-solution-tCr6dTSvdW {
  background-image: url("../../../assets/images/CTA-Section-BG.webp");
}

.cid-tAyaf2AlDP.bpo-service-tAyaf2AlDP {
  background-image: url("../../../assets/images/BPO-solution-bg.webp");
}

.cid-tCr6dTSvdW.gostw-tCr6dTSvdW {
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCr6dTSvdW.ebook-tCr6dTSvdW {
  background-image: url("../../../assets/images/ebook-tCr6dTSvdW1.webp");
}

.cid-tCr6dTSvdW.academic-tCr6dTSvdW {
  background-image: url("../../../assets/images/bd73b85c6f.jpg");
}

.cid-tCr6dTSvdW.autobiography-tCr6dTSvdW {
  background-image: url("../../../assets/images/bd73b85c6fsw.jpg");
}

.cid-tCr6dTSvdW.webseo-tCr6dTSvdW {
  background-image: url("../../../assets/images/shutterstock_2037724310.webp");
}

.cid-tCr6dTSvdW.businesswriting-tCr6dTSvdW {
  background-position: center center;
  background-image: url("../../../assets/images/hooded-burglar-typing-crime-dark-laptop.webp");
}

.cid-tCr6dTSvdW.audiobook-tCr6dTSvdW {
  background-image: url("../../../assets/images/audiobook-tCr6dTSvdW.webp");
}

.cid-tCr6dTSvdW.bookprinting-tCr6dTSvdW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bookprinting-tCr6dTSvdW.webp");
}

.cid-tCr6dTSvdW.bookcover-tCr6dTSvdW {
  background-image: url("../../../assets/images/Book-Cover-bg-2.webp");
}

.cid-tCr6dTSvdW.booktrailer-tCr6dTSvdW {
  background-image: url("../../../assets/images/booktrailer-tAyaf2AlDP-bg-1.webp");
}

.cid-tCr6dTSvdW.author-tCr6dTSvdW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-position: center center;
  background-image: url("../../../assets/images/Section-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.cid-tCr6dTSvdW.bookpublishing-tCr6dTSvdW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-position: center center;
  background-image: url("../../../assets/images/bookpublishing-tAy8sSh1is-bg-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}


.cid-tAyaf2AlDP.explore-tCr6dTSvdW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.01) 0%, rgba(217, 217, 217, 1) 100%);
}

.cid-tCr6dTSvdW .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCr6dTSvdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCr6dTSvdW .row {
  flex-direction: row-reverse;
}

.cid-tCr6dTSvdW .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCr6dTSvdW .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCr6dTSvdW .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCr6dTSvdW .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCr6dTSvdW .col-text {
    margin-top: 10px;
  }
}

.cid-tCr6dTSvdW .text-wrapper {
  width: 100%;
}

.cid-tCr6dTSvdW .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCr6dTSvdW .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCr6dTSvdW .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCr6dTSvdW .mbr-section-subtitle {
  color: #F89A42;
  margin-bottom: 20px;
}

@media (max-width: 575px) {

  .cid-tCr6dTSvdW .mbr-text,
  .cid-tCr6dTSvdW .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCr6dTSvdW .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .audiobook-tAy8sSh1is .mbr-text {
    padding-right: 0 !important;
  }

  .cid-tCr6dTSvdW .mbr-text {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {

  .audiobook-tAy8sSh1is .mbr-text {
    padding-right: 0;
  }

  .cid-tCr6dTSvdW .mbr-text {
    padding-right: 0;
  }
}

.cid-tCr6dTSvdW .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCr6dTSvdW .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCr6dTSvdW .col-img {
    order: 1;
  }
}

.cid-tCr6dTSvdW .img-container {
  width: 100%;
}


.blue-bg-tCr6dTSvdW .img-container,
.greem-bg-tCr6dTSvdW .img-container {
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCr6dTSvdW .img-container {
    padding-left: 20px;
  }
}


.cid-tCr6dTSvdW .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCr6dTSvdW .image-wrapper {
    padding: 15px;
  }
}

.cid-tCr6dTSvdW .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCr6dTSvdW .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCr6dTSvdW .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCr6dTSvdW .mbr-text,
.cid-tCr6dTSvdW .mbr-section-btn {
  color: #000000;
}

.cid-tAxL7oXsuL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;

}

.cid-tAxL7oXsuL .mbr-section-title {
  color: #2e6b75;
}

.cid-tAxL7oXsuL .mbr-text {
  color: #767676;
}

.cid-tAxL7oXsuL .mbr-section-subtitle {
  color: #767676;
}

.cid-tAxL7oXsuL .title .num {
  width: 100%;
  display: block;
  color: #F89A42;
  font-family: 'Gilroy-Regular';
}

.cid-tAxL7oXsuL .num {
  color: #000000;
  font-family: 'Gilroy-Regular';
}

.cid-tAxL7oXsuL .card-title {
  color: #2e6b75;
}

.cid-tAxL7oXsuL .card-title-last {
  color: #ffffff;
}

.cid-tAxL7oXsuL .card-text-last {
  color: #ffffff;
  text-align: left;
}

.cid-tAxL7oXsuL .card-box-last {
  background-color: #f34b1a;
  padding-bottom: 60px;
  padding-top: 48px;
}

@media (max-width: 991px) {
  .cid-tAxL7oXsuL .card:last-child .card-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .cid-tAxL7oXsuL * {
    text-align: center !important;
  }

  .cid-tAxL7oXsuL .content-column {
    margin-bottom: 2rem;
  }
}

.cid-tAxL7oXsuL .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAxL7oXsuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAxL7oXsuL .mbr-section-title,
.cid-tAxL7oXsuL .card-box {
  text-align: center;
  color: #F89A42;
}

.cid-tAxL7oXsuL .card-text {
  color: #000000;
  text-align: left;
}

.cid-tAxL7oXsuL .card-title,
.cid-tAxL7oXsuL .card-img {
  color: #000000;
}

.cid-tB66ZJP2zd,
.cid-tB66ZJP2zd.audiobook-tB66ZJP2zd,
.cid-tB66ZJP2zd.bookcover-tB66ZJP2zd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tB66ZJP2zd {
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tB66ZJP2zd.audiobook-tB66ZJP2zd {
  background-image: url("../../../assets/images/audiobook-tB66ZJP2zd.webp");
}

.cid-tB66ZJP2zd.bookcover-tB66ZJP2zd {
  background-image: url("../../../assets/images/Book-Cover-bg-3.webp");
}



.cid-tB66ZJP2zd .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB66ZJP2zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tB66ZJP2zd .container {
    max-width: 1400px;
  }
}

/* .cid-tB66ZJP2zd .item-img,
.cid-tB66ZJP2zd img {
  width: auto;
  height: auto;
} */

.cid-tB66ZJP2zd .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}

.cid-tB66ZJP2zd .card-wrapper {
  margin-top: 2rem;
  background: #D9D9D9;
  padding: 2.5rem;
  border-radius: 15px;
}

.cid-tB66ZJP2zd .card-wrapper:hover {
  background-color: #BAFF29;
  transition: all 0.3s ease-out;
}

.cid-tB66ZJP2zd .card-wrapper:hover .card-title::after {
  background-color: #F89A42;
}

.cid-tB66ZJP2zd .card-wrapper:hover .card-title,
.cid-tB66ZJP2zd .card-wrapper:hover .card-text {
  color: #fff;
}

.cid-tB66ZJP2zd .row {
  justify-content: center;
}

.cid-tB66ZJP2zd .card-title {
  padding-top: 25px;
  position: relative;
  color: #F89A42;
}

.cid-tB66ZJP2zd .card-title::after {
  content: '';
  background-color: #BAFF29;
  width: 80px;
  height: 4px;
  bottom: -20px;
  left: 0;
  z-index: 9999;
  position: absolute;
}

.cid-tB66ZJP2zd .card-title,
.cid-tB66ZJP2zd .iconfont-wrapper {
  text-align: left;
}

.cid-tB66ZJP2zd .mbr-section-subtitle {
  color: #ffffff;
}

.cid-tAyghUlmnn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/Array-of-Benefits.webp");
}

.cid-tAyghUlmnn .wrapper {
  background-color: #ffffff;
  padding: 100px 90px 50px 90px;
}


.cid-tAyghUlmnn .title-section {
  margin-bottom: 30px;
}

.cid-tAyghUlmnn .card-1 {
  background-color: #F89A42;
  height: 100%;
  position: relative;
  overflow: hidden;

}

.cid-tAyghUlmnn .card-1::before {
  content: url("../../../assets/images/Benefits-bg.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gost-tAyghUlmnn .card-1 {
  background-color: #FFF;
  height: 100%;
  border: 1px solid #D9D9D9;

}

.cid-tAyghUlmnn .card-1:hover {
  background-color: #1A1B41;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.cid-tAyghUlmnn .card-body:hover h3,
.cid-tAyghUlmnn .card-body:hover p {
  color: #ffffff;
}

/* 
.cid-tAyghUlmnn .card-2 {
  background-color: #f23801;
}

.cid-tAyghUlmnn .card-3 {
  background-color: #1cda00;
}

.cid-tAyghUlmnn .card-4 {
  background-color: #00a2da;
} */

.cid-tAyghUlmnn .card-img-top {
  margin-top: 12px;
  width: 60px;
  height: 60px;
}

.cid-tAyghUlmnn .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAyghUlmnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAyghUlmnn .card .mbr-section-subtitle {
  color: #F89A42;
}

.cid-tAyghUlmnn .card .mbr-text {
  color: #000000;
}

.cid-tAxLg7u5ge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #D9D9D9;
}

.cid-tAxLg7u5ge .btn-sm {
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .cid-tAxLg7u5ge .col-md-6 {
    width: 100%;
  }

  .cid-tAxLg7u5ge .progress-elements {
    width: 649px;
    max-width: 649px;
    padding-bottom: 130px;
  }

  .cid-tLSQvHIZY1 .news h2:nth-child(1)::before {
    left: 25px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .cid-tAxLg7u5ge .progress-elements {
    width: 100%;
    padding-bottom: 125px;
  }
}

.cid-tAxLg7u5ge h2,
.cid-tAxLg7u5ge h4,
.cid-tAxLg7u5ge p {
  margin: 0;
}

.cid-tAxLg7u5ge .text-elements {
  padding-left: 234px;
}

@media (max-width: 1024px) {
  .cid-tAxLg7u5ge .text-elements {
    width: 652px;
    max-width: 652px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .cid-tAxLg7u5ge .text-elements {
    width: 100%;
  }
}

.cid-tAxLg7u5ge .mbr-section-title {
  color: #000000;
  margin-bottom: 14px;
}

.cid-tAxLg7u5ge .mbr-text {
  margin-top: 14px;
  color: #767676;
}

.cid-tAxLg7u5ge .link-wrap {
  padding-top: 50px;
}

.cid-tAxLg7u5ge .link {
  font-weight: 600;
  position: relative;
}

.cid-tAxLg7u5ge .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}


.cid-tAxLg7u5ge .progress {
  height: 7px;
  width: 100%;
  margin-top: 14px;
  border-radius: 0;
  background-color: transparent;
  outline: transparent;
  border: transparent;
  position: relative;
}




.cid-tAxLg7u5ge progress::-webkit-progress-value {
  background: #b12900;
}

.cid-tAxLg7u5ge progress[value]::-webkit-progress-bar {
  background: transparent;
}

.cid-tAxLg7u5ge .progressbar-title {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: end;
}

.cid-tAxLg7u5ge .title-wrap {
  position: relative;
  z-index: 5;
}

.cid-tAxLg7u5ge .number-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  min-width: 50px;
  font-size: 1.1rem;
  color: #F89A42;
}

.cid-tAxLg7u5ge .progress-wrap {
  position: relative;
  padding-top: 26px;
}

.cid-tAxLg7u5ge .progress-wrap::before {
  content: '';
  background-color: #BAFF29;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 0;
  z-index: 0;
}

.cid-tAxLg7u5ge .progress-wrap:first-child {
  padding: 0;
}

.cid-tAxLg7u5ge .progress-value {
  position: relative;
}

.cid-tAxLg7u5ge .progress1 .progressbar-number:before,
.cid-tAxLg7u5ge .progress2 .progressbar-number:before,
.cid-tAxLg7u5ge .progress3 .progressbar-number:before,
.cid-tAxLg7u5ge .progress4 .progressbar-number:before,
.cid-tAxLg7u5ge .progress5 .progressbar-number:before {
  position: absolute;
  right: 22px;
  top: 0;
  margin-right: 1px;
}

.cid-tAxLg7u5ge progress[value]::-moz-progress-bar {
  background: #F89A42;
}

/* .cid-tAxLg7u5ge progress[value]::-moz-progress-bar {
  background: #f34b1a;
} */

.cid-tAxLg7u5ge progress::-ms-fill {
  background: #f34b1a;
}

.cid-tAxLg7u5ge .progress1 .progress-value {
  width: calc(100%);
}

@media (max-width: 480px) {
  .cid-tAxLg7u5ge .progress1 .progress-value {
    width: 100%;
  }
}

.cid-tAxLg7u5ge .progress1 .progressbar-number:before {
  content: "80";
}

.cid-tAxLg7u5ge .progress2 .progress-value {
  width: calc(100%);
}

@media (max-width: 480px) {
  .cid-tAxLg7u5ge .progress2 .progress-value {
    width: 100%;
  }
}

.cid-tAxLg7u5ge .progress2 .progressbar-number:before {
  content: "100";
}

.cid-tAxLg7u5ge .progress3 .progress-value {
  width: calc(100%);
}

@media (max-width: 480px) {
  .cid-tAxLg7u5ge .progress3 .progress-value {
    width: 100%;
  }
}

.cid-tAxLg7u5ge .progress3 .progressbar-number:before {
  content: "80";
}

.cid-tAxLg7u5ge .progress4 .progress-value {
  width: calc(100%);
}

@media (max-width: 480px) {
  .cid-tAxLg7u5ge .progress4 .progress-value {
    width: 100%;
  }
}

.cid-tAxLg7u5ge .progress4 .progressbar-number:before {
  content: "90";
}

.cid-tAxLg7u5ge .progress5 .progress-value {
  width: calc(100%);
}

@media (max-width: 480px) {
  .cid-tAxLg7u5ge .progress5 .progress-value {
    width: 100%;
  }
}

.cid-tAxLg7u5ge .progress5 .progressbar-number:before {
  content: "60";
}

.cid-tAxLg7u5ge .progressbar-title,
.cid-tAxLg7u5ge .progress-value {
  color: #F89A42;
}

.cid-tBM0qedkbW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/branding-998x730-800x585.webp");
}

.cid-tBM0qedkbW .mbr-overlay {
  background: #0038a1;
  opacity: 0.4;
}

.cid-tBM0qedkbW .item:focus,
.cid-tBM0qedkbW span:focus {
  outline: none;
}

.cid-tBM0qedkbW .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #000000;
  height: 100%;
}

.cid-tBM0qedkbW .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}

.cid-tBM0qedkbW .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}

.cid-tBM0qedkbW .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cid-tBM0qedkbW .mbr-text,
.cid-tBM0qedkbW .mbr-section-btn {
  text-align: left;
}

.cid-tBM0qedkbW .item-title {
  text-align: left;
}

.cid-tBM0qedkbW .item-subtitle {
  text-align: left;
}

.cid-tBM0qedkbW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tBM0qedkbW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tBM0qedkbW .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tBM0qedkbW .embla__slide {
    min-width: 375px;
  }
}

.cid-tBM0qedkbW .embla__button--next,
.cid-tBM0qedkbW .embla__button--prev {
  display: flex;
}

.cid-tBM0qedkbW .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tBM0qedkbW .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBM0qedkbW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBM0qedkbW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBM0qedkbW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tBM0qedkbW .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tBM0qedkbW .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cid-tBM0qedkbW .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tBM0qedkbW .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBM0qedkbW .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBM0qedkbW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBM0qedkbW .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}

.cid-tBM0qedkbW .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}

.cid-tBM0qedkbW .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}

.cid-tBM0qedkbW .card-text {
  color: #ffffff;
  text-align: left;
}

.cid-tBM0qedkbW H3 {
  color: #1d1d1f;
  text-align: center;
}

.cid-tBM0qedkbW .button-align {
  margin-top: 25px;
  text-align: center;
}

.cid-tBM0qedkbW .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  transition: all .3s !important;
}

.cid-tBM0qedkbW a.btn>span {
  margin-left: 0.5rem;
}

.cid-tBM0qedkbW .card-title,
.cid-tBM0qedkbW .iconfont-wrapper {
  color: #ffffff;
}

.cid-tBM0qedkbW .mbr-section-title,
.cid-tBM0qedkbW .button-align {
  color: #ffffff;
}

.cid-tBM0qedkbW a.btn:hover {
  background-color: transparent !important;
  border-color: #BAFF29 !important;
}

@media (max-width: 576px) {
  .cid-tBM0qedkbW .embla__slide {
    min-width: 100%;
  }
}

.cid-tB6764RsXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/HTV-BPO-Service/HR-Outsourcing-BG.webp");
  /* background-color: rgba(245, 245, 245, 1); */
}

.cid-tB6764RsXP.dms-tLSQvHIZY1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/digital-solution/HR-Outsourcing-BG.webp");
  /* background-color: rgba(245, 245, 245, 1); */
}

.cid-tB6764RsXP .image-wrapper_ img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.booktrailer-tAy8sSh1is .image-wrapper_ img {
  mix-blend-mode: darken;
}

.cid-tB6764RsXP1 .image-wrapper_ img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.cid-tB6764RsXP .cards {
  padding-right: 35px;
}

@media (max-width: 1200px) {
  .cid-tB6764RsXP .cards {
    padding: 0 0 0 12px;
  }
}

.cid-tB6764RsXP .cards-wrapper {
  justify-content: center;
}

.cid-tB6764RsXP .card {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .cid-tB6764RsXP .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}


.cid-tB6764RsXP .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #096dbd;
  border-radius: 14px;
}

.cid-tB6764RsXP .card .card-wrapper img {
  margin-top: 30px;
  margin-bottom: 19px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.cid-tB6764RsXP .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}

.cid-tB6764RsXP .card .card-wrapper .mbr-card-desc {
  margin: 0;
}

.cid-tB6764RsXP .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #000000;
}

.cid-tB6764RsXP .mbr-section-title {
  margin: 15px 0;
  color: #080808;
}

.cid-tB6764RsXP .mbr-text {
  /* margin-bottom: 38px; */
  color: #65676c;
}

.cid-tB6764RsXP .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}

.cid-tB6764RsXP .btn:hover {
  box-shadow: none;
}

.cid-tB6764RsXP .mbr-card-title {
  color: #080808;
  text-align: center;
}

.cid-tB6764RsXP .mbr-card-desc {
  color: #65676c;
  text-align: center;
}

.cid-tB6764RsXP .mbr-section-title,
.cid-tB6764RsXP .mbr-section-btn {
  text-align: left;
  color: #000000;
}

.cid-tB6dTknUR6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tB6dTknUR6 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB6dTknUR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB6dTknUR6 .cards-row {
  row-gap: 50px;
}

.cid-tB6dTknUR6 .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.cid-tB6dTknUR6 .mbr-iconfont {
  font-size: 82px;
  color: #BAFF29;
}

.cid-tB6dTknUR6 .card-box {
  padding-left: 28px;
}

.cid-tB6dTknUR6 .card-title {
  color: #303030;
}

.cid-tB6dTknUR6 .card-text {
  color: #303030;
  margin-top: 10px;
}

.cid-tB6dTknUR6 .mbr-section-title {
  text-align: center;
  color: #000000;
}

.cid-tB6dTknUR6 .item-img img {
  width: 70px;
}

.cid-tAyhOEtUxY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-bg.webp");
}

.cid-tAyhOEtUxY .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tAyhOEtUxY .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tAyhOEtUxY .list-group-item {
  padding: .75rem 0rem;
}

.cid-tAyhOEtUxY .plan-subtitle {
  color: #353535;
}

.cid-tAyhOEtUxY .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tAyhOEtUxY .nav-tabs {
  border: none !important;
}

.cid-tAyhOEtUxY .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tAyhOEtUxY .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tAyhOEtUxY .nav-tabs .btn.active,
.cid-tAyhOEtUxY .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tAyhOEtUxY .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tAyhOEtUxY .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tAyhOEtUxY .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tAyhOEtUxY .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tAyhOEtUxY .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
  border: 2px solid #BAFF29;
  border-radius: 14px;
}

.cid-tAyhOEtUxY .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tAyhOEtUxY .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
}

.cid-tAyhOEtUxY .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tAyhOEtUxY .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tAyhOEtUxY .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tAyhOEtUxY .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tAyhOEtUxY .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}

.cid-tAyhOEtUxY .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tAyhOEtUxY .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tAyhOEtUxY .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tAyhOEtUxY .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tAyhOEtUxY .price-figure {
    font-size: 2.20rem;
  }
}

.cid-tAyhOEtUxY .plan-title {
  color: #000000;
}

.cid-tAyhOEtUxY .plan-price .price-figure {
  color: #F89A42;
}

.cid-tAyhOEtUxY .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tAyhOEtUxY .plan-sale {
    right: -63px;
    top: 20px;
  }
}


.cid-tAK5QViF4h {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}

@media (min-width: 992px) {
  .cid-tAK5QViF4h .row {
    flex-direction: row-reverse;
  }

  .cid-tAK5QViF4h .image-wrapper {
    padding-right: 1.5rem;
  }

  .cid-tAK5QViF4h .wrapper {
    padding-left: 1.5rem;
  }
}

.cid-tAK5QViF4h .item-title {
  color: #000000;
  text-align: left;
}

.cid-tAK5QViF4h .subtitle-text {
  color: #6c7577;
}

.cid-tAK5QViF4h .item-box {
  display: flex;
}

.cid-tAK5QViF4h .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tAK5QViF4h .item-text {
  color: #353535;
}

.cid-tAK5QViF4h .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tAK5QViF4h .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tAK5QViF4h .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cid-tAK5QViF4h .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAK5QViF4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBc4R7dtZJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/Section-6-Portfolio-BG.webp");
  /* background-color: #ffffff; */

  overflow: hidden;
  box-sizing: border-box;
}

.cid-tBc4R7dtZJ .mbr-gallery-filter {
  text-align: left;
}

.cid-tBc4R7dtZJ .mbr-gallery-filter ul {
  position: relative;

}

@media (min-width: 768px) {
  .cid-tBc4R7dtZJ .mbr-gallery-filter ul {
    margin: 5px 0;
    /* padding-left: 170px; */
  }

}

.cid-tBc4R7dtZJ .our-folio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* @media (max-width: 768px) {
  .cid-tBc4R7dtZJ .our-folio {
    display: flex;
    flex-direction: column;
    justify-items: center;
  }

} */


.cid-tBc4R7dtZJ .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tBc4R7dtZJ .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0 6px;
  font-size: 18px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
  color: #FFF;
}

@media (max-width: 767px) {
  .cid-tBc4R7dtZJ .mbr-gallery-filter ul li a.btn {
    margin-right: 15px;
  }
}

@media (max-width: 640px) {
  .cid-tBc4R7dtZJ .mbr-gallery-filter ul li a.btn {
    margin-right: 0;
  }
}

.cid-tBc4R7dtZJ .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}

.cid-tBc4R7dtZJ .mbr-gallery-filter ul li.active .btn,
.cid-tBc4R7dtZJ .mbr-gallery-filter ul li a.btn:hover {
  /* background-color: #17d975 !important; */
  color: #17d975 !important;
  /* border-radius: 100px !important; */
}

.cid-tBc4R7dtZJ .mbr-gallery-filter li a {
  border-radius: 0 !important;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div {
  overflow: hidden;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

/* .cid-tBc4R7dtZJ .mbr-gallery-item>div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
} */

.cid-tBc4R7dtZJ .mbr-gallery-item>div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div .icon-video {
  transform: translateY(50%);
  top: 55%;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}

.cid-tBc4R7dtZJ .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}

.cid-tBc4R7dtZJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBc4R7dtZJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBc4R7dtZJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BAFF29;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div>span {
  color: #ffffff;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div:hover:after {
  opacity: 1;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div:hover:before {
  opacity: 0.4 !important;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div:hover .icon-focus {
  bottom: 33%;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}

.cid-tBc4R7dtZJ .mbr-gallery-item>div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}

.cid-tBc4R7dtZJ .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.cid-tBc4R7dtZJ .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.cid-tBbZ9w7mNw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}

.cid-tBbZ9w7mNw .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBbZ9w7mNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBbZ9w7mNw .mbr-text,
.cid-tBbZ9w7mNw .mbr-section-btn {
  color: #232323;
}

.cid-tBbZ9w7mNw .card-title,
.cid-tBbZ9w7mNw .card-box {
  color: #ffffff;
}

.cid-tBbZ9w7mNw .mbr-text,
.cid-tBbZ9w7mNw .link-wrap {
  color: #ffffff;
}

.cid-tB5NF4jpWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #F89A42;
  /* background-image: url("../../../assets/images/mbr-2-1920x1280.webp"); */
}

.cid-tB5NF4jpWT .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}

.cid-tB5NF4jpWT .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 471px;
}

.cid-tB5NF4jpWT .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}

.cid-tB5NF4jpWT H3 {
  color: #1d1d1f;
}

.cid-tB5NF4jpWT .card-subtitle {
  text-align: left;
}

.cid-tB5NF4jpWT .button-align {
  margin-top: 56px;
  text-align: center;
}

.cid-tB5NF4jpWT .mbr-section-btn {
  width: auto;
  display: inline-block;
}

.cid-tB5NF4jpWT .card-title,
.cid-tB5NF4jpWT .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}

.cid-tB5NF4jpWT .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}

.cid-tB5NF4jpWT .card-text {
  color: #8c8c95;
}

.cid-tB5NF4jpWT .year-title {
  text-align: center;
  color: #14142b;
  /* margin-bottom: 20px; */
  position: relative;
  filter: drop-shadow(16px 16px 20px red) invert(75%);


}

.cid-tB5NF4jpWT .year-subtitle {
  text-align: center;
  color: #5f5d68;
}

.cid-tB5NF4jpWT .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}

.cid-tB5NF4jpWT .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 1000px;
}

.cid-tB5NF4jpWT .accent1 {
  background-color: rgb(51, 255, 0);
}

.cid-tB5NF4jpWT .accent2 {
  background-color: rgba(255, 230, 7, 1);
}

.cid-tB5NF4jpWT .accent3 {
  background-color: rgba(151, 71, 255, 1);
}

.cid-tB5NF4jpWT .accent4 {
  background-color: #ff9417;
}

.cid-tB5NF4jpWT .accent5 {
  background-color: #4cc9f0;
}

.cid-tB5NF4jpWT .timeline,
.cid-tB5NF4jpWT .timeline h4,
.cid-tB5NF4jpWT .timeline h3 {
  align-items: center;
  color: #fff;
  font-family: 'Gilroy-Regular';
}

/* 
.cid-tB5NF4jpWT .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}

.cid-tB5NF4jpWT .year-title.year1:before {
  background-color: #fedb01;
}

.cid-tB5NF4jpWT .year-title.year2:before {
  background-color: #6c38ff;
}

.cid-tB5NF4jpWT .year-title.year3:before {
  background-color: #ff4433;
}

.cid-tB5NF4jpWT .year-title.year4:before {
  background-color: #ff9417;
}

.cid-tB5NF4jpWT .year-title.year5:before {
  background-color: #4cc9f0;
} */

.cid-tB5NF4jpWT .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}

@media (max-width: 1120px) {
  /* .cid-tB5NF4jpWT .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  } */

  /* .cid-tB5NF4jpWT .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  } */

  .cid-tB5NF4jpWT .year {
    flex-direction: row;
  }

  .cid-tB5NF4jpWT .year-title {
    text-align: center;
    margin-bottom: 4px;
  }

  /* .cid-tB5NF4jpWT .year-title:before {
    display: block;
    border: none;
  }

  .cid-tB5NF4jpWT .accent {
    display: none;
  } */

  .cid-tB5NF4jpWT .row.title-block {
    margin: initial;
    max-width: 100%;
    align-items: flex-start;
  }

  .cid-tB5NF4jpWT .line {
    display: none;
  }

  .cid-tB5NF4jpWT .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }

  .cid-tB5NF4jpWT .year-subtitle {
    margin-bottom: 10px;
    text-align: center;
  }

  .cid-tB5NF4jpWT .row.title-block>.col-12 {
    padding: 0 !important;
  }
}

.cid-tB5NF4jpWT .no-padd {
  margin-bottom: 0px !important;
}

@media (max-width: 750px) {
  .cid-tB5NF4jpWT .main {
    flex-direction: column;
  }

  .cid-tB5NF4jpWT .row.title-block,
  .cid-tB5NF4jpWT .timeline {
    margin: auto;
  }

  .cid-tB5NF4jpWT .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }

  .cid-tB5NF4jpWT .button-align {
    margin-top: 16px;
  }
}

.cid-tB5NF4jpWT .btn {
  margin-top: 20px;
}

.cid-tB5NF4jpWT a.btn>span {
  margin-left: 0.5rem;
}

.cid-tAxUNb4xno {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #D9D9D9;
}



.cid-tAxUNb4xno .mbr-section-head {
  padding: 0 1rem;
}

.cid-tAxUNb4xno img,
.cid-tAxUNb4xno .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tAxUNb4xno .item:focus,
.cid-tAxUNb4xno span:focus {
  outline: none;
}

.cid-tAxUNb4xno .item-wrapper {
  position: relative;
}

.cid-tAxUNb4xno .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tAxUNb4xno .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tAxUNb4xno .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tAxUNb4xno .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tAxUNb4xno .item-content {
  background: #F89A42;
  padding: 32px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}

@media (max-width: 425px) {
  .cid-tAxUNb4xno .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tAxUNb4xno .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tAxUNb4xno .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tAxUNb4xno .item-person {
  margin-top: 40px;
}

.cid-tAxUNb4xno .item-person img {
  height: 98px;
  width: 98px;
  object-fit: cover;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.cid-tAxUNb4xno .item-person .item-title {
  margin: 0;
}

.cid-tAxUNb4xno .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tAxUNb4xno .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tAxUNb4xno .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tAxUNb4xno .embla__button--next,
.cid-tAxUNb4xno .embla__button--prev {
  display: flex;
}

.cid-tAxUNb4xno .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tAxUNb4xno .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tAxUNb4xno .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tAxUNb4xno .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tAxUNb4xno .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tAxUNb4xno .embla__button {
    top: auto;
  }
}

.cid-tAxUNb4xno .embla {
  position: relative;
  width: 100%;
}

.cid-tAxUNb4xno .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tAxUNb4xno .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tAxUNb4xno .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tAxUNb4xno .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tAxUNb4xno .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tAxUNb4xno .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tAxUNb4xno .mbr-text {
  color: #ffffff;
  text-align: center;
}

.cid-tAxUNb4xno .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tAxUNb4xno .item-subtitle {
  color: #adaeb1;
  text-align: center;
}


/* .cid-tBMuZBq2UR .card {
  background-color: #ebeae2;
} */
/* .social-wrap {
  padding: 3rem 0 0;
} */

.social-wrap img {
  display: inline-block !important;
  width: auto !important;
}


@media (max-width: 640px) {
  .social-wrap img {
    display: inline-block !important;
    width: 100% !important;
    height: auto;
    max-width: 30px;
  }
}

@media (max-width: 991px) {
  .social-wrap {
    padding: 3rem 0 1.5rem;
  }

  .footer-tAxL1W5CQ8 .footer-logo .social-wrapper {
    margin-top: 4rem;
  }
}

.cid-tBMuZBq2UR .form-control {
  background-color: rgb(217, 217, 217);
}

.cid-tBMuZBq2UR .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBMuZBq2UR .form-control,
form .btn {
  min-height: 38px;
}

.cid-tBMuZBq2UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAxL1W5CQ8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}


.footer-tAxL1W5CQ8 .footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.footer-tAxL1W5CQ8 .footer-nav ul li a {
  color: #000000;
  position: relative;
}

.footer-tAxL1W5CQ8 .mbr-text {
  font-size: 1.2rem;
}

.footer-tAxL1W5CQ8 .footer-nav ul li a:hover {
  color: #befc28;

}

.footer-tAxL1W5CQ8 .footer-nav ul li a::before {
  content: '';
  background-color: #befc28;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.footer-tAxL1W5CQ8 .footer-nav ul li a:hover::before {
  opacity: 1;
  transition: all .3s ease-in-out;
}


.footer-dark-bg {
  background-color: #202020;
  background-image: none !important;
}

/* .footer-tAxL1W5CQ8 .footer-logo img {
  max-width: 75%;
  height: auto;
} */
.footer-tAxL1W5CQ8 .footer-logo .social-wrapper {
  margin-top: 6rem;
}

.cid-tAxL1W5CQ8 .social-wrap img {
  display: inline-block !important;
  width: auto !important;
}

.footer-tAxL1W5CQ8 .social-wrap img {
  width: 27px;
  height: 27px;
}

@media (max-width: 640px) {
  .cid-tAxL1W5CQ8 .social-wrap img {
    display: inline-block !important;
    width: 100% !important;
    height: auto;
    max-width: 30px;
  }
}

.cid-tAxL1W5CQ8 .media-wrap {
  padding: 0;
  display: flex;
  max-width: 90%;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .cid-tAxL1W5CQ8 .media-wrap {
    margin-bottom: 1rem;
  }
}

/* @media (max-width: 768px) {
  .cid-tAxL1W5CQ8 .media-wrap {
    margin: 0 auto 25px;
  }
} */

/* @media (max-width: 767px) {
  .cid-tAxL1W5CQ8 .row {
    text-align: center;
  } */

.cid-tAxL1W5CQ8 .row>div {
  margin: 0 auto;
}

.cid-tAxL1W5CQ8 .social-row {
  justify-content: center;

}

.cid-tAxL1W5CQ8 .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tAxL1W5CQ8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tAxL1W5CQ8 .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tAxL1W5CQ8 .list {
    margin-bottom: 0rem;
  }
}

.cid-tAxL1W5CQ8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tAxL1W5CQ8 .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tAxL1W5CQ8 div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tAxL1W5CQ8 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAxL1W5CQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAxL1W5CQ8 H5 {
  color: #F89A42;
}

.cid-tAxL1W5CQ8 .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-tAxL1W5CQ8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tAITsK8Ojr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tAITsK8Ojr .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}

.cid-tAITsK8Ojr .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-tAITsK8Ojr .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tAITsK8Ojr .container {
    padding: 0 1rem;
  }
}

.cid-tAITsK8Ojr .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tAITsK8Ojr .nav-link {
  position: relative;
}

.cid-tAITsK8Ojr .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tAITsK8Ojr nav.navbar {
  position: fixed;
}

.cid-tAITsK8Ojr .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tAITsK8Ojr .navbar.opened {
  transition: all 0.3s;
}

.cid-tAITsK8Ojr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tAITsK8Ojr .navbar .navbar-logo img {
  width: auto;
}

.cid-tAITsK8Ojr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tAITsK8Ojr .navbar.collapsed {
  justify-content: center;
}

.cid-tAITsK8Ojr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tAITsK8Ojr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tAITsK8Ojr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tAITsK8Ojr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tAITsK8Ojr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tAITsK8Ojr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tAITsK8Ojr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tAITsK8Ojr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tAITsK8Ojr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tAITsK8Ojr .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tAITsK8Ojr .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tAITsK8Ojr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tAITsK8Ojr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tAITsK8Ojr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tAITsK8Ojr .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tAITsK8Ojr .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tAITsK8Ojr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tAITsK8Ojr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tAITsK8Ojr .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tAITsK8Ojr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tAITsK8Ojr .navbar.navbar-short {
  min-height: 60px;
}

.cid-tAITsK8Ojr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tAITsK8Ojr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tAITsK8Ojr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAITsK8Ojr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tAITsK8Ojr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tAITsK8Ojr .dropdown-item:hover,
.cid-tAITsK8Ojr .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tAITsK8Ojr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tAITsK8Ojr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tAITsK8Ojr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tAITsK8Ojr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tAITsK8Ojr .dropdown-menu,
.cid-tAITsK8Ojr .navbar.opened {
  background: #ffffff !important;
}

.cid-tAITsK8Ojr .nav-item:focus,
.cid-tAITsK8Ojr .nav-link:focus {
  outline: none;
}

.cid-tAITsK8Ojr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tAITsK8Ojr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tAITsK8Ojr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tAITsK8Ojr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAITsK8Ojr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tAITsK8Ojr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tAITsK8Ojr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tAITsK8Ojr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tAITsK8Ojr .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tAITsK8Ojr .dropdown-item.active,
.cid-tAITsK8Ojr .dropdown-item:active {
  background-color: transparent;
}

.cid-tAITsK8Ojr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tAITsK8Ojr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tAITsK8Ojr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tAITsK8Ojr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tAITsK8Ojr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tAITsK8Ojr .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tAITsK8Ojr ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tAITsK8Ojr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tAITsK8Ojr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tAITsK8Ojr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tAITsK8Ojr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tAITsK8Ojr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAITsK8Ojr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAITsK8Ojr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tAITsK8Ojr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAITsK8Ojr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tAITsK8Ojr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tAITsK8Ojr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAITsK8Ojr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tAITsK8Ojr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tAITsK8Ojr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tAITsK8Ojr .navbar {
    height: 70px;
  }

  .cid-tAITsK8Ojr .navbar.opened {
    height: auto;
  }

  .cid-tAITsK8Ojr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tAITsMfCe6 {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-screen-bg.jpg");
}

.cid-tAITsMfCe6::before {
  content: "";
  background-image: url("../../../assets/images/webdevelopment-banner.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 873px;
  width: 810px;
  right: 0;
  z-index: 1;
  position: absolute;
  background-position: top;
  margin-top: -3%;
}

.cid-tAITsMfCe6 .mbr-iconfont2 {
  color: #BAFF29;
}

.cid-tAITsMfCe6 .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tAITsMfCe6 .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tAITsMfCe6 .btn {
  margin-left: 0rem;
}

.cid-tAITsMfCe6 .row {
  padding-bottom: 8rem;
}

.cid-tAITsMfCe6 .link {
  margin: 0;
}

.cid-tAITsMfCe6 .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tAITsMfCe6 .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #BAFF29;
  transition: 0.7s;
}

.cid-tAITsMfCe6 .card-img {
  margin-bottom: 3.2rem;
}

.cid-tAITsMfCe6 .item-img {
  margin: 0 auto;
}

/* .cid-tAITsMfCe6 .item-img,
.cid-tAITsMfCe6 img {
  width: 70px;
  height: 70px;
  margin-bottom: 3.2rem;
} */
.cid-tAITsMfCe6 .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tAITsMfCe6 .card:hover .card-inner {
  background-color: #BAFF29;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tAITsMfCe6 .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tAITsMfCe6 .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tAITsMfCe6 .media-container-row {
  align-items: flex-end;
}

.cid-tAITsMfCe6 .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tAITsMfCe6 .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tAITsMfCe6 .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tAITsMfCe6 .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tAITsMfCe6 .card {
    margin-bottom: 2rem;
  }

  .cid-tAITsMfCe6 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tAITsMfCe6 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tAITsMfCe6 .card {
  position: relative;
}

.cid-tAITsMfCe6 .card-3::after {
  content: '';
  background-color: #BAFF29;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tAITsMfCe6 .card:nth-child(3) .card-inner {
  background-color: #BAFF29;
}

.cid-tAITsMfCe6 .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tAITsMfCe6 .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tAITsMfCe6 .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tAITsMfCe6 .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tAITsMfCe6 .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tAITsMfCe6 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCBx8sUdaU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCBx8sUdaU .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCBx8sUdaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCBx8sUdaU .title-wrapper {
  padding: 0 30%;
}

.cid-tCBx8sUdaU .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCBx8sUdaU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCBx8sUdaU .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCBx8sUdaU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCBx8sUdaU .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCBx8sUdaU .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCBx8sUdaU .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCBx8sUdaU .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCBx8sUdaU .embla__button--next,
.cid-tCBx8sUdaU .embla__button--prev {
  display: flex;
}

.cid-tCBx8sUdaU .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCBx8sUdaU .embla__button {
    display: none;
  }
}

.cid-tCBx8sUdaU .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCBx8sUdaU .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCBx8sUdaU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCBx8sUdaU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCBx8sUdaU .embla {
  position: relative;
  width: 100%;
}

.cid-tCBx8sUdaU .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}

.cid-tCBx8sUdaU .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCBx8sUdaU .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCBx8sUdaU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCBx8sUdaU .item-menu-overlay {
  background: transparent;
}

.cid-tCBx8sUdaU .mbr-section-title {
  color: #1c314e;
}

.cid-tAITO3T7AP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .cid-tAITO3T7AP .row {
    flex-direction: row-reverse;
  }

  .cid-tAITO3T7AP .image-wrapper {
    padding-right: 1.5rem;
  }

  .cid-tAITO3T7AP .wrapper {
    padding-left: 1.5rem;
  }
}

.cid-tAITO3T7AP .item-title {
  color: #000000;
}

.cid-tAITO3T7AP .subtitle-text {
  color: #6c7577;
}

.cid-tAITO3T7AP .item-box {
  display: flex;
}

.cid-tAITO3T7AP .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tAITO3T7AP .item-text {
  color: #6c7577;
}

.cid-tAITO3T7AP .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tAITO3T7AP .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tAITO3T7AP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cid-tAITO3T7AP .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAITO3T7AP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBFjkcUjWJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
}

.cid-tBFjkcUjWJ .mbr-overlay {
  background: #BAFF29;
  opacity: 0.6;
}

.cid-tBFjkcUjWJ .item-img,
.cid-tBFjkcUjWJ img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.cid-tBFjkcUjWJ .item:focus,
.cid-tBFjkcUjWJ span:focus {
  outline: none;
}

.cid-tBFjkcUjWJ .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cid-tBFjkcUjWJ .element-wrapper {
  position: relative;
  border-radius: 20px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 25px;
}

@media (min-width: 1201px) {
  .cid-tBFjkcUjWJ .element-wrapper .item-content {
    padding-top: 1.6rem;
  }

  .cid-tBFjkcUjWJ .element-wrapper .item-footer {
    padding-top: 0.1rem;
  }
}

@media (max-width: 1200px) {
  .cid-tBFjkcUjWJ .element-wrapper {
    padding: 2.5rem;
  }

  .cid-tBFjkcUjWJ .element-wrapper .item-content {
    padding-top: 1rem;
  }

  .cid-tBFjkcUjWJ .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

.cid-tBFjkcUjWJ .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tBFjkcUjWJ .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBFjkcUjWJ .mbr-text,
.cid-tBFjkcUjWJ .mbr-section-btn {
  text-align: left;
  color: #353535;
}

.cid-tBFjkcUjWJ .item-title {
  text-align: left;
  color: #000000;
}

.cid-tBFjkcUjWJ .item-subtitle {
  text-align: left;
}

.cid-tBFjkcUjWJ .btn-success {
  border: 0 !important;
}

.cid-tCreNSyQgJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCreNSyQgJ .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCreNSyQgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCreNSyQgJ .row {
  flex-direction: row-reverse;
}

.cid-tCreNSyQgJ .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCreNSyQgJ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCreNSyQgJ .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCreNSyQgJ .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCreNSyQgJ .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCreNSyQgJ .text-wrapper {
  width: 100%;
}

.cid-tCreNSyQgJ .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCreNSyQgJ .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCreNSyQgJ .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCreNSyQgJ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCreNSyQgJ .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCreNSyQgJ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCreNSyQgJ .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCreNSyQgJ .mbr-text {
    padding-right: 0;
  }
}

.cid-tCreNSyQgJ .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCreNSyQgJ .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCreNSyQgJ .col-img {
    order: 1;
  }
}

.cid-tCreNSyQgJ .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCreNSyQgJ .img-container {
    padding-left: 20px;
  }
}

.cid-tCreNSyQgJ .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCreNSyQgJ .image-wrapper {
    padding: 15px;
  }
}

.cid-tCreNSyQgJ .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCreNSyQgJ .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCreNSyQgJ .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCreNSyQgJ .mbr-text,
.cid-tCreNSyQgJ .mbr-section-btn {
  color: #000000;
}

.cid-tB1AvayNY6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-tB1AvayNY6 .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tB1AvayNY6 .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}

.cid-tB1AvayNY6 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB1AvayNY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB1AhGUVIR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7e4d6;
}

.cid-tB1AhGUVIR .container,
.cid-tB1AhGUVIR .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.cid-tB1AhGUVIR img,
.cid-tB1AhGUVIR .item-img {
  height: 100% !important;
  object-fit: cover;
}

.cid-tB1AhGUVIR .item:focus,
.cid-tB1AhGUVIR span:focus {
  outline: none;
}

.cid-tB1AhGUVIR .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.cid-tB1AhGUVIR .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cid-tB1AhGUVIR .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.cid-tB1AhGUVIR .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-tB1AhGUVIR .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 600px;
}

@media (max-width: 546px) {
  .cid-tB1AhGUVIR .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1200px;
  }
}

.cid-tB1AhGUVIR .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}

@media (max-width: 546px) {
  .cid-tB1AhGUVIR .item-content {
    padding: 1.3rem;
  }
}

.cid-tB1AhGUVIR .item-content .item-tag,
.cid-tB1AhGUVIR .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.cid-tB1AhGUVIR .item-wraper {
  position: relative;
}

.cid-tB1AhGUVIR .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cid-tB1AhGUVIR .col-lg-grid:hover .item-content {
  transform: translateY(0);
}

.cid-tB1AhGUVIR .col-lg-grid:hover .item-tag,
.cid-tB1AhGUVIR .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}

.cid-tB1AhGUVIR .col-lg-grid:nth-child(1) {
  grid-area: item1;
}

.cid-tB1AhGUVIR .col-lg-grid:nth-child(2) {
  grid-area: item2;
}

.cid-tB1AhGUVIR .col-lg-grid:nth-child(3) {
  grid-area: item3;
}

.cid-tB1AhGUVIR .col-lg-grid:nth-child(4) {
  grid-area: item4;
}

.cid-tB1AhGUVIR .col-lg-grid:nth-child(5) {
  grid-area: item5;
}

.cid-tB1AhGUVIR .col-lg-grid:nth-child(6) {
  grid-area: item6;
}

.cid-tB1AhGUVIR .col-lg-grid:nth-child(7) {
  grid-area: item7;
}

.cid-tB1AhGUVIR .col-lg-grid:nth-child(8) {
  grid-area: item8;
}

.cid-tB1AhGUVIR .item-content {
  margin-top: 1.375rem;
}

.cid-tB1AhGUVIR .item-title {
  transition: 0.5s;
}

.cid-tB1AhGUVIR .item-title:hover {
  color: #BAFF29;
}

.cid-tB1AhGUVIR .item-tag {
  color: #9e9e9e;
}

.cid-tB1AhGUVIR .item-tag a {
  transition: 0.5s;
}

.cid-tB1AhGUVIR .item-tag a:hover {
  color: #BAFF29 !important;
}

.cid-tB1AhGUVIR .mbr-section-head {
  padding-bottom: 5rem;
}

.cid-tB1AhGUVIR .mbr-section-title b:last-child,
.cid-tB1AhGUVIR .mbr-section-title strong:last-child {
  color: #f23801;
}

.cid-tBFk0HmO3g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/branding-998x730-800x585.webp");
}

.cid-tBFk0HmO3g .mbr-overlay {
  background: #0038a1;
  opacity: 0.4;
}

.cid-tBFk0HmO3g .item:focus,
.cid-tBFk0HmO3g span:focus {
  outline: none;
}

.cid-tBFk0HmO3g .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #000000;
  height: 100%;
}

.cid-tBFk0HmO3g .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}

.cid-tBFk0HmO3g .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}

.cid-tBFk0HmO3g .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cid-tBFk0HmO3g .mbr-text,
.cid-tBFk0HmO3g .mbr-section-btn {
  text-align: left;
}

.cid-tBFk0HmO3g .item-title {
  text-align: left;
}

.cid-tBFk0HmO3g .item-subtitle {
  text-align: left;
}

.cid-tBFk0HmO3g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tBFk0HmO3g .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tBFk0HmO3g .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tBFk0HmO3g .embla__slide {
    min-width: 375px;
  }
}

.cid-tBFk0HmO3g .embla__button--next,
.cid-tBFk0HmO3g .embla__button--prev {
  display: flex;
}

.cid-tBFk0HmO3g .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tBFk0HmO3g .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBFk0HmO3g .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBFk0HmO3g .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBFk0HmO3g .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tBFk0HmO3g .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tBFk0HmO3g .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cid-tBFk0HmO3g .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tBFk0HmO3g .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBFk0HmO3g .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBFk0HmO3g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBFk0HmO3g .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}

.cid-tBFk0HmO3g .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}

.cid-tBFk0HmO3g .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}

.cid-tBFk0HmO3g .card-text {
  color: #ffffff;
  text-align: left;
}

.cid-tBFk0HmO3g H3 {
  color: #1d1d1f;
  text-align: center;
}

.cid-tBFk0HmO3g .button-align {
  margin-top: 25px;
  text-align: center;
}

.cid-tBFk0HmO3g .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  transition: all .3s !important;
}

.cid-tBFk0HmO3g a.btn>span {
  margin-left: 0.5rem;
}

.cid-tBFk0HmO3g .card-title,
.cid-tBFk0HmO3g .iconfont-wrapper {
  color: #ffffff;
}

.cid-tBFk0HmO3g .mbr-section-title,
.cid-tBFk0HmO3g .button-align {
  color: #ffffff;
}

.cid-tBFk0HmO3g a.btn:hover {
  background-color: #BAFF29 !important;
  border-color: #b01c0e !important;
}

@media (max-width: 576px) {
  .cid-tBFk0HmO3g .embla__slide {
    min-width: 100%;
  }
}

.cid-tBcbDG5gSL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tBcbDG5gSL .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBcbDG5gSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tBcbDG5gSL .container {
    max-width: 1400px;
  }
}

.cid-tBcbDG5gSL .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}

.cid-tBcbDG5gSL .card-wrapper {
  margin-top: 2rem;
  background: #fafafa;
  padding: 2rem 1.5rem;
  border-radius: 15px;
}

.cid-tBcbDG5gSL .row {
  justify-content: center;
}

.cid-tBcbDG5gSL .mbr-section-title {
  color: #ffffff;
}

.cid-tBcbDG5gSL .card-title {
  padding-top: 15px;
}

.cid-tBcbDG5gSL .item-img img {
  width: 70px;
}

.cid-tBcbDG5gSL .card-title,
.cid-tBcbDG5gSL .iconfont-wrapper {
  text-align: left;
}

.cid-tBcbDG5gSL .mbr-section-subtitle {
  color: #ffffff;
}

.cid-tBS5lGvKNw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-bg.webp");
}

.cid-tBS5lGvKNw .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tBS5lGvKNw .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tBS5lGvKNw .list-group-item {
  padding: .75rem 0rem;
}

.cid-tBS5lGvKNw .plan-subtitle {
  color: #353535;
}

.cid-tBS5lGvKNw .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tBS5lGvKNw .nav-tabs {
  border: none !important;
}

.cid-tBS5lGvKNw .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tBS5lGvKNw .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tBS5lGvKNw .nav-tabs .btn.active,
.cid-tBS5lGvKNw .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tBS5lGvKNw .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tBS5lGvKNw .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tBS5lGvKNw .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tBS5lGvKNw .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tBS5lGvKNw .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
  border: 2px solid #ff1600;
  border-radius: 14px;
}

.cid-tBS5lGvKNw .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tBS5lGvKNw .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
}

.cid-tBS5lGvKNw .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tBS5lGvKNw .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tBS5lGvKNw .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tBS5lGvKNw .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tBS5lGvKNw .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}

.cid-tBS5lGvKNw .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tBS5lGvKNw .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tBS5lGvKNw .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tBS5lGvKNw .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tBS5lGvKNw .price-figure {
    font-size: 4.25rem;
  }
}

.cid-tBS5lGvKNw .plan-title {
  color: #000000;
}

.cid-tBS5lGvKNw .plan-price .price-figure {
  color: #ff1600;
}

.cid-tBS5lGvKNw .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tBS5lGvKNw .plan-sale {
    right: -63px;
    top: 20px;
  }
}

.cid-tBc4ECWDzu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cid-tBc4ECWDzu .mbr-gallery-filter {
  text-align: left;
}

.cid-tBc4ECWDzu .mbr-gallery-filter ul {
  position: relative;
}

@media (min-width: 768px) {
  .cid-tBc4ECWDzu .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 170px;
  }

  .cid-tBc4ECWDzu .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #b01c0e;
  }
}

.cid-tBc4ECWDzu .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tBc4ECWDzu .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 20px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
  color: #000;
}

@media (max-width: 767px) {
  .cid-tBc4ECWDzu .mbr-gallery-filter ul li a.btn {
    margin-right: 15px;
  }
}

.cid-tBc4ECWDzu .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}

.cid-tBc4ECWDzu .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBc4ECWDzu .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div {
  overflow: hidden;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div .icon-video {
  transform: translateY(50%);
  top: 55%;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}

.cid-tBc4ECWDzu .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}

.cid-tBc4ECWDzu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBc4ECWDzu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBc4ECWDzu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BAFF29;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div>span {
  color: #ffffff;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div:hover:after {
  opacity: 1;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div:hover:before {
  opacity: 0.4 !important;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.cid-tBc4ECWDzu .mbr-gallery-item>div:hover .icon-focus {
  bottom: 33%;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}

.cid-tBc4ECWDzu .mbr-gallery-item>div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}

.cid-tBc4ECWDzu .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.cid-tBc4ECWDzu .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.cid-tBi5oko2Za {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}

.cid-tBi5oko2Za .mbr-section-head {
  padding: 0 1rem;
}

.cid-tBi5oko2Za img,
.cid-tBi5oko2Za .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tBi5oko2Za .item:focus,
.cid-tBi5oko2Za span:focus {
  outline: none;
}

.cid-tBi5oko2Za .item-wrapper {
  position: relative;
}

.cid-tBi5oko2Za .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tBi5oko2Za .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tBi5oko2Za .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tBi5oko2Za .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tBi5oko2Za .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}

@media (max-width: 425px) {
  .cid-tBi5oko2Za .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tBi5oko2Za .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tBi5oko2Za .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tBi5oko2Za .item-person {
  margin-top: 40px;
}

.cid-tBi5oko2Za .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tBi5oko2Za .item-person .item-title {
  margin: 0;
}

.cid-tBi5oko2Za .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tBi5oko2Za .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tBi5oko2Za .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tBi5oko2Za .embla__button--next,
.cid-tBi5oko2Za .embla__button--prev {
  display: flex;
}

.cid-tBi5oko2Za .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tBi5oko2Za .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBi5oko2Za .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tBi5oko2Za .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBi5oko2Za .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tBi5oko2Za .embla__button {
    top: auto;
  }
}

.cid-tBi5oko2Za .embla {
  position: relative;
  width: 100%;
}

.cid-tBi5oko2Za .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tBi5oko2Za .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBi5oko2Za .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBi5oko2Za .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBi5oko2Za .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tBi5oko2Za .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tBi5oko2Za .mbr-text {
  color: #20232a;
  text-align: center;
}

.cid-tBi5oko2Za .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tBi5oko2Za .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tBFrD1hJDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tBFrD1hJDy .card {
  background-color: #ebeae2;
}

.cid-tBFrD1hJDy .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBFrD1hJDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAITsTvJpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tAITsTvJpQ .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tAITsTvJpQ .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tAITsTvJpQ .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tAITsTvJpQ .row {
    text-align: center;
  }

  .cid-tAITsTvJpQ .row>div {
    margin: auto;
  }

  .cid-tAITsTvJpQ .social-row {
    justify-content: center;
  }
}

.cid-tAITsTvJpQ .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tAITsTvJpQ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tAITsTvJpQ .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tAITsTvJpQ .list {
    margin-bottom: 0rem;
  }
}

.cid-tAITsTvJpQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tAITsTvJpQ .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tAITsTvJpQ div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tAITsTvJpQ .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAITsTvJpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAITsTvJpQ H5 {
  color: #BAFF29;
}

.cid-tAITsTvJpQ .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-tAITsTvJpQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tAJTpMEcBL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tAJTpMEcBL .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}

.cid-tAJTpMEcBL .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-tAJTpMEcBL .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tAJTpMEcBL .container {
    padding: 0 1rem;
  }
}

.cid-tAJTpMEcBL .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tAJTpMEcBL .nav-link {
  position: relative;
}

.cid-tAJTpMEcBL .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tAJTpMEcBL nav.navbar {
  position: fixed;
}

.cid-tAJTpMEcBL .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tAJTpMEcBL .navbar.opened {
  transition: all 0.3s;
}

.cid-tAJTpMEcBL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tAJTpMEcBL .navbar .navbar-logo img {
  width: auto;
}

.cid-tAJTpMEcBL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tAJTpMEcBL .navbar.collapsed {
  justify-content: center;
}

.cid-tAJTpMEcBL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tAJTpMEcBL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tAJTpMEcBL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tAJTpMEcBL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tAJTpMEcBL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tAJTpMEcBL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tAJTpMEcBL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tAJTpMEcBL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tAJTpMEcBL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tAJTpMEcBL .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tAJTpMEcBL .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tAJTpMEcBL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tAJTpMEcBL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tAJTpMEcBL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tAJTpMEcBL .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tAJTpMEcBL .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tAJTpMEcBL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tAJTpMEcBL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tAJTpMEcBL .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tAJTpMEcBL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tAJTpMEcBL .navbar.navbar-short {
  min-height: 60px;
}

.cid-tAJTpMEcBL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tAJTpMEcBL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tAJTpMEcBL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAJTpMEcBL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tAJTpMEcBL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tAJTpMEcBL .dropdown-item:hover,
.cid-tAJTpMEcBL .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tAJTpMEcBL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tAJTpMEcBL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tAJTpMEcBL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tAJTpMEcBL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tAJTpMEcBL .dropdown-menu,
.cid-tAJTpMEcBL .navbar.opened {
  background: #ffffff !important;
}

.cid-tAJTpMEcBL .nav-item:focus,
.cid-tAJTpMEcBL .nav-link:focus {
  outline: none;
}

.cid-tAJTpMEcBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tAJTpMEcBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tAJTpMEcBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tAJTpMEcBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAJTpMEcBL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tAJTpMEcBL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tAJTpMEcBL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tAJTpMEcBL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tAJTpMEcBL .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tAJTpMEcBL .dropdown-item.active,
.cid-tAJTpMEcBL .dropdown-item:active {
  background-color: transparent;
}

.cid-tAJTpMEcBL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tAJTpMEcBL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tAJTpMEcBL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tAJTpMEcBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tAJTpMEcBL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tAJTpMEcBL .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tAJTpMEcBL ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tAJTpMEcBL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tAJTpMEcBL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tAJTpMEcBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tAJTpMEcBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tAJTpMEcBL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAJTpMEcBL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAJTpMEcBL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tAJTpMEcBL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAJTpMEcBL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tAJTpMEcBL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tAJTpMEcBL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAJTpMEcBL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tAJTpMEcBL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tAJTpMEcBL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tAJTpMEcBL .navbar {
    height: 70px;
  }

  .cid-tAJTpMEcBL .navbar.opened {
    height: auto;
  }

  .cid-tAJTpMEcBL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tCpTNkPFYN {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-screen-bg.jpg");
}

.cid-tCpTNkPFYN .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tCpTNkPFYN .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tCpTNkPFYN .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tCpTNkPFYN .btn {
  margin-left: 0rem;
}

.cid-tCpTNkPFYN .row {
  padding-bottom: 8rem;
}

.cid-tCpTNkPFYN .link {
  margin: 0;
}

.cid-tCpTNkPFYN .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tCpTNkPFYN .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tCpTNkPFYN .card-img {
  margin-bottom: 3.2rem;
}

.cid-tCpTNkPFYN .item-img {
  margin: 0 auto;
}

/* .cid-tCpTNkPFYN .item-img,
.cid-tCpTNkPFYN img {
  width: 70px;
  height: 70px;
  margin-bottom: 3.2rem;
} */
.cid-tCpTNkPFYN .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tCpTNkPFYN .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tCpTNkPFYN .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tCpTNkPFYN .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tCpTNkPFYN .media-container-row {
  align-items: flex-end;
}

.cid-tCpTNkPFYN .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tCpTNkPFYN .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tCpTNkPFYN .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tCpTNkPFYN .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tCpTNkPFYN .card {
    margin-bottom: 2rem;
  }

  .cid-tCpTNkPFYN .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tCpTNkPFYN .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tCpTNkPFYN .card {
  position: relative;
}

.cid-tCpTNkPFYN .card-3::after {
  content: '';
  background-color: #ff1903;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tCpTNkPFYN .card:nth-child(3) .card-inner {
  background-color: #ff1903;
}

.cid-tCpTNkPFYN .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tCpTNkPFYN .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tCpTNkPFYN .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tCpTNkPFYN .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tCpTNkPFYN .card:nth-child(3) .card-inner:hover {
  background-color: #ff1903;
}

.cid-tCpTNkPFYN .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tCpTNkPFYN .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCBB3783eI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCBB3783eI .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCBB3783eI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCBB3783eI .title-wrapper {
  padding: 0 30%;
}

.cid-tCBB3783eI .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCBB3783eI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCBB3783eI .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCBB3783eI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCBB3783eI .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCBB3783eI .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCBB3783eI .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCBB3783eI .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCBB3783eI .embla__button--next,
.cid-tCBB3783eI .embla__button--prev {
  display: flex;
}

.cid-tCBB3783eI .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCBB3783eI .embla__button {
    display: none;
  }
}

.cid-tCBB3783eI .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCBB3783eI .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCBB3783eI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCBB3783eI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCBB3783eI .embla {
  position: relative;
  width: 100%;
}

.cid-tCBB3783eI .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCBB3783eI .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCBB3783eI .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCBB3783eI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCBB3783eI .item-menu-overlay {
  background: transparent;
}

.cid-tCBB3783eI .mbr-section-title {
  color: #1c314e;
}

.cid-tAJTpTDGCg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .cid-tAJTpTDGCg .row {
    flex-direction: row-reverse;
  }

  .cid-tAJTpTDGCg .image-wrapper {
    padding-right: 1.5rem;
  }

  .cid-tAJTpTDGCg .wrapper {
    padding-left: 1.5rem;
  }
}

.cid-tAJTpTDGCg .item-title {
  color: #000000;
}

.cid-tAJTpTDGCg .subtitle-text {
  color: #6c7577;
}

.cid-tAJTpTDGCg .item-box {
  display: flex;
}

.cid-tAJTpTDGCg .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tAJTpTDGCg .item-text {
  color: #6c7577;
}

.cid-tAJTpTDGCg .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tAJTpTDGCg .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tAJTpTDGCg .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cid-tAJTpTDGCg .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAJTpTDGCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBFYYnD9DW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
}

.cid-tBFYYnD9DW .mbr-overlay {
  background: #BAFF29;
  opacity: 0.6;
}

.cid-tBFYYnD9DW .item-img,
.cid-tBFYYnD9DW img {
  width: 70px;
  object-fit: cover;
}

.cid-tBFYYnD9DW .item:focus,
.cid-tBFYYnD9DW span:focus {
  outline: none;
}

.cid-tBFYYnD9DW .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cid-tBFYYnD9DW .element-wrapper {
  position: relative;
  border-radius: 20px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 25px;
}

@media (min-width: 1201px) {
  .cid-tBFYYnD9DW .element-wrapper .item-content {
    padding-top: 1.6rem;
  }

  .cid-tBFYYnD9DW .element-wrapper .item-footer {
    padding-top: 0.1rem;
  }
}

@media (max-width: 1200px) {
  .cid-tBFYYnD9DW .element-wrapper {
    padding: 2.5rem;
  }

  .cid-tBFYYnD9DW .element-wrapper .item-content {
    padding-top: 1rem;
  }

  .cid-tBFYYnD9DW .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

.cid-tBFYYnD9DW .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tBFYYnD9DW .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBFYYnD9DW .mbr-text,
.cid-tBFYYnD9DW .mbr-section-btn {
  text-align: left;
  color: #353535;
}

.cid-tBFYYnD9DW .item-title {
  text-align: left;
  color: #000000;
}

.cid-tBFYYnD9DW .item-subtitle {
  text-align: left;
}

.cid-tBFYYnD9DW .btn-success {
  border: 0 !important;
}

.cid-tCrfuU4H5Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCrfuU4H5Y .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrfuU4H5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrfuU4H5Y .row {
  flex-direction: row-reverse;
}

.cid-tCrfuU4H5Y .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrfuU4H5Y .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCrfuU4H5Y .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrfuU4H5Y .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCrfuU4H5Y .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCrfuU4H5Y .text-wrapper {
  width: 100%;
}

.cid-tCrfuU4H5Y .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCrfuU4H5Y .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCrfuU4H5Y .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCrfuU4H5Y .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCrfuU4H5Y .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCrfuU4H5Y .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCrfuU4H5Y .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCrfuU4H5Y .mbr-text {
    padding-right: 0;
  }
}

.cid-tCrfuU4H5Y .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCrfuU4H5Y .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCrfuU4H5Y .col-img {
    order: 1;
  }
}

.cid-tCrfuU4H5Y .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCrfuU4H5Y .img-container {
    padding-left: 20px;
  }
}

.cid-tCrfuU4H5Y .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCrfuU4H5Y .image-wrapper {
    padding: 15px;
  }
}

.cid-tCrfuU4H5Y .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCrfuU4H5Y .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCrfuU4H5Y .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCrfuU4H5Y .mbr-text,
.cid-tCrfuU4H5Y .mbr-section-btn {
  color: #000000;
}

.cid-tBFZodRi2g {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-tBFZodRi2g .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBFZodRi2g .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}

.cid-tBFZodRi2g .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBFZodRi2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBFZro9MUW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7e4d6;
}

.cid-tBFZro9MUW .container,
.cid-tBFZro9MUW .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cid-tBFZro9MUW img,
.cid-tBFZro9MUW .item-img {
  height: 100% !important;
  object-fit: cover;
}

.cid-tBFZro9MUW .item:focus,
.cid-tBFZro9MUW span:focus {
  outline: none;
}

.cid-tBFZro9MUW .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.cid-tBFZro9MUW .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cid-tBFZro9MUW .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.cid-tBFZro9MUW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-tBFZro9MUW .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 600px;
}

@media (max-width: 546px) {
  .cid-tBFZro9MUW .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1200px;
  }
}

.cid-tBFZro9MUW .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}

@media (max-width: 546px) {
  .cid-tBFZro9MUW .item-content {
    padding: 1.3rem;
  }
}

.cid-tBFZro9MUW .item-content .item-tag,
.cid-tBFZro9MUW .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.cid-tBFZro9MUW .item-wraper {
  position: relative;
}

.cid-tBFZro9MUW .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cid-tBFZro9MUW .col-lg-grid:hover .item-content {
  transform: translateY(0);
}

.cid-tBFZro9MUW .col-lg-grid:hover .item-tag,
.cid-tBFZro9MUW .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}

.cid-tBFZro9MUW .col-lg-grid:nth-child(1) {
  grid-area: item1;
}

.cid-tBFZro9MUW .col-lg-grid:nth-child(2) {
  grid-area: item2;
}

.cid-tBFZro9MUW .col-lg-grid:nth-child(3) {
  grid-area: item3;
}

.cid-tBFZro9MUW .col-lg-grid:nth-child(4) {
  grid-area: item4;
}

.cid-tBFZro9MUW .col-lg-grid:nth-child(5) {
  grid-area: item5;
}

.cid-tBFZro9MUW .col-lg-grid:nth-child(6) {
  grid-area: item6;
}

.cid-tBFZro9MUW .col-lg-grid:nth-child(7) {
  grid-area: item7;
}

.cid-tBFZro9MUW .col-lg-grid:nth-child(8) {
  grid-area: item8;
}

.cid-tBFZro9MUW .item-content {
  margin-top: 1.375rem;
}

.cid-tBFZro9MUW .item-title {
  transition: 0.5s;
}

.cid-tBFZro9MUW .item-title:hover {
  color: #BAFF29;
}

.cid-tBFZro9MUW .item-tag {
  color: #9e9e9e;
}

.cid-tBFZro9MUW .item-tag a {
  transition: 0.5s;
}

.cid-tBFZro9MUW .item-tag a:hover {
  color: #BAFF29 !important;
}

.cid-tBFZro9MUW .mbr-section-head {
  padding-bottom: 5rem;
}

.cid-tBFZro9MUW .mbr-section-title b:last-child,
.cid-tBFZro9MUW .mbr-section-title strong:last-child {
  color: #f23801;
}

.cid-tCpRFqHUVL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/branding-998x730-800x585.webp");
}

.cid-tCpRFqHUVL .mbr-overlay {
  background: #0038a1;
  opacity: 0.4;
}

.cid-tCpRFqHUVL .item:focus,
.cid-tCpRFqHUVL span:focus {
  outline: none;
}

.cid-tCpRFqHUVL .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #000000;
  height: 100%;
}

.cid-tCpRFqHUVL .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}

.cid-tCpRFqHUVL .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}

.cid-tCpRFqHUVL .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cid-tCpRFqHUVL .mbr-text,
.cid-tCpRFqHUVL .mbr-section-btn {
  text-align: left;
}

.cid-tCpRFqHUVL .item-title {
  text-align: left;
}

.cid-tCpRFqHUVL .item-subtitle {
  text-align: left;
}

.cid-tCpRFqHUVL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tCpRFqHUVL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tCpRFqHUVL .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tCpRFqHUVL .embla__slide {
    min-width: 375px;
  }
}

.cid-tCpRFqHUVL .embla__button--next,
.cid-tCpRFqHUVL .embla__button--prev {
  display: flex;
}

.cid-tCpRFqHUVL .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tCpRFqHUVL .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCpRFqHUVL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tCpRFqHUVL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tCpRFqHUVL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tCpRFqHUVL .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tCpRFqHUVL .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cid-tCpRFqHUVL .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tCpRFqHUVL .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCpRFqHUVL .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCpRFqHUVL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCpRFqHUVL .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}

.cid-tCpRFqHUVL .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}

.cid-tCpRFqHUVL .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}

.cid-tCpRFqHUVL .card-text {
  color: #ffffff;
  text-align: left;
}

.cid-tCpRFqHUVL H3 {
  color: #1d1d1f;
  text-align: center;
}

.cid-tCpRFqHUVL .button-align {
  margin-top: 25px;
  text-align: center;
}

.cid-tCpRFqHUVL .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  transition: all .3s !important;
}

.cid-tCpRFqHUVL a.btn>span {
  margin-left: 0.5rem;
}

.cid-tCpRFqHUVL .card-title,
.cid-tCpRFqHUVL .iconfont-wrapper {
  color: #ffffff;
}

.cid-tCpRFqHUVL .mbr-section-title,
.cid-tCpRFqHUVL .button-align {
  color: #ffffff;
}

.cid-tCpRFqHUVL a.btn:hover {
  background-color: #BAFF29 !important;
  border-color: #b01c0e !important;
}

@media (max-width: 576px) {
  .cid-tCpRFqHUVL .embla__slide {
    min-width: 100%;
  }
}

.cid-tCpSAyfjBz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tCpSAyfjBz .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCpSAyfjBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tCpSAyfjBz .container {
    max-width: 1400px;
  }
}

.cid-tCpSAyfjBz .item-img,
.cid-tCpSAyfjBz img {
  width: auto;
  height: 60px;
}

.cid-tCpSAyfjBz .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}

.cid-tCpSAyfjBz .card-wrapper {
  margin-top: 2rem;
  background: #fafafa;
  padding: 2rem 1.5rem;
  border-radius: 15px;
}

.cid-tCpSAyfjBz .row {
  justify-content: center;
}

.cid-tCpSAyfjBz .mbr-section-title {
  color: #ffffff;
}

.cid-tCpSAyfjBz .card-title {
  padding-top: 15px;
}

.cid-tCpSAyfjBz .card-title,
.cid-tCpSAyfjBz .iconfont-wrapper {
  text-align: left;
}

.cid-tCpSAyfjBz .mbr-section-subtitle {
  color: #ffffff;
}

.cid-tBiIIw8dvS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-network-concept-distributed-ledger-600w-1007821024.webp");
}

.cid-tBiIIw8dvS .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tBiIIw8dvS .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tBiIIw8dvS .list-group-item {
  padding: .75rem 0rem;
}

.cid-tBiIIw8dvS .plan-subtitle {
  color: #353535;
}

.cid-tBiIIw8dvS .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tBiIIw8dvS .nav-tabs {
  border: none !important;
}

.cid-tBiIIw8dvS .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tBiIIw8dvS .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tBiIIw8dvS .nav-tabs .btn.active,
.cid-tBiIIw8dvS .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tBiIIw8dvS .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tBiIIw8dvS .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tBiIIw8dvS .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tBiIIw8dvS .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tBiIIw8dvS .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
  border: 2px solid #ff1600;
  border-radius: 14px;
}

.cid-tBiIIw8dvS .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tBiIIw8dvS .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
}

.cid-tBiIIw8dvS .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tBiIIw8dvS .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tBiIIw8dvS .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tBiIIw8dvS .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tBiIIw8dvS .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}

.cid-tBiIIw8dvS .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tBiIIw8dvS .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tBiIIw8dvS .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tBiIIw8dvS .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tBiIIw8dvS .price-figure {
    font-size: 4.25rem;
  }
}

.cid-tBiIIw8dvS .plan-title {
  color: #000000;
}

.cid-tBiIIw8dvS .plan-price .price-figure {
  color: #ff1600;
}

.cid-tBiIIw8dvS .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tBiIIw8dvS .plan-sale {
    right: -63px;
    top: 20px;
  }
}

.cid-tBc57LTJvH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cid-tBc57LTJvH .mbr-gallery-filter {
  text-align: left;
}

.cid-tBc57LTJvH .mbr-gallery-filter ul {
  position: relative;
}

@media (min-width: 768px) {
  .cid-tBc57LTJvH .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 170px;
  }

  .cid-tBc57LTJvH .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #b01c0e;
  }
}

.cid-tBc57LTJvH .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tBc57LTJvH .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 20px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
  color: #000;
}

@media (max-width: 767px) {
  .cid-tBc57LTJvH .mbr-gallery-filter ul li a.btn {
    margin-right: 15px;
  }
}

.cid-tBc57LTJvH .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}

.cid-tBc57LTJvH .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBc57LTJvH .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBc57LTJvH .mbr-gallery-item>div {
  overflow: hidden;
}

.cid-tBc57LTJvH .mbr-gallery-item>div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cid-tBc57LTJvH .mbr-gallery-item>div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}

.cid-tBc57LTJvH .mbr-gallery-item>div .icon-video {
  transform: translateY(50%);
  top: 55%;
}

.cid-tBc57LTJvH .mbr-gallery-item>div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}

.cid-tBc57LTJvH .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}

.cid-tBc57LTJvH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBc57LTJvH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBc57LTJvH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-tBc57LTJvH .mbr-gallery-item>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BAFF29;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.cid-tBc57LTJvH .mbr-gallery-item>div>span {
  color: #ffffff;
}

.cid-tBc57LTJvH .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-tBc57LTJvH .mbr-gallery-item>div:hover:after {
  opacity: 1;
}

.cid-tBc57LTJvH .mbr-gallery-item>div:hover:before {
  opacity: 0.4 !important;
}

.cid-tBc57LTJvH .mbr-gallery-item>div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.cid-tBc57LTJvH .mbr-gallery-item>div:hover .icon-focus {
  bottom: 33%;
}

.cid-tBc57LTJvH .mbr-gallery-item>div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}

.cid-tBc57LTJvH .mbr-gallery-item>div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}

.cid-tBc57LTJvH .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.cid-tBc57LTJvH .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.cid-tBG2oBLv7B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9fc;
}

.cid-tBG2oBLv7B .mbr-section-head {
  padding: 0 1rem;
}

.cid-tBG2oBLv7B img,
.cid-tBG2oBLv7B .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tBG2oBLv7B .item:focus,
.cid-tBG2oBLv7B span:focus {
  outline: none;
}

.cid-tBG2oBLv7B .item-wrapper {
  position: relative;
}

.cid-tBG2oBLv7B .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tBG2oBLv7B .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tBG2oBLv7B .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tBG2oBLv7B .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tBG2oBLv7B .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}

@media (max-width: 425px) {
  .cid-tBG2oBLv7B .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tBG2oBLv7B .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tBG2oBLv7B .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tBG2oBLv7B .item-person {
  margin-top: 40px;
}

.cid-tBG2oBLv7B .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tBG2oBLv7B .item-person .item-title {
  margin: 0;
}

.cid-tBG2oBLv7B .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tBG2oBLv7B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tBG2oBLv7B .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tBG2oBLv7B .embla__button--next,
.cid-tBG2oBLv7B .embla__button--prev {
  display: flex;
}

.cid-tBG2oBLv7B .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tBG2oBLv7B .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBG2oBLv7B .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tBG2oBLv7B .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBG2oBLv7B .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tBG2oBLv7B .embla__button {
    top: auto;
  }
}

.cid-tBG2oBLv7B .embla {
  position: relative;
  width: 100%;
}

.cid-tBG2oBLv7B .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tBG2oBLv7B .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBG2oBLv7B .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBG2oBLv7B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBG2oBLv7B .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tBG2oBLv7B .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tBG2oBLv7B .mbr-text {
  color: #20232a;
  text-align: center;
}

.cid-tBG2oBLv7B .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tBG2oBLv7B .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tCpTBOsWUV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tCpTBOsWUV .card {
  background-color: #ebeae2;
}

.cid-tCpTBOsWUV .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCpTBOsWUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAJTq0Eadl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tAJTq0Eadl .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tAJTq0Eadl .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tAJTq0Eadl .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tAJTq0Eadl .row {
    text-align: center;
  }

  .cid-tAJTq0Eadl .row>div {
    margin: auto;
  }

  .cid-tAJTq0Eadl .social-row {
    justify-content: center;
  }
}

.cid-tAJTq0Eadl .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tAJTq0Eadl .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tAJTq0Eadl .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tAJTq0Eadl .list {
    margin-bottom: 0rem;
  }
}

.cid-tAJTq0Eadl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tAJTq0Eadl .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tAJTq0Eadl div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tAJTq0Eadl .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAJTq0Eadl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAJTq0Eadl H5 {
  color: #BAFF29;
}

.cid-tAJTq0Eadl .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-tAJTq0Eadl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tAP8VNb1AL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tAP8VNb1AL .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tAP8VNb1AL .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tAP8VNb1AL .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tAP8VNb1AL .container {
    padding: 0 1rem;
  }
}

.cid-tAP8VNb1AL .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tAP8VNb1AL .nav-link {
  position: relative;
}

.cid-tAP8VNb1AL .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tAP8VNb1AL nav.navbar {
  position: fixed;
}

.cid-tAP8VNb1AL .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tAP8VNb1AL .navbar.opened {
  transition: all 0.3s;
}

.cid-tAP8VNb1AL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tAP8VNb1AL .navbar .navbar-logo img {
  width: auto;
}

.cid-tAP8VNb1AL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tAP8VNb1AL .navbar.collapsed {
  justify-content: center;
}

.cid-tAP8VNb1AL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tAP8VNb1AL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tAP8VNb1AL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tAP8VNb1AL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tAP8VNb1AL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tAP8VNb1AL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tAP8VNb1AL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tAP8VNb1AL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tAP8VNb1AL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tAP8VNb1AL .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tAP8VNb1AL .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tAP8VNb1AL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tAP8VNb1AL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tAP8VNb1AL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tAP8VNb1AL .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tAP8VNb1AL .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tAP8VNb1AL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tAP8VNb1AL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tAP8VNb1AL .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tAP8VNb1AL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tAP8VNb1AL .navbar.navbar-short {
  min-height: 60px;
}

.cid-tAP8VNb1AL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tAP8VNb1AL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tAP8VNb1AL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAP8VNb1AL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tAP8VNb1AL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tAP8VNb1AL .dropdown-item:hover,
.cid-tAP8VNb1AL .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tAP8VNb1AL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tAP8VNb1AL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tAP8VNb1AL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tAP8VNb1AL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tAP8VNb1AL .dropdown-menu,
.cid-tAP8VNb1AL .navbar.opened {
  background: #ffffff !important;
}

.cid-tAP8VNb1AL .nav-item:focus,
.cid-tAP8VNb1AL .nav-link:focus {
  outline: none;
}

.cid-tAP8VNb1AL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tAP8VNb1AL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tAP8VNb1AL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tAP8VNb1AL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAP8VNb1AL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tAP8VNb1AL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tAP8VNb1AL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tAP8VNb1AL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tAP8VNb1AL .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tAP8VNb1AL .dropdown-item.active,
.cid-tAP8VNb1AL .dropdown-item:active {
  background-color: transparent;
}

.cid-tAP8VNb1AL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tAP8VNb1AL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tAP8VNb1AL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tAP8VNb1AL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tAP8VNb1AL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tAP8VNb1AL .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tAP8VNb1AL ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tAP8VNb1AL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tAP8VNb1AL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tAP8VNb1AL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tAP8VNb1AL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tAP8VNb1AL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAP8VNb1AL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAP8VNb1AL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tAP8VNb1AL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAP8VNb1AL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tAP8VNb1AL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tAP8VNb1AL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAP8VNb1AL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tAP8VNb1AL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tAP8VNb1AL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tAP8VNb1AL .navbar {
    height: 70px;
  }

  .cid-tAP8VNb1AL .navbar.opened {
    height: auto;
  }

  .cid-tAP8VNb1AL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tBXiETC7Vw {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-screen-bg.jpg");
}

.cid-tBXiETC7Vw .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tBXiETC7Vw .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tBXiETC7Vw .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tBXiETC7Vw .btn {
  margin-left: 0rem;
}

.cid-tBXiETC7Vw .row {
  padding-bottom: 8rem;
}

.cid-tBXiETC7Vw .link {
  margin: 0;
}

.cid-tBXiETC7Vw .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tBXiETC7Vw .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tBXiETC7Vw .card-img {
  margin-bottom: 3.2rem;
}

.cid-tBXiETC7Vw .item-img {
  margin: 0 auto;
}

/* .cid-tBXiETC7Vw .item-img,
.cid-tBXiETC7Vw img {
  width: 70px;
  height: 70px;
  margin-bottom: 3.2rem;
} */
.cid-tBXiETC7Vw .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tBXiETC7Vw .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tBXiETC7Vw .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tBXiETC7Vw .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tBXiETC7Vw .media-container-row {
  align-items: flex-end;
}

.cid-tBXiETC7Vw .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tBXiETC7Vw .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tBXiETC7Vw .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tBXiETC7Vw .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tBXiETC7Vw .card {
    margin-bottom: 2rem;
  }

  .cid-tBXiETC7Vw .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tBXiETC7Vw .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tBXiETC7Vw .card {
  position: relative;
}

.cid-tBXiETC7Vw .card-3::after {
  content: '';
  background-color: #ff1903;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tBXiETC7Vw .card:nth-child(3) .card-inner {
  background-color: #ff1903;
}

.cid-tBXiETC7Vw .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tBXiETC7Vw .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tBXiETC7Vw .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tBXiETC7Vw .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tBXiETC7Vw .card:nth-child(3) .card-inner:hover {
  background-color: #ff1903;
}

.cid-tBXiETC7Vw .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tBXiETC7Vw .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCvQlrm96w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCvQlrm96w .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCvQlrm96w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCvQlrm96w .title-wrapper {
  padding: 0 30%;
}

.cid-tCvQlrm96w .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCvQlrm96w .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCvQlrm96w .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCvQlrm96w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCvQlrm96w .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCvQlrm96w .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCvQlrm96w .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCvQlrm96w .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCvQlrm96w .embla__button--next,
.cid-tCvQlrm96w .embla__button--prev {
  display: flex;
}

.cid-tCvQlrm96w .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCvQlrm96w .embla__button {
    display: none;
  }
}

.cid-tCvQlrm96w .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCvQlrm96w .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCvQlrm96w .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCvQlrm96w .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCvQlrm96w .embla {
  position: relative;
  width: 100%;
}

.cid-tCvQlrm96w .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCvQlrm96w .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCvQlrm96w .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCvQlrm96w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCvQlrm96w .item-menu-overlay {
  background: transparent;
}

.cid-tCvQlrm96w .mbr-section-title {
  color: #1c314e;
}

.cid-tAP8VTpSaD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .cid-tAP8VTpSaD .row {
    flex-direction: row-reverse;
  }

  .cid-tAP8VTpSaD .image-wrapper {
    padding-right: 1.5rem;
  }

  .cid-tAP8VTpSaD .wrapper {
    padding-left: 1.5rem;
  }
}

.cid-tAP8VTpSaD .item-title {
  color: #000000;
}

.cid-tAP8VTpSaD .subtitle-text {
  color: #6c7577;
}

.cid-tAP8VTpSaD .item-box {
  display: flex;
}

.cid-tAP8VTpSaD .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tAP8VTpSaD .item-text {
  color: #6c7577;
}

.cid-tAP8VTpSaD .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tAP8VTpSaD .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tAP8VTpSaD .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cid-tAP8VTpSaD .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAP8VTpSaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBXBnt1c37 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
}

.cid-tBXBnt1c37 .mbr-overlay {
  background: #BAFF29;
  opacity: 0.6;
}

.cid-tBXBnt1c37 .item-img,
.cid-tBXBnt1c37 img {
  width: 70px;
  object-fit: cover;
}

.cid-tBXBnt1c37 .item:focus,
.cid-tBXBnt1c37 span:focus {
  outline: none;
}

.cid-tBXBnt1c37 .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cid-tBXBnt1c37 .element-wrapper {
  position: relative;
  border-radius: 20px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 25px;
}

@media (min-width: 1201px) {
  .cid-tBXBnt1c37 .element-wrapper .item-content {
    padding-top: 1.6rem;
  }

  .cid-tBXBnt1c37 .element-wrapper .item-footer {
    padding-top: 0.1rem;
  }
}

@media (max-width: 1200px) {
  .cid-tBXBnt1c37 .element-wrapper {
    padding: 2.5rem;
  }

  .cid-tBXBnt1c37 .element-wrapper .item-content {
    padding-top: 1rem;
  }

  .cid-tBXBnt1c37 .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

.cid-tBXBnt1c37 .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tBXBnt1c37 .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBXBnt1c37 .mbr-text,
.cid-tBXBnt1c37 .mbr-section-btn {
  text-align: left;
  color: #353535;
}

.cid-tBXBnt1c37 .item-title {
  text-align: left;
  color: #000000;
}

.cid-tBXBnt1c37 .item-subtitle {
  text-align: left;
}

.cid-tBXBnt1c37 .btn-success {
  border: 0 !important;
}

.cid-tCr8RdV8gz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCr8RdV8gz .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCr8RdV8gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCr8RdV8gz .row {
  flex-direction: row-reverse;
}

.cid-tCr8RdV8gz .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCr8RdV8gz .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCr8RdV8gz .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCr8RdV8gz .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCr8RdV8gz .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCr8RdV8gz .text-wrapper {
  width: 100%;
}

.cid-tCr8RdV8gz .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCr8RdV8gz .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCr8RdV8gz .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCr8RdV8gz .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCr8RdV8gz .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCr8RdV8gz .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCr8RdV8gz .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCr8RdV8gz .mbr-text {
    padding-right: 0;
  }
}

.cid-tCr8RdV8gz .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCr8RdV8gz .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCr8RdV8gz .col-img {
    order: 1;
  }
}

.cid-tCr8RdV8gz .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCr8RdV8gz .img-container {
    padding-left: 20px;
  }
}

.cid-tCr8RdV8gz .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCr8RdV8gz .image-wrapper {
    padding: 15px;
  }
}

.cid-tCr8RdV8gz .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCr8RdV8gz .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCr8RdV8gz .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCr8RdV8gz .mbr-text,
.cid-tCr8RdV8gz .mbr-section-btn {
  color: #000000;
}

.cid-tBGnSGhI7i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-tBGnSGhI7i .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBGnSGhI7i .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}

.cid-tBGnSGhI7i .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBGnSGhI7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBGnTYwBcV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7e4d6;
}

.cid-tBGnTYwBcV .container,
.cid-tBGnTYwBcV .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cid-tBGnTYwBcV img,
.cid-tBGnTYwBcV .item-img {
  height: 100% !important;
  object-fit: cover;
}

.cid-tBGnTYwBcV .item:focus,
.cid-tBGnTYwBcV span:focus {
  outline: none;
}

.cid-tBGnTYwBcV .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.cid-tBGnTYwBcV .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cid-tBGnTYwBcV .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.cid-tBGnTYwBcV .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-tBGnTYwBcV .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 600px;
}



@media (max-width: 546px) {
  .cid-tBGnTYwBcV .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1200px;
  }
}

.cid-tBGnTYwBcV .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}

@media (max-width: 546px) {
  .cid-tBGnTYwBcV .item-content {
    padding: 1.3rem;
  }
}

.cid-tBGnTYwBcV .item-content .item-tag,
.cid-tBGnTYwBcV .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.cid-tBGnTYwBcV .item-wraper {
  position: relative;
}

.cid-tBGnTYwBcV .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cid-tBGnTYwBcV .col-lg-grid:hover .item-content {
  transform: translateY(0);
}

.cid-tBGnTYwBcV .col-lg-grid:hover .item-tag,
.cid-tBGnTYwBcV .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}

.cid-tBGnTYwBcV .col-lg-grid:nth-child(1) {
  grid-area: item1;
}

.cid-tBGnTYwBcV .col-lg-grid:nth-child(2) {
  grid-area: item2;
}

.cid-tBGnTYwBcV .col-lg-grid:nth-child(3) {
  grid-area: item3;
}

.cid-tBGnTYwBcV .col-lg-grid:nth-child(4) {
  grid-area: item4;
}

.cid-tBGnTYwBcV .col-lg-grid:nth-child(5) {
  grid-area: item5;
}

.cid-tBGnTYwBcV .col-lg-grid:nth-child(6) {
  grid-area: item6;
}

.cid-tBGnTYwBcV .col-lg-grid:nth-child(7) {
  grid-area: item7;
}

.cid-tBGnTYwBcV .col-lg-grid:nth-child(8) {
  grid-area: item8;
}

.cid-tBGnTYwBcV .item-content {
  margin-top: 1.375rem;
}

.cid-tBGnTYwBcV .item-title {
  transition: 0.5s;
}

.cid-tBGnTYwBcV .item-title:hover {
  color: #BAFF29;
}

.cid-tBGnTYwBcV .item-tag {
  color: #9e9e9e;
}

.cid-tBGnTYwBcV .item-tag a {
  transition: 0.5s;
}

.cid-tBGnTYwBcV .item-tag a:hover {
  color: #BAFF29 !important;
}

.cid-tBGnTYwBcV .mbr-section-head {
  padding-bottom: 5rem;
}

.cid-tBGnTYwBcV .mbr-section-title b:last-child,
.cid-tBGnTYwBcV .mbr-section-title strong:last-child {
  color: #f23801;
}

.cid-tBXjyA4UwI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/seo-bg.webp");
}

.cid-tBXjyA4UwI .mbr-overlay {
  background: #0038a1;
  opacity: 0.4;
}

.cid-tBXjyA4UwI .item:focus,
.cid-tBXjyA4UwI span:focus {
  outline: none;
}

.cid-tBXjyA4UwI .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #000000;
  height: 100%;
}

.cid-tBXjyA4UwI .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}

.cid-tBXjyA4UwI .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}

.cid-tBXjyA4UwI .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cid-tBXjyA4UwI .mbr-text,
.cid-tBXjyA4UwI .mbr-section-btn {
  text-align: left;
}

.cid-tBXjyA4UwI .item-title {
  text-align: left;
}

.cid-tBXjyA4UwI .item-subtitle {
  text-align: left;
}

.cid-tBXjyA4UwI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tBXjyA4UwI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tBXjyA4UwI .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tBXjyA4UwI .embla__slide {
    min-width: 375px;
  }
}

.cid-tBXjyA4UwI .embla__button--next,
.cid-tBXjyA4UwI .embla__button--prev {
  display: flex;
}

.cid-tBXjyA4UwI .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tBXjyA4UwI .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBXjyA4UwI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBXjyA4UwI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBXjyA4UwI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tBXjyA4UwI .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tBXjyA4UwI .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cid-tBXjyA4UwI .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tBXjyA4UwI .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBXjyA4UwI .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBXjyA4UwI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBXjyA4UwI .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}

.cid-tBXjyA4UwI .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}

.cid-tBXjyA4UwI .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}

.cid-tBXjyA4UwI .card-text {
  color: #ffffff;
  text-align: left;
}

.cid-tBXjyA4UwI H3 {
  color: #1d1d1f;
  text-align: center;
}

.cid-tBXjyA4UwI .button-align {
  margin-top: 25px;
  text-align: center;
}

.cid-tBXjyA4UwI .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  transition: all .3s !important;
}

.cid-tBXjyA4UwI a.btn>span {
  margin-left: 0.5rem;
}

.cid-tBXjyA4UwI .card-title,
.cid-tBXjyA4UwI .iconfont-wrapper {
  color: #ffffff;
}

.cid-tBXjyA4UwI .mbr-section-title,
.cid-tBXjyA4UwI .button-align {
  color: #ffffff;
}

.cid-tBXjyA4UwI a.btn:hover {
  background-color: #BAFF29 !important;
  border-color: #b01c0e !important;
}

@media (max-width: 576px) {
  .cid-tBXjyA4UwI .embla__slide {
    min-width: 100%;
  }
}

.cid-tBXjC6IY8T {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tBXjC6IY8T .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBXjC6IY8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tBXjC6IY8T .container {
    max-width: 1400px;
  }
}

.cid-tBXjC6IY8T .item-img,
.cid-tBXjC6IY8T img {
  width: auto;
  height: 60px;
}

.cid-tBXjC6IY8T .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}

.cid-tBXjC6IY8T .card-wrapper {
  margin-top: 2rem;
  background: #fafafa;
  padding: 2rem 1.5rem;
  border-radius: 15px;
}

.cid-tBXjC6IY8T .row {
  justify-content: center;
}

.cid-tBXjC6IY8T .mbr-section-title {
  color: #ffffff;
}

.cid-tBXjC6IY8T .card-title {
  padding-top: 15px;
}

.cid-tBXjC6IY8T .card-title,
.cid-tBXjC6IY8T .iconfont-wrapper {
  text-align: left;
}

.cid-tBXjC6IY8T .mbr-section-subtitle {
  color: #ffffff;
}

.cid-tBXk8Ks1Ul {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-bg.webp");
}

.cid-tBXk8Ks1Ul .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tBXk8Ks1Ul .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tBXk8Ks1Ul .list-group-item {
  padding: .75rem 0rem;
}

.cid-tBXk8Ks1Ul .plan-subtitle {
  color: #353535;
}

.cid-tBXk8Ks1Ul .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tBXk8Ks1Ul .nav-tabs {
  border: none !important;
}

.cid-tBXk8Ks1Ul .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tBXk8Ks1Ul .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tBXk8Ks1Ul .nav-tabs .btn.active,
.cid-tBXk8Ks1Ul .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tBXk8Ks1Ul .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tBXk8Ks1Ul .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tBXk8Ks1Ul .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tBXk8Ks1Ul .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tBXk8Ks1Ul .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
  border: 2px solid #ff1600;
  border-radius: 14px;
}

.cid-tBXk8Ks1Ul .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tBXk8Ks1Ul .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
}

.cid-tBXk8Ks1Ul .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tBXk8Ks1Ul .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tBXk8Ks1Ul .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tBXk8Ks1Ul .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tBXk8Ks1Ul .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}



.cid-tBXk8Ks1Ul .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tBXk8Ks1Ul .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tBXk8Ks1Ul .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tBXk8Ks1Ul .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tBXk8Ks1Ul .price-figure {
    font-size: 4.25rem;
  }
}

.cid-tBXk8Ks1Ul .plan-title {
  color: #000000;
}

.cid-tBXk8Ks1Ul .plan-price .price-figure {
  color: #ff1600;
}

.cid-tBXk8Ks1Ul .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tBXk8Ks1Ul .plan-sale {
    right: -63px;
    top: 20px;
  }
}



.cid-tBXkc64chi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cid-tBXkc64chi .mbr-gallery-filter {
  text-align: left;
}

.cid-tBXkc64chi .mbr-gallery-filter ul {
  position: relative;
}

@media (min-width: 768px) {
  .cid-tBXkc64chi .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 170px;
  }

  .cid-tBXkc64chi .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #b01c0e;
  }
}

.cid-tBXkc64chi .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tBXkc64chi .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 20px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
  color: #000;
}

@media (max-width: 767px) {
  .cid-tBXkc64chi .mbr-gallery-filter ul li a.btn {
    margin-right: 15px;
  }
}

.cid-tBXkc64chi .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}

.cid-tBXkc64chi .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBXkc64chi .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBXkc64chi .mbr-gallery-item>div {
  overflow: hidden;
}

.cid-tBXkc64chi .mbr-gallery-item>div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cid-tBXkc64chi .mbr-gallery-item>div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}

.cid-tBXkc64chi .mbr-gallery-item>div .icon-video {
  transform: translateY(50%);
  top: 55%;
}

.cid-tBXkc64chi .mbr-gallery-item>div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}

.cid-tBXkc64chi .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}

.cid-tBXkc64chi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBXkc64chi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBXkc64chi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-tBXkc64chi .mbr-gallery-item>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BAFF29;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.cid-tBXkc64chi .mbr-gallery-item>div>span {
  color: #ffffff;
}

.cid-tBXkc64chi .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-tBXkc64chi .mbr-gallery-item>div:hover:after {
  opacity: 1;
}

.cid-tBXkc64chi .mbr-gallery-item>div:hover:before {
  opacity: 0.4 !important;
}

.cid-tBXkc64chi .mbr-gallery-item>div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.cid-tBXkc64chi .mbr-gallery-item>div:hover .icon-focus {
  bottom: 33%;
}

.cid-tBXkc64chi .mbr-gallery-item>div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}

.cid-tBXkc64chi .mbr-gallery-item>div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}

.cid-tBXkc64chi .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.cid-tBXkc64chi .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.cid-tBXyBlWN5O {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}

.cid-tBXyBlWN5O .mbr-section-head {
  padding: 0 1rem;
}

.cid-tBXyBlWN5O img,
.cid-tBXyBlWN5O .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tBXyBlWN5O .item:focus,
.cid-tBXyBlWN5O span:focus {
  outline: none;
}

.cid-tBXyBlWN5O .item-wrapper {
  position: relative;
}

.cid-tBXyBlWN5O .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tBXyBlWN5O .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tBXyBlWN5O .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tBXyBlWN5O .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tBXyBlWN5O .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}



@media (max-width: 425px) {
  .cid-tBXyBlWN5O .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tBXyBlWN5O .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tBXyBlWN5O .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tBXyBlWN5O .item-person {
  margin-top: 40px;
}

.cid-tBXyBlWN5O .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tBXyBlWN5O .item-person .item-title {
  margin: 0;
}

.cid-tBXyBlWN5O .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tBXyBlWN5O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tBXyBlWN5O .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tBXyBlWN5O .embla__button--next,
.cid-tBXyBlWN5O .embla__button--prev {
  display: flex;
}

.cid-tBXyBlWN5O .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tBXyBlWN5O .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBXyBlWN5O .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tBXyBlWN5O .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBXyBlWN5O .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tBXyBlWN5O .embla__button {
    top: auto;
  }
}

.cid-tBXyBlWN5O .embla {
  position: relative;
  width: 100%;
}

.cid-tBXyBlWN5O .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tBXyBlWN5O .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBXyBlWN5O .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBXyBlWN5O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBXyBlWN5O .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tBXyBlWN5O .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tBXyBlWN5O .mbr-text {
  color: #20232a;
  text-align: center;
}

.cid-tBXyBlWN5O .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tBXyBlWN5O .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tBXsGKPQrs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-tBXsGKPQrs .card {
  background-color: #ebeae2;
}

.cid-tBXsGKPQrs .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBXsGKPQrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAP8W1E6qz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tAP8W1E6qz .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tAP8W1E6qz .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tAP8W1E6qz .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tAP8W1E6qz .row {
    text-align: center;
  }

  .cid-tAP8W1E6qz .row>div {
    margin: auto;
  }

  .cid-tAP8W1E6qz .social-row {
    justify-content: center;
  }
}

.cid-tAP8W1E6qz .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tAP8W1E6qz .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tAP8W1E6qz .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tAP8W1E6qz .list {
    margin-bottom: 0rem;
  }
}

.cid-tAP8W1E6qz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tAP8W1E6qz .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tAP8W1E6qz div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tAP8W1E6qz .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAP8W1E6qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAP8W1E6qz H5 {
  color: #BAFF29;
}

.cid-tAP8W1E6qz .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tAP8W1E6qz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tAISto8bQd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tAISto8bQd .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tAISto8bQd .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tAISto8bQd .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tAISto8bQd .container {
    padding: 0 1rem;
  }
}

.cid-tAISto8bQd .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tAISto8bQd .nav-link {
  position: relative;
}

.cid-tAISto8bQd .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tAISto8bQd nav.navbar {
  position: fixed;
}

.cid-tAISto8bQd .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tAISto8bQd .navbar.opened {
  transition: all 0.3s;
}

.cid-tAISto8bQd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tAISto8bQd .navbar .navbar-logo img {
  width: auto;
}

.cid-tAISto8bQd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tAISto8bQd .navbar.collapsed {
  justify-content: center;
}

.cid-tAISto8bQd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tAISto8bQd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tAISto8bQd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tAISto8bQd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tAISto8bQd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tAISto8bQd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tAISto8bQd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tAISto8bQd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tAISto8bQd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tAISto8bQd .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tAISto8bQd .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tAISto8bQd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tAISto8bQd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tAISto8bQd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tAISto8bQd .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tAISto8bQd .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tAISto8bQd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tAISto8bQd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tAISto8bQd .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tAISto8bQd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tAISto8bQd .navbar.navbar-short {
  min-height: 60px;
}

.cid-tAISto8bQd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tAISto8bQd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tAISto8bQd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAISto8bQd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tAISto8bQd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tAISto8bQd .dropdown-item:hover,
.cid-tAISto8bQd .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tAISto8bQd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tAISto8bQd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tAISto8bQd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tAISto8bQd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tAISto8bQd .dropdown-menu,
.cid-tAISto8bQd .navbar.opened {
  background: #ffffff !important;
}

.cid-tAISto8bQd .nav-item:focus,
.cid-tAISto8bQd .nav-link:focus {
  outline: none;
}

.cid-tAISto8bQd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tAISto8bQd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tAISto8bQd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tAISto8bQd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAISto8bQd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tAISto8bQd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tAISto8bQd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tAISto8bQd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tAISto8bQd .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tAISto8bQd .dropdown-item.active,
.cid-tAISto8bQd .dropdown-item:active {
  background-color: transparent;
}

.cid-tAISto8bQd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tAISto8bQd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tAISto8bQd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tAISto8bQd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tAISto8bQd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tAISto8bQd .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tAISto8bQd ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tAISto8bQd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tAISto8bQd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tAISto8bQd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tAISto8bQd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tAISto8bQd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAISto8bQd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAISto8bQd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tAISto8bQd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAISto8bQd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tAISto8bQd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tAISto8bQd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAISto8bQd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tAISto8bQd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tAISto8bQd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tAISto8bQd .navbar {
    height: 70px;
  }

  .cid-tAISto8bQd .navbar.opened {
    height: auto;
  }

  .cid-tAISto8bQd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tAIStphxNH {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}

.cid-tAIStphxNH .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tAIStphxNH .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tAIStphxNH .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tAIStphxNH .btn {
  margin-left: 0rem;
}

.cid-tAIStphxNH .row {
  padding-bottom: 8rem;
}

.cid-tAIStphxNH .link {
  margin: 0;
}

.cid-tAIStphxNH .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tAIStphxNH .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tAIStphxNH .card-img {
  margin-bottom: 3.2rem;
}

.cid-tAIStphxNH .item-img {
  margin: 0 auto;
}

.cid-tAIStphxNH .item-img,
.cid-tAIStphxNH img {
  width: 70px;
  height: 70px;
  margin-bottom: 3.2rem;
}

.cid-tAIStphxNH .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tAIStphxNH .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tAIStphxNH .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tAIStphxNH .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tAIStphxNH .media-container-row {
  align-items: flex-end;
}

.cid-tAIStphxNH .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tAIStphxNH .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tAIStphxNH .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tAIStphxNH .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tAIStphxNH .card {
    margin-bottom: 2rem;
  }

  .cid-tAIStphxNH .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tAIStphxNH .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tAIStphxNH .card {
  position: relative;
}

.cid-tAIStphxNH .card-3::after {
  content: '';
  background-color: #ff1903;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tAIStphxNH .card:nth-child(3) .card-inner {
  background-color: #ff1903;
}

.cid-tAIStphxNH .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tAIStphxNH .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tAIStphxNH .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tAIStphxNH .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tAIStphxNH .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tAIStphxNH .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCrwpVLClk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCrwpVLClk .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrwpVLClk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrwpVLClk .title-wrapper {
  padding: 0 30%;
}

.cid-tCrwpVLClk .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCrwpVLClk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCrwpVLClk .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCrwpVLClk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCrwpVLClk .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCrwpVLClk .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCrwpVLClk .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCrwpVLClk .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCrwpVLClk .embla__button--next,
.cid-tCrwpVLClk .embla__button--prev {
  display: flex;
}

.cid-tCrwpVLClk .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCrwpVLClk .embla__button {
    display: none;
  }
}

.cid-tCrwpVLClk .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCrwpVLClk .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCrwpVLClk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCrwpVLClk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCrwpVLClk .embla {
  position: relative;
  width: 100%;
}

.cid-tCrwpVLClk .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCrwpVLClk .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCrwpVLClk .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCrwpVLClk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCrwpVLClk .item-menu-overlay {
  background: transparent;
}

.cid-tCrwpVLClk .mbr-section-title {
  color: #1c314e;
}

.cid-tCrwsgh1iz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCrwsgh1iz .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrwsgh1iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrwsgh1iz .row {
  flex-direction: row-reverse;
}

.cid-tCrwsgh1iz .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrwsgh1iz .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCrwsgh1iz .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrwsgh1iz .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCrwsgh1iz .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCrwsgh1iz .text-wrapper {
  width: 100%;
}

.cid-tCrwsgh1iz .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCrwsgh1iz .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCrwsgh1iz .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCrwsgh1iz .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCrwsgh1iz .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCrwsgh1iz .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCrwsgh1iz .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCrwsgh1iz .mbr-text {
    padding-right: 0;
  }
}

.cid-tCrwsgh1iz .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCrwsgh1iz .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCrwsgh1iz .col-img {
    order: 1;
  }
}

.cid-tCrwsgh1iz .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCrwsgh1iz .img-container {
    padding-left: 20px;
  }
}

.cid-tCrwsgh1iz .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCrwsgh1iz .image-wrapper {
    padding: 15px;
  }
}

.cid-tCrwsgh1iz .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCrwsgh1iz .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCrwsgh1iz .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCrwsgh1iz .mbr-text,
.cid-tCrwsgh1iz .mbr-section-btn {
  color: #000000;
}

.cid-tCrwulJzKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tCrwulJzKK .card {
  background-color: #ebeae2;
}

.cid-tCrwulJzKK .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrwulJzKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAIStDr8fG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tAIStDr8fG .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tAIStDr8fG .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tAIStDr8fG .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tAIStDr8fG .row {
    text-align: center;
  }

  .cid-tAIStDr8fG .row>div {
    margin: auto;
  }

  .cid-tAIStDr8fG .social-row {
    justify-content: center;
  }
}

.cid-tAIStDr8fG .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tAIStDr8fG .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tAIStDr8fG .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tAIStDr8fG .list {
    margin-bottom: 0rem;
  }
}

.cid-tAIStDr8fG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tAIStDr8fG .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tAIStDr8fG div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tAIStDr8fG .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAIStDr8fG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAIStDr8fG H5 {
  color: #BAFF29;
}

.cid-tAIStDr8fG .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tAIStDr8fG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tAPoSWrSk8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tAPoSWrSk8 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tAPoSWrSk8 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tAPoSWrSk8 .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tAPoSWrSk8 .container {
    padding: 0 1rem;
  }
}

.cid-tAPoSWrSk8 .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tAPoSWrSk8 .nav-link {
  position: relative;
}

.cid-tAPoSWrSk8 .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tAPoSWrSk8 nav.navbar {
  position: fixed;
}

.cid-tAPoSWrSk8 .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tAPoSWrSk8 .navbar.opened {
  transition: all 0.3s;
}

.cid-tAPoSWrSk8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tAPoSWrSk8 .navbar .navbar-logo img {
  width: auto;
}

.cid-tAPoSWrSk8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tAPoSWrSk8 .navbar.collapsed {
  justify-content: center;
}

.cid-tAPoSWrSk8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tAPoSWrSk8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tAPoSWrSk8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tAPoSWrSk8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tAPoSWrSk8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tAPoSWrSk8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tAPoSWrSk8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tAPoSWrSk8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tAPoSWrSk8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tAPoSWrSk8 .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tAPoSWrSk8 .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tAPoSWrSk8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tAPoSWrSk8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tAPoSWrSk8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tAPoSWrSk8 .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tAPoSWrSk8 .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tAPoSWrSk8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tAPoSWrSk8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tAPoSWrSk8 .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tAPoSWrSk8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tAPoSWrSk8 .navbar.navbar-short {
  min-height: 60px;
}

.cid-tAPoSWrSk8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tAPoSWrSk8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tAPoSWrSk8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAPoSWrSk8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tAPoSWrSk8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tAPoSWrSk8 .dropdown-item:hover,
.cid-tAPoSWrSk8 .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tAPoSWrSk8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tAPoSWrSk8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tAPoSWrSk8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tAPoSWrSk8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tAPoSWrSk8 .dropdown-menu,
.cid-tAPoSWrSk8 .navbar.opened {
  background: #ffffff !important;
}

.cid-tAPoSWrSk8 .nav-item:focus,
.cid-tAPoSWrSk8 .nav-link:focus {
  outline: none;
}

.cid-tAPoSWrSk8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tAPoSWrSk8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tAPoSWrSk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tAPoSWrSk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAPoSWrSk8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tAPoSWrSk8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tAPoSWrSk8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tAPoSWrSk8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tAPoSWrSk8 .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tAPoSWrSk8 .dropdown-item.active,
.cid-tAPoSWrSk8 .dropdown-item:active {
  background-color: transparent;
}

.cid-tAPoSWrSk8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tAPoSWrSk8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tAPoSWrSk8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tAPoSWrSk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tAPoSWrSk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tAPoSWrSk8 .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tAPoSWrSk8 ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tAPoSWrSk8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tAPoSWrSk8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tAPoSWrSk8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tAPoSWrSk8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tAPoSWrSk8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAPoSWrSk8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAPoSWrSk8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tAPoSWrSk8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAPoSWrSk8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tAPoSWrSk8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tAPoSWrSk8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAPoSWrSk8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tAPoSWrSk8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tAPoSWrSk8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tAPoSWrSk8 .navbar {
    height: 70px;
  }

  .cid-tAPoSWrSk8 .navbar.opened {
    height: auto;
  }

  .cid-tAPoSWrSk8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tCrqx06MgQ {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/graphic-design-bg.webp");
}

.cid-tCrqx06MgQ .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tCrqx06MgQ .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tCrqx06MgQ .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tCrqx06MgQ .btn {
  margin-left: 0rem;
}

.cid-tCrqx06MgQ .row {
  padding-bottom: 8rem;
}

.cid-tCrqx06MgQ .link {
  margin: 0;
}

.cid-tCrqx06MgQ .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tCrqx06MgQ .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tCrqx06MgQ .card-img {
  margin-bottom: 3.2rem;
}

.cid-tCrqx06MgQ .item-img {
  margin: 0 auto;
}

.cid-tCrqx06MgQ .item-img,
.cid-tCrqx06MgQ img {
  width: 70px;
  height: 70px;
  margin-bottom: 3.2rem;
}

.cid-tCrqx06MgQ .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tCrqx06MgQ .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tCrqx06MgQ .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tCrqx06MgQ .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tCrqx06MgQ .media-container-row {
  align-items: flex-end;
}

.cid-tCrqx06MgQ .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tCrqx06MgQ .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tCrqx06MgQ .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tCrqx06MgQ .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tCrqx06MgQ .card {
    margin-bottom: 2rem;
  }

  .cid-tCrqx06MgQ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tCrqx06MgQ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tCrqx06MgQ .card {
  position: relative;
}

.cid-tCrqx06MgQ .card-3::after {
  content: '';
  background-color: #ff1903;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tCrqx06MgQ .card:nth-child(3) .card-inner {
  background-color: #ff1903;
}

.cid-tCrqx06MgQ .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tCrqx06MgQ .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tCrqx06MgQ .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tCrqx06MgQ .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tCrqx06MgQ .card:nth-child(3) .card-inner:hover {
  background-color: #ff1903;
}

.cid-tCrqx06MgQ .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tCrqx06MgQ .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCrmPtz1MD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCrmPtz1MD .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrmPtz1MD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrmPtz1MD .title-wrapper {
  padding: 0 30%;
}

.cid-tCrmPtz1MD .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCrmPtz1MD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCrmPtz1MD .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCrmPtz1MD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCrmPtz1MD .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCrmPtz1MD .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCrmPtz1MD .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCrmPtz1MD .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCrmPtz1MD .embla__button--next,
.cid-tCrmPtz1MD .embla__button--prev {
  display: flex;
}

.cid-tCrmPtz1MD .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCrmPtz1MD .embla__button {
    display: none;
  }
}

.cid-tCrmPtz1MD .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCrmPtz1MD .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCrmPtz1MD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCrmPtz1MD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCrmPtz1MD .embla {
  position: relative;
  width: 100%;
}

.cid-tCrmPtz1MD .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCrmPtz1MD .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCrmPtz1MD .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCrmPtz1MD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCrmPtz1MD .item-menu-overlay {
  background: transparent;
}

.cid-tCrmPtz1MD .mbr-section-title {
  color: #1c314e;
}

.cid-tCrmOGT9ym {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCrmOGT9ym .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrmOGT9ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrmOGT9ym .row {
  flex-direction: row-reverse;
}

.cid-tCrmOGT9ym .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrmOGT9ym .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCrmOGT9ym .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrmOGT9ym .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCrmOGT9ym .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCrmOGT9ym .text-wrapper {
  width: 100%;
}

.cid-tCrmOGT9ym .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCrmOGT9ym .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCrmOGT9ym .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCrmOGT9ym .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCrmOGT9ym .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCrmOGT9ym .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCrmOGT9ym .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCrmOGT9ym .mbr-text {
    padding-right: 0;
  }
}

.cid-tCrmOGT9ym .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCrmOGT9ym .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCrmOGT9ym .col-img {
    order: 1;
  }
}

.cid-tCrmOGT9ym .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCrmOGT9ym .img-container {
    padding-left: 20px;
  }
}

.cid-tCrmOGT9ym .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCrmOGT9ym .image-wrapper {
    padding: 15px;
  }
}

.cid-tCrmOGT9ym .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCrmOGT9ym .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCrmOGT9ym .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCrmOGT9ym .mbr-text,
.cid-tCrmOGT9ym .mbr-section-btn {
  color: #000000;
}

.cid-tCrmNxB3Cb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tCrmNxB3Cb .card {
  background-color: #ebeae2;
}

.cid-tCrmNxB3Cb .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrmNxB3Cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAPoT9Lmff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tAPoT9Lmff .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tAPoT9Lmff .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tAPoT9Lmff .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tAPoT9Lmff .row {
    text-align: center;
  }

  .cid-tAPoT9Lmff .row>div {
    margin: auto;
  }

  .cid-tAPoT9Lmff .social-row {
    justify-content: center;
  }
}

.cid-tAPoT9Lmff .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tAPoT9Lmff .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tAPoT9Lmff .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tAPoT9Lmff .list {
    margin-bottom: 0rem;
  }
}

.cid-tAPoT9Lmff .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tAPoT9Lmff .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tAPoT9Lmff div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tAPoT9Lmff .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAPoT9Lmff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAPoT9Lmff H5 {
  color: #BAFF29;
}

.cid-tAPoT9Lmff .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tAPoT9Lmff .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tAPP17gLQt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tAPP17gLQt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tAPP17gLQt .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tAPP17gLQt .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tAPP17gLQt .container {
    padding: 0 1rem;
  }
}

.cid-tAPP17gLQt .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tAPP17gLQt .nav-link {
  position: relative;
}

.cid-tAPP17gLQt .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tAPP17gLQt nav.navbar {
  position: fixed;
}

.cid-tAPP17gLQt .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tAPP17gLQt .navbar.opened {
  transition: all 0.3s;
}

.cid-tAPP17gLQt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tAPP17gLQt .navbar .navbar-logo img {
  width: auto;
}

.cid-tAPP17gLQt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tAPP17gLQt .navbar.collapsed {
  justify-content: center;
}

.cid-tAPP17gLQt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tAPP17gLQt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tAPP17gLQt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tAPP17gLQt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tAPP17gLQt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tAPP17gLQt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tAPP17gLQt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tAPP17gLQt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tAPP17gLQt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tAPP17gLQt .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tAPP17gLQt .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tAPP17gLQt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tAPP17gLQt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tAPP17gLQt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tAPP17gLQt .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tAPP17gLQt .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tAPP17gLQt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tAPP17gLQt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tAPP17gLQt .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tAPP17gLQt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tAPP17gLQt .navbar.navbar-short {
  min-height: 60px;
}

.cid-tAPP17gLQt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tAPP17gLQt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tAPP17gLQt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAPP17gLQt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tAPP17gLQt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tAPP17gLQt .dropdown-item:hover,
.cid-tAPP17gLQt .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tAPP17gLQt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tAPP17gLQt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tAPP17gLQt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tAPP17gLQt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tAPP17gLQt .dropdown-menu,
.cid-tAPP17gLQt .navbar.opened {
  background: #ffffff !important;
}

.cid-tAPP17gLQt .nav-item:focus,
.cid-tAPP17gLQt .nav-link:focus {
  outline: none;
}

.cid-tAPP17gLQt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tAPP17gLQt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tAPP17gLQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tAPP17gLQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tAPP17gLQt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tAPP17gLQt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tAPP17gLQt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tAPP17gLQt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tAPP17gLQt .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tAPP17gLQt .dropdown-item.active,
.cid-tAPP17gLQt .dropdown-item:active {
  background-color: transparent;
}

.cid-tAPP17gLQt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tAPP17gLQt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tAPP17gLQt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tAPP17gLQt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tAPP17gLQt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tAPP17gLQt .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tAPP17gLQt ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tAPP17gLQt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tAPP17gLQt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tAPP17gLQt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tAPP17gLQt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tAPP17gLQt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAPP17gLQt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tAPP17gLQt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tAPP17gLQt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAPP17gLQt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tAPP17gLQt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tAPP17gLQt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tAPP17gLQt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tAPP17gLQt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tAPP17gLQt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tAPP17gLQt .navbar {
    height: 70px;
  }

  .cid-tAPP17gLQt .navbar.opened {
    height: auto;
  }

  .cid-tAPP17gLQt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}




.cid-tAPP19EJ3o .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tAPP19EJ3o .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

/* .cid-tAPP19EJ3o .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
} */

.cid-tAPP19EJ3o .btn {
  margin-left: 0rem;
}


.cid-tAPP19EJ3o .link {
  margin: 0;
}

.cid-tAPP19EJ3o .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tAPP19EJ3o .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tAPP19EJ3o .card-img {
  margin-bottom: 3.2rem;
}

.cid-tAPP19EJ3o .item-img {
  margin: 0 0 12px;
}

/* .cid-tAPP19EJ3o .item-img,
.cid-tAPP19EJ3o img {
  width: 70px;
  object-fit: cover;
  margin-bottom: 3.2rem;
} */
.cid-tAPP19EJ3o .link a {
  position: relative;
  letter-spacing: 2px;
}

/* .cid-tAPP19EJ3o .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
} */

.cid-tAPP19EJ3o .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tAPP19EJ3o .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tAPP19EJ3o .media-container-row {
  align-items: flex-end;
}

.cid-tAPP19EJ3o .mbr-section-title {
  margin-bottom: 1.5rem;
}

.cid-tAPP19EJ3o .row {
  padding-bottom: 8rem;
}

@media (max-width: 767px) {
  .cid-tAPP19EJ3o .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tAPP19EJ3o .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tAPP19EJ3o .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tAPP19EJ3o .card {
    margin-bottom: 2rem;
  }

  .cid-tAPP19EJ3o .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tAPP19EJ3o .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tAPP19EJ3o .card {
  position: relative;
}

/* .cid-tAPP19EJ3o .card-3::after {
  content: '';
  background-color: #ff1903;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
} */

/* .cid-tAPP19EJ3o .card:nth-child(3) .card-inner {
  background-color: #ff1903;
} */

.cid-tAPP19EJ3o .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tAPP19EJ3o .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

/* .cid-tAPP19EJ3o .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
} */

/* .cid-tAPP19EJ3o .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tAPP19EJ3o .card:nth-child(3) .card-inner:hover {
  background-color: #ff1903;
} */

.cid-tAPP19EJ3o .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tAPP19EJ3o .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCvQAooJze {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCvQAooJze .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCvQAooJze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCvQAooJze .title-wrapper {
  padding: 0 30%;
}

.cid-tCvQAooJze .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCvQAooJze .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCvQAooJze .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCvQAooJze .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCvQAooJze .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCvQAooJze .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCvQAooJze .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCvQAooJze .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCvQAooJze .embla__button--next,
.cid-tCvQAooJze .embla__button--prev {
  display: flex;
}

.cid-tCvQAooJze .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCvQAooJze .embla__button {
    display: none;
  }
}

.cid-tCvQAooJze .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCvQAooJze .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCvQAooJze .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCvQAooJze .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCvQAooJze .embla {
  position: relative;
  width: 100%;
}

.cid-tCvQAooJze .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCvQAooJze .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCvQAooJze .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCvQAooJze .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCvQAooJze .item-menu-overlay {
  background: transparent;
}

.cid-tCvQAooJze .mbr-section-title {
  color: #1c314e;
}

.cid-tAPP1fU7uY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .cid-tAPP1fU7uY .row {
    flex-direction: row-reverse;
  }

  .cid-tAPP1fU7uY .image-wrapper {
    padding-right: 1.5rem;
  }

  .cid-tAPP1fU7uY .wrapper {
    padding-left: 1.5rem;
  }
}

.cid-tAPP1fU7uY .item-title {
  color: #000000;
}

.cid-tAPP1fU7uY .subtitle-text {
  color: #6c7577;
}

.cid-tAPP1fU7uY .item-box {
  display: flex;
}

.cid-tAPP1fU7uY .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tAPP1fU7uY .item-text {
  color: #6c7577;
}

.cid-tAPP1fU7uY .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tAPP1fU7uY .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tAPP1fU7uY .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cid-tAPP1fU7uY .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAPP1fU7uY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBiBqjjdxa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
}

.cid-tBiBqjjdxa .mbr-overlay {
  background: #BAFF29;
  opacity: 0.6;
}

.cid-tBiBqjjdxa .item:focus,
.cid-tBiBqjjdxa span:focus {
  outline: none;
}

.cid-tBiBqjjdxa .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cid-tBiBqjjdxa .item-img,
.cid-tBiBqjjdxa img {
  width: 70px;
  height: auto;
  object-fit: cover;
}

.cid-tBiBqjjdxa .element-wrapper {
  position: relative;
  border-radius: 20px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 35px;
}

@media (min-width: 1201px) {
  .cid-tBiBqjjdxa .element-wrapper .item-content {
    padding-top: 2rem;
  }

  .cid-tBiBqjjdxa .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

@media (max-width: 1200px) {
  .cid-tBiBqjjdxa .element-wrapper {
    padding: 2.5rem;
  }

  .cid-tBiBqjjdxa .element-wrapper .item-content {
    padding-top: 1rem;
  }

  .cid-tBiBqjjdxa .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

.cid-tBiBqjjdxa .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tBiBqjjdxa .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBiBqjjdxa .mbr-text,
.cid-tBiBqjjdxa .mbr-section-btn {
  text-align: left;
  color: #353535;
}

.cid-tBiBqjjdxa .item-title {
  text-align: left;
  color: #000000;
}

.cid-tBiBqjjdxa .item-subtitle {
  text-align: left;
}

.cid-tBiBqjjdxa .btn-success {
  border: 0 !important;
}

.cid-tBRY6BXzG2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tBRY6BXzG2 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBRY6BXzG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBRY6BXzG2 .row {
  flex-direction: row-reverse;
}

.cid-tBRY6BXzG2 .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tBRY6BXzG2 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tBRY6BXzG2 .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tBRY6BXzG2 .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tBRY6BXzG2 .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tBRY6BXzG2 .text-wrapper {
  width: 100%;
}

.cid-tBRY6BXzG2 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tBRY6BXzG2 .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tBRY6BXzG2 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tBRY6BXzG2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tBRY6BXzG2 .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tBRY6BXzG2 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tBRY6BXzG2 .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tBRY6BXzG2 .mbr-text {
    padding-right: 0;
  }
}

.cid-tBRY6BXzG2 .mbr-section-btn {
  margin-top: 40px;
}

.cid-tBRY6BXzG2 .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tBRY6BXzG2 .col-img {
    order: 1;
  }
}

.cid-tBRY6BXzG2 .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tBRY6BXzG2 .img-container {
    padding-left: 20px;
  }
}

.cid-tBRY6BXzG2 .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tBRY6BXzG2 .image-wrapper {
    padding: 15px;
  }
}

.cid-tBRY6BXzG2 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tBRY6BXzG2 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tBRY6BXzG2 .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tBRY6BXzG2 .mbr-text,
.cid-tBRY6BXzG2 .mbr-section-btn {
  color: #000000;
}

.cid-tBnLPiXIvi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-tBnLPiXIvi .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBnLPiXIvi .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}

.cid-tBnLPiXIvi .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBnLPiXIvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBnLU2vSCa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7e4d6;
}

.cid-tBnLU2vSCa .container,
.cid-tBnLU2vSCa .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cid-tBnLU2vSCa img,
.cid-tBnLU2vSCa .item-img {
  height: 100% !important;
  object-fit: cover;
}

.cid-tBnLU2vSCa .item:focus,
.cid-tBnLU2vSCa span:focus {
  outline: none;
}

.cid-tBnLU2vSCa .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.cid-tBnLU2vSCa .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cid-tBnLU2vSCa .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.cid-tBnLU2vSCa .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-tBnLU2vSCa .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 600px;
}



@media (max-width: 546px) {
  .cid-tBnLU2vSCa .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1200px;
  }
}

.cid-tBnLU2vSCa .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}

@media (max-width: 546px) {
  .cid-tBnLU2vSCa .item-content {
    padding: 1.3rem;
  }
}

.cid-tBnLU2vSCa .item-content .item-tag,
.cid-tBnLU2vSCa .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.cid-tBnLU2vSCa .item-wraper {
  position: relative;
}

.cid-tBnLU2vSCa .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cid-tBnLU2vSCa .col-lg-grid:hover .item-content {
  transform: translateY(0);
}

.cid-tBnLU2vSCa .col-lg-grid:hover .item-tag,
.cid-tBnLU2vSCa .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}

.cid-tBnLU2vSCa .col-lg-grid:nth-child(1) {
  grid-area: item1;
}

.cid-tBnLU2vSCa .col-lg-grid:nth-child(2) {
  grid-area: item2;
}

.cid-tBnLU2vSCa .col-lg-grid:nth-child(3) {
  grid-area: item3;
}

.cid-tBnLU2vSCa .col-lg-grid:nth-child(4) {
  grid-area: item4;
}

.cid-tBnLU2vSCa .col-lg-grid:nth-child(5) {
  grid-area: item5;
}

.cid-tBnLU2vSCa .col-lg-grid:nth-child(6) {
  grid-area: item6;
}

.cid-tBnLU2vSCa .col-lg-grid:nth-child(7) {
  grid-area: item7;
}

.cid-tBnLU2vSCa .col-lg-grid:nth-child(8) {
  grid-area: item8;
}

.cid-tBnLU2vSCa .item-content {
  margin-top: 1.375rem;
}

.cid-tBnLU2vSCa .item-title {
  transition: 0.5s;
  color: #000000;
}

.cid-tBnLU2vSCa .item-title:hover {
  color: #BAFF29;
}

.cid-tBnLU2vSCa .item-tag {
  color: #9e9e9e;
}

.cid-tBnLU2vSCa .item-tag a {
  transition: 0.5s;
}

.cid-tBnLU2vSCa .item-tag a:hover {
  color: #BAFF29 !important;
}

.cid-tBnLU2vSCa .mbr-section-head {
  padding-bottom: 5rem;
}

.cid-tBnLU2vSCa .mbr-section-title b:last-child,
.cid-tBnLU2vSCa .mbr-section-title strong:last-child {
  color: #f23801;
}

.cid-tBnLV9FiDr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/branding-998x730-800x585.webp");
}

.cid-tBnLV9FiDr .mbr-overlay {
  background: #0038a1;
  opacity: 0.4;
}

.cid-tBnLV9FiDr .item:focus,
.cid-tBnLV9FiDr span:focus {
  outline: none;
}

.cid-tBnLV9FiDr .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #000000;
  height: 100%;
}

.cid-tBnLV9FiDr .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}

.cid-tBnLV9FiDr .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}

.cid-tBnLV9FiDr .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cid-tBnLV9FiDr .mbr-text,
.cid-tBnLV9FiDr .mbr-section-btn {
  text-align: left;
}

.cid-tBnLV9FiDr .item-title {
  text-align: left;
}

.cid-tBnLV9FiDr .item-subtitle {
  text-align: left;
}

.cid-tBnLV9FiDr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tBnLV9FiDr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tBnLV9FiDr .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tBnLV9FiDr .embla__slide {
    min-width: 375px;
  }
}

.cid-tBnLV9FiDr .embla__button--next,
.cid-tBnLV9FiDr .embla__button--prev {
  display: flex;
}

.cid-tBnLV9FiDr .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tBnLV9FiDr .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBnLV9FiDr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBnLV9FiDr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBnLV9FiDr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tBnLV9FiDr .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tBnLV9FiDr .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cid-tBnLV9FiDr .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tBnLV9FiDr .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBnLV9FiDr .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBnLV9FiDr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBnLV9FiDr .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}

.cid-tBnLV9FiDr .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}

.cid-tBnLV9FiDr .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}

.cid-tBnLV9FiDr .card-text {
  color: #ffffff;
  text-align: left;
}

.cid-tBnLV9FiDr H3 {
  color: #1d1d1f;
  text-align: center;
}

.cid-tBnLV9FiDr .button-align {
  margin-top: 25px;
  text-align: center;
}

.cid-tBnLV9FiDr .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  transition: all .3s !important;
}

.cid-tBnLV9FiDr a.btn>span {
  margin-left: 0.5rem;
}

.cid-tBnLV9FiDr .card-title,
.cid-tBnLV9FiDr .iconfont-wrapper {
  color: #ffffff;
}

.cid-tBnLV9FiDr .mbr-section-title,
.cid-tBnLV9FiDr .button-align {
  color: #ffffff;
}

.cid-tBnLV9FiDr a.btn:hover {
  background-color: #BAFF29 !important;
  border-color: #b01c0e !important;
}

@media (max-width: 576px) {
  .cid-tBnLV9FiDr .embla__slide {
    min-width: 100%;
  }
}

.cid-tBnKywLp2g {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tBnKywLp2g .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBnKywLp2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tBnKywLp2g .container {
    max-width: 1400px;
  }
}

.cid-tBnKywLp2g .item-img,
.cid-tBnKywLp2g img {
  width: 70px;
  height: auto;
  object-fit: cover;
}

.cid-tBnKywLp2g .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}

.cid-tBnKywLp2g .card-wrapper {
  margin-top: 2rem;
  background: #fafafa;
  padding: 2rem 1.5rem;
  border-radius: 15px;
}

.cid-tBnKywLp2g .row {
  justify-content: center;
}

.cid-tBnKywLp2g .mbr-section-title {
  color: #ffffff;
}

.cid-tBnKywLp2g .card-title {
  padding-top: 15px;
}

.cid-tBnKywLp2g .card-title,
.cid-tBnKywLp2g .iconfont-wrapper {
  text-align: left;
}

.cid-tBnKywLp2g .mbr-section-subtitle {
  color: #ffffff;
}

.cid-tBRY80crmP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-bg.webp");
}

.cid-tBRY80crmP .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tBRY80crmP .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tBRY80crmP .list-group-item {
  padding: .75rem 0rem;
}

.cid-tBRY80crmP .plan-subtitle {
  color: #353535;
}

.cid-tBRY80crmP .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tBRY80crmP .nav-tabs {
  border: none !important;
}

.cid-tBRY80crmP .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tBRY80crmP .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tBRY80crmP .nav-tabs .btn.active,
.cid-tBRY80crmP .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tBRY80crmP .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tBRY80crmP .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tBRY80crmP .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tBRY80crmP .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tBRY80crmP .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
  border: 2px solid #ff1600;
  border-radius: 14px;
}

.cid-tBRY80crmP .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tBRY80crmP .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
}

.cid-tBRY80crmP .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tBRY80crmP .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tBRY80crmP .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tBRY80crmP .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tBRY80crmP .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}



.cid-tBRY80crmP .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tBRY80crmP .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tBRY80crmP .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tBRY80crmP .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tBRY80crmP .price-figure {
    font-size: 4.25rem;
  }
}

.cid-tBRY80crmP .plan-title {
  color: #000000;
}

.cid-tBRY80crmP .plan-price .price-figure {
  color: #ff1600;
}

.cid-tBRY80crmP .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tBRY80crmP .plan-sale {
    right: -63px;
    top: 20px;
  }
}



.cid-tBc2GlwFVI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cid-tBc2GlwFVI .mbr-gallery-filter {
  text-align: left;
}

.cid-tBc2GlwFVI .mbr-gallery-filter ul {
  position: relative;
}

@media (min-width: 768px) {
  .cid-tBc2GlwFVI .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 170px;
  }

  .cid-tBc2GlwFVI .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #b01c0e;
  }
}

.cid-tBc2GlwFVI .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tBc2GlwFVI .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 20px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
  color: #000;
}

@media (max-width: 767px) {
  .cid-tBc2GlwFVI .mbr-gallery-filter ul li a.btn {
    margin-right: 15px;
  }
}

.cid-tBc2GlwFVI .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}

.cid-tBc2GlwFVI .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBc2GlwFVI .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div {
  overflow: hidden;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div .icon-video {
  transform: translateY(50%);
  top: 55%;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}

.cid-tBc2GlwFVI .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}

.cid-tBc2GlwFVI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBc2GlwFVI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBc2GlwFVI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BAFF29;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div>span {
  color: #ffffff;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div:hover:after {
  opacity: 1;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div:hover:before {
  opacity: 0.4 !important;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.cid-tBc2GlwFVI .mbr-gallery-item>div:hover .icon-focus {
  bottom: 33%;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}

.cid-tBc2GlwFVI .mbr-gallery-item>div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}

.cid-tBc2GlwFVI .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.cid-tBc2GlwFVI .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.cid-tBibd7QtcT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}

.cid-tBibd7QtcT .mbr-section-head {
  padding: 0 1rem;
}

.cid-tBibd7QtcT img,
.cid-tBibd7QtcT .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tBibd7QtcT .item:focus,
.cid-tBibd7QtcT span:focus {
  outline: none;
}

.cid-tBibd7QtcT .item-wrapper {
  position: relative;
}

.cid-tBibd7QtcT .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tBibd7QtcT .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tBibd7QtcT .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tBibd7QtcT .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tBibd7QtcT .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}



@media (max-width: 425px) {
  .cid-tBibd7QtcT .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tBibd7QtcT .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tBibd7QtcT .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tBibd7QtcT .item-person {
  margin-top: 40px;
}

.cid-tBibd7QtcT .item-person img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tBibd7QtcT .item-person .item-title {
  margin: 0;
}

.cid-tBibd7QtcT .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tBibd7QtcT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tBibd7QtcT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tBibd7QtcT .embla__button--next,
.cid-tBibd7QtcT .embla__button--prev {
  display: flex;
}

.cid-tBibd7QtcT .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tBibd7QtcT .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBibd7QtcT .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tBibd7QtcT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBibd7QtcT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tBibd7QtcT .embla__button {
    top: auto;
  }
}

.cid-tBibd7QtcT .embla {
  position: relative;
  width: 100%;
}

.cid-tBibd7QtcT .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tBibd7QtcT .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBibd7QtcT .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBibd7QtcT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBibd7QtcT .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tBibd7QtcT .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tBibd7QtcT .mbr-text {
  color: #20232a;
  text-align: center;
}

.cid-tBibd7QtcT .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tBibd7QtcT .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tBMv2lh35m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tBMv2lh35m .card {
  background-color: #ebeae2;
}

.cid-tBMv2lh35m .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBMv2lh35m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAPP1mIiZ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tAPP1mIiZ1 .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tAPP1mIiZ1 .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tAPP1mIiZ1 .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tAPP1mIiZ1 .row {
    text-align: center;
  }

  .cid-tAPP1mIiZ1 .row>div {
    margin: auto;
  }

  .cid-tAPP1mIiZ1 .social-row {
    justify-content: center;
  }
}

.cid-tAPP1mIiZ1 .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tAPP1mIiZ1 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tAPP1mIiZ1 .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tAPP1mIiZ1 .list {
    margin-bottom: 0rem;
  }
}

.cid-tAPP1mIiZ1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tAPP1mIiZ1 .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tAPP1mIiZ1 div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tAPP1mIiZ1 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tAPP1mIiZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tAPP1mIiZ1 H5 {
  color: #BAFF29;
}

.cid-tAPP1mIiZ1 .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tAPP1mIiZ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tB0qd6kQ6i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tB0qd6kQ6i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tB0qd6kQ6i .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tB0qd6kQ6i .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tB0qd6kQ6i .container {
    padding: 0 1rem;
  }
}

.cid-tB0qd6kQ6i .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tB0qd6kQ6i .nav-link {
  position: relative;
}

.cid-tB0qd6kQ6i .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tB0qd6kQ6i nav.navbar {
  position: fixed;
}

.cid-tB0qd6kQ6i .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tB0qd6kQ6i .navbar.opened {
  transition: all 0.3s;
}

.cid-tB0qd6kQ6i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tB0qd6kQ6i .navbar .navbar-logo img {
  width: auto;
}

.cid-tB0qd6kQ6i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tB0qd6kQ6i .navbar.collapsed {
  justify-content: center;
}

.cid-tB0qd6kQ6i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tB0qd6kQ6i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tB0qd6kQ6i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tB0qd6kQ6i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tB0qd6kQ6i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tB0qd6kQ6i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tB0qd6kQ6i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tB0qd6kQ6i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tB0qd6kQ6i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tB0qd6kQ6i .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tB0qd6kQ6i .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tB0qd6kQ6i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tB0qd6kQ6i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tB0qd6kQ6i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tB0qd6kQ6i .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tB0qd6kQ6i .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tB0qd6kQ6i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tB0qd6kQ6i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tB0qd6kQ6i .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tB0qd6kQ6i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tB0qd6kQ6i .navbar.navbar-short {
  min-height: 60px;
}

.cid-tB0qd6kQ6i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tB0qd6kQ6i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tB0qd6kQ6i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tB0qd6kQ6i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tB0qd6kQ6i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tB0qd6kQ6i .dropdown-item:hover,
.cid-tB0qd6kQ6i .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tB0qd6kQ6i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tB0qd6kQ6i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tB0qd6kQ6i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tB0qd6kQ6i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tB0qd6kQ6i .dropdown-menu,
.cid-tB0qd6kQ6i .navbar.opened {
  background: #ffffff !important;
}

.cid-tB0qd6kQ6i .nav-item:focus,
.cid-tB0qd6kQ6i .nav-link:focus {
  outline: none;
}

.cid-tB0qd6kQ6i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tB0qd6kQ6i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tB0qd6kQ6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tB0qd6kQ6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tB0qd6kQ6i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tB0qd6kQ6i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tB0qd6kQ6i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tB0qd6kQ6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tB0qd6kQ6i .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tB0qd6kQ6i .dropdown-item.active,
.cid-tB0qd6kQ6i .dropdown-item:active {
  background-color: transparent;
}

.cid-tB0qd6kQ6i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tB0qd6kQ6i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tB0qd6kQ6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tB0qd6kQ6i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tB0qd6kQ6i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tB0qd6kQ6i .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tB0qd6kQ6i ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tB0qd6kQ6i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tB0qd6kQ6i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tB0qd6kQ6i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tB0qd6kQ6i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tB0qd6kQ6i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tB0qd6kQ6i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tB0qd6kQ6i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tB0qd6kQ6i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tB0qd6kQ6i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tB0qd6kQ6i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tB0qd6kQ6i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tB0qd6kQ6i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tB0qd6kQ6i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tB0qd6kQ6i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tB0qd6kQ6i .navbar {
    height: 70px;
  }

  .cid-tB0qd6kQ6i .navbar.opened {
    height: auto;
  }

  .cid-tB0qd6kQ6i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tBXNerBcFw {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-screen-bg.jpg");
}

.cid-tBXNerBcFw .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tBXNerBcFw .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tBXNerBcFw .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tBXNerBcFw .btn {
  margin-left: 0rem;
}

.cid-tBXNerBcFw .row {
  padding-bottom: 8rem;
}

.cid-tBXNerBcFw .link {
  margin: 0;
}

.cid-tBXNerBcFw .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tBXNerBcFw .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tBXNerBcFw .card-img {
  margin-bottom: 3.2rem;
}

.cid-tBXNerBcFw .item-img {
  margin: 0 auto;
}

/* .cid-tBXNerBcFw .item-img,
.cid-tBXNerBcFw img {
  width: 70px;
  height: 70px;
  margin-bottom: 3.2rem;
} */
.cid-tBXNerBcFw .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tBXNerBcFw .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tBXNerBcFw .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tBXNerBcFw .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tBXNerBcFw .media-container-row {
  align-items: flex-end;
}

.cid-tBXNerBcFw .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tBXNerBcFw .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tBXNerBcFw .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tBXNerBcFw .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tBXNerBcFw .card {
    margin-bottom: 2rem;
  }

  .cid-tBXNerBcFw .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tBXNerBcFw .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tBXNerBcFw .card {
  position: relative;
}

.cid-tBXNerBcFw .card-3::after {
  content: '';
  background-color: #ff1903;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tBXNerBcFw .card:nth-child(3) .card-inner {
  background-color: #ff1903;
}

.cid-tBXNerBcFw .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tBXNerBcFw .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tBXNerBcFw .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tBXNerBcFw .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tBXNerBcFw .card:nth-child(3) .card-inner:hover {
  background-color: #ff1903;
}

.cid-tBXNerBcFw .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tBXNerBcFw .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCvFvsZbb1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCvFvsZbb1 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCvFvsZbb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCvFvsZbb1 .title-wrapper {
  padding: 0 30%;
}

.cid-tCvFvsZbb1 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCvFvsZbb1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCvFvsZbb1 .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCvFvsZbb1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCvFvsZbb1 .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCvFvsZbb1 .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCvFvsZbb1 .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCvFvsZbb1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCvFvsZbb1 .embla__button--next,
.cid-tCvFvsZbb1 .embla__button--prev {
  display: flex;
}

.cid-tCvFvsZbb1 .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCvFvsZbb1 .embla__button {
    display: none;
  }
}

.cid-tCvFvsZbb1 .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCvFvsZbb1 .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCvFvsZbb1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCvFvsZbb1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCvFvsZbb1 .embla {
  position: relative;
  width: 100%;
}

.cid-tCvFvsZbb1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCvFvsZbb1 .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCvFvsZbb1 .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCvFvsZbb1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCvFvsZbb1 .item-menu-overlay {
  background: transparent;
}

.cid-tCvFvsZbb1 .mbr-section-title {
  color: #1c314e;
}

.cid-tB0qdcqbOJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .cid-tB0qdcqbOJ .row {
    flex-direction: row-reverse;
  }

  .cid-tB0qdcqbOJ .image-wrapper {
    padding-right: 1.5rem;
  }

  .cid-tB0qdcqbOJ .wrapper {
    padding-left: 1.5rem;
  }
}

.cid-tB0qdcqbOJ .item-title {
  color: #000000;
}

.cid-tB0qdcqbOJ .subtitle-text {
  color: #6c7577;
}

.cid-tB0qdcqbOJ .item-box {
  display: flex;
}

.cid-tB0qdcqbOJ .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tB0qdcqbOJ .item-text {
  color: #6c7577;
}

.cid-tB0qdcqbOJ .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tB0qdcqbOJ .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tB0qdcqbOJ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cid-tB0qdcqbOJ .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB0qdcqbOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBXOksiGV7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
}

.cid-tBXOksiGV7 .mbr-overlay {
  background: #BAFF29;
  opacity: 0.6;
}

.cid-tBXOksiGV7 .item-img,
.cid-tBXOksiGV7 img {
  width: 70px;
  height: auto;
  object-fit: cover;
}

.cid-tBXOksiGV7 .item:focus,
.cid-tBXOksiGV7 span:focus {
  outline: none;
}

.cid-tBXOksiGV7 .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cid-tBXOksiGV7 .element-wrapper {
  position: relative;
  border-radius: 20px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 25px;
}

@media (min-width: 1201px) {
  .cid-tBXOksiGV7 .element-wrapper .item-content {
    padding-top: 1.6rem;
  }

  .cid-tBXOksiGV7 .element-wrapper .item-footer {
    padding-top: 0.1rem;
  }
}

@media (max-width: 1200px) {
  .cid-tBXOksiGV7 .element-wrapper {
    padding: 2.5rem;
  }

  .cid-tBXOksiGV7 .element-wrapper .item-content {
    padding-top: 1rem;
  }

  .cid-tBXOksiGV7 .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

.cid-tBXOksiGV7 .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tBXOksiGV7 .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBXOksiGV7 .mbr-text,
.cid-tBXOksiGV7 .mbr-section-btn {
  text-align: left;
  color: #353535;
}

.cid-tBXOksiGV7 .item-title {
  text-align: left;
  color: #000000;
}

.cid-tBXOksiGV7 .item-subtitle {
  text-align: left;
}

.cid-tBXOksiGV7 .btn-success {
  border: 0 !important;
}

.cid-tCrfYVITL7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCrfYVITL7 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrfYVITL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrfYVITL7 .row {
  flex-direction: row-reverse;
}

.cid-tCrfYVITL7 .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrfYVITL7 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCrfYVITL7 .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrfYVITL7 .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCrfYVITL7 .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCrfYVITL7 .text-wrapper {
  width: 100%;
}

.cid-tCrfYVITL7 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCrfYVITL7 .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCrfYVITL7 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCrfYVITL7 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCrfYVITL7 .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCrfYVITL7 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCrfYVITL7 .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCrfYVITL7 .mbr-text {
    padding-right: 0;
  }
}

.cid-tCrfYVITL7 .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCrfYVITL7 .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCrfYVITL7 .col-img {
    order: 1;
  }
}

.cid-tCrfYVITL7 .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCrfYVITL7 .img-container {
    padding-left: 20px;
  }
}

.cid-tCrfYVITL7 .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCrfYVITL7 .image-wrapper {
    padding: 15px;
  }
}

.cid-tCrfYVITL7 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCrfYVITL7 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCrfYVITL7 .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCrfYVITL7 .mbr-text,
.cid-tCrfYVITL7 .mbr-section-btn {
  color: #000000;
}

.cid-tBXP4NjqiC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-tBXP4NjqiC .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBXP4NjqiC .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}

.cid-tBXP4NjqiC .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBXP4NjqiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBXP6lPKp9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7e4d6;
}

.cid-tBXP6lPKp9 .container,
.cid-tBXP6lPKp9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cid-tBXP6lPKp9 img,
.cid-tBXP6lPKp9 .item-img {
  height: 100% !important;
  object-fit: cover;
}

.cid-tBXP6lPKp9 .item:focus,
.cid-tBXP6lPKp9 span:focus {
  outline: none;
}

.cid-tBXP6lPKp9 .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.cid-tBXP6lPKp9 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cid-tBXP6lPKp9 .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.cid-tBXP6lPKp9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-tBXP6lPKp9 .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 600px;
}



@media (max-width: 546px) {
  .cid-tBXP6lPKp9 .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1200px;
  }
}

.cid-tBXP6lPKp9 .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}

@media (max-width: 546px) {
  .cid-tBXP6lPKp9 .item-content {
    padding: 1.3rem;
  }
}

.cid-tBXP6lPKp9 .item-content .item-tag,
.cid-tBXP6lPKp9 .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.cid-tBXP6lPKp9 .item-wraper {
  position: relative;
}

.cid-tBXP6lPKp9 .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cid-tBXP6lPKp9 .col-lg-grid:hover .item-content {
  transform: translateY(0);
}

.cid-tBXP6lPKp9 .col-lg-grid:hover .item-tag,
.cid-tBXP6lPKp9 .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}

.cid-tBXP6lPKp9 .col-lg-grid:nth-child(1) {
  grid-area: item1;
}

.cid-tBXP6lPKp9 .col-lg-grid:nth-child(2) {
  grid-area: item2;
}

.cid-tBXP6lPKp9 .col-lg-grid:nth-child(3) {
  grid-area: item3;
}

.cid-tBXP6lPKp9 .col-lg-grid:nth-child(4) {
  grid-area: item4;
}

.cid-tBXP6lPKp9 .col-lg-grid:nth-child(5) {
  grid-area: item5;
}

.cid-tBXP6lPKp9 .col-lg-grid:nth-child(6) {
  grid-area: item6;
}

.cid-tBXP6lPKp9 .col-lg-grid:nth-child(7) {
  grid-area: item7;
}

.cid-tBXP6lPKp9 .col-lg-grid:nth-child(8) {
  grid-area: item8;
}

.cid-tBXP6lPKp9 .item-content {
  margin-top: 1.375rem;
}

.cid-tBXP6lPKp9 .item-title {
  transition: 0.5s;
}

.cid-tBXP6lPKp9 .item-title:hover {
  color: #BAFF29;
}

.cid-tBXP6lPKp9 .item-tag {
  color: #9e9e9e;
}

.cid-tBXP6lPKp9 .item-tag a {
  transition: 0.5s;
}

.cid-tBXP6lPKp9 .item-tag a:hover {
  color: #BAFF29 !important;
}

.cid-tBXP6lPKp9 .mbr-section-head {
  padding-bottom: 5rem;
}

.cid-tBXP6lPKp9 .mbr-section-title b:last-child,
.cid-tBXP6lPKp9 .mbr-section-title strong:last-child {
  color: #f23801;
}

.cid-tBXP9xpFdm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/branding-998x730-800x585.webp");
}

.cid-tBXP9xpFdm .mbr-overlay {
  background: #0038a1;
  opacity: 0.4;
}

.cid-tBXP9xpFdm .item:focus,
.cid-tBXP9xpFdm span:focus {
  outline: none;
}

.cid-tBXP9xpFdm .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #000000;
  height: 100%;
}

.cid-tBXP9xpFdm .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}

.cid-tBXP9xpFdm .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}

.cid-tBXP9xpFdm .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cid-tBXP9xpFdm .mbr-text,
.cid-tBXP9xpFdm .mbr-section-btn {
  text-align: left;
}

.cid-tBXP9xpFdm .item-title {
  text-align: left;
}

.cid-tBXP9xpFdm .item-subtitle {
  text-align: left;
}

.cid-tBXP9xpFdm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tBXP9xpFdm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tBXP9xpFdm .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tBXP9xpFdm .embla__slide {
    min-width: 375px;
  }
}

.cid-tBXP9xpFdm .embla__button--next,
.cid-tBXP9xpFdm .embla__button--prev {
  display: flex;
}

.cid-tBXP9xpFdm .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tBXP9xpFdm .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBXP9xpFdm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBXP9xpFdm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBXP9xpFdm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tBXP9xpFdm .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tBXP9xpFdm .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cid-tBXP9xpFdm .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tBXP9xpFdm .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBXP9xpFdm .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBXP9xpFdm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBXP9xpFdm .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}

.cid-tBXP9xpFdm .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}

.cid-tBXP9xpFdm .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}

.cid-tBXP9xpFdm .card-text {
  color: #ffffff;
  text-align: left;
}

.cid-tBXP9xpFdm H3 {
  color: #1d1d1f;
  text-align: center;
}

.cid-tBXP9xpFdm .button-align {
  margin-top: 25px;
  text-align: center;
}

.cid-tBXP9xpFdm .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  transition: all .3s !important;
}

.cid-tBXP9xpFdm a.btn>span {
  margin-left: 0.5rem;
}

.cid-tBXP9xpFdm .card-title,
.cid-tBXP9xpFdm .iconfont-wrapper {
  color: #ffffff;
}

.cid-tBXP9xpFdm .mbr-section-title,
.cid-tBXP9xpFdm .button-align {
  color: #ffffff;
}

.cid-tBXP9xpFdm a.btn:hover {
  background-color: #BAFF29 !important;
  border-color: #b01c0e !important;
}

@media (max-width: 576px) {
  .cid-tBXP9xpFdm .embla__slide {
    min-width: 100%;
  }
}

.cid-tBXPbypaD0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tBXPbypaD0 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBXPbypaD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tBXPbypaD0 .container {
    max-width: 1400px;
  }
}

.cid-tBXPbypaD0 .item-img,
.cid-tBXPbypaD0 img {
  width: auto;
  height: 60px;
}

.cid-tBXPbypaD0 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}

.cid-tBXPbypaD0 .card-wrapper {
  margin-top: 2rem;
  background: #fafafa;
  padding: 2rem 1.5rem;
  border-radius: 15px;
}

.cid-tBXPbypaD0 .row {
  justify-content: center;
}

.cid-tBXPbypaD0 .mbr-section-title {
  color: #ffffff;
}

.cid-tBXPbypaD0 .card-title {
  padding-top: 15px;
}

.cid-tBXPbypaD0 .card-title,
.cid-tBXPbypaD0 .iconfont-wrapper {
  text-align: left;
}

.cid-tBXPbypaD0 .mbr-section-subtitle {
  color: #ffffff;
}

.cid-tBiJxi8PT5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-network-concept-distributed-ledger-600w-1007821024.webp");
}

.cid-tBiJxi8PT5 .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tBiJxi8PT5 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tBiJxi8PT5 .list-group-item {
  padding: .75rem 0rem;
}

.cid-tBiJxi8PT5 .plan-subtitle {
  color: #353535;
}

.cid-tBiJxi8PT5 .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tBiJxi8PT5 .nav-tabs {
  border: none !important;
}

.cid-tBiJxi8PT5 .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tBiJxi8PT5 .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tBiJxi8PT5 .nav-tabs .btn.active,
.cid-tBiJxi8PT5 .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tBiJxi8PT5 .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tBiJxi8PT5 .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tBiJxi8PT5 .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tBiJxi8PT5 .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tBiJxi8PT5 .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}

.cid-tBiJxi8PT5 .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tBiJxi8PT5 .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}

.cid-tBiJxi8PT5 .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tBiJxi8PT5 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tBiJxi8PT5 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tBiJxi8PT5 .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tBiJxi8PT5 .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}



.cid-tBiJxi8PT5 .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tBiJxi8PT5 .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tBiJxi8PT5 .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tBiJxi8PT5 .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tBiJxi8PT5 .price-figure {
    font-size: 4.25rem;
  }
}

.cid-tBiJxi8PT5 .plan-title {
  color: #000000;
}

.cid-tBiJxi8PT5 .plan-price .price-figure {
  color: #ff1600;
}

.cid-tBiJxi8PT5 .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tBiJxi8PT5 .plan-sale {
    right: -63px;
    top: 20px;
  }
}



.cid-tBXPeOWIlW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cid-tBXPeOWIlW .mbr-gallery-filter {
  text-align: left;
}

.cid-tBXPeOWIlW .mbr-gallery-filter ul {
  position: relative;
}

@media (min-width: 768px) {
  .cid-tBXPeOWIlW .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 170px;
  }

  .cid-tBXPeOWIlW .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #b01c0e;
  }
}

.cid-tBXPeOWIlW .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tBXPeOWIlW .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 20px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
  color: #000;
}

@media (max-width: 767px) {
  .cid-tBXPeOWIlW .mbr-gallery-filter ul li a.btn {
    margin-right: 15px;
  }
}

.cid-tBXPeOWIlW .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}

.cid-tBXPeOWIlW .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBXPeOWIlW .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div {
  overflow: hidden;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div .icon-video {
  transform: translateY(50%);
  top: 55%;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}

.cid-tBXPeOWIlW .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}

.cid-tBXPeOWIlW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBXPeOWIlW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBXPeOWIlW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BAFF29;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div>span {
  color: #ffffff;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div:hover:after {
  opacity: 1;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div:hover:before {
  opacity: 0.4 !important;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.cid-tBXPeOWIlW .mbr-gallery-item>div:hover .icon-focus {
  bottom: 33%;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}

.cid-tBXPeOWIlW .mbr-gallery-item>div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}

.cid-tBXPeOWIlW .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.cid-tBXPeOWIlW .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.cid-tBXPgzmVL3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}

.cid-tBXPgzmVL3 .mbr-section-head {
  padding: 0 1rem;
}

.cid-tBXPgzmVL3 img,
.cid-tBXPgzmVL3 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tBXPgzmVL3 .item:focus,
.cid-tBXPgzmVL3 span:focus {
  outline: none;
}

.cid-tBXPgzmVL3 .item-wrapper {
  position: relative;
}

.cid-tBXPgzmVL3 .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tBXPgzmVL3 .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tBXPgzmVL3 .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tBXPgzmVL3 .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tBXPgzmVL3 .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}



@media (max-width: 425px) {
  .cid-tBXPgzmVL3 .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tBXPgzmVL3 .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tBXPgzmVL3 .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tBXPgzmVL3 .item-person {
  margin-top: 40px;
}

.cid-tBXPgzmVL3 .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tBXPgzmVL3 .item-person .item-title {
  margin: 0;
}

.cid-tBXPgzmVL3 .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tBXPgzmVL3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tBXPgzmVL3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tBXPgzmVL3 .embla__button--next,
.cid-tBXPgzmVL3 .embla__button--prev {
  display: flex;
}

.cid-tBXPgzmVL3 .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tBXPgzmVL3 .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBXPgzmVL3 .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tBXPgzmVL3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBXPgzmVL3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tBXPgzmVL3 .embla__button {
    top: auto;
  }
}

.cid-tBXPgzmVL3 .embla {
  position: relative;
  width: 100%;
}

.cid-tBXPgzmVL3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tBXPgzmVL3 .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBXPgzmVL3 .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBXPgzmVL3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBXPgzmVL3 .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tBXPgzmVL3 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tBXPgzmVL3 .mbr-text {
  color: #20232a;
  text-align: center;
}

.cid-tBXPgzmVL3 .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tBXPgzmVL3 .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tBXPkLh463 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tBXPkLh463 .card {
  background-color: #ebeae2;
}

.cid-tBXPkLh463 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBXPkLh463 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB0qdjs0O5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tB0qdjs0O5 .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tB0qdjs0O5 .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tB0qdjs0O5 .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tB0qdjs0O5 .row {
    text-align: center;
  }

  .cid-tB0qdjs0O5 .row>div {
    margin: auto;
  }

  .cid-tB0qdjs0O5 .social-row {
    justify-content: center;
  }
}

.cid-tB0qdjs0O5 .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tB0qdjs0O5 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tB0qdjs0O5 .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tB0qdjs0O5 .list {
    margin-bottom: 0rem;
  }
}

.cid-tB0qdjs0O5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tB0qdjs0O5 .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tB0qdjs0O5 div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tB0qdjs0O5 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB0qdjs0O5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB0qdjs0O5 H5 {
  color: #BAFF29;
}

.cid-tB0qdjs0O5 .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tB0qdjs0O5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tB1zK4Q4JG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tB1zK4Q4JG .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tB1zK4Q4JG .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tB1zK4Q4JG .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tB1zK4Q4JG .container {
    padding: 0 1rem;
  }
}

.cid-tB1zK4Q4JG .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tB1zK4Q4JG .nav-link {
  position: relative;
}

.cid-tB1zK4Q4JG .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tB1zK4Q4JG nav.navbar {
  position: fixed;
}

.cid-tB1zK4Q4JG .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tB1zK4Q4JG .navbar.opened {
  transition: all 0.3s;
}

.cid-tB1zK4Q4JG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tB1zK4Q4JG .navbar .navbar-logo img {
  width: auto;
}

.cid-tB1zK4Q4JG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tB1zK4Q4JG .navbar.collapsed {
  justify-content: center;
}

.cid-tB1zK4Q4JG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tB1zK4Q4JG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tB1zK4Q4JG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tB1zK4Q4JG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tB1zK4Q4JG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tB1zK4Q4JG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tB1zK4Q4JG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tB1zK4Q4JG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tB1zK4Q4JG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tB1zK4Q4JG .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tB1zK4Q4JG .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tB1zK4Q4JG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tB1zK4Q4JG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tB1zK4Q4JG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tB1zK4Q4JG .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tB1zK4Q4JG .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tB1zK4Q4JG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tB1zK4Q4JG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tB1zK4Q4JG .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tB1zK4Q4JG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tB1zK4Q4JG .navbar.navbar-short {
  min-height: 60px;
}

.cid-tB1zK4Q4JG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tB1zK4Q4JG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tB1zK4Q4JG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tB1zK4Q4JG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tB1zK4Q4JG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tB1zK4Q4JG .dropdown-item:hover,
.cid-tB1zK4Q4JG .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tB1zK4Q4JG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tB1zK4Q4JG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tB1zK4Q4JG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tB1zK4Q4JG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tB1zK4Q4JG .dropdown-menu,
.cid-tB1zK4Q4JG .navbar.opened {
  background: #ffffff !important;
}

.cid-tB1zK4Q4JG .nav-item:focus,
.cid-tB1zK4Q4JG .nav-link:focus {
  outline: none;
}

.cid-tB1zK4Q4JG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tB1zK4Q4JG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tB1zK4Q4JG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tB1zK4Q4JG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tB1zK4Q4JG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tB1zK4Q4JG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tB1zK4Q4JG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tB1zK4Q4JG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tB1zK4Q4JG .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tB1zK4Q4JG .dropdown-item.active,
.cid-tB1zK4Q4JG .dropdown-item:active {
  background-color: transparent;
}

.cid-tB1zK4Q4JG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tB1zK4Q4JG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tB1zK4Q4JG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tB1zK4Q4JG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tB1zK4Q4JG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tB1zK4Q4JG .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tB1zK4Q4JG ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tB1zK4Q4JG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tB1zK4Q4JG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tB1zK4Q4JG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tB1zK4Q4JG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tB1zK4Q4JG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tB1zK4Q4JG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tB1zK4Q4JG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tB1zK4Q4JG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tB1zK4Q4JG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tB1zK4Q4JG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tB1zK4Q4JG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tB1zK4Q4JG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tB1zK4Q4JG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tB1zK4Q4JG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tB1zK4Q4JG .navbar {
    height: 70px;
  }

  .cid-tB1zK4Q4JG .navbar.opened {
    height: auto;
  }

  .cid-tB1zK4Q4JG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tB1zK779rJ {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}

.cid-tB1zK779rJ .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tB1zK779rJ .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tB1zK779rJ .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tB1zK779rJ .btn {
  margin-left: 0rem;
}

.cid-tB1zK779rJ .row {
  padding-bottom: 8rem;
}

.cid-tB1zK779rJ .link {
  margin: 0;
}

.cid-tB1zK779rJ .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tB1zK779rJ .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tB1zK779rJ .card-img {
  margin-bottom: 3.2rem;
}

.cid-tB1zK779rJ .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tB1zK779rJ .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tB1zK779rJ .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tB1zK779rJ .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tB1zK779rJ .media-container-row {
  align-items: flex-end;
}

.cid-tB1zK779rJ .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tB1zK779rJ .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tB1zK779rJ .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tB1zK779rJ .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tB1zK779rJ .card {
    margin-bottom: 2rem;
  }

  .cid-tB1zK779rJ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tB1zK779rJ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tB1zK779rJ .card {
  position: relative;
}

.cid-tB1zK779rJ .card-3::after {
  content: '';
  background-color: #e9204f;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tB1zK779rJ .card:nth-child(3) .card-inner {
  background-color: #ff1903;
}

.cid-tB1zK779rJ .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tB1zK779rJ .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tB1zK779rJ .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tB1zK779rJ .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tB1zK779rJ .card:nth-child(3) .card-inner:hover {
  background-color: #ff1903;
}

.cid-tB1zK779rJ .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tB1zK779rJ .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCrfedHGVO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCrfedHGVO .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrfedHGVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrfedHGVO .title-wrapper {
  padding: 0 30%;
}

.cid-tCrfedHGVO .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCrfedHGVO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCrfedHGVO .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCrfedHGVO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCrfedHGVO .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCrfedHGVO .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCrfedHGVO .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCrfedHGVO .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCrfedHGVO .embla__button--next,
.cid-tCrfedHGVO .embla__button--prev {
  display: flex;
}

.cid-tCrfedHGVO .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCrfedHGVO .embla__button {
    display: none;
  }
}

.cid-tCrfedHGVO .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCrfedHGVO .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCrfedHGVO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCrfedHGVO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCrfedHGVO .embla {
  position: relative;
  width: 100%;
}

.cid-tCrfedHGVO .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCrfedHGVO .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCrfedHGVO .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCrfedHGVO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCrfedHGVO .item-menu-overlay {
  background: transparent;
}

.cid-tCrfedHGVO .mbr-section-title {
  color: #1c314e;
}

.cid-tCrfipadLs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCrfipadLs .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrfipadLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrfipadLs .row {
  flex-direction: row-reverse;
}

.cid-tCrfipadLs .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrfipadLs .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCrfipadLs .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrfipadLs .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCrfipadLs .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCrfipadLs .text-wrapper {
  width: 100%;
}

.cid-tCrfipadLs .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCrfipadLs .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCrfipadLs .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCrfipadLs .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCrfipadLs .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCrfipadLs .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCrfipadLs .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCrfipadLs .mbr-text {
    padding-right: 0;
  }
}

.cid-tCrfipadLs .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCrfipadLs .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCrfipadLs .col-img {
    order: 1;
  }
}

.cid-tCrfipadLs .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCrfipadLs .img-container {
    padding-left: 20px;
  }
}

.cid-tCrfipadLs .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCrfipadLs .image-wrapper {
    padding: 15px;
  }
}

.cid-tCrfipadLs .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCrfipadLs .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCrfipadLs .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCrfipadLs .mbr-text,
.cid-tCrfipadLs .mbr-section-btn {
  color: #000000;
}

.cid-tBiHLAxb9R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-network-concept-distributed-ledger-600w-1007821024.webp");
}

.cid-tBiHLAxb9R .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tBiHLAxb9R .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tBiHLAxb9R .list-group-item {
  padding: .75rem 0rem;
}

.cid-tBiHLAxb9R .plan-subtitle {
  color: #353535;
}

.cid-tBiHLAxb9R .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tBiHLAxb9R .nav-tabs {
  border: none !important;
}

.cid-tBiHLAxb9R .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tBiHLAxb9R .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tBiHLAxb9R .nav-tabs .btn.active,
.cid-tBiHLAxb9R .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tBiHLAxb9R .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tBiHLAxb9R .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tBiHLAxb9R .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tBiHLAxb9R .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tBiHLAxb9R .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}

.cid-tBiHLAxb9R .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tBiHLAxb9R .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}

.cid-tBiHLAxb9R .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tBiHLAxb9R .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tBiHLAxb9R .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tBiHLAxb9R .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tBiHLAxb9R .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}



.cid-tBiHLAxb9R .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tBiHLAxb9R .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tBiHLAxb9R .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tBiHLAxb9R .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tBiHLAxb9R .price-figure {
    font-size: 4.25rem;
  }
}

.cid-tBiHLAxb9R .plan-title {
  color: #000000;
}

.cid-tBiHLAxb9R .plan-price .price-figure {
  color: #ff1600;
}

.cid-tBiHLAxb9R .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tBiHLAxb9R .plan-sale {
    right: -63px;
    top: 20px;
  }
}



.cid-tBiaMcXoUl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}

.cid-tBiaMcXoUl .mbr-section-head {
  padding: 0 1rem;
}

.cid-tBiaMcXoUl img,
.cid-tBiaMcXoUl .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tBiaMcXoUl .item:focus,
.cid-tBiaMcXoUl span:focus {
  outline: none;
}

.cid-tBiaMcXoUl .item-wrapper {
  position: relative;
}

.cid-tBiaMcXoUl .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tBiaMcXoUl .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tBiaMcXoUl .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tBiaMcXoUl .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tBiaMcXoUl .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}



@media (max-width: 425px) {
  .cid-tBiaMcXoUl .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tBiaMcXoUl .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tBiaMcXoUl .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tBiaMcXoUl .item-person {
  margin-top: 40px;
}

.cid-tBiaMcXoUl .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tBiaMcXoUl .item-person .item-title {
  margin: 0;
}

.cid-tBiaMcXoUl .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tBiaMcXoUl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tBiaMcXoUl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tBiaMcXoUl .embla__button--next,
.cid-tBiaMcXoUl .embla__button--prev {
  display: flex;
}

.cid-tBiaMcXoUl .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tBiaMcXoUl .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBiaMcXoUl .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tBiaMcXoUl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBiaMcXoUl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tBiaMcXoUl .embla__button {
    top: auto;
  }
}

.cid-tBiaMcXoUl .embla {
  position: relative;
  width: 100%;
}

.cid-tBiaMcXoUl .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tBiaMcXoUl .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBiaMcXoUl .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBiaMcXoUl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBiaMcXoUl .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tBiaMcXoUl .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tBiaMcXoUl .mbr-text {
  color: #20232a;
  text-align: center;
}

.cid-tBiaMcXoUl .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tBiaMcXoUl .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tCrflY6XgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tCrflY6XgB .card {
  background-color: #ebeae2;
}

.cid-tCrflY6XgB .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrflY6XgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB1zKBL8ZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tB1zKBL8ZP .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tB1zKBL8ZP .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tB1zKBL8ZP .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tB1zKBL8ZP .row {
    text-align: center;
  }

  .cid-tB1zKBL8ZP .row>div {
    margin: auto;
  }

  .cid-tB1zKBL8ZP .social-row {
    justify-content: center;
  }
}

.cid-tB1zKBL8ZP .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tB1zKBL8ZP .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tB1zKBL8ZP .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tB1zKBL8ZP .list {
    margin-bottom: 0rem;
  }
}

.cid-tB1zKBL8ZP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tB1zKBL8ZP .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tB1zKBL8ZP div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tB1zKBL8ZP .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB1zKBL8ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB1zKBL8ZP H5 {
  color: #BAFF29;
}

.cid-tB1zKBL8ZP .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tB1zKBL8ZP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tB6ssihRsu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tB6ssihRsu .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tB6ssihRsu .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tB6ssihRsu .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tB6ssihRsu .container {
    padding: 0 1rem;
  }
}

.cid-tB6ssihRsu .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tB6ssihRsu .nav-link {
  position: relative;
}

.cid-tB6ssihRsu .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tB6ssihRsu nav.navbar {
  position: fixed;
}

.cid-tB6ssihRsu .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tB6ssihRsu .navbar.opened {
  transition: all 0.3s;
}

.cid-tB6ssihRsu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tB6ssihRsu .navbar .navbar-logo img {
  width: auto;
}

.cid-tB6ssihRsu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tB6ssihRsu .navbar.collapsed {
  justify-content: center;
}

.cid-tB6ssihRsu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tB6ssihRsu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tB6ssihRsu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tB6ssihRsu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tB6ssihRsu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tB6ssihRsu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tB6ssihRsu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tB6ssihRsu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tB6ssihRsu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tB6ssihRsu .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tB6ssihRsu .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tB6ssihRsu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tB6ssihRsu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tB6ssihRsu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tB6ssihRsu .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tB6ssihRsu .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tB6ssihRsu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tB6ssihRsu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tB6ssihRsu .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tB6ssihRsu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tB6ssihRsu .navbar.navbar-short {
  min-height: 60px;
}

.cid-tB6ssihRsu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tB6ssihRsu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tB6ssihRsu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tB6ssihRsu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tB6ssihRsu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tB6ssihRsu .dropdown-item:hover,
.cid-tB6ssihRsu .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tB6ssihRsu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tB6ssihRsu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tB6ssihRsu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tB6ssihRsu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tB6ssihRsu .dropdown-menu,
.cid-tB6ssihRsu .navbar.opened {
  background: #ffffff !important;
}

.cid-tB6ssihRsu .nav-item:focus,
.cid-tB6ssihRsu .nav-link:focus {
  outline: none;
}

.cid-tB6ssihRsu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tB6ssihRsu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tB6ssihRsu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tB6ssihRsu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tB6ssihRsu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tB6ssihRsu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tB6ssihRsu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tB6ssihRsu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tB6ssihRsu .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tB6ssihRsu .dropdown-item.active,
.cid-tB6ssihRsu .dropdown-item:active {
  background-color: transparent;
}

.cid-tB6ssihRsu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tB6ssihRsu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tB6ssihRsu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tB6ssihRsu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tB6ssihRsu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tB6ssihRsu .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tB6ssihRsu ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tB6ssihRsu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tB6ssihRsu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tB6ssihRsu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tB6ssihRsu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tB6ssihRsu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tB6ssihRsu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tB6ssihRsu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tB6ssihRsu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tB6ssihRsu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tB6ssihRsu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tB6ssihRsu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tB6ssihRsu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tB6ssihRsu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tB6ssihRsu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tB6ssihRsu .navbar {
    height: 70px;
  }

  .cid-tB6ssihRsu .navbar.opened {
    height: auto;
  }

  .cid-tB6ssihRsu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tB6t31HUyo {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #FFFFFF;
}

.cid-tB6t31HUyo .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB6t31HUyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB6t31HUyo .mbr-section-head {
  width: 100%;
}

/* @media (max-width: 1199px) {
  .cid-tB6t31HUyo .mbr-section-head {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .cid-tB6t31HUyo .mbr-section-head {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .cid-tB6t31HUyo .mbr-section-head {
    margin-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .cid-tB6t31HUyo .mbr-section-head {
    margin-bottom: 100px;
  }
} */

.cid-tB6t31HUyo .main-title {
  color: #000000;
  margin-bottom: 0;
}

.cid-tB6t31HUyo .main-title a {
  font-weight: inherit;
  pointer-events: none;
}

.cid-tB6t31HUyo .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}

.cid-tB6t31HUyo .content-container {
  width: 100%;
  padding: 100px 120px;
}

@media (max-width: 1199px) {
  .cid-tB6t31HUyo .content-container {
    padding: 68px 82px;
  }
}

@media (max-width: 991px) {
  .cid-tB6t31HUyo .content-container {
    padding: 50px 60px;
  }
}

@media (max-width: 767px) {
  .cid-tB6t31HUyo .content-container {
    border-radius: 10px;
    padding: 90px 45px;
  }
}

@media (max-width: 575px) {
  .cid-tB6t31HUyo .content-container {
    padding: 68px 34px;
  }
}

.cid-tB6t31HUyo .mbr-section-title {
  color: #000000;
  opacity: 0.5;
  margin-bottom: 150px;
}

@media (max-width: 1199px) {
  .cid-tB6t31HUyo .mbr-section-title {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .cid-tB6t31HUyo .mbr-section-title {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .cid-tB6t31HUyo .mbr-section-title {
    margin-bottom: 54px;
  }
}

@media (max-width: 575px) {
  .cid-tB6t31HUyo .mbr-section-title {
    margin-bottom: 40px;
  }
}

.cid-tB6t31HUyo .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .cid-tB6t31HUyo .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .cid-tB6t31HUyo .mbr-section-subtitle {
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .cid-tB6t31HUyo .mbr-section-subtitle {
    margin-bottom: 62px;
  }
}

@media (max-width: 575px) {
  .cid-tB6t31HUyo .mbr-section-subtitle {
    margin-bottom: 48px;
  }
}

.cid-tB6t31HUyo .mbr-text {
  color: #000000;
  margin-bottom: 0;
}

.cid-tB6t31HUyo .mbr-text b {
  text-transform: uppercase;
  font-weight: 700;
}

.cid-tB6ssxLMEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tB6ssxLMEU .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tB6ssxLMEU .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tB6ssxLMEU .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tB6ssxLMEU .row {
    text-align: center;
  }

  .cid-tB6ssxLMEU .row>div {
    margin: auto;
  }

  .cid-tB6ssxLMEU .social-row {
    justify-content: center;
  }
}

.cid-tB6ssxLMEU .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tB6ssxLMEU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tB6ssxLMEU .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tB6ssxLMEU .list {
    margin-bottom: 0rem;
  }
}

.cid-tB6ssxLMEU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tB6ssxLMEU .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tB6ssxLMEU div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tB6ssxLMEU .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB6ssxLMEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB6ssxLMEU H5 {
  color: #BAFF29;
}

.cid-tB6ssxLMEU .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tB6ssxLMEU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tB6tCNNDLw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tB6tCNNDLw .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tB6tCNNDLw .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tB6tCNNDLw .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tB6tCNNDLw .container {
    padding: 0 1rem;
  }
}

.cid-tB6tCNNDLw .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tB6tCNNDLw .nav-link {
  position: relative;
}

.cid-tB6tCNNDLw .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tB6tCNNDLw nav.navbar {
  position: fixed;
}

.cid-tB6tCNNDLw .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tB6tCNNDLw .navbar.opened {
  transition: all 0.3s;
}

.cid-tB6tCNNDLw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tB6tCNNDLw .navbar .navbar-logo img {
  width: auto;
}

.cid-tB6tCNNDLw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tB6tCNNDLw .navbar.collapsed {
  justify-content: center;
}

.cid-tB6tCNNDLw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tB6tCNNDLw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tB6tCNNDLw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tB6tCNNDLw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tB6tCNNDLw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tB6tCNNDLw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tB6tCNNDLw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tB6tCNNDLw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tB6tCNNDLw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tB6tCNNDLw .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tB6tCNNDLw .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tB6tCNNDLw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tB6tCNNDLw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tB6tCNNDLw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tB6tCNNDLw .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tB6tCNNDLw .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tB6tCNNDLw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tB6tCNNDLw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tB6tCNNDLw .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tB6tCNNDLw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tB6tCNNDLw .navbar.navbar-short {
  min-height: 60px;
}

.cid-tB6tCNNDLw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tB6tCNNDLw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tB6tCNNDLw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tB6tCNNDLw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tB6tCNNDLw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tB6tCNNDLw .dropdown-item:hover,
.cid-tB6tCNNDLw .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tB6tCNNDLw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tB6tCNNDLw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tB6tCNNDLw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tB6tCNNDLw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tB6tCNNDLw .dropdown-menu,
.cid-tB6tCNNDLw .navbar.opened {
  background: #ffffff !important;
}

.cid-tB6tCNNDLw .nav-item:focus,
.cid-tB6tCNNDLw .nav-link:focus {
  outline: none;
}

.cid-tB6tCNNDLw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tB6tCNNDLw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tB6tCNNDLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tB6tCNNDLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tB6tCNNDLw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tB6tCNNDLw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tB6tCNNDLw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tB6tCNNDLw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tB6tCNNDLw .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tB6tCNNDLw .dropdown-item.active,
.cid-tB6tCNNDLw .dropdown-item:active {
  background-color: transparent;
}

.cid-tB6tCNNDLw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tB6tCNNDLw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tB6tCNNDLw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tB6tCNNDLw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tB6tCNNDLw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tB6tCNNDLw .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tB6tCNNDLw ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tB6tCNNDLw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tB6tCNNDLw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tB6tCNNDLw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tB6tCNNDLw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tB6tCNNDLw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tB6tCNNDLw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tB6tCNNDLw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tB6tCNNDLw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tB6tCNNDLw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tB6tCNNDLw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tB6tCNNDLw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tB6tCNNDLw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tB6tCNNDLw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tB6tCNNDLw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tB6tCNNDLw .navbar {
    height: 70px;
  }

  .cid-tB6tCNNDLw .navbar.opened {
    height: auto;
  }

  .cid-tB6tCNNDLw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tB6tCPG0ZR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #FFFFFF;
}

.cid-tB6tCPG0ZR .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB6tCPG0ZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB6tCPG0ZR .mbr-section-head {
  width: 100%;
  /* margin-bottom: 150px; */
}

/* @media (max-width: 1199px) {
  .cid-tB6tCPG0ZR .mbr-section-head {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .cid-tB6tCPG0ZR .mbr-section-head {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .cid-tB6tCPG0ZR .mbr-section-head {
    margin-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .cid-tB6tCPG0ZR .mbr-section-head {
    margin-bottom: 100px;
  }
} */

.cid-tB6tCPG0ZR .main-title {
  color: #000000;
  margin-bottom: 0;
}

.cid-tB6tCPG0ZR .main-title a {
  font-weight: inherit;
  pointer-events: none;
}

.cid-tB6tCPG0ZR .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}

.cid-tB6tCPG0ZR .content-container {
  width: 100%;
  padding: 100px 120px;
}

@media (max-width: 1199px) {
  .cid-tB6tCPG0ZR .content-container {
    padding: 68px 82px;
  }
}

@media (max-width: 991px) {
  .cid-tB6tCPG0ZR .content-container {
    padding: 50px 60px;
  }
}

@media (max-width: 767px) {
  .cid-tB6tCPG0ZR .content-container {
    padding: 90px 45px;
  }
}

@media (max-width: 575px) {
  .cid-tB6tCPG0ZR .content-container {
    padding: 68px 34px;
  }
}

.cid-tB6tCPG0ZR .mbr-section-title {
  color: #000000;
  opacity: 0.5;
  margin-bottom: 150px;
}

@media (max-width: 1199px) {
  .cid-tB6tCPG0ZR .mbr-section-title {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .cid-tB6tCPG0ZR .mbr-section-title {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .cid-tB6tCPG0ZR .mbr-section-title {
    margin-bottom: 54px;
  }
}

@media (max-width: 575px) {
  .cid-tB6tCPG0ZR .mbr-section-title {
    margin-bottom: 40px;
  }
}

.cid-tB6tCPG0ZR .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .cid-tB6tCPG0ZR .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .cid-tB6tCPG0ZR .mbr-section-subtitle {
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .cid-tB6tCPG0ZR .mbr-section-subtitle {
    margin-bottom: 62px;
  }
}

@media (max-width: 575px) {
  .cid-tB6tCPG0ZR .mbr-section-subtitle {
    margin-bottom: 48px;
  }
}

.cid-tB6tCPG0ZR .mbr-text {
  color: #000000;
  margin-bottom: 0;
}

.cid-tB6tCPG0ZR .mbr-text b {
  text-transform: uppercase;
}

.cid-tB6tCUiStA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tB6tCUiStA .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tB6tCUiStA .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tB6tCUiStA .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tB6tCUiStA .row {
    text-align: center;
  }

  .cid-tB6tCUiStA .row>div {
    margin: auto;
  }

  .cid-tB6tCUiStA .social-row {
    justify-content: center;
  }
}

.cid-tB6tCUiStA .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tB6tCUiStA .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tB6tCUiStA .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tB6tCUiStA .list {
    margin-bottom: 0rem;
  }
}

.cid-tB6tCUiStA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tB6tCUiStA .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tB6tCUiStA div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tB6tCUiStA .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB6tCUiStA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tB6tCUiStA H5 {
  color: #BAFF29;
}

.cid-tB6tCUiStA .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tB6tCUiStA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tBixYe9Nbo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tBixYe9Nbo .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tBixYe9Nbo .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tBixYe9Nbo .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tBixYe9Nbo .container {
    padding: 0 1rem;
  }
}

.cid-tBixYe9Nbo .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tBixYe9Nbo .nav-link {
  position: relative;
}

.cid-tBixYe9Nbo .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tBixYe9Nbo nav.navbar {
  position: fixed;
}

.cid-tBixYe9Nbo .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tBixYe9Nbo .navbar.opened {
  transition: all 0.3s;
}

.cid-tBixYe9Nbo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tBixYe9Nbo .navbar .navbar-logo img {
  width: auto;
}

.cid-tBixYe9Nbo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tBixYe9Nbo .navbar.collapsed {
  justify-content: center;
}

.cid-tBixYe9Nbo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tBixYe9Nbo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tBixYe9Nbo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tBixYe9Nbo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tBixYe9Nbo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tBixYe9Nbo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tBixYe9Nbo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tBixYe9Nbo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tBixYe9Nbo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tBixYe9Nbo .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tBixYe9Nbo .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tBixYe9Nbo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tBixYe9Nbo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tBixYe9Nbo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tBixYe9Nbo .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tBixYe9Nbo .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tBixYe9Nbo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tBixYe9Nbo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tBixYe9Nbo .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tBixYe9Nbo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tBixYe9Nbo .navbar.navbar-short {
  min-height: 60px;
}

.cid-tBixYe9Nbo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tBixYe9Nbo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tBixYe9Nbo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tBixYe9Nbo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tBixYe9Nbo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tBixYe9Nbo .dropdown-item:hover,
.cid-tBixYe9Nbo .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tBixYe9Nbo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tBixYe9Nbo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tBixYe9Nbo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tBixYe9Nbo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tBixYe9Nbo .dropdown-menu,
.cid-tBixYe9Nbo .navbar.opened {
  background: #ffffff !important;
}

.cid-tBixYe9Nbo .nav-item:focus,
.cid-tBixYe9Nbo .nav-link:focus {
  outline: none;
}

.cid-tBixYe9Nbo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tBixYe9Nbo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tBixYe9Nbo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tBixYe9Nbo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tBixYe9Nbo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tBixYe9Nbo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tBixYe9Nbo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tBixYe9Nbo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tBixYe9Nbo .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tBixYe9Nbo .dropdown-item.active,
.cid-tBixYe9Nbo .dropdown-item:active {
  background-color: transparent;
}

.cid-tBixYe9Nbo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tBixYe9Nbo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tBixYe9Nbo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tBixYe9Nbo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tBixYe9Nbo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tBixYe9Nbo .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tBixYe9Nbo ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tBixYe9Nbo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tBixYe9Nbo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tBixYe9Nbo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tBixYe9Nbo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tBixYe9Nbo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tBixYe9Nbo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tBixYe9Nbo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tBixYe9Nbo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tBixYe9Nbo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tBixYe9Nbo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tBixYe9Nbo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tBixYe9Nbo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tBixYe9Nbo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tBixYe9Nbo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tBixYe9Nbo .navbar {
    height: 70px;
  }

  .cid-tBixYe9Nbo .navbar.opened {
    height: auto;
  }

  .cid-tBixYe9Nbo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tBXDXtwUmZ {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-screen-bg.jpg");
}

.cid-tBXDXtwUmZ .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tBXDXtwUmZ .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tBXDXtwUmZ .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tBXDXtwUmZ .btn {
  margin-left: 0rem;
}

.cid-tBXDXtwUmZ .row {
  padding-bottom: 8rem;
}

.cid-tBXDXtwUmZ .link {
  margin: 0;
}

.cid-tBXDXtwUmZ .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tBXDXtwUmZ .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tBXDXtwUmZ .card-img {
  margin-bottom: 3.2rem;
}

.cid-tBXDXtwUmZ .item-img {
  margin: 0 auto;
}

/* .cid-tBXDXtwUmZ .item-img,
.cid-tBXDXtwUmZ img {
  width: 70px;
  height: 70px;
  margin-bottom: 3.2rem;
} */
.cid-tBXDXtwUmZ .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tBXDXtwUmZ .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tBXDXtwUmZ .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tBXDXtwUmZ .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tBXDXtwUmZ .media-container-row {
  align-items: flex-end;
}

.cid-tBXDXtwUmZ .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tBXDXtwUmZ .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tBXDXtwUmZ .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tBXDXtwUmZ .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tBXDXtwUmZ .card {
    margin-bottom: 2rem;
  }

  .cid-tBXDXtwUmZ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tBXDXtwUmZ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tBXDXtwUmZ .card {
  position: relative;
}

.cid-tBXDXtwUmZ .card-3::after {
  content: '';
  background-color: #ff1903;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tBXDXtwUmZ .card:nth-child(3) .card-inner {
  background-color: #ff1903;
}

.cid-tBXDXtwUmZ .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tBXDXtwUmZ .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tBXDXtwUmZ .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tBXDXtwUmZ .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tBXDXtwUmZ .card:nth-child(3) .card-inner:hover {
  background-color: #ff1903;
}

.cid-tBXDXtwUmZ .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tBXDXtwUmZ .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCw4Tf1jkK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCw4Tf1jkK .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCw4Tf1jkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCw4Tf1jkK .title-wrapper {
  padding: 0 30%;
}

.cid-tCw4Tf1jkK .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCw4Tf1jkK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCw4Tf1jkK .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCw4Tf1jkK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCw4Tf1jkK .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCw4Tf1jkK .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCw4Tf1jkK .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCw4Tf1jkK .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCw4Tf1jkK .embla__button--next,
.cid-tCw4Tf1jkK .embla__button--prev {
  display: flex;
}

.cid-tCw4Tf1jkK .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCw4Tf1jkK .embla__button {
    display: none;
  }
}

.cid-tCw4Tf1jkK .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCw4Tf1jkK .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCw4Tf1jkK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCw4Tf1jkK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCw4Tf1jkK .embla {
  position: relative;
  width: 100%;
}

.cid-tCw4Tf1jkK .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCw4Tf1jkK .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCw4Tf1jkK .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCw4Tf1jkK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCw4Tf1jkK .item-menu-overlay {
  background: transparent;
}

.cid-tCw4Tf1jkK .mbr-section-title {
  color: #1c314e;
}

.cid-tBixYnREGN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .cid-tBixYnREGN .row {
    flex-direction: row-reverse;
  }

  .cid-tBixYnREGN .image-wrapper {
    padding-right: 1.5rem;
  }

  .cid-tBixYnREGN .wrapper {
    padding-left: 1.5rem;
  }
}

.cid-tBixYnREGN .item-title {
  color: #000000;
}

.cid-tBixYnREGN .subtitle-text {
  color: #6c7577;
}

.cid-tBixYnREGN .item-box {
  display: flex;
}

.cid-tBixYnREGN .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tBixYnREGN .item-text {
  color: #6c7577;
}

.cid-tBixYnREGN .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tBixYnREGN .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tBixYnREGN .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cid-tBixYnREGN .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBixYnREGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBiEtjJ1ZL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
}

.cid-tBiEtjJ1ZL .mbr-overlay {
  background: #BAFF29;
  opacity: 0.6;
}

.cid-tBiEtjJ1ZL .item-img,
.cid-tBiEtjJ1ZL img {
  width: 70px;
  height: auto;
  object-fit: cover;
}

.cid-tBiEtjJ1ZL .item:focus,
.cid-tBiEtjJ1ZL span:focus {
  outline: none;
}

.cid-tBiEtjJ1ZL .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cid-tBiEtjJ1ZL .element-wrapper {
  position: relative;
  border-radius: 20px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 35px;
}

@media (min-width: 1201px) {
  .cid-tBiEtjJ1ZL .element-wrapper .item-content {
    padding-top: 2rem;
  }

  .cid-tBiEtjJ1ZL .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

@media (max-width: 1200px) {
  .cid-tBiEtjJ1ZL .element-wrapper {
    padding: 2.5rem;
  }

  .cid-tBiEtjJ1ZL .element-wrapper .item-content {
    padding-top: 1rem;
  }

  .cid-tBiEtjJ1ZL .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

.cid-tBiEtjJ1ZL .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tBiEtjJ1ZL .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBiEtjJ1ZL .mbr-text,
.cid-tBiEtjJ1ZL .mbr-section-btn {
  text-align: left;
  color: #353535;
}

.cid-tBiEtjJ1ZL .item-title {
  text-align: left;
  color: #000000;
}

.cid-tBiEtjJ1ZL .item-subtitle {
  text-align: left;
}

.cid-tBiEtjJ1ZL .btn-success {
  border: 0 !important;
}

.cid-tCrf6Zyc73 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCrf6Zyc73 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrf6Zyc73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrf6Zyc73 .row {
  flex-direction: row-reverse;
}

.cid-tCrf6Zyc73 .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrf6Zyc73 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCrf6Zyc73 .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrf6Zyc73 .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCrf6Zyc73 .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCrf6Zyc73 .text-wrapper {
  width: 100%;
}

.cid-tCrf6Zyc73 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCrf6Zyc73 .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCrf6Zyc73 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCrf6Zyc73 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCrf6Zyc73 .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCrf6Zyc73 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCrf6Zyc73 .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCrf6Zyc73 .mbr-text {
    padding-right: 0;
  }
}

.cid-tCrf6Zyc73 .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCrf6Zyc73 .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCrf6Zyc73 .col-img {
    order: 1;
  }
}

.cid-tCrf6Zyc73 .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCrf6Zyc73 .img-container {
    padding-left: 20px;
  }
}

.cid-tCrf6Zyc73 .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCrf6Zyc73 .image-wrapper {
    padding: 15px;
  }
}

.cid-tCrf6Zyc73 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCrf6Zyc73 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCrf6Zyc73 .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCrf6Zyc73 .mbr-text,
.cid-tCrf6Zyc73 .mbr-section-btn {
  color: #000000;
}

.cid-tBixYtZVpS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-tBixYtZVpS .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBixYtZVpS .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}

.cid-tBixYtZVpS .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBixYtZVpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBixYwIjRs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7e4d6;
}

.cid-tBixYwIjRs .container,
.cid-tBixYwIjRs .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cid-tBixYwIjRs img,
.cid-tBixYwIjRs .item-img {
  height: 100% !important;
  object-fit: cover;
}

.cid-tBixYwIjRs .item:focus,
.cid-tBixYwIjRs span:focus {
  outline: none;
}

.cid-tBixYwIjRs .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.cid-tBixYwIjRs .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cid-tBixYwIjRs .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.cid-tBixYwIjRs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-tBixYwIjRs .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 600px;
}



@media (max-width: 546px) {
  .cid-tBixYwIjRs .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1200px;
  }
}

.cid-tBixYwIjRs .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}

@media (max-width: 546px) {
  .cid-tBixYwIjRs .item-content {
    padding: 1.3rem;
  }
}

.cid-tBixYwIjRs .item-content .item-tag,
.cid-tBixYwIjRs .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.cid-tBixYwIjRs .item-wraper {
  position: relative;
}

.cid-tBixYwIjRs .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cid-tBixYwIjRs .col-lg-grid:hover .item-content {
  transform: translateY(0);
}

.cid-tBixYwIjRs .col-lg-grid:hover .item-tag,
.cid-tBixYwIjRs .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}

.cid-tBixYwIjRs .col-lg-grid:nth-child(1) {
  grid-area: item1;
}

.cid-tBixYwIjRs .col-lg-grid:nth-child(2) {
  grid-area: item2;
}

.cid-tBixYwIjRs .col-lg-grid:nth-child(3) {
  grid-area: item3;
}

.cid-tBixYwIjRs .col-lg-grid:nth-child(4) {
  grid-area: item4;
}

.cid-tBixYwIjRs .col-lg-grid:nth-child(5) {
  grid-area: item5;
}

.cid-tBixYwIjRs .col-lg-grid:nth-child(6) {
  grid-area: item6;
}

.cid-tBixYwIjRs .col-lg-grid:nth-child(7) {
  grid-area: item7;
}

.cid-tBixYwIjRs .col-lg-grid:nth-child(8) {
  grid-area: item8;
}

.cid-tBixYwIjRs .item-content {
  margin-top: 1.375rem;
}

.cid-tBixYwIjRs .item-title {
  transition: 0.5s;
}

.cid-tBixYwIjRs .item-title:hover {
  color: #BAFF29;
}

.cid-tBixYwIjRs .item-tag {
  color: #9e9e9e;
}

.cid-tBixYwIjRs .item-tag a {
  transition: 0.5s;
}

.cid-tBixYwIjRs .item-tag a:hover {
  color: #BAFF29 !important;
}

.cid-tBixYwIjRs .mbr-section-head {
  padding-bottom: 5rem;
}

.cid-tBixYwIjRs .mbr-section-title b:last-child,
.cid-tBixYwIjRs .mbr-section-title strong:last-child {
  color: #f23801;
}

.cid-tBXE9PYQnS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/branding-998x730-800x585.webp");
}

.cid-tBXE9PYQnS .mbr-overlay {
  background: #0038a1;
  opacity: 0.4;
}

.cid-tBXE9PYQnS .item:focus,
.cid-tBXE9PYQnS span:focus {
  outline: none;
}

.cid-tBXE9PYQnS .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #000000;
  height: 100%;
}

.cid-tBXE9PYQnS .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}

.cid-tBXE9PYQnS .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}

.cid-tBXE9PYQnS .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cid-tBXE9PYQnS .mbr-text,
.cid-tBXE9PYQnS .mbr-section-btn {
  text-align: left;
}

.cid-tBXE9PYQnS .item-title {
  text-align: left;
}

.cid-tBXE9PYQnS .item-subtitle {
  text-align: left;
}

.cid-tBXE9PYQnS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tBXE9PYQnS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tBXE9PYQnS .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tBXE9PYQnS .embla__slide {
    min-width: 375px;
  }
}

.cid-tBXE9PYQnS .embla__button--next,
.cid-tBXE9PYQnS .embla__button--prev {
  display: flex;
}

.cid-tBXE9PYQnS .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tBXE9PYQnS .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBXE9PYQnS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBXE9PYQnS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBXE9PYQnS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tBXE9PYQnS .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tBXE9PYQnS .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cid-tBXE9PYQnS .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tBXE9PYQnS .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBXE9PYQnS .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBXE9PYQnS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBXE9PYQnS .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}

.cid-tBXE9PYQnS .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}

.cid-tBXE9PYQnS .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}

.cid-tBXE9PYQnS .card-text {
  color: #ffffff;
  text-align: left;
}

.cid-tBXE9PYQnS H3 {
  color: #1d1d1f;
  text-align: center;
}

.cid-tBXE9PYQnS .button-align {
  margin-top: 25px;
  text-align: center;
}

.cid-tBXE9PYQnS .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  transition: all .3s !important;
}

.cid-tBXE9PYQnS a.btn>span {
  margin-left: 0.5rem;
}

.cid-tBXE9PYQnS .card-title,
.cid-tBXE9PYQnS .iconfont-wrapper {
  color: #ffffff;
}

.cid-tBXE9PYQnS .mbr-section-title,
.cid-tBXE9PYQnS .button-align {
  color: #ffffff;
}

.cid-tBXE9PYQnS a.btn:hover {
  background-color: #BAFF29 !important;
  border-color: #b01c0e !important;
}

@media (max-width: 576px) {
  .cid-tBXE9PYQnS .embla__slide {
    min-width: 100%;
  }
}

.cid-tBXEgqhntV {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tBXEgqhntV .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBXEgqhntV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tBXEgqhntV .container {
    max-width: 1400px;
  }
}

.cid-tBXEgqhntV .item-img,
.cid-tBXEgqhntV img {
  width: auto;
  height: 60px;
}

.cid-tBXEgqhntV .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}

.cid-tBXEgqhntV .card-wrapper {
  margin-top: 2rem;
  background: #fafafa;
  padding: 2rem 1.5rem;
  border-radius: 15px;
}

.cid-tBXEgqhntV .row {
  justify-content: center;
}

.cid-tBXEgqhntV .mbr-section-title {
  color: #ffffff;
}

.cid-tBXEgqhntV .card-title {
  padding-top: 15px;
}

.cid-tBXEgqhntV .card-title,
.cid-tBXEgqhntV .iconfont-wrapper {
  text-align: left;
}

.cid-tBXEgqhntV .mbr-section-subtitle {
  color: #ffffff;
}

.cid-tBXEM4tiem {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-bg.webp");
}

.cid-tBXEM4tiem .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tBXEM4tiem .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tBXEM4tiem .list-group-item {
  padding: .75rem 0rem;
}

.cid-tBXEM4tiem .plan-subtitle {
  color: #353535;
}

.cid-tBXEM4tiem .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tBXEM4tiem .nav-tabs {
  border: none !important;
}

.cid-tBXEM4tiem .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tBXEM4tiem .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tBXEM4tiem .nav-tabs .btn.active,
.cid-tBXEM4tiem .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tBXEM4tiem .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tBXEM4tiem .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tBXEM4tiem .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tBXEM4tiem .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tBXEM4tiem .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
  border: 2px solid #ff1600;
  border-radius: 14px;
}

.cid-tBXEM4tiem .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tBXEM4tiem .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
}

.cid-tBXEM4tiem .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tBXEM4tiem .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tBXEM4tiem .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tBXEM4tiem .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tBXEM4tiem .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}



.cid-tBXEM4tiem .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tBXEM4tiem .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tBXEM4tiem .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tBXEM4tiem .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tBXEM4tiem .price-figure {
    font-size: 4.25rem;
  }
}

.cid-tBXEM4tiem .plan-title {
  color: #000000;
}

.cid-tBXEM4tiem .plan-price .price-figure {
  color: #ff1600;
}

.cid-tBXEM4tiem .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tBXEM4tiem .plan-sale {
    right: -63px;
    top: 20px;
  }
}



.cid-tBixYKGnAO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cid-tBixYKGnAO .mbr-gallery-filter {
  text-align: left;
}

.cid-tBixYKGnAO .mbr-gallery-filter ul {
  position: relative;
}

@media (min-width: 768px) {
  .cid-tBixYKGnAO .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 170px;
  }

  .cid-tBixYKGnAO .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #b01c0e;
  }
}

.cid-tBixYKGnAO .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tBixYKGnAO .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 20px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
  color: #000;
}

@media (max-width: 767px) {
  .cid-tBixYKGnAO .mbr-gallery-filter ul li a.btn {
    margin-right: 15px;
  }
}

.cid-tBixYKGnAO .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}

.cid-tBixYKGnAO .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBixYKGnAO .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBixYKGnAO .mbr-gallery-item>div {
  overflow: hidden;
}

.cid-tBixYKGnAO .mbr-gallery-item>div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cid-tBixYKGnAO .mbr-gallery-item>div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}

.cid-tBixYKGnAO .mbr-gallery-item>div .icon-video {
  transform: translateY(50%);
  top: 55%;
}

.cid-tBixYKGnAO .mbr-gallery-item>div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}

.cid-tBixYKGnAO .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}

.cid-tBixYKGnAO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBixYKGnAO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBixYKGnAO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-tBixYKGnAO .mbr-gallery-item>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BAFF29;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.cid-tBixYKGnAO .mbr-gallery-item>div>span {
  color: #ffffff;
}

.cid-tBixYKGnAO .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-tBixYKGnAO .mbr-gallery-item>div:hover:after {
  opacity: 1;
}

.cid-tBixYKGnAO .mbr-gallery-item>div:hover:before {
  opacity: 0.4 !important;
}

.cid-tBixYKGnAO .mbr-gallery-item>div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.cid-tBixYKGnAO .mbr-gallery-item>div:hover .icon-focus {
  bottom: 33%;
}

.cid-tBixYKGnAO .mbr-gallery-item>div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}

.cid-tBixYKGnAO .mbr-gallery-item>div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}

.cid-tBixYKGnAO .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.cid-tBixYKGnAO .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.cid-tBXESC0m2o {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f9f9fc;
}

.cid-tBXESC0m2o .mbr-section-head {
  padding: 0 1rem;
}

.cid-tBXESC0m2o img,
.cid-tBXESC0m2o .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tBXESC0m2o .item:focus,
.cid-tBXESC0m2o span:focus {
  outline: none;
}

.cid-tBXESC0m2o .item-wrapper {
  position: relative;
}

.cid-tBXESC0m2o .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tBXESC0m2o .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tBXESC0m2o .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tBXESC0m2o .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tBXESC0m2o .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}



@media (max-width: 425px) {
  .cid-tBXESC0m2o .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tBXESC0m2o .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tBXESC0m2o .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tBXESC0m2o .item-person {
  margin-top: 40px;
}

.cid-tBXESC0m2o .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tBXESC0m2o .item-person .item-title {
  margin: 0;
}

.cid-tBXESC0m2o .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tBXESC0m2o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tBXESC0m2o .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tBXESC0m2o .embla__button--next,
.cid-tBXESC0m2o .embla__button--prev {
  display: flex;
}

.cid-tBXESC0m2o .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tBXESC0m2o .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBXESC0m2o .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tBXESC0m2o .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBXESC0m2o .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tBXESC0m2o .embla__button {
    top: auto;
  }
}

.cid-tBXESC0m2o .embla {
  position: relative;
  width: 100%;
}

.cid-tBXESC0m2o .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tBXESC0m2o .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBXESC0m2o .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBXESC0m2o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBXESC0m2o .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tBXESC0m2o .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tBXESC0m2o .mbr-text {
  color: #20232a;
  text-align: center;
}

.cid-tBXESC0m2o .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tBXESC0m2o .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tBXEXmlQC5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tBXEXmlQC5 .card {
  background-color: #ebeae2;
}

.cid-tBXEXmlQC5 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBXEXmlQC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBixYTI3nU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tBixYTI3nU .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tBixYTI3nU .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tBixYTI3nU .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tBixYTI3nU .row {
    text-align: center;
  }

  .cid-tBixYTI3nU .row>div {
    margin: auto;
  }

  .cid-tBixYTI3nU .social-row {
    justify-content: center;
  }
}

.cid-tBixYTI3nU .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tBixYTI3nU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tBixYTI3nU .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tBixYTI3nU .list {
    margin-bottom: 0rem;
  }
}

.cid-tBixYTI3nU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tBixYTI3nU .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tBixYTI3nU div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tBixYTI3nU .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBixYTI3nU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBixYTI3nU H5 {
  color: #BAFF29;
}

.cid-tBixYTI3nU .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-tBixYTI3nU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tBiDVT5NCB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.cid-tBiDVT5NCB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}



.cid-tBiDVT5NCB .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tBiDVT5NCB .container {
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .cid-tBiDVT5NCB .container {
    padding: 0 1rem;
  }
}

.cid-tBiDVT5NCB .menu-tite {
  background: #BAFF29;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}

.cid-tBiDVT5NCB .nav-link {
  position: relative;
}

.cid-tBiDVT5NCB .nav-link:hover {
  color: #b9cdd0 !important;
}

.cid-tBiDVT5NCB nav.navbar {
  position: fixed;
}

.cid-tBiDVT5NCB .navbar {
  padding: 0 !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cid-tBiDVT5NCB .navbar.opened {
  transition: all 0.3s;
}

.cid-tBiDVT5NCB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tBiDVT5NCB .navbar .navbar-logo img {
  width: auto;
}

.cid-tBiDVT5NCB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tBiDVT5NCB .navbar.collapsed {
  justify-content: center;
}

.cid-tBiDVT5NCB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tBiDVT5NCB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-tBiDVT5NCB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}

.cid-tBiDVT5NCB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tBiDVT5NCB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tBiDVT5NCB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tBiDVT5NCB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tBiDVT5NCB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tBiDVT5NCB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tBiDVT5NCB .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tBiDVT5NCB .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tBiDVT5NCB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tBiDVT5NCB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tBiDVT5NCB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tBiDVT5NCB .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tBiDVT5NCB .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tBiDVT5NCB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tBiDVT5NCB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tBiDVT5NCB .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tBiDVT5NCB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tBiDVT5NCB .navbar.navbar-short {
  min-height: 60px;
}

.cid-tBiDVT5NCB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tBiDVT5NCB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tBiDVT5NCB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tBiDVT5NCB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tBiDVT5NCB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-tBiDVT5NCB .dropdown-item:hover,
.cid-tBiDVT5NCB .dropdown-item:focus {
  background: #BAFF29 !important;
  color: white !important;
}

.cid-tBiDVT5NCB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tBiDVT5NCB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tBiDVT5NCB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}

.cid-tBiDVT5NCB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tBiDVT5NCB .dropdown-menu,
.cid-tBiDVT5NCB .navbar.opened {
  background: #ffffff !important;
}

.cid-tBiDVT5NCB .nav-item:focus,
.cid-tBiDVT5NCB .nav-link:focus {
  outline: none;
}

.cid-tBiDVT5NCB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tBiDVT5NCB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tBiDVT5NCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tBiDVT5NCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tBiDVT5NCB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tBiDVT5NCB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tBiDVT5NCB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tBiDVT5NCB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tBiDVT5NCB .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tBiDVT5NCB .dropdown-item.active,
.cid-tBiDVT5NCB .dropdown-item:active {
  background-color: transparent;
}

.cid-tBiDVT5NCB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tBiDVT5NCB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tBiDVT5NCB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tBiDVT5NCB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tBiDVT5NCB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tBiDVT5NCB .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tBiDVT5NCB ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tBiDVT5NCB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tBiDVT5NCB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tBiDVT5NCB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-tBiDVT5NCB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tBiDVT5NCB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tBiDVT5NCB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tBiDVT5NCB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tBiDVT5NCB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tBiDVT5NCB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tBiDVT5NCB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tBiDVT5NCB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tBiDVT5NCB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tBiDVT5NCB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tBiDVT5NCB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tBiDVT5NCB .navbar {
    height: 70px;
  }

  .cid-tBiDVT5NCB .navbar.opened {
    height: auto;
  }

  .cid-tBiDVT5NCB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tCpV24EkEE {
  padding-top: 9%;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/graphic-design-bg.webp");
}

.cid-tCpV24EkEE .mbr-iconfont2 {
  color: #ff1903;
}

.cid-tCpV24EkEE .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}

.cid-tCpV24EkEE .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}

.cid-tCpV24EkEE .btn {
  margin-left: 0rem;
}

.cid-tCpV24EkEE .row {
  padding-bottom: 8rem;
}

.cid-tCpV24EkEE .link {
  margin: 0;
}

.cid-tCpV24EkEE .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}

.cid-tCpV24EkEE .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff1903;
  transition: 0.7s;
}

.cid-tCpV24EkEE .card-img {
  margin-bottom: 3.2rem;
}

.cid-tCpV24EkEE .item-img {
  margin: 0 auto;
}

.cid-tCpV24EkEE .item-img,
.cid-tCpV24EkEE img {
  width: 70px;
  height: 70px;
  margin-bottom: 3.2rem;
}

.cid-tCpV24EkEE .link a {
  position: relative;
  letter-spacing: 2px;
}

.cid-tCpV24EkEE .card:hover .card-inner {
  background-color: #ff1903;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}

.cid-tCpV24EkEE .card:hover .mbr-iconfont {
  color: #ffffff !important;
}

.cid-tCpV24EkEE .card:hover .card-title:after {
  background: #ffffff;
}

.cid-tCpV24EkEE .media-container-row {
  align-items: flex-end;
}

.cid-tCpV24EkEE .mbr-section-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cid-tCpV24EkEE .card {
    padding: 0;
    margin-bottom: 2rem;
  }

  .cid-tCpV24EkEE .card-inner {
    padding: 3rem 1rem;
  }
}

@media (min-width: 767px) {
  .cid-tCpV24EkEE .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-tCpV24EkEE .card {
    margin-bottom: 2rem;
  }

  .cid-tCpV24EkEE .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-tCpV24EkEE .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cid-tCpV24EkEE .card {
  position: relative;
}

.cid-tCpV24EkEE .card-3::after {
  content: '';
  background-color: #ff1903;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.cid-tCpV24EkEE .card:nth-child(3) .card-inner {
  background-color: #ff1903;
}

.cid-tCpV24EkEE .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}

.cid-tCpV24EkEE .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}

.cid-tCpV24EkEE .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}

.cid-tCpV24EkEE .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}

.cid-tCpV24EkEE .card:nth-child(3) .card-inner:hover {
  background-color: #ff1903;
}

.cid-tCpV24EkEE .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.cid-tCpV24EkEE .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tCCSMytWuH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eff6fa;
}

.cid-tCCSMytWuH .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCCSMytWuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCCSMytWuH .title-wrapper {
  padding: 0 30%;
}

.cid-tCCSMytWuH .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}

.cid-tCCSMytWuH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-tCCSMytWuH .team-card:hover {
  transform: translateY(-10px);
}

.cid-tCCSMytWuH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  max-height: 240px;
  height: 180px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.cid-tCCSMytWuH .embla__slide:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 768px) {
  .cid-tCCSMytWuH .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 350px;
    height: 150px;
  }
}

.cid-tCCSMytWuH .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}

.cid-tCCSMytWuH .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 160px;
}

.cid-tCCSMytWuH .embla__button--next,
.cid-tCCSMytWuH .embla__button--prev {
  display: flex;
}

.cid-tCCSMytWuH .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tCCSMytWuH .embla__button {
    display: none;
  }
}

.cid-tCCSMytWuH .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCCSMytWuH .embla__button:hover {
  background: transparent;
  color: #BAFF29;
  opacity: 1;
}

.cid-tCCSMytWuH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}

.cid-tCCSMytWuH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}

.cid-tCCSMytWuH .embla {
  position: relative;
  width: 100%;
}

.cid-tCCSMytWuH .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}



.cid-tCCSMytWuH .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCCSMytWuH .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCCSMytWuH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCCSMytWuH .item-menu-overlay {
  background: transparent;
}

.cid-tCCSMytWuH .mbr-section-title {
  color: #1c314e;
}

.cid-tBiDWfrWUU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .cid-tBiDWfrWUU .row {
    flex-direction: row-reverse;
  }

  .cid-tBiDWfrWUU .image-wrapper {
    padding-right: 1.5rem;
  }

  .cid-tBiDWfrWUU .wrapper {
    padding-left: 1.5rem;
  }
}

.cid-tBiDWfrWUU .item-title {
  color: #000000;
}

.cid-tBiDWfrWUU .subtitle-text {
  color: #6c7577;
}

.cid-tBiDWfrWUU .item-box {
  display: flex;
}

.cid-tBiDWfrWUU .num {
  color: #BAFF29;
  min-width: max-content;
  margin-right: 1.4rem;
}

.cid-tBiDWfrWUU .item-text {
  color: #6c7577;
}

.cid-tBiDWfrWUU .image-wrapper {
  height: 100%;
}

@media (max-width: 991px) {
  .cid-tBiDWfrWUU .image-wrapper {
    margin-top: 3rem;
  }
}

.cid-tBiDWfrWUU .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cid-tBiDWfrWUU .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBiDWfrWUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBiDWilNOe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
}

.cid-tBiDWilNOe .mbr-overlay {
  background: #BAFF29;
  opacity: 0.6;
}

.cid-tBiDWilNOe .item-img,
.cid-tBiDWilNOe img {
  width: 70px;
  object-fit: cover;
}

.cid-tBiDWilNOe .item:focus,
.cid-tBiDWilNOe span:focus {
  outline: none;
}

.cid-tBiDWilNOe .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cid-tBiDWilNOe .element-wrapper {
  position: relative;
  border-radius: 20px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 35px;
}

@media (min-width: 1201px) {
  .cid-tBiDWilNOe .element-wrapper .item-content {
    padding-top: 2rem;
  }

  .cid-tBiDWilNOe .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

@media (max-width: 1200px) {
  .cid-tBiDWilNOe .element-wrapper {
    padding: 2.5rem;
  }

  .cid-tBiDWilNOe .element-wrapper .item-content {
    padding-top: 1rem;
  }

  .cid-tBiDWilNOe .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}

.cid-tBiDWilNOe .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tBiDWilNOe .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBiDWilNOe .mbr-text,
.cid-tBiDWilNOe .mbr-section-btn {
  text-align: left;
  color: #353535;
}

.cid-tBiDWilNOe .item-title {
  text-align: left;
  color: #000000;
}

.cid-tBiDWilNOe .item-subtitle {
  text-align: left;
}

.cid-tBiDWilNOe .btn-success {
  border: 0 !important;
}

.cid-tCrfMRivqJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1358.webp");
}

.cid-tCrfMRivqJ .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCrfMRivqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tCrfMRivqJ .row {
  flex-direction: row-reverse;
}

.cid-tCrfMRivqJ .container {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrfMRivqJ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.cid-tCrfMRivqJ .row>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cid-tCrfMRivqJ .col-text {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .cid-tCrfMRivqJ .col-text {
    order: 2;
    margin-top: 20px;
  }
}

.cid-tCrfMRivqJ .text-wrapper {
  width: 100%;
}

.cid-tCrfMRivqJ .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cid-tCrfMRivqJ .mbr-section-title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .cid-tCrfMRivqJ .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}

.cid-tCrfMRivqJ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cid-tCrfMRivqJ .mbr-section-subtitle {
    text-align: center !important;
  }
}

.cid-tCrfMRivqJ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cid-tCrfMRivqJ .mbr-text {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .cid-tCrfMRivqJ .mbr-text {
    padding-right: 0;
  }
}

.cid-tCrfMRivqJ .mbr-section-btn {
  margin-top: 40px;
}

.cid-tCrfMRivqJ .col-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991px) {
  .cid-tCrfMRivqJ .col-img {
    order: 1;
  }
}

.cid-tCrfMRivqJ .img-container {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tCrfMRivqJ .img-container {
    padding-left: 20px;
  }
}

.cid-tCrfMRivqJ .image-wrapper {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cid-tCrfMRivqJ .image-wrapper {
    padding: 15px;
  }
}

.cid-tCrfMRivqJ .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}

.cid-tCrfMRivqJ .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}

.cid-tCrfMRivqJ .image-wrapper img:hover {
  transform: scale(1.08);
}

.cid-tCrfMRivqJ .mbr-text,
.cid-tCrfMRivqJ .mbr-section-btn {
  color: #000000;
}

.cid-tBGprg6b9M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-tBGprg6b9M .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-tBGprg6b9M .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}

.cid-tBGprg6b9M .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBGprg6b9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBGptrfkUX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7e4d6;
}

.cid-tBGptrfkUX .container,
.cid-tBGptrfkUX .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cid-tBGptrfkUX img,
.cid-tBGptrfkUX .item-img {
  height: 100% !important;
  object-fit: cover;
}

.cid-tBGptrfkUX .item:focus,
.cid-tBGptrfkUX span:focus {
  outline: none;
}

.cid-tBGptrfkUX .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.cid-tBGptrfkUX .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cid-tBGptrfkUX .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.cid-tBGptrfkUX .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-tBGptrfkUX .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 600px;
}



@media (max-width: 546px) {
  .cid-tBGptrfkUX .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1200px;
  }
}

.cid-tBGptrfkUX .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}

@media (max-width: 546px) {
  .cid-tBGptrfkUX .item-content {
    padding: 1.3rem;
  }
}

.cid-tBGptrfkUX .item-content .item-tag,
.cid-tBGptrfkUX .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.cid-tBGptrfkUX .item-wraper {
  position: relative;
}

.cid-tBGptrfkUX .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cid-tBGptrfkUX .col-lg-grid:hover .item-content {
  transform: translateY(0);
}

.cid-tBGptrfkUX .col-lg-grid:hover .item-tag,
.cid-tBGptrfkUX .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}

.cid-tBGptrfkUX .col-lg-grid:nth-child(1) {
  grid-area: item1;
}

.cid-tBGptrfkUX .col-lg-grid:nth-child(2) {
  grid-area: item2;
}

.cid-tBGptrfkUX .col-lg-grid:nth-child(3) {
  grid-area: item3;
}

.cid-tBGptrfkUX .col-lg-grid:nth-child(4) {
  grid-area: item4;
}

.cid-tBGptrfkUX .col-lg-grid:nth-child(5) {
  grid-area: item5;
}

.cid-tBGptrfkUX .col-lg-grid:nth-child(6) {
  grid-area: item6;
}

.cid-tBGptrfkUX .col-lg-grid:nth-child(7) {
  grid-area: item7;
}

.cid-tBGptrfkUX .col-lg-grid:nth-child(8) {
  grid-area: item8;
}

.cid-tBGptrfkUX .item-content {
  margin-top: 1.375rem;
}

.cid-tBGptrfkUX .item-title {
  transition: 0.5s;
}

.cid-tBGptrfkUX .item-title:hover {
  color: #BAFF29;
}

.cid-tBGptrfkUX .item-tag {
  color: #9e9e9e;
}

.cid-tBGptrfkUX .item-tag a {
  transition: 0.5s;
}

.cid-tBGptrfkUX .item-tag a:hover {
  color: #BAFF29 !important;
}

.cid-tBGptrfkUX .mbr-section-head {
  padding-bottom: 5rem;
}

.cid-tBGptrfkUX .mbr-section-title b:last-child,
.cid-tBGptrfkUX .mbr-section-title strong:last-child {
  color: #f23801;
}

.cid-tCq3d3UFgm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/branding-998x730-800x585.webp");
}

.cid-tCq3d3UFgm .mbr-overlay {
  background: #0038a1;
  opacity: 0.4;
}

.cid-tCq3d3UFgm .item:focus,
.cid-tCq3d3UFgm span:focus {
  outline: none;
}

.cid-tCq3d3UFgm .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: #000000;
  height: 100%;
}

.cid-tCq3d3UFgm .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}

.cid-tCq3d3UFgm .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}

.cid-tCq3d3UFgm .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cid-tCq3d3UFgm .mbr-text,
.cid-tCq3d3UFgm .mbr-section-btn {
  text-align: left;
}

.cid-tCq3d3UFgm .item-title {
  text-align: left;
}

.cid-tCq3d3UFgm .item-subtitle {
  text-align: left;
}

.cid-tCq3d3UFgm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tCq3d3UFgm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tCq3d3UFgm .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tCq3d3UFgm .embla__slide {
    min-width: 375px;
  }
}

.cid-tCq3d3UFgm .embla__button--next,
.cid-tCq3d3UFgm .embla__button--prev {
  display: flex;
}

.cid-tCq3d3UFgm .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tCq3d3UFgm .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tCq3d3UFgm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tCq3d3UFgm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tCq3d3UFgm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tCq3d3UFgm .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tCq3d3UFgm .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cid-tCq3d3UFgm .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tCq3d3UFgm .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tCq3d3UFgm .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tCq3d3UFgm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tCq3d3UFgm .mbr-section-subtitle {
  text-align: center;
  color: #fff8ef;
}

.cid-tCq3d3UFgm .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}

.cid-tCq3d3UFgm .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}

.cid-tCq3d3UFgm .card-text {
  color: #ffffff;
  text-align: left;
}

.cid-tCq3d3UFgm H3 {
  color: #1d1d1f;
  text-align: center;
}

.cid-tCq3d3UFgm .button-align {
  margin-top: 25px;
  text-align: center;
}

.cid-tCq3d3UFgm .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  transition: all .3s !important;
}

.cid-tCq3d3UFgm a.btn>span {
  margin-left: 0.5rem;
}

.cid-tCq3d3UFgm .card-title,
.cid-tCq3d3UFgm .iconfont-wrapper {
  color: #ffffff;
}

.cid-tCq3d3UFgm .mbr-section-title,
.cid-tCq3d3UFgm .button-align {
  color: #ffffff;
}

.cid-tCq3d3UFgm a.btn:hover {
  background-color: #BAFF29 !important;
  border-color: #b01c0e !important;
}

@media (max-width: 576px) {
  .cid-tCq3d3UFgm .embla__slide {
    min-width: 100%;
  }
}

.cid-tCq4P2r635 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}

.cid-tCq4P2r635 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCq4P2r635 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tCq4P2r635 .container {
    max-width: 1400px;
  }
}

.cid-tCq4P2r635 .item-img,
.cid-tCq4P2r635 img {
  width: 70px;
  height: auto;
  object-fit: cover;
}

.cid-tCq4P2r635 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}

.cid-tCq4P2r635 .card-wrapper {
  margin-top: 2rem;
  background: #fafafa;
  padding: 2rem 1.5rem;
  border-radius: 15px;
}

.cid-tCq4P2r635 .row {
  justify-content: center;
}

.cid-tCq4P2r635 .mbr-section-title {
  color: #ffffff;
}

.cid-tCq4P2r635 .card-title {
  padding-top: 15px;
}

.cid-tCq4P2r635 .card-title,
.cid-tCq4P2r635 .iconfont-wrapper {
  text-align: left;
}

.cid-tCq4P2r635 .mbr-section-subtitle {
  color: #ffffff;
}

.cid-tBGpNzPF3C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blockchain-network-concept-distributed-ledger-600w-1007821024.webp");
}

.cid-tBGpNzPF3C .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tBGpNzPF3C .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tBGpNzPF3C .list-group-item {
  padding: .75rem 0rem;
}

.cid-tBGpNzPF3C .plan-subtitle {
  color: #353535;
}

.cid-tBGpNzPF3C .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tBGpNzPF3C .nav-tabs {
  border: none !important;
}

.cid-tBGpNzPF3C .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}

.cid-tBGpNzPF3C .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #000000 !important;
}

.cid-tBGpNzPF3C .nav-tabs .btn.active,
.cid-tBGpNzPF3C .nav-tabs .btn:hover {
  background: #ff1600 !important;
  color: #ffffff !important;
  border-color: #ff1600 !important;
}

.cid-tBGpNzPF3C .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tBGpNzPF3C .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tBGpNzPF3C .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tBGpNzPF3C .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tBGpNzPF3C .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
  border: 2px solid #ff1600;
  border-radius: 14px;
}

.cid-tBGpNzPF3C .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}

.cid-tBGpNzPF3C .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
}

.cid-tBGpNzPF3C .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tBGpNzPF3C .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tBGpNzPF3C .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}

.cid-tBGpNzPF3C .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tBGpNzPF3C .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}



.cid-tBGpNzPF3C .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 2.5rem;
}

@media (max-width: 1200px) {
  .cid-tBGpNzPF3C .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tBGpNzPF3C .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tBGpNzPF3C .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tBGpNzPF3C .price-figure {
    font-size: 4.25rem;
  }
}

.cid-tBGpNzPF3C .plan-title {
  color: #000000;
}

.cid-tBGpNzPF3C .plan-price .price-figure {
  color: #ff1600;
}

.cid-tBGpNzPF3C .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tBGpNzPF3C .plan-sale {
    right: -63px;
    top: 20px;
  }
}

.cid-tBGpxvNJk5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cid-tBGpxvNJk5 .mbr-gallery-filter {
  text-align: left;
}

.cid-tBGpxvNJk5 .mbr-gallery-filter ul {
  position: relative;
}

@media (min-width: 768px) {
  .cid-tBGpxvNJk5 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 170px;
  }

  .cid-tBGpxvNJk5 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #b01c0e;
  }
}

.cid-tBGpxvNJk5 .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tBGpxvNJk5 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 20px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
  color: #000;
}

@media (max-width: 767px) {
  .cid-tBGpxvNJk5 .mbr-gallery-filter ul li a.btn {
    margin-right: 15px;
  }
}

.cid-tBGpxvNJk5 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}

.cid-tBGpxvNJk5 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBGpxvNJk5 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #b01c0e !important;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div {
  overflow: hidden;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div .icon-video {
  transform: translateY(50%);
  top: 55%;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}

.cid-tBGpxvNJk5 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}

.cid-tBGpxvNJk5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBGpxvNJk5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-tBGpxvNJk5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BAFF29;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div>span {
  color: #ffffff;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div:hover:after {
  opacity: 1;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div:hover:before {
  opacity: 0.4 !important;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div:hover .icon-focus {
  bottom: 33%;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}

.cid-tBGpxvNJk5 .mbr-gallery-item>div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}

.cid-tBGpxvNJk5 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.cid-tBGpxvNJk5 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.cid-tBGp8WJhvz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}

.cid-tBGp8WJhvz .mbr-section-head {
  padding: 0 1rem;
}

.cid-tBGp8WJhvz img,
.cid-tBGp8WJhvz .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}

.cid-tBGp8WJhvz .item:focus,
.cid-tBGp8WJhvz span:focus {
  outline: none;
}

.cid-tBGp8WJhvz .item-wrapper {
  position: relative;
}

.cid-tBGp8WJhvz .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tBGp8WJhvz .slide-content:hover .item-content {
  background: #BAFF29;
}

.cid-tBGp8WJhvz .slide-content:hover .mbr-text {
  color: #ffffff;
}

.cid-tBGp8WJhvz .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tBGp8WJhvz .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  height: 100%;
}



@media (max-width: 425px) {
  .cid-tBGp8WJhvz .item-content {
    padding: 30px 25px 32px;
  }
}

.cid-tBGp8WJhvz .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #BAFF29;
  transition: all .4s ease;
}

.cid-tBGp8WJhvz .item-content .mbr-text {
  margin: 18px 0 0 0;
}

.cid-tBGp8WJhvz .item-person {
  margin-top: 40px;
}

.cid-tBGp8WJhvz .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tBGp8WJhvz .item-person .item-title {
  margin: 0;
}

.cid-tBGp8WJhvz .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tBGp8WJhvz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tBGp8WJhvz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tBGp8WJhvz .embla__button--next,
.cid-tBGp8WJhvz .embla__button--prev {
  display: flex;
}

.cid-tBGp8WJhvz .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tBGp8WJhvz .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tBGp8WJhvz .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tBGp8WJhvz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tBGp8WJhvz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tBGp8WJhvz .embla__button {
    top: auto;
  }
}

.cid-tBGp8WJhvz .embla {
  position: relative;
  width: 100%;
}

.cid-tBGp8WJhvz .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tBGp8WJhvz .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tBGp8WJhvz .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tBGp8WJhvz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tBGp8WJhvz .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tBGp8WJhvz .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}

.cid-tBGp8WJhvz .mbr-text {
  color: #20232a;
  text-align: center;
}

.cid-tBGp8WJhvz .item-title {
  color: #20232a;
  text-align: center;
}

.cid-tBGp8WJhvz .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tCq5BJ3BQu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tCq5BJ3BQu .card {
  background-color: #ebeae2;
}

.cid-tCq5BJ3BQu .mbr-fallback-image.disabled {
  display: none;
}

.cid-tCq5BJ3BQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBiDWv35Pt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}

.cid-tBiDWv35Pt .media-wrap {
  padding: 0;
  max-width: 50%;
}

@media (max-width: 991px) {
  .cid-tBiDWv35Pt .media-wrap {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cid-tBiDWv35Pt .media-wrap {
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cid-tBiDWv35Pt .row {
    text-align: center;
  }

  .cid-tBiDWv35Pt .row>div {
    margin: auto;
  }

  .cid-tBiDWv35Pt .social-row {
    justify-content: center;
  }
}

.cid-tBiDWv35Pt .social-row {
  display: flex;
  flex-wrap: wrap;
}

.cid-tBiDWv35Pt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cid-tBiDWv35Pt .list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tBiDWv35Pt .list {
    margin-bottom: 0rem;
  }
}

.cid-tBiDWv35Pt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.cid-tBiDWv35Pt .mbr-iconfont {
  color: #fff;
}

@media (max-width: 991px) {
  .cid-tBiDWv35Pt div>*:last-child {
    margin-top: 0 !important;
  }
}

.cid-tBiDWv35Pt .mbr-fallback-image.disabled {
  display: none;
}

.cid-tBiDWv35Pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tBiDWv35Pt H5 {
  color: #BAFF29;
}

.cid-tBiDWv35Pt .iconfont-wrapper {
  color: #fff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}



.cid-tBiDWv35Pt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: start;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-tI0IRMCJF {
  background-image: url("../../../assets/images/thank-you-page-bg.jpg");
  /* height: 100vh; */
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-tI0IRMCJF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pw-thankyou-bg.webp");
  /* height: 100vh; */
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-tI0IRMCJF .media-container>img:first-child {
  width: 100%;
  max-width: 390px;
  height: auto;
}

.thankyou-tI0IRMCJF .social-icon-wrapper img {
  width: 26px;
  height: 26px;
}

.thankyou-tI0IRMCJF .media-container p {
  font-size: 1.8rem;
  font-family: 'Gilroy-light',
    sans-serif;
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
  color: #000000;
}

.thankyou-tI0IRMCJF .media-container h2 {
  font-size: 7rem;
  text-shadow: 0px 5px 10px #000000d6 !important;
  text-align: center;
}

.thankyou-tI0IRMCJF .media-container h3 {
  font-size: 2.5rem;
  text-align: center;
}


@media (max-width: 1024px) {
  .thankyou-tI0IRMCJF .media-container h2 {
    font-size: calc(1.5399999999999999rem + (6.4 - 1.5399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (1.5399999999999999rem + (6.4 - 1.5399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}

.thankyou-tI0IRMCJF .social-icon-wrapper {
  display: block;
  width: 100%;
  margin-top: 3rem;
}

.thankyou-tI0IRMCJF .media-container a {
  margin-top: 0;
}

.media-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.media-container img {
  width: 100%;
  max-width: 230px;
  height: auto;
}

.media-container h2 {
  text-transform: uppercase;
  font-size: 8rem;
  font-family: 'Gilroy-Heavy';
  text-align: center;
  color: #E5383B;
  text-shadow: 0px 5px 10px #A4161A80;
  margin-top: 7rem;
  line-height: 5.2rem;

}

.media-container h4 {
  font-size: 2.5rem;
  font-family: 'Helvetica';
  text-align: center;
  line-height: 2.2rem;
  margin-top: 1.5rem;
}

.media-container p {
  font-size: 1.6rem;
  font-family: 'Gilroy';
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
}



.media-container a {
  font-family: 'Helvetica',
    sans-serif;
  margin-top: 1.5rem;
}

.social-icon-wrap {
  margin-top: 6rem;
  height: 36px;
  width: 100%;
}

.social-icon-wrapper {
  display: block;
  width: 100%;
  margin-top: 6rem;
}

.social-icon-wrapper img {
  width: 40px;
  height: 40px;
}


.icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}



@media (max-width: 768px) {
  .media-container h4 {
    font-size: 2.2rem;
  }

  .media-container p {
    font-size: 1.2rem;
  }
}

@media (max-width: 640px) {
  .media-container h2 {
    font-size: 4rem;
    line-height: 4.2rem;
  }

  .media-container h4 {
    font-size: 1.5rem;
    margin-top: 0rem;
  }
}



/* additional css */


.text-block .display2 {
  font-family: 'Helvetica';
  font-size: 3rem !important;
  line-height: 1.1;
}

.text-block.display4 {
  font-family: 'Helvetica';
  font-size: 1rem !important;
  line-height: 1.1;
}

.com-logo img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.logo-sec {
  width: 80%;
}

@media (max-width: 1024px) {
  .text-block .mbr-section-title.display1 {
    font-size: 2rem !important;
  }

  .text-block .display5 {
    font-size: 1rem !important;
  }

  .text-block .display2 {
    font-size: 2rem !important;
  }
}



@media (max-width: 640px) {
  .logo-sec {
    width: 100%;
  }
}

/* Businessesify Slider Start */

.cid-tInYXqt2zf {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #F89A42;
}


.cid-tInYXqt2zf .mbr-section-head {
  padding: 0 1rem;
}

.cid-tInYXqt2zf img,
.cid-tInYXqt2zf .item-img {
  width: 100%;
  max-width: 95px;
  height: auto;
  object-fit: cover;
}

.cid-tInYXqt2zf .item:focus,
.cid-tInYXqt2zf span:focus {
  outline: none;
}

.cid-tInYXqt2zf .item-wrapper {
  position: relative;
}

.cid-tInYXqt2zf .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  /* border-radius: 2rem; */
}

.cid-tInYXqt2zf .slide-content:hover {
  background: #E5383B;
  /* color: #fff; */
}

.cid-tInYXqt2zf .slide-content:hover .item-content {
  background: #d9d9d9;
}

/* .cid-tInYXqt2zf .slide-content:hover .mbr-text {
  color: #ffffff;
} */

.cid-tInYXqt2zf .slide-content:hover .item-content span {
  color: #ffffff;
}

.cid-tInYXqt2zf .item-content {
  background: #ffffff;
  padding: 1.1rem 1rem;
  transition: all .4s ease;
}



@media (max-width: 425px) {
  .cid-tInYXqt2zf .item-content {
    padding: 1.2rem 1rem;
  }
}

.cid-tInYXqt2zf .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #e5383b;
  transition: all .4s ease;
}

.cid-tInYXqt2zf .item-content .mbr-text {
  margin: 5px 0 0 0;
}

.cid-tInYXqt2zf .item-person {
  margin-top: 40px;
}

.cid-tInYXqt2zf .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.cid-tInYXqt2zf .item-person .item-title {
  margin: 0;
}

.cid-tInYXqt2zf .item-person .item-subtitle {
  margin: 6px 0 0 0;
}

.cid-tInYXqt2zf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-tInYXqt2zf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tInYXqt2zf .embla__button--next,
.cid-tInYXqt2zf .embla__button--prev {
  display: flex;
}

.cid-tInYXqt2zf .embla__button {
  bottom: -40%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #BAFF29;
  border: 2px solid #BAFF29;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tInYXqt2zf .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tInYXqt2zf .embla__button:hover {
  background: transparent;
  opacity: .7;
}

.cid-tInYXqt2zf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tInYXqt2zf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 1024px) {
  .cid-tInYXqt2zf .embla__button {
    /* top: auto; */
    display: none;
  }
}

.cid-tInYXqt2zf .embla {
  position: relative;
  width: 100%;
}

.cid-tInYXqt2zf .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tInYXqt2zf .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tInYXqt2zf .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tInYXqt2zf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tInYXqt2zf .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}

.cid-tInYXqt2zf .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}

.cid-tInYXqt2zf .mbr-text {
  color: #000000;
  text-align: left;
}

.cid-tInYXqt2zf .item-title {
  color: #000000;
  text-align: left;
}

.cid-tInYXqt2zf .item-subtitle {
  color: #adaeb1;
  text-align: center;
}

.cid-tInYXqt2zf .mbr-section-title,
.cid-tInYXqt2zf .mbr-section-btn {
  color: #ffffff;
}

.cid-tInYXqt2zf .item-title .card-title,
.cid-tInYXqt2zf .iconfont-wrapper {
  color: #000000;
}

/* Businessesify Slider End */

/* Price Section Start */
.cid-tIhjOPkcYy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/Plan-Section-BG.webp");
}

.cid-tIhjOPkcYy .plan-body .btn-bgr {
  z-index: 0;
}

.cid-tIhjOPkcYy .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cid-tIhjOPkcYy .list-group-item {
  padding: 0.1rem .75rem;
}

.cid-tIhjOPkcYy .plan-subtitle {
  color: #000000;
}

.cid-tIhjOPkcYy .mbr-text {
  margin: 10px 0 0 0;
  color: #353535;
}

.cid-tIhjOPkcYy .nav-tabs {
  border: none !important;
}

.cid-tIhjOPkcYy .nav-tabs .btn {
  padding: 0.2rem 1.2rem !important;
  background: transparent !important;
  position: relative;
}

.cid-tIhjOPkcYy .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
  border-color: #BAFF29 !important;
}

.cid-tIhjOPkcYy .nav-tabs .btn.active,
.cid-tIhjOPkcYy .nav-tabs .btn:hover {
  background: #BAFF29 !important;
  color: #ffffff !important;
  border-color: #BAFF29 !important;
}

.ld-tIhjOPkcYy .nav-tabs .btn {
  padding: 12px 2rem;
}

.ld-tIhjOPkcYy .nav-tabs .btn.active,
.ld-tIhjOPkcYy .nav-tabs .btn:hover {
  background: #eaeaea !important;
  color: #080808 !important;
  border: 2px solid;
  border-color: #ad0205 !important;
  padding: .7rem 3rem !important;
}

.cid-tIhjOPkcYy .nav-tabs .btn.active:after {
  animation: none;
}

.cid-tIhjOPkcYy .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cid-tIhjOPkcYy .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cid-tIhjOPkcYy .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}

.cid-tIhjOPkcYy .plan {
  padding: 0 1.5rem 2rem;
  background: none;
  position: relative;
  /* border-radius: 40px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cid-tIhjOPkcYy .plan .mbr-overlay {
  background-color: #ffffff;
  opacity: 1;
  border-radius: 40px;
}

.cid-tIhjOPkcYy .plan .plan-price {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px dashed #161A1D;
}

.cid-tIhjOPkcYy .plan .plan-price .price-term {
  margin-top: 10px;
}

.cid-tIhjOPkcYy .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}

.cid-tIhjOPkcYy .plan .mbr-section-btn {
  border-top: 1px solid #161A1D;
}

.cid-tIhjOPkcYy .plan .mbr-section-btn a {
  margin-bottom: 0;
}

.cid-tIhjOPkcYy .plan .plan-body {
  position: relative;
}



.cid-tIhjOPkcYy .plan-header {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.6rem 1rem;
}

@media (max-width: 1200px) {
  .cid-tIhjOPkcYy .plan-header {
    padding: 2.5rem 1.6rem 1.6rem;
  }
}

@media (max-width: 992px) and (min-width: 546px) {
  .cid-tIhjOPkcYy .plan-header {
    width: 100%;
    padding: 2.5rem 0.5rem 1.6rem;
  }
}

@media (min-width: 546px) and (max-width: 992px) {
  .cid-tIhjOPkcYy .plan-header .plan-sale {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .cid-tIhjOPkcYy .price-figure {
    font-size: 2.25rem;
  }
}

.cid-tIhjOPkcYy .plan-title {
  color: #000000;
}

.cid-tIhjOPkcYy .plan-title-bus {
  color: #FFFFFF;
}

.cid-tIhjOPkcYy .plan-price .price-figure {
  color: #118ADA;
}

.cid-tIhjOPkcYy .plan-sale {
  background-color: red;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .cid-tIhjOPkcYy .plan-sale {
    right: -63px;
    top: 20px;
  }
}



.cid-tIhjOPkcYy strike {
  font-size: 1.3rem;
  font-family: 'Helvetica';
}

.cid-tIhjOPkcYy .plan-list {
  height: 300px;
  scroll-behavior: smooth;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-color: #161A1D #F1F1F1;
  scrollbar-width: thin;
}

.cid-tIhjOPkcYy .mbr-overlay1 {
  background-color: #F5F3F4 !important;
}

.cid-tIhjOPkcYy .mbr-overlay2 {
  background-color: #DBDBDB !important;
}

.cid-tIhjOPkcYy .mbr-overlay3 {
  background-color: #AFAFAFCC !important;
  color: #fff;
}

.cid-tIhjOPkcYy .mbr-section-btn,
.cid-tIhjOPkcYy .list-group {
  color: #ffffff;
}

/* Price Section End */

/* Combine Class Start */
.ebook-tAy8sSh1is img,
.cid-tNcU8TMVWG img,
.contact-tAPP19EJ3o img,
.academic-tAy8sSh1is img,
.autobiography-tAy8sSh1is img,
.booktrailer-tAy8sSh1is img,
.bookmarketing-tAy8sSh1is img,
.bookprinting-tAy8sSh1is img,
.bookpublishing-tAy8sSh1is img,
.bookcover-tAy8sSh1is img,
.author-tAy8sSh1is img,
.audiobook-tAy8sSh1is img,
.webseo-tAy8sSh1is img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.autobiography-tAy8sSh1is .logo-sec img,
.contact-tAPP19EJ3o .logo-sec img,
.gostw-tAy8sSh1is .logo-sec img,
.ebook-tAy8sSh1is .logo-sec img,
.academic-tAy8sSh1is .logo-sec img,
.booktrailer-tAy8sSh1is .logo-sec img,
.bookmarketing-tAy8sSh1is .logo-sec img,
.bookprinting-tAy8sSh1is .logo-sec img,
.bookpublishing-tAy8sSh1is .logo-sec img,
.bookcover-tAy8sSh1is .logo-sec img,
.author-tAy8sSh1is .logo-sec img,
.webseo-tAy8sSh1is .logo-sec img,
.audiobook-tAy8sSh1is .logo-sec img {
  margin-bottom: 0rem;
}

.yellow-sec .image-box,
.yellow-sec .img-wrapper_,
.cid-tCr6dTSvdW .image-wrapper,
.home-bg-tCr6dTSvdW .image-wrapper,
.businessw-tAyaf2AlDP .image-wrapper_,
.autobiography-tAy8sSh1is .image-wrapper_,
.features-content .image-wrapper_,
.bookcover-tCr6dTSvdW .image-wrapper_,
.gostw-tAyaf2AlDP .image-wrapper_,
.bookcover-tAy8sSh1is .image-wrapper_,
.contact-tAPP19EJ3o .image-wrapper_,
.bookpublishing-tAy8sSh1is .image-wrapper_,
.booktrailer-tAy8sSh1is .image-wrapper_,
.academic-tAy8sSh1is .image-wrapper_,
.ebook-tAy8sSh1is .image-wrapper_,
.bookmarketing-tAy8sSh1is .image-wrapper_,
.bookmarketing-tAyaf2AlDP .image-wrapper_,
.webseo-tAy8sSh1is .image-wrapper_,
.gostw-tB6764RsXP .image-wrapper_ {
  display: flex;
  align-items: center;
  justify-content: center;
}



.bookmarketing-tAy8sSh1is .image-wrapper_ img,
.bookmarketing-tAyaf2AlDP .image-wrapper_ img,
.academic-tAyaf2AlDP .image-wrapper_ img,
.bookcover-tCr6dTSvdW .image-wrapper_ img {
  width: 100%;
  height: auto;
  max-width: 450px;
  max-height: 600px;
  box-sizing: border-box;
}

.cid-tCr6dTSvdW .image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 250px;
  max-height: 450px;
  box-sizing: border-box;
}

.home-bg-tCr6dTSvdW .image-wrapper_ img,
.gostw-tB6764RsXP .image-wrapper_ img {
  width: 100%;
  height: auto;
  max-width: 70%;
  max-height: auto;
  box-sizing: border-box;
}

.startup-tAyaf2AlDP .image-wrapper_ img,
.businessw-tAyaf2AlDP .image-wrapper_ img {
  width: 100%;
  height: auto;
  max-width: 346px;
  max-height: 500px;
  box-sizing: border-box;
}

.start-tAyaf2AlDP .image-wrapper_ img {
  width: 100%;
  height: auto;
  max-width: 70%;
  max-height: 500px;
  box-sizing: border-box;
}


.yellow-sec .image-box img {
  width: 100%;
  height: auto;
  max-width: 70%;
  box-sizing: border-box;
}

.yellow-sec .img-wrapper_ img {
  width: 100%;
  height: auto;
  max-width: 40%;
  box-sizing: border-box;
}

.image-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tB6764RsXP .cid-tB6764RsXP1,
.cid-tB6764RsXP .features-content,
.autobiography-tAy8sSh1is .block-title,
.webseo-tAy8sSh1is .block-title,
.contact-tAPP19EJ3o .block-title,
.bookpublishing-tAy8sSh1is .block-title,
.bookmarketing-tAy8sSh1is .block-title,
.author-tAy8sSh1is .block-title,
.booktrailer-tAy8sSh1is .block-title,
.bookprinting-tAy8sSh1is .block-title,
.ebook-tAy8sSh1is .block-title,
.academic-tAy8sSh1is .block-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.cid-tB66ZJP2zd .item-img img,
.cid-tAxKTwnwWN .item-img img,
.cid-tAy8sSh1is .item-img img {
  width: 60px;
  height: 60px;
}

.gostw-tB6764RsXP .image-wrapper_ img {
  mix-blend-mode: multiply;
}

/* Combine Class End */


/* Model Css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: linear-gradient(0deg, rgba(2, 22, 55, 1) 0%, rgba(32, 73, 119, 1) 100%);
  background-clip: padding-box;
  border: 4px solid rgb(255, 102, 0);
  border-radius: .8rem;
  outline: 0;
  overflow: hidden;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: none !important;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: none !important;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-content .btn-primary,
.modal-content .btn-primary:active {
  background-color: #BAFF29 !important;
  border: 2px solid #FFF !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.modal-content .btn-primary:hover,
.modal-content .btn-primary:focus,
.modal-content .btn-primary.focus,
.modal-content .btn-primary.active {
  color: #000 !important;
  background-color: #1A1B41 !important;
  border: 2px solid transparent !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}


.modal-content .form-control {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 100px;
  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;
}

.modal-content .btn-close {
  box-sizing: content-box;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25em .25em;
  color: #fff !important;
  background: #BAFF29 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 100px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}


.modal-content .left-col {
  background-color: #BAFF29;
  background-image: url('../../../assets/images/get-a-whopping.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .modal-content .left-col {
    display: none;
  }
}


/* InnerClientLogos Start */

.cid-tLN5A15Y4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url('../../../assets/images/HTV-BPO-Service/section-bg-07.webp');
}

.cid-tLN5A15Y4j .wrap {
  width: 100%;
  padding: 0 1rem;
}

@media (min-width: 1200px) {
  .cid-tLN5A15Y4j .container {
    max-width: 1130px;
  }

  .cid-tLN5A15Y4j .wrap {
    width: 1130px;
    padding: 0;
  }
}

.cid-tLN5A15Y4j .item-content {
  padding: 0 1rem;
}

.cid-tLN5A15Y4j img,
.cid-tLN5A15Y4j .item-img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (min-width: 1400px) {

  .cid-tLN5A15Y4j img,
  .cid-tLN5A15Y4j .item-img {
    width: 100%;
    height: auto;
  }
}

.cid-tLN5A15Y4j .item:focus,
.cid-tLN5A15Y4j span:focus {
  outline: none;
}

.cid-tLN5A15Y4j .item-wrapper {
  position: relative;
}

.cid-tLN5A15Y4j .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.cid-tLN5A15Y4j .mbr-text {
  text-align: center;
}

.cid-tLN5A15Y4j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}

@media (max-width: 768px) {
  .cid-tLN5A15Y4j .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tLN5A15Y4j .embla__button--next,
.cid-tLN5A15Y4j .embla__button--prev {
  display: flex;
}

.cid-tLN5A15Y4j .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #000000;
  background-color: #fef7f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cid-tLN5A15Y4j .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tLN5A15Y4j .embla__button:hover {
  background-color: #f4aee6;
  color: #ffffff;
}

.cid-tLN5A15Y4j .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tLN5A15Y4j .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tLN5A15Y4j .embla__button {
    top: auto;
  }
}

.cid-tLN5A15Y4j .embla {
  position: relative;
  width: 100%;
}

.cid-tLN5A15Y4j .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tLN5A15Y4j .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tLN5A15Y4j .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tLN5A15Y4j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tLN5A15Y4j .mbr-section-title {
  text-align: center;
}

/* InnerClientLogos end */


/* testimonial Start */

.cid-tLSpWv3tT5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/Testimonial-bg.webp");
}

.cid-tLSpWv3tT5.homePage-tLSpWv3tT5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/HPTestimonial-bg.webp");
}

.cid-tLSpWv3tT5 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tLSpWv3tT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tLSpWv3tT5 .container,
.cid-tLSpWv3tT5 .container-fluid {
  padding: 0 60px;
}



.cid-tLSpWv3tT5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .cid-tLSpWv3tT5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tLSpWv3tT5 .embla__slide .card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
}



.cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}



.cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}



.cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 10px;
  background-color: #8a9198;
  margin-bottom: 0;
}

.cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin: 0 auto;
}



/* .cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  border-radius: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
} */

.cid-tLSpWv3tT5 .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.cid-tLSpWv3tT5 .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}

.cid-tLSpWv3tT5 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}

.cid-tLSpWv3tT5 .embla__button--next,
.cid-tLSpWv3tT5 .embla__button--prev {
  display: flex;
}

.cid-tLSpWv3tT5 .embla__button {
  bottom: -1rem;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  font-size: 40px;
  background-color: transparent;
  color: #BAFF29;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}


.cid-tLSpWv3tT5 .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tLSpWv3tT5 .embla__button:hover {
  background: transparent;
  color: #03b04d;
  opacity: 1;
}

.cid-tLSpWv3tT5 .embla__button.embla__button--prev {
  left: auto;
  right: auto;
}

.cid-tLSpWv3tT5 .embla__button.embla__button--next {
  right: 50%;
}



@media (max-width: 767px) {
  .cid-tLSpWv3tT5 .embla__button {
    top: 1rem;
  }
}

.cid-tLSpWv3tT5 .embla {
  position: relative;
  width: 100%;
}

.cid-tLSpWv3tT5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tLSpWv3tT5 .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tLSpWv3tT5 .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tLSpWv3tT5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tLSpWv3tT5 .mbr-desc {
  color: #ffffff;
}

.cid-tLSpWv3tT5 .mbr-section-title {
  color: #3d4045;
}

.cid-tLSpWv3tT5 .mbr-text {
  color: #3d4045;
}

.client-name {
  position: relative;
  margin-top: 70px;
}

.client-name::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #03b04d;
}


/* testimonial End */


/* Latest News Slider Start */
.cid-tLSQvHIZY1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}

.cid-tLSQvHIZY1 .mbr-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  text-align: left;
}

.cid-tLSQvHIZY1 .title__block {
  /* padding-left: 40px; */
  margin-bottom: 0px;
}

.cid-tLSQvHIZY1 .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}

.cid-tLSQvHIZY1 .slide-content {
  justify-content: center;
  text-align: left;
}

.cid-tLSQvHIZY1 .slide-content .media-container-row {
  flex-grow: 1;
}

.cid-tLSQvHIZY1 .slide-content .slider__item {
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
  margin: 0 12px;
}

.cid-tLSQvHIZY1 .slide-content .slider__item:hover {
  border: 2px solid #40b0bf;
}

.cid-tLSQvHIZY1 .slide-content .slider__item:hover .slider__content {
  border: 1px solid transparent;
}

.cid-tLSQvHIZY1 .slide-content .slider__item .slider__image {
  width: 100%;
}

.cid-tLSQvHIZY1 .slide-content .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-tLSQvHIZY1 .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 160px;
  position: relative;
  padding: 15px 20px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddebe9;
  border-top: 1px solid transparent;
  transition: border .3s;
}

.cid-tLSQvHIZY1 .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 110px;
}

.cid-tLSQvHIZY1 .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}

.cid-tLSQvHIZY1 .slider__content .slider__title {
  margin-bottom: 13px;
}

.cid-tLSQvHIZY1 .slider__content .slider__text {
  margin-bottom: 0;
}

.cid-tLSQvHIZY1 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}

.cid-tLSQvHIZY1 .link a {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  color: #0F3B86;
}

.cid-tLSQvHIZY1 .link a:hover {
  color: #FFF;
  padding: 1rem 2rem;
  background-color: #F89A42;
  border-radius: 100px;
  transition: all .5s ease-in-out;
}

.cid-tLSQvHIZY1 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}

.cid-tLSQvHIZY1 .link:hover span {
  transform: translateX(9px);
}

.cid-tLSQvHIZY1 .carousel-item.active,
.cid-tLSQvHIZY1 .carousel-item-next,
.cid-tLSQvHIZY1 .carousel-item-prev {
  display: flex;
}

.cid-tLSQvHIZY1 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F89A42;
}

.cid-tLSQvHIZY1 .cloneditem-1,
.cid-tLSQvHIZY1 .cloneditem-2,
.cid-tLSQvHIZY1 .cloneditem-3,
.cid-tLSQvHIZY1 .cloneditem-4,
.cid-tLSQvHIZY1 .cloneditem-5 {
  display: none;
}

.cid-tLSQvHIZY1 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

@media (min-width: 992px) {
  .cid-tLSQvHIZY1 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }

  .cid-tLSQvHIZY1 .carousel-inner {
    padding-bottom: 3px;
  }

  .cid-tLSQvHIZY1 .carousel-inner.slides2>.carousel-item.active.carousel-item-right,
  .cid-tLSQvHIZY1 .carousel-inner.slides2>.carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }

  .cid-tLSQvHIZY1 .carousel-inner.slides2>.carousel-item.active.carousel-item-left,
  .cid-tLSQvHIZY1 .carousel-inner.slides2>.carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }

  .cid-tLSQvHIZY1 .carousel-inner.slides2>.carousel-item.carousel-item-left,
  .cid-tLSQvHIZY1 .carousel-inner.slides2>.carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tLSQvHIZY1 .carousel-inner.slides2>.carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }

  .cid-tLSQvHIZY1 .carousel-inner.slides2 .cloneditem-1,
  .cid-tLSQvHIZY1 .carousel-inner.slides2 .cloneditem-2,
  .cid-tLSQvHIZY1 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }

  .cid-tLSQvHIZY1 .carousel-inner.slides3>.carousel-item.active.carousel-item-right,
  .cid-tLSQvHIZY1 .carousel-inner.slides3>.carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }

  .cid-tLSQvHIZY1 .carousel-inner.slides3>.carousel-item.active.carousel-item-left,
  .cid-tLSQvHIZY1 .carousel-inner.slides3>.carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }

  .cid-tLSQvHIZY1 .carousel-inner.slides3>.carousel-item.carousel-item-left,
  .cid-tLSQvHIZY1 .carousel-inner.slides3>.carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tLSQvHIZY1 .carousel-inner.slides3>.carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }

  .cid-tLSQvHIZY1 .carousel-inner.slides3 .cloneditem-1,
  .cid-tLSQvHIZY1 .carousel-inner.slides3 .cloneditem-2,
  .cid-tLSQvHIZY1 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}

@media (max-width: 1200px) {
  .cid-tLSQvHIZY1 .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .cid-tLSQvHIZY1 .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }

  .cid-tLSQvHIZY1 .slider__content {
    min-height: 235px;
  }
}

@media (max-width: 991px) {
  .cid-tLSQvHIZY1 .title__block {
    padding-left: 0px;
  }

  .cid-tLSQvHIZY1 .title__block .mbr-section-title {
    margin-bottom: 0;
  }

  .cid-tLSQvHIZY1 .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .cid-tLSQvHIZY1 .carousel-item .slider__item {
    margin-right: 0;
  }

  .cid-tLSQvHIZY1 .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }

  .cid-tLSQvHIZY1 .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }

  .cid-tLSQvHIZY1 .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}

@media (max-width: 767px) {
  .cid-tLSQvHIZY1 .carousel-controls {
    display: none;
  }
}

.cid-tLSQvHIZY1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33.9%;
}

@media (max-width: 1280px) {
  .cid-tLSQvHIZY1 .embla__slide {
    min-width: 50%;
  }
}

@media (max-width: 768px) {
  .cid-tLSQvHIZY1 .embla__slide {
    min-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tLSQvHIZY1 .embla__button--next,
.cid-tLSQvHIZY1 .embla__button--prev {
  display: flex;
}

.cid-tLSQvHIZY1 .embla__button {
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
  display: none;
}

.cid-tLSQvHIZY1 .embla__button span {
  color: #003d59;
  font-size: 18px;
}

@media (max-width: 768px) {
  .cid-tLSQvHIZY1 .embla__button {
    display: none;
  }
}

.cid-tLSQvHIZY1 .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tLSQvHIZY1 .embla__button:hover .mobi-mbri-left {
  transform: translateX(-5px);
}

.cid-tLSQvHIZY1 .embla__button:hover .mobi-mbri-right {
  transform: translateX(5px);
}

.cid-tLSQvHIZY1 .embla__button.embla__button--next,
.cid-tLSQvHIZY1 .embla__button.embla__button--prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}

.cid-tLSQvHIZY1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tLSQvHIZY1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tLSQvHIZY1 .embla__button {
    top: auto;
  }
}

.cid-tLSQvHIZY1 .embla {
  position: relative;
  width: 100%;
}

.cid-tLSQvHIZY1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tLSQvHIZY1 .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tLSQvHIZY1 .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tLSQvHIZY1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
  .cid-tLSQvHIZY1 .embla__container {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .cid-tLSQvHIZY1 .embla__container .embla__slide:first-child {
    margin-left: .2rem !important;
  }

  .cid-tLSQvHIZY1 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}

.cid-tLSQvHIZY1 .mbr-fallback-image.disabled {
  display: none;
}

.cid-tLSQvHIZY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tLSQvHIZY1 .mbr-section-subtitle {
  text-align: left;
}

.cid-tLSQvHIZY1 .mbr-section-title {
  text-align: left;
}

.cid-tLSQvHIZY1 .iconfont-wrapper img {
  width: auto;
  height: auto;
}

.cid-tLSQvHIZY1 .card-tags {
  position: relative;
}

.cid-tLSQvHIZY1 .card-tags .link {
  position: absolute;
  top: 90px;
  left: -16px;
  display: inline-block;
  z-index: 999;
  white-space: nowrap;
  background-color: #BAFF29;
  padding: .8rem 2rem;
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
}

.cid-tLSQvHIZY1 .card-tags .link:hover {
  color: #FFF;
  padding: .8rem 2rem;
  background-color: #1A1B41;
  border-radius: 100px;
  transition: all .5s ease-in-out;
  box-shadow: 0px 4px 15px 0px #00000040;
}

.cid-tLSQvHIZY1 .news {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #000;
  display: block;
  position: relative;
}

.cid-tLSQvHIZY1 .news h2:nth-child(1) {
  position: relative;
}

.cid-tLSQvHIZY1 .news h2:nth-child(1)::before {
  content: '';
  position: absolute;
  background-color: #0038a1;
  width: 62px;
  height: 2px;
  left: 0%;
  top: 50%;
  transform: translate(-0%, -50%);
}

.cid-tLSQvHIZY1 .news-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}



@media (max-width: 768px) {
  .cid-tLSQvHIZY1 .news h2:nth-child(1)::before {
    left: 60px;
  }
}

@media (max-width: 640px) {
  .cid-tLSQvHIZY1 .news h2:nth-child(1)::before {
    left: 40px;
  }
}

@media (max-width: 576px) {
  .cid-tLSQvHIZY1 .news-sec {
    flex-direction: column;
  }

  .cid-tLSQvHIZY1 .news {
    margin-bottom: .5rem;
    text-align: center;
  }

  .cid-tLSQvHIZY1 .news h2:nth-child(1)::before {
    left: 10px;
  }
}

/* Latest News Slider End */


/* contect Form Start */

.cid-tLXL54oX9A {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/contact-Form-bg-02.webp");
  position: relative;
}

/* 
.cid-tLXL54oX9A::before {
  content: url("../../../assets/images/contact-Form-bg-01.webp");
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -9px;
  height: 33%;
} */

.cid-tLXL54oX9A .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.form-tLXL54oX9A form,
.cid-tLXL54oX9A form {
  padding: 2rem 1rem;
}

.form-tLXL54oX9A .modal-content .form-control {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  font-weight: 400;
  background-color: #88A4F3;
  background-clip: border-box;
  color: #ededed;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 3rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid #fff !important;
  border-radius: 0;
  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;
}

.form-tLXL54oX9A .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #F89A42 !important;
  border: none;
  border-radius: 0 !important;
  outline: 0;
  overflow: hidden;
  padding-left: 1rem;
  background: none;
}

@media (max-width: 767px) {

  .form-tLXL54oX9A form,
  .cid-tLXL54oX9A form {
    padding: 2rem 0rem;
  }
}

.form-tLXL54oX9A input,
.form-tLXL54oX9A textarea {
  background: #88A4F3;
  box-shadow: none;
}

.cid-tLXL54oX9A input,
.cid-tLXL54oX9A textarea {
  background: #88A4F3;
  box-shadow: none;
}

/* .cid-tLXL54oX9A input:hover,
.cid-tLXL54oX9A textarea:hover,
.cid-tLXL54oX9A input:focus,
.cid-tLXL54oX9A textarea:focus,
.cid-tLXL54oX9A input:active,
.cid-tLXL54oX9A textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
} */



.form-tLXL54oX9A .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-tLXL54oX9A .image-wrapper {
  object-fit: cover;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.form-tLXL54oX9A .image-wrapper .discount {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-tLXL54oX9A .image-wrapper .discount h1 {
  font-family: 'Gilroy-Regular';
  font-size: 10rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 3px 6px 7px #00000060;
  margin-bottom: 0;
}

.form-tLXL54oX9A .image-wrapper .discount h2 {
  font-family: 'Gilroy-Regular';
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 3px 6px 7px #00000060;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .form-tLXL54oX9A .modal-content {
    padding-right: 1rem;
  }

  .form-tLXL54oX9A .popup-hdn {
    display: none;
  }
}

.form-tLXL54oX9A img {
  width: 16px;
  object-fit: cover;
}



.cid-tLXL54oX9A .image-wrapper,
.cid-tLXL54oX9A img {
  height: 100%;
  object-fit: cover;
}

.cid-tLXL54oX9A .row {
  background: #F89A42;
  overflow: hidden;
  margin: 0;
}

.form-tLXL54oX9A .btn {
  padding: .6rem 2.5rem;
  margin-top: 1rem;
  border-radius: 2rem !important;
  display: inline-block;

}

.cid-tLXL54oX9A .btn {
  padding: .6rem 2.5rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;

}

@media (max-width: 767px) {

  .form-tLXL54oX9A .col-auto,
  .cid-tLXL54oX9A .col-auto {
    margin: auto;
  }
}

.form-tLXL54oX9A h5,
.cid-tLXL54oX9A h5 {
  margin-bottom: 3rem;
}

.form-tLXL54oX9A a,
.cid-tLXL54oX9A a {
  font-weight: bold;
}


.form-tLXL54oX9A .mbr-section-title,
.cid-tLXL54oX9A .mbr-section-title {
  color: #ffffff;
}


.form-tLXL54oX9A .mbr-section-subtitle,
.cid-tLXL54oX9A .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}


.form-tLXL54oX9A .mbr-section-btn,
.cid-tLXL54oX9A .mbr-section-btn {
  width: 100%;
}


.form-tLXL54oX9A .form-control,
.cid-tLXL54oX9A .form-control {
  font-family: 'Gilroy-Regular';
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  padding: 0.6rem 3rem;

}


.form-tLXL54oX9A .form-group,
.cid-tLXL54oX9A .form-group {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.form-tLXL54oX9A .form-group .form-icons,
.cid-tLXL54oX9A .form-group .form-icons {
  position: absolute;
  z-index: 99;
  top: 16px;
  left: 18px;
}



.form-tLXL54oX9A .form-icons img,
.cid-tLXL54oX9A .form-icons img {
  width: 16px !important;
  height: auto;
}

.cid-tLXL54oX9A .btn-primary,
.cid-tLXL54oX9A .btn-primary:active,
.form-tLXL54oX9A .btn-primary,
.form-tLXL54oX9A .btn-primary:active {
  background-color: #BAFF29 !important;
  border-color: #BAFF29 !important;
  color: #000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.form-tLXL54oX9A .form-control::placeholder,
.cid-tLXL54oX9A .form-control::placeholder {
  color: #000000;
}

.form-tLXL54oX9A .form-control:focus,
.cid-tLXL54oX9A .form-control:focus {
  color: #212529;
  background-color: #94B0FF;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-tLXL54oX9A .form-control:hover,
.form-tLXL54oX9A .form-control:focus,
.cid-tLXL54oX9A .form-control:hover,
.cid-tLXL54oX9A .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: #BAFF29 !important;
}

.form-tLXL54oX9A textarea,
.cid-tLXL54oX9A textarea {
  resize: none;/
}


/* contect Form end */

/* Industries We Serve Start */

.cid-tN5amYFHmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/industies-bg.webp");
}

.cid-tN5amYFHmO .mbr-fallback-image.disabled {
  display: none;
}

.cid-tN5amYFHmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tN5amYFHmO .row {
  justify-content: center;
}

.cid-tN5amYFHmO .title-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-tN5amYFHmO .title-wrapper {
    margin-bottom: 60px;
  }
}

.cid-tN5amYFHmO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.cid-tN5amYFHmO .item {
  margin-bottom: 64px;
}

.cid-tN5amYFHmO .item .item-wrapper {
  display: flex;
  align-items: start;
}

@media (max-width: 768px) {
  .cid-tN5amYFHmO .item .item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1190px) {
  .cid-tN5amYFHmO .item .item-wrapper {
    display: block;
    margin: 0 auto;
  }
}

.cid-tN5amYFHmO .item .item-wrapper .item-img {
  margin-right: 46px;
}

@media (max-width: 768px) {
  .cid-tN5amYFHmO .item .item-wrapper .item-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1190px) {
  .cid-tN5amYFHmO .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}

.cid-tN5amYFHmO .item .item-wrapper .item-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .cid-tN5amYFHmO .item .item-wrapper .item-content {
    text-align: center;
  }
}

.cid-tN5amYFHmO .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}

.cid-tN5amYFHmO .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}

.cid-tN5amYFHmO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-tN5amYFHmO .mbr-title {
  color: #ffffff;
}

.cid-tN5amYFHmO .mbr-text {
  color: #ffffff;
}

.cid-tN5amYFHmO .mbr-desc {
  text-align: center;
  color: #ffffff;
}

/* Industries We Serve End */

/* Counter Start */

.cid-tN6NS1oOdw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/Our-Milestones.webp");
  /* background-color: #ffffff; */

}

.cid-tN6NS1oOdw .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}

.cid-tN6NS1oOdw .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  /* max-width: 571px; */

}

.cid-tN6NS1oOdw .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}

.cid-tN6NS1oOdw H3 {
  color: #1d1d1f;
}

.cid-tN6NS1oOdw .card-subtitle {
  text-align: left;
}

.cid-tN6NS1oOdw .button-align {
  margin-top: 56px;
  text-align: center;
}

.cid-tN6NS1oOdw .mbr-section-btn {
  width: auto;
  display: inline-block;
}

.cid-tN6NS1oOdw .card-title,
.cid-tN6NS1oOdw .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}

.cid-tN6NS1oOdw .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}

.cid-tN6NS1oOdw .card-text {
  color: #8c8c95;
}

.cid-tN6NS1oOdw .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
  filter: drop-shadow(0px 4px 2px #C2C2C2) invert(0);
}

.cid-tN6NS1oOdw .year-subtitle {
  text-align: center;
  color: #000000;
}

.cid-tN6NS1oOdw .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}

.cid-tN6NS1oOdw .accent {
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100px;
  box-shadow: 0px 0px 10px 1px #515663CC;
  background-color: #1A1B41;
}

.cid-tN6NS1oOdw .timeline {
  /* align-items: center; */
  align-items: flex-start;
}

.cid-tN6NS1oOdw .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}

/* 
.cid-tN6NS1oOdw .year-title.year1:before {
  background-color: #1A1B41;
}

.cid-tN6NS1oOdw .year-title.year2:before {
  background-color: #6c38ff;
}

.cid-tN6NS1oOdw .year-title.year3:before {
  background-color: #ff4433;
}

.cid-tN6NS1oOdw .year-title.year4:before {
  background-color: #ff9417;
}

.cid-tN6NS1oOdw .year-title.year5:before {
  background-color: #4cc9f0;
} */

.cid-tN6NS1oOdw .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}

@media (max-width: 768px) {
  .cid-tN6NS1oOdw .year-title:before {
    left: -36px !important;
  }
}

@media (max-width: 1120px) {
  .cid-tN6NS1oOdw .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }

  .cid-tN6NS1oOdw .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }

  .cid-tN6NS1oOdw .year {
    flex-direction: row;
  }

  .cid-tN6NS1oOdw .year-title {
    text-align: left;
    margin-bottom: 4px;
  }

  .cid-tN6NS1oOdw .year-title:before {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px 40px 0px 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #1A1B41;
    position: absolute;
    left: -40px;
    top: 0;
    background-color: #1A1B41;
    box-shadow: 0px 0px 10px 1px #515663CC;

  }

  .cid-tN6NS1oOdw .accent {
    display: none;
  }

  .cid-tN6NS1oOdw .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }

  .cid-tN6NS1oOdw .line {
    display: none;
  }

  .cid-tN6NS1oOdw .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }

  .cid-tN6NS1oOdw .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }

  .cid-tN6NS1oOdw .row.title-block>.col-12 {
    padding: 0 !important;
  }
}

.cid-tN6NS1oOdw .no-padd {
  margin-bottom: 0px !important;
}

@media (max-width: 750px) {
  .cid-tN6NS1oOdw .main {
    flex-direction: column;
  }

  .cid-tN6NS1oOdw .row.title-block,
  .cid-tN6NS1oOdw .timeline {
    margin: auto;
  }

  .cid-tN6NS1oOdw .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }

  .cid-tN6NS1oOdw .button-align {
    margin-top: 16px;
  }
}

.cid-tN6NS1oOdw .btn {
  margin-top: 20px;
}

.cid-tN6NS1oOdw a.btn>span {
  margin-left: 0.5rem;
}

/* Counter End */

/* Why Choose Us? Start */
.cid-tN5AsNRrgd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/Why-Choose-Us.webp");
}

.cid-tN5AsNRrgd .mbr-fallback-image.disabled {
  display: none;
}

.cid-tN5AsNRrgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1500px) {
  .cid-tN5AsNRrgd .container {
    max-width: 1400px;
  }
}

.cid-tN5AsNRrgd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}

.cid-tN5AsNRrgd .card-wrapper {
  margin-top: 3rem;
}

.cid-tN5AsNRrgd .row {
  justify-content: center;
}

.cid-tN5AsNRrgd .card-title,
.cid-tN5AsNRrgd .iconfont-wrapper {
  color: #ffffff;
}

.cid-tN5AsNRrgd .card-text {
  color: #ffffff;
}

.cid-tN5AsNRrgd .card-box .item-img {
  margin-bottom: 25px;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.cid-tN5AsNRrgd .card-box .item-img img {
  width: 60px;
  height: auto;
  object-fit: cover;
  display: inline-flex;
}

.cid-tN5AsNRrgd .mbr-section-title {
  color: #ffffff;
}

.cid-tN5AsNRrgd .item {
  border-left: 1px solid #fff;
}

.cid-tN5AsNRrgd .item:first-child {
  border-left: transparent;
}

@media (max-width: 767px) {
  .cid-tN5AsNRrgd .item {
    border-left: transparent;
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem;
  }

  .cid-tN5AsNRrgd .item:last-child {
    border-bottom: transparent;
  }
}

.cid-tN5AsNRrgd .sec-title .mbr-section-title {
  padding-bottom: 7rem;
}

/* Why Choose Us? End */


/* Section Start */
.cid-tN6gbNGKAk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  /* background-image: url("../../../assets/images/Why-Choose-Us.webp"); */
  background-color: #000000;
}

.cid-tN6gbNGKAk img,
.cid-tN6gbNGKAk .item-img {
  width: 100%;
}

.cid-tN6gbNGKAk .item:focus,
.cid-tN6gbNGKAk span:focus {
  outline: none;
}

.cid-tN6gbNGKAk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}

.cid-tN6gbNGKAk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 2rem;
}

.cid-tN6gbNGKAk .btn {
  padding: 0.4rem 2rem;
}

@media (min-width: 992px) {
  .cid-tN6gbNGKAk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }

  .cid-tN6gbNGKAk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}

@media (max-width: 991px) {
  .cid-tN6gbNGKAk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }

  .cid-tN6gbNGKAk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}

.cid-tN6gbNGKAk .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tN6gbNGKAk .mbr-section-title {
  color: #232323;
}

.cid-tN6gbNGKAk .mbr-text,
.cid-tN6gbNGKAk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}

.cid-tN6gbNGKAk .item-title {
  text-align: center;
  color: #BAFF29;
}

.cid-tN6gbNGKAk .item-subtitle {
  text-align: center;
}

/* Section End */

/* Section Start */
.cid-tNc3fA0jyE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}

.cid-tNc3fA0jyE .row>[class*="col"],
.cid-tNc3fA0jyE .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}


.cid-tNc3fA0jyE .title__wrap {
  margin-bottom: 30px;
}

.cid-tNc3fA0jyE .title__block {
  margin-bottom: 10px;
}

.cid-tNc3fA0jyE .mbr-section-title {
  margin-bottom: 0;
}

.cid-tNc3fA0jyE .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}

.cid-tNc3fA0jyE .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.cid-tNc3fA0jyE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}

.cid-tNc3fA0jyE .mbr-section-btn .btn-secondary-outline:hover {
  color: #6592e6 !important;
}

.cid-tNc3fA0jyE .image {
  position: relative;
  overflow: hidden;
  height: 80vh;
}

.cid-tNc3fA0jyE .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-tNc3fA0jyE .image img:hover {
  transition: all 0.5s ease-in-out !important;
  transform: scale(1.1) !important;

}

/* .cid-tNc3fA0jyE .image:hover .text__block {
  transform: translateY(0);
} */

/* .cid-tNc3fA0jyE .image:hover .social__wrap {
  opacity: 1;
} */

/* .cid-tNc3fA0jyE .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
} */

.cid-tNc3fA0jyE .text__block {
  /* transform: translateY(60px); */
  position: absolute;
  padding: 30px 10px;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  text-align: center;
  /* background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent); */
  /* transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; */
  /* transform: translateY(0); */
}

.cid-tNc3fA0jyE .text__title,
.cid-tNc3fA0jyE .text__descr {
  margin-bottom: 0;
}

.cid-tNc3fA0jyE .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-tNc3fA0jyE .icons {
  display: inline-block;
}

.cid-tNc3fA0jyE .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tNc3fA0jyE .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #6592e6 !important;
}

.cid-tNc3fA0jyE .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-tNc3fA0jyE .social__wrap .border__radius span:hover {
  color: #6592e6 !important;
}

@media (max-width: 575px) {
  .cid-tNc3fA0jyE .buttons {
    justify-content: flex-start;
  }
}

.cid-tNc3fA0jyE .mbr-fallback-image.disabled {
  display: none;
}

.cid-tNc3fA0jyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* Section End */

/* Hero Section Slider Start*/

.cid-tOYzhhsR2b .mbr-fallback-image.disabled {
  display: none;
}

.cid-tOYzhhsR2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}

/* Hero Section Slider Start*/
.cid-tNcU8TMVWG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}

.cid-tNcU8TMVWG .carousel {
  width: 100%;
}

.cid-tNcU8TMVWG .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}

.cid-tNcU8TMVWG .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.cid-tNcU8TMVWG .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 200px;
  padding-right: 120px;
  justify-content: start;
}

@media (max-width: 992px) {
  .cid-tNcU8TMVWG .carousel-caption {
    padding-left: 90px;
    padding-right: 90px;
  }

  .cid-tNcU8TMVWG .carousel-control {
    display: none;
  }
}

@media (max-width: 1570px) {
  .cid-tNcU8TMVWG .carousel-caption {
    padding-left: 90px;
    padding-right: 90px;
  }

}

.cid-tNcU8TMVWG .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tNcU8TMVWG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tNcU8TMVWG .carousel-control:hover {
  color: #fff;
  opacity: 1;
}

.cid-tNcU8TMVWG .item-wrapper {
  width: 100%;
}

@media (max-width: 767px) {
  .cid-tNcU8TMVWG .container .carousel-control {
    margin-bottom: 0;
  }

  .cid-tNcU8TMVWG .content-slider-wrap {
    width: 100% !important;
  }
}

.cid-tNcU8TMVWG .container .carousel-indicators {
  margin-bottom: 3px;
}

.cid-tNcU8TMVWG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}

.cid-tNcU8TMVWG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tNcU8TMVWG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tNcU8TMVWG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}

.cid-tNcU8TMVWG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}

.cid-tNcU8TMVWG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}

.cid-tNcU8TMVWG .carousel-indicators li.active {
  background-color: #5aac98;
}

.cid-tNcU8TMVWG .carousel-indicators li.active,
.cid-tNcU8TMVWG .carousel-indicators li:hover {
  opacity: 0.9;
}

.cid-tNcU8TMVWG .carousel-indicators li::after,
.cid-tNcU8TMVWG .carousel-indicators li::before {
  content: none;
}

.cid-tNcU8TMVWG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}

@media (max-width: 768px) {
  .cid-tNcU8TMVWG .carousel-indicators {
    display: none !important;
  }
}

.cid-tNcU8TMVWG .btn.btn-primary-outline {
  border: 1px solid #6592e6;
}

.cid-tNcU8TMVWG .btn.btn-primary-outline:hover {
  background-color: #6592e6 !important;
  color: #ffffff !important;
}

.cid-tNcU8TMVWG .btn.btn-secondary-outline {
  border: 1px solid #ff6666;
}

.cid-tNcU8TMVWG .btn.btn-secondary-outline:hover {
  background-color: #ff6666 !important;
  color: #ffffff !important;
}

.cid-tNcU8TMVWG .btn.btn-success-outline {
  border: 1px solid #40b0bf;
}

.cid-tNcU8TMVWG .btn.btn-success-outline:hover {
  background-color: #40b0bf !important;
  color: #ffffff !important;
}

.cid-tNcU8TMVWG .btn.btn-info-outline {
  border: 1px solid #47b5ed;
}

.cid-tNcU8TMVWG .btn.btn-info-outline:hover {
  background-color: #47b5ed !important;
  color: #ffffff !important;
}

.cid-tNcU8TMVWG .btn.btn-warning-outline {
  border: 1px solid #ffe161;
}

.cid-tNcU8TMVWG .btn.btn-warning-outline:hover {
  background-color: #ffe161 !important;
  color: #ffffff !important;
}

.cid-tNcU8TMVWG .btn.btn-danger-outline {
  border: 1px solid #BAFF29;
}

.cid-tNcU8TMVWG .btn.btn-danger-outline:hover {
  background-color: #BAFF29 !important;
  color: #ffffff !important;
}

.cid-tNcU8TMVWG .btn.btn-black-outline {
  border: 1px solid #000000;
}

.cid-tNcU8TMVWG .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.cid-tNcU8TMVWG .btn.btn-white-outline {
  border: 1px solid #ffffff;
}

.cid-tNcU8TMVWG .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cid-tNcU8TMVWG .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .cid-tNcU8TMVWG .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cid-tNcU8TMVWG .carousel-control {
    display: none;
  }

  .cid-tNcU8TMVWG .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .cid-tNcU8TMVWG .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}

.cid-tNcU8TMVWG .mbr-text,
.cid-tNcU8TMVWG .mbr-section-btn {
  text-align: left;
  color: #000000;
}

.cid-tNcU8TMVWG .mbr-section-title {
  text-align: left;
  color: #034efd;
}

.cid-tNcU8TMVWG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}

.cid-tNcU8TMVWG .list {
  text-align: left;
  color: #000000;
}

/* Hero Section Slider End*/


/* Tabs Section Start*/

.cid-tNgQstU9NI {
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-color: #BAFF29; */
  /* position: relative; */
  height: 100vh;
}


.cid-tNgQstU9NI .mbr-section-title {
  color: #444444;
}

.cid-tNgQstU9NI .mbr-section-subtitle {
  color: #8d97ad;
}

.cid-tNgQstU9NI .mbr-text {
  color: #8d97ad;
}

.cid-tNgQstU9NI .nav {
  border: none;
}

.cid-tNgQstU9NI .nav-tabs {
  display: table;
  width: 100%;
}

.cid-tNgQstU9NI .nav-tabs .nav-item {
  display: table-cell;
  box-shadow: 0px 4px 20px 0px #00000040;
  width: 33.33%;
}

.cid-tNgQstU9NI .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.cid-tNgQstU9NI .tab-content {
  height: 100vh;

}



.cid-tNgQstU9NI .tab-content #tabs1-21_tab0.active {
  background-image: url("../../../assets/images/tab-section-01.webp");
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top 63px center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: -63px;
  background-color: #1A1B41;
}

.cid-tNgQstU9NI .tab-content #tabs1-21_tab1.active {
  background-image: url("../../../assets/images/tab-section-01.webp");
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top 63px center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: -63px;
  background-color: #1A1B41;
}

.cid-tNgQstU9NI .tab-content #tabs1-21_tab2.active {
  background-image: url("../../../assets/images/tab-section-01.webp");
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top 63px center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: -63px;
  background-color: #1A1B41;
}


.tab-content ul li {
  padding: 0.3rem 0;
}


.cid-tNgQstU9NI .nav-tabs .nav-link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #6290C3;
  font-weight: 500;
  padding: 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
  font-weight: 700;
}


.cid-tNgQstU9NI .nav-tabs .nav-link:hover {
  background-color: #17bc59;

}

.cid-tNgQstU9NI .nav-tabs .nav-link.green-tab:hover,
.cid-tNgQstU9NI .nav-tabs .nav-link.green-tab.active {
  background: #1A1B41 !important;
  border-bottom: none;
}

.cid-tNgQstU9NI .nav-tabs .nav-link.blue-tab {
  background-color: #6290C3;
}

.cid-tNgQstU9NI .nav-tabs .nav-link.blue-tab:hover,
.cid-tNgQstU9NI .nav-tabs .nav-link.blue-tab.active {
  background-color: #1A1B41 !important;
}

.cid-tNgQstU9NI .nav-tabs .nav-link.gray-tab {
  background-color: #6290C3;
}

.cid-tNgQstU9NI .nav-tabs .nav-link.gray-tab:hover,
.cid-tNgQstU9NI .nav-tabs .nav-link.gray-tab.active {
  background-color: #1A1B41 !important;
}


.cid-tNgQstU9NI .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}

.cid-tNgQstU9NI .mbr-fallback-image.disabled {
  display: none;
}

.cid-tNgQstU9NI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* Tabs Section End*/

/*  */
.cid-tNihe17wqD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1A1B41;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin: 4rem 0 0;
}

.cid-tNihe17wqD .row {
  position: relative;
}

.cid-tNihe17wqD .nav-tabs .nav-link {
  border-radius: 0 !important;
}

.cid-tNihe17wqD .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  /* border-radius: 100%; */
  background-image: linear-gradient(90deg, #ffb639 50%, #ca41ec);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}

@media (max-width: 419px) {

  .cid-tNgQstU9NI .tab-content #tabs1-21_tab1.active,
  .cid-tNgQstU9NI .tab-content #tabs1-21_tab2.active,
  .cid-tNgQstU9NI .tab-content #tabs1-21_tab0.active {
    background-position: top 80px center !important;
    margin-top: -80px !important;
  }
}

@media (max-width: 768px) {
  .cid-tNihe17wqD .row .blur-circle {
    display: none;
  }

  .cid-tLSQvHIZY1 .news h2:nth-child(1)::before {
    left: 0px;
  }
}

.cid-tNihe17wqD .mbr-fallback-image.disabled {
  display: none;
}

.cid-tNihe17wqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tNihe17wqD .row {
  justify-content: center;
}

.cid-tNihe17wqD .nav.nav-tabs {
  position: relative;
  z-index: 1;
  width: fit-content;
  /* padding: 10px; */
  border: none;
  justify-content: center;
  background-color: #1A1B41;
  width: 100%;
}

.cid-tNihe17wqD .nav.nav-tabs .nav-item {
  width: 33.33%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: 0 3px 6px #090909 inset;
}

.cid-tNihe17wqD .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  padding: 16px 25px 16px;
  color: #FFF;
  border: none;
}

.cid-tNihe17wqD .nav.nav-tabs .nav-item .nav-link:hover {
  background-color: #17bb59;
  color: #FFF;
  border-radius: 0 !important;
  box-shadow: 0 3px 6px #090909 inset;
}


.cid-tNihe17wqD .row.row-wrapper {
  background-color: #f4efe8;
  border-radius: 0 !important;
  padding: 64px;
  position: relative;
  z-index: 1;
}

.cid-tNihe17wqD .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: .2rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  border: 4px solid #111111;
  background-color: transparent;
  pointer-events: none;
}

@media (max-width: 992px) {
  .cid-tNihe17wqD .row.row-wrapper {
    padding: 32px;
  }
}

.cid-tNihe17wqD .row.row-wrapper .tab-content {
  position: relative;
  z-index: 1;
}

.cid-tNihe17wqD .row.row-wrapper .tab-content .tab-pane .image-wrapper img {
  width: 50%;
  max-height: 500px;
  object-fit: cover;
  margin: 0 auto;
  /* border-radius: 8px; */
}

@media (max-width: 992px) {
  .cid-tNihe17wqD .row.row-wrapper .tab-content .tab-pane .image-wrapper img {
    width: 100%;
  }
}

.cid-tNihe17wqD .row.row-wrapper .tab-content .tab-pane .mbr-desc {
  margin: 30px 0 0 0;
}

.cid-tNihe17wqD .mbr-desc {
  color: #111111;
  text-align: center;
}

/*  */

/* Responsive Designs Start */

@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }

  .cid-tLQPvQicBP .container {
    padding: 0 30px;
  }

  .cid-tLQPvQicBP .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }

  .cid-tLQPvQicBP .slider-wrapper,
  .cid-tLQPvQicBP .embla__slide .card-wrap {
    padding: 0;
  }

  .cid-tLQPvQicBP .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 500px;
  }

  .cid-tAxKBhe04C .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tBixYTI3nU .iconfont-wrapper,
  .cid-tBiDWv35Pt .iconfont-wrapper,
  .cid-tBiDVT5NCB .iconfont-wrapper,
  .cid-tB1zKBL8ZP .iconfont-wrapper,
  .cid-tBixYe9Nbo .iconfont-wrapper,
  .cid-tB6tCUiStA .iconfont-wrapper,
  .cid-tB6tCNNDLw .iconfont-wrapper,
  .cid-tB1zK4Q4JG .iconfont-wrapper,
  .cid-tB6ssxLMEU .iconfont-wrapper,
  .cid-tB6ssihRsu .iconfont-wrapper,
  .cid-tAJTpMEcBL .iconfont-wrapper,
  .cid-tAJTq0Eadl .iconfont-wrapper,
  .cid-tAP8VNb1AL .iconfont-wrapper,
  .cid-tAP8W1E6qz .iconfont-wrapper,
  .cid-tAISto8bQd .iconfont-wrapper,
  .cid-tAIStDr8fG .iconfont-wrapper,
  .cid-tAPoSWrSk8 .iconfont-wrapper,
  .cid-tAITsK8Ojr .iconfont-wrapper,
  .cid-tAITsTvJpQ .iconfont-wrapper,
  .cid-tAxL1W5CQ8 .iconfont-wrapper,
  .cid-tAxKBhe04C .iconfont-wrapper,
  .cid-tAPP17gLQt .iconfont-wrapper,
  .cid-tAPoT9Lmff .iconfont-wrapper,
  .cid-tAPP1mIiZ1 .iconfont-wrapper,
  .cid-tB0qd6kQ6i .iconfont-wrapper,
  .cid-tB0qdjs0O5 .iconfont-wrapper {
    padding: 0 0.25rem;
  }

  .cid-tCCSMytWuH .embla__viewport,
  .cid-tCw4Tf1jkK .embla__viewport,
  .cid-tCrfedHGVO .embla__viewport,
  .cid-tCvFvsZbb1 .embla__viewport,
  .cid-tCvQAooJze .embla__viewport,
  .cid-tCrmPtz1MD .embla__viewport,
  .cid-tCrwpVLClk .embla__viewport,
  .cid-tCvQlrm96w .embla__viewport,
  .cid-tCBB3783eI .embla__viewport,
  .cid-tCBx8sUdaU .embla__viewport,
  .cid-tBhNmw25yD .embla__viewport {
    padding: 45px 0 1rem;
  }

  .cid-tBXESC0m2o .item-content,
  .cid-tBiaMcXoUl .item-content,
  .cid-tBXPgzmVL3 .item-content,
  .cid-tBibd7QtcT .item-content,
  .cid-tBXyBlWN5O .item-content,
  .cid-tBG2oBLv7B .item-content,
  .cid-tBi5oko2Za .item-content,
  .cid-tAxUNb4xno .item-content,
  .cid-tBGp8WJhvz .item-content,
  .cid-tAyghUlmnn .wrapper {
    padding: 20px 30px;
  }

  .cid-tB6764RsXP .features-content,
  .cid-tB6764RsXP .cards {
    padding: 0 12px;
  }

  .cid-tB6764RsXP .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .cid-tAyhOEtUxY .plan {
    margin-bottom: 30px;
  }

  .cid-tAyhOEtUxY .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tAITsK8Ojr .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tAITsMfCe6::before {
    background-image: none !important;
  }

  .cid-tBS5lGvKNw .plan {
    margin-bottom: 30px;
  }

  .cid-tBS5lGvKNw .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tAJTpMEcBL .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tBiIIw8dvS .plan {
    margin-bottom: 30px;
  }

  .cid-tBiIIw8dvS .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tAP8VNb1AL .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tBXk8Ks1Ul .plan {
    margin-bottom: 30px;
  }

  .cid-tBXk8Ks1Ul .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tAISto8bQd .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tAPoSWrSk8 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tAPP17gLQt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tBRY80crmP .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tBRY80crmP .plan {
    margin-bottom: 30px;
  }

  .cid-tBGptrfkUX .grid-lyaout,
  .cid-tBixYwIjRs .grid-lyaout,
  .cid-tBGnTYwBcV .grid-lyaout,
  .cid-tBFZro9MUW .grid-lyaout,
  .cid-tB1AhGUVIR .grid-lyaout,
  .cid-tBnLU2vSCa .grid-lyaout,
  .cid-tBXP6lPKp9 .grid-lyaout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item8";
  }


  .cid-tB0qd6kQ6i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tB1zK4Q4JG .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tBiJxi8PT5 .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tBiJxi8PT5 .plan {
    margin-bottom: 30px;
  }


  .cid-tBiHLAxb9R .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tBiHLAxb9R .plan {
    margin-bottom: 30px;
  }


  .cid-tB6tCNNDLw .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tB6ssihRsu .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tBixYe9Nbo .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .cid-tBXEM4tiem .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tBXEM4tiem .plan {
    margin-bottom: 30px;
  }

  .cid-tBiDVT5NCB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .media-container h2 {
    font-size: 6rem;
    line-height: 4.2rem;
  }

  .cid-tBGpNzPF3C .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tBGpNzPF3C .plan {
    margin-bottom: 30px;
  }

  .cid-tInYXqt2zf .item-content {
    padding: 1.5rem 1rem;
  }

  .cid-tInYXqt2zfgh .item-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cid-tInYXqt2zfgh .card-box {
    margin-bottom: 15px;
  }

  .logo-sec {
    width: 90%;
  }

  .cid-tLSpWv3tT5 .embla__slide .card-wrap {
    grid-template-columns: 1fr;
  }

  .cid-tLSpWv3tT5 .container,
  .cid-tLSpWv3tT5 .container-fluid {
    padding: 0 20px;
  }

  .cid-tIhjOPkcYy .plan-sale {
    right: -60px;
    top: 20px;
  }

  .cid-tIhjOPkcYy .plan {
    margin-bottom: 30px;
  }

  .cid-tLSpWv3tT5 .embla__button {
    display: none;
  }

  .cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin: 0 auto 20px;
  }

  .cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper .desc-wrap {
    position: static;
    margin-bottom: 20px;
  }

  .cid-tLSpWv3tT5 .embla__slide .card-wrap .item-wrapper {
    flex-direction: column;
  }

}

/* Responsive Designs End */


/* Businessesify testimonial Start */

.cid-tOZWgbw6Ui {
  padding-top: 8rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/Testimonial-bg.webp");
}

.cid-tOZWgbw6Ui .item:focus,
.cid-tOZWgbw6Ui span:focus {
  outline: none;
}

.cid-tOZWgbw6Ui .item-wrapper {
  position: relative;
}

.cid-tOZWgbw6Ui .slide-content {
  position: relative;
  /* border-radius: 4px; */
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  /* flex-flow: column nowrap; */
}

.cid-tOZWgbw6Ui .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}

@media (max-width: 768px) {
  .cid-tOZWgbw6Ui .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 900px) {
  .cid-tOZWgbw6Ui .embla__slide {
    min-width: 60%;
  }
}

@media (max-width: 630px) {
  .cid-tOZWgbw6Ui .embla__slide {
    min-width: 375px;
  }
}

.cid-tOZWgbw6Ui .embla__button--next,
.cid-tOZWgbw6Ui .embla__button--prev {
  display: flex;
}

.cid-tOZWgbw6Ui .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .cid-tOZWgbw6Ui .embla__button {
    display: none;
  }
}

.cid-tOZWgbw6Ui .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tOZWgbw6Ui .embla__button:hover {
  background: #47b5ed;
  color: #fff;
  transform: scale(1.05);
}

.cid-tOZWgbw6Ui .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-tOZWgbw6Ui .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-tOZWgbw6Ui .embla__button {
    top: auto;
  }
}

.cid-tOZWgbw6Ui .mobi-mbri-arrow-prev {
  margin-right: 5px;
}

.cid-tOZWgbw6Ui .mobi-mbri-arrow-next {
  margin-left: 5px;
}

.cid-tOZWgbw6Ui .embla {
  position: relative;
  width: 100%;
}

.cid-tOZWgbw6Ui .embla__viewport {
  overflow: visible;
  width: 100%;
}

.cid-tOZWgbw6Ui .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tOZWgbw6Ui .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tOZWgbw6Ui .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tOZWgbw6Ui .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}

.cid-tOZWgbw6Ui .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}

.cid-tOZWgbw6Ui .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.cid-tOZWgbw6Ui .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}

.cid-tOZWgbw6Ui .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tOZWgbw6Ui .shadow:hover .number,
.cid-tOZWgbw6Ui .shadow:hover .card-title {
  color: #47b5ed !important;
}

.cid-tOZWgbw6Ui .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}

.cid-tOZWgbw6Ui .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}

.cid-tOZWgbw6Ui .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}

.cid-tOZWgbw6Ui .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}

.cid-tOZWgbw6Ui H3 {
  color: #1d1d1f;
}

.cid-tOZWgbw6Ui .card-subtitle {
  text-align: left;
  color: #14142b;
}

.cid-tOZWgbw6Ui .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}

.cid-tOZWgbw6Ui .card-text {
  margin-bottom: 16px;
  text-align: left;
}

.cid-tOZWgbw6Ui .mbr-iconfont::before {
  font-size: 25px;
}

.cid-tOZWgbw6Ui .button-align {
  margin-top: 36px;
  text-align: center;
}

.cid-tOZWgbw6Ui .mbr-section-btn {
  width: auto;
  display: inline-block;
}

.cid-tOZWgbw6Ui .people {
  align-items: start;
}

.cid-tOZWgbw6Ui img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-tOZWgbw6Ui .row.title-block {
    flex-direction: column;
  }

  .cid-tOZWgbw6Ui .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }

  .cid-tOZWgbw6Ui .mbr-section-title {
    text-align: center;
  }
}

.cid-tOZWgbw6Ui .card-subtitle,
.cid-tOZWgbw6Ui .card-subtitle2 {
  display: inline;
}

@media (max-width: 1040px) {
  .cid-tOZWgbw6Ui .people {
    flex-direction: column;
  }

  .cid-tOZWgbw6Ui .card-text,
  .cid-tOZWgbw6Ui .align,
  .cid-tOZWgbw6Ui .iconfont-wrapper {
    text-align: center;
  }

  .cid-tOZWgbw6Ui img {
    margin-bottom: 20px !important;
  }
}

.cid-tOZWgbw6Ui .title-block {
  justify-content: center;
  margin-bottom: 32px;
  align-items: center;
  font-weight: bolder;
}

@media (max-width: 400px) {
  .cid-tOZWgbw6Ui .button-align {
    margin-top: 20px;
  }
}

.cid-tOZWgbw6Ui .btn {
  margin-top: 20px;
}

.cid-tOZWgbw6Ui a.btn>span {
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .cid-tOZWgbw6Ui .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}

@media (max-width: 479px) {
  .cid-tOZWgbw6Ui .shadow {
    padding: 33px 25px 36px;
  }
}

.cid-tOZWgbw6Ui .mbr-section-subtitle,
.cid-tOZWgbw6Ui .button-align {
  text-align: center;
}


/* Businessesify testimonial End */


/* Businessesify Form start */

.cid-tP4GjzWprr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  background-image: url("../../../assets/images/cid-tP4GjzWprr.webp");
}

.cid-tP4GjzWprr .mbr-fallback-image.disabled {
  display: none;
}

.cid-tP4GjzWprr .btn-secondary-outline:hover,
.cid-tP4GjzWprr .btn-secondary-outline:focus,
.cid-tP4GjzWprr .btn-secondary-outline.focus,
.cid-tP4GjzWprr .btn-secondary-outline.active {
  color: #FFF !important;
  background-color: #f89a42 !important;
  border-color: #F89A42 !important;
  box-shadow: none !important;
}

.cid-tP4GjzWprr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tP4GjzWprr .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}

.cid-tP4GjzWprr .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}

.cid-tP4GjzWprr .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
}

.cid-tP4GjzWprr .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}

.cid-tP4GjzWprr form {
  width: 100%;
}

.cid-tP4GjzWprr form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}

.cid-tP4GjzWprr form p {
  color: #1a1e21;
}

.cid-tP4GjzWprr form .btn {
  display: flex;
  padding: 0.5rem 1.5rem;
  margin: 0;
  border-radius: 7px;
}

.cid-tP4GjzWprr form .mbr-section-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.cid-tP4GjzWprr form .mbr-section-btn .btn {
  width: 100% !important;
}

.cid-tP4GjzWprr form .form-group {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

@media (max-width: 767px) {
  .cid-tP4GjzWprr form .form-group {
    margin-bottom: 25px !important;
  }
}

.cid-tP4GjzWprr form .form-control {
  height: 55px;
  border: none !important;
  background: transparent;
  outline: none !important;
  box-shadow: 0px 10px 25px 0px #0000001A !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}

.cid-tP4GjzWprr form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}

.cid-tP4GjzWprr form .form-control::-moz-placeholder {
  color: #6c7a88;
}

.cid-tP4GjzWprr form .form-control:-moz-placeholder {
  color: #6c7a88;
}

.cid-tP4GjzWprr form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}

.cid-tP4GjzWprr form select {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}

.cid-tP4GjzWprr form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form input,
.cid-tP4GjzWprr form textarea {
  transition: .3s all;
}

.cid-tP4GjzWprr form input:active,
.cid-tP4GjzWprr form textarea:active,
.cid-tP4GjzWprr form input:focus,
.cid-tP4GjzWprr form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}

.cid-tP4GjzWprr form input:active::-webkit-input-placeholder,
.cid-tP4GjzWprr form textarea:active::-webkit-input-placeholder,
.cid-tP4GjzWprr form input:focus::-webkit-input-placeholder,
.cid-tP4GjzWprr form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form input:active::-moz-placeholder,
.cid-tP4GjzWprr form textarea:active::-moz-placeholder,
.cid-tP4GjzWprr form input:focus::-moz-placeholder,
.cid-tP4GjzWprr form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form input:active:-moz-placeholder,
.cid-tP4GjzWprr form textarea:active:-moz-placeholder,
.cid-tP4GjzWprr form input:focus:-moz-placeholder,
.cid-tP4GjzWprr form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form input:active:-ms-input-placeholder,
.cid-tP4GjzWprr form textarea:active:-ms-input-placeholder,
.cid-tP4GjzWprr form input:focus:-ms-input-placeholder,
.cid-tP4GjzWprr form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}

.cid-tP4GjzWprr form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.cid-tP4GjzWprr form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.cid-tP4GjzWprr form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}

.cid-tP4GjzWprr form .form-check label {
  color: #1a1e21;
}

.cid-tP4GjzWprr form .form-check-input {
  border-color: #5d5d5e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.cid-tP4GjzWprr form .form-check-input:focus,
.cid-tP4GjzWprr form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}

.cid-tP4GjzWprr form .form-check-input:checked {
  border-color: #1c1a46 !important;
  background-color: #191a41 !important;
}

/* Header NEw*/

.cid-tP5sUdy17e {
  z-index: 1000;
  width: 100%;
}

.cid-tP5sUdy17e nav.navbar {
  position: fixed;
}

.cid-tP5sUdy17e .navbar-nav {
  margin: inherit;
}

.cid-tP5sUdy17e .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}

.cid-tP5sUdy17e .dropdown-item:hover,
.cid-tP5sUdy17e .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}

.cid-tP5sUdy17e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-tP5sUdy17e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-tP5sUdy17e .navbar-short,
.cid-tP5sUdy17e .opened {
  background: #ffffff !important;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.cid-tP5sUdy17e .navbar-short .nav-link,
.cid-tP5sUdy17e .opened .nav-link,
.cid-tP5sUdy17e .navbar-short .navbar-caption,
.cid-tP5sUdy17e .opened .navbar-caption,
.cid-tP5sUdy17e .navbar-short .mbr-iconfont,
.cid-tP5sUdy17e .opened .mbr-iconfont {
  color: #000000 !important;
}

.cid-tP5sUdy17e .navbar-short .hamburger span,
.cid-tP5sUdy17e .opened .hamburger span {
  background-color: #000000 !important;
}

.cid-tP5sUdy17e .nav-link {
  transition: all 0.3s;
  position: relative;
  color: #FFFFFF;

}

.cid-tP5sUdy17e .nav-link:hover {
  color: #BAFF29;
  transition: all 0.2s ease-in-out;
}

.cid-tP5sUdy17e .nav-link:hover::before {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #BAFF29;
  transition: all 0.2s ease-in-out;
}

.cid-tP5sUdy17e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tP5sUdy17e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tP5sUdy17e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}

.cid-tP5sUdy17e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-tP5sUdy17e .container {
  display: flex;
  margin: auto;
}

.cid-tP5sUdy17e .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-tP5sUdy17e .dropdown-menu,
.cid-tP5sUdy17e .navbar.opened {
  background: #ffffff !important;
}

.cid-tP5sUdy17e .nav-item:focus,
.cid-tP5sUdy17e .nav-link:focus {
  outline: none;
}

.cid-tP5sUdy17e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-tP5sUdy17e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tP5sUdy17e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-tP5sUdy17e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-tP5sUdy17e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tP5sUdy17e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tP5sUdy17e .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}

.cid-tP5sUdy17e .navbar.opened {
  transition: all 0.3s;
}

.cid-tP5sUdy17e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-tP5sUdy17e .navbar .navbar-logo img {
  width: auto;
}

.cid-tP5sUdy17e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-tP5sUdy17e .navbar.collapsed {
  justify-content: center;
}

.cid-tP5sUdy17e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tP5sUdy17e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-tP5sUdy17e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tP5sUdy17e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tP5sUdy17e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}

.cid-tP5sUdy17e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tP5sUdy17e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-tP5sUdy17e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-tP5sUdy17e .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tP5sUdy17e .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tP5sUdy17e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tP5sUdy17e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tP5sUdy17e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }

  .cid-tP5sUdy17e .navbar .navbar-logo img {
    height: 3rem !important;
  }

  .cid-tP5sUdy17e .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tP5sUdy17e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tP5sUdy17e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-tP5sUdy17e .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-tP5sUdy17e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-tP5sUdy17e .navbar.navbar-short {
  min-height: 60px;
}

.cid-tP5sUdy17e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-tP5sUdy17e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-tP5sUdy17e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tP5sUdy17e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tP5sUdy17e .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tP5sUdy17e .dropdown-item.active,
.cid-tP5sUdy17e .dropdown-item:active {
  background-color: transparent;
}

.cid-tP5sUdy17e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tP5sUdy17e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tP5sUdy17e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tP5sUdy17e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-tP5sUdy17e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tP5sUdy17e .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-tP5sUdy17e ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-tP5sUdy17e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-tP5sUdy17e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-tP5sUdy17e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-tP5sUdy17e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-tP5sUdy17e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tP5sUdy17e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-tP5sUdy17e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-tP5sUdy17e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tP5sUdy17e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-tP5sUdy17e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-tP5sUdy17e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-tP5sUdy17e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}

.cid-tP5sUdy17e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-tP5sUdy17e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tP5sUdy17e .navbar {
    height: 70px;
  }

  .cid-tP5sUdy17e .navbar.opened {
    height: auto;
  }

  .cid-tP5sUdy17e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tP5sUdy17e a.text-secondary:hover,
.cid-tP5sUdy17e a.text-secondary:focus,
.cid-tP5sUdy17e a.text-secondary.active {
  color: #baff29 !important;
}

.cid-tP5sUdy17e .btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.cid-tP5sUdy17e .navbar-short .btn-success-outline,
.cid-tP5sUdy17e .navbar-short .btn-success-outline:active {
  background-color: transparent !important;
  border-color: #262346;
  color: #2a2943;
}



/*  */



.cid-tPx4ksgw4G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* overflow: hidden; */
  background-color: transparent;
}
.cid-tPx4ksgw4G .bg{
background-image: url('../../../assets/images/dotsArrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1rem;
  background-position: center center;
}
.cid-tPx4ksgw4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPx4ksgw4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 1024px) {
  .cid-tPx4ksgw4G .bg{
background-image: none;
 
}
}
@media (max-width: 992px) {
  .cid-tPx4ksgw4G .container {
    padding: 0 20px;
  }
}
.cid-tPx4ksgw4G .row {
  justify-content: center;
}
.cid-tPx4ksgw4G .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tPx4ksgw4G .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}

.cid-tPx4ksgw4G .item {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .cid-tPx4ksgw4G .item {
    margin-bottom: 20px;
  }
}

.cid-tPx4ksgw4G .item .item-wrapper {
  padding: 20px 20px 40px;
  height: 100%;
  border-radius: 24px;
}
.cid-tPx4ksgw4G .item .item-wrapper {
  background: linear-gradient(
    0deg,
    rgba(98, 144, 195, 1) 0%,
    rgba(51, 108, 172, 1) 100%
  );
}
.cid-tPx4ksgw4G .item .item-wrapper:hover {
  background: linear-gradient(
    0deg,
    rgba(41, 46, 108, 1) 0%,
    rgba(41, 46, 108, 0.67) 100%
  );
  box-shadow: 0px 10px 20px 0px #00000033;
}
.cid-tPx4ksgw4G .item-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

@media (max-width: 992px) {
  .cid-tPx4ksgw4G .item .item-wrapper {
    padding: 34px 15px 30px;
  }
}
.cid-tPx4ksgw4G .item .item-wrapper .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  margin: 0 auto 26px;
}
@media (max-width: 992px) {
  .cid-tPx4ksgw4G .item .item-wrapper .item-img img {
    margin-bottom: 16px;
    width: 95px;
    height: 95px;
  }
}
.cid-tPx4ksgw4G .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tPx4ksgw4G .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-tPx4ksgw4G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tPx4ksgw4G .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tPx4ksgw4G .item-desc {
  color: #ffffff;
  text-align: left;
}


/*  */