body {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  padding-top: 78px;
}
.display-1 {
  font-family: "Poppins", sans-serif;
  font-size: 4.25rem;
  line-height: 68px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: "Mulish", sans-serif;
  font-size: 3.125rem;
  line-height: 55px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brown-Pro-Regular';
  font-size: 2rem;
  line-height: 38px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: Brown-Pro-Regular;
  font-size: 1.5rem;
  line-height: 31px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #c3c6c8 !important;
}
.bg-success {
  background-color: #9a5bed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9553 !important;
}
.bg-danger {
  background-color: #ff6e53 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c3c6c8 !important;
  border-color: #c3c6c8 !important;
  color: #000 !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: #814efa !important;
  border-color: #814efa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #707702 !important;
  background-color: #effc26 !important;
  border-color: #effc26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6567ee !important;
  border-color: #6567ee !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9a5bed !important;
  border-color: #9a5bed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6b18d9 !important;
  border-color: #6b18d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6b18d9 !important;
  border-color: #6b18d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !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: #fb2700 !important;
  border-color: #fb2700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #814efa !important;
  border-color: #814efa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c3c6c8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #effc26 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #707702 !important;
  background-color: #c3c6c8 !important;
  border-color: #c3c6c8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6567ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #191ce3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6567ee !important;
  border-color: #6567ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9a5bed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6b18d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5bed !important;
  border-color: #9a5bed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9553;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6e53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fb2700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #c3c6c8 !important;
}
.text-secondary {
  color: #6567ee !important;
}
.text-success {
  color: #9a5bed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9553 !important;
}
.text-danger {
  color: #ff6e53 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1b1b1b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #edfb17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #181ad5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6516cc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec5b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ec2500 !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: #c3c6c8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9553;
}
.alert-danger {
  background-color: #ff6e53;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c3c6c8;
  border-color: #c3c6c8;
  color: #889002;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fcd463;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-size: 1rem;
  line-height: 1.55;
  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: #c3c6c8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brown-Pro-Regular';
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c3c6c8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c3c6c8;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c3c6c8;
}
.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: #c3c6c8;
  border-bottom-color: #c3c6c8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c3c6c8 !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: #6567ee !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='%23f5fd7b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  min-height: 65px;
  padding: 20px 90px;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tA5gTKB5Ip .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
}
.cid-tA5gTKB5Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-tA5gTKB5Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .menu_box .navbar.opened,
  .cid-tA5gTKB5Ip .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tA5gTKB5Ip .navbar-dropdown {
  position: relative !important;
}
.cid-tA5gTKB5Ip .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tA5gTKB5Ip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tA5gTKB5Ip .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-tA5gTKB5Ip .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tA5gTKB5Ip .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tA5gTKB5Ip .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas-body .mbr-text,
  .cid-tA5gTKB5Ip .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tA5gTKB5Ip .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tA5gTKB5Ip ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tA5gTKB5Ip .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tA5gTKB5Ip li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tA5gTKB5Ip .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tA5gTKB5Ip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tA5gTKB5Ip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .nav-item {
    margin: 0 !important;
  }
}
.cid-tA5gTKB5Ip .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c3c6c8;
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .nav-item .nav-link:hover {
  color: #c3c6c8 !important;
}
.cid-tA5gTKB5Ip .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tA5gTKB5Ip .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tA5gTKB5Ip .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tA5gTKB5Ip .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tA5gTKB5Ip .offcanvas_box {
    display: none;
  }
}
.cid-tA5gTKB5Ip .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tA5gTKB5Ip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tA5gTKB5Ip .container {
  display: flex;
  margin: auto;
}
.cid-tA5gTKB5Ip .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tA5gTKB5Ip .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tA5gTKB5Ip .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tA5gTKB5Ip .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .navbar-nav {
    margin: 0;
  }
}
.cid-tA5gTKB5Ip .dropdown-menu,
.cid-tA5gTKB5Ip .navbar.opened {
  background-color: false !important;
}
.cid-tA5gTKB5Ip .nav-item:focus,
.cid-tA5gTKB5Ip .nav-link:focus {
  outline: none;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA5gTKB5Ip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA5gTKB5Ip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA5gTKB5Ip .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tA5gTKB5Ip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tA5gTKB5Ip .navbar.opened {
  transition: all 0.3s;
}
.cid-tA5gTKB5Ip .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tA5gTKB5Ip .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tA5gTKB5Ip .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tA5gTKB5Ip .navbar.collapsed {
  justify-content: center;
}
.cid-tA5gTKB5Ip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA5gTKB5Ip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tA5gTKB5Ip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tA5gTKB5Ip .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tA5gTKB5Ip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA5gTKB5Ip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tA5gTKB5Ip .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tA5gTKB5Ip .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tA5gTKB5Ip .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tA5gTKB5Ip .navbar.navbar-short {
  min-height: 60px;
}
.cid-tA5gTKB5Ip .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tA5gTKB5Ip .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tA5gTKB5Ip .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-tA5gTKB5Ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tA5gTKB5Ip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA5gTKB5Ip .dropdown-item.active,
.cid-tA5gTKB5Ip .dropdown-item:active {
  background-color: transparent;
}
.cid-tA5gTKB5Ip .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA5gTKB5Ip .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA5gTKB5Ip ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tA5gTKB5Ip .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tA5gTKB5Ip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tA5gTKB5Ip .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tA5gTKB5Ip .navbar {
    height: 70px;
  }
  .cid-tA5gTKB5Ip .navbar.opened {
    height: auto;
  }
  .cid-tA5gTKB5Ip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA5gTKB5Ip .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tA5gTKB5Ip .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-tA5gTKB5Ip .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tA5gTKB5Ip .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tA5gTKB5Ip .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tA5gTKB5Ip .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tA5gTKB5Ip .text_widget {
  margin-bottom: 32px;
}
.cid-tA5gTKB5Ip .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .text_widget a:hover {
  color: #c3c6c8 !important;
}
.cid-tA5gTKB5Ip .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tA5gTKB5Ip .navbar-caption {
  color: #ffffff;
}
.cid-tA5gTKB5Ip .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tA5gTKB5Ip .mbr-section-subtitle,
.cid-tA5gTKB5Ip .text_widget,
.cid-tA5gTKB5Ip .mbr-section-btn {
  text-align: left;
}
.cid-tA5gTKB5Ip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tA5gUnL3Q8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* background-color: #2f3132; */
}
.cid-tA5gUnL3Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5gUnL3Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA5gUnL3Q8 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .container {
    padding: 0 20px;
  }
}
.cid-tA5gUnL3Q8 .row {
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .row {
    padding: 50px 16px;
  }
}
.cid-tA5gUnL3Q8 .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #c3c6c8;
  filter: blur(120px);
}
.cid-tA5gUnL3Q8 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-tA5gUnL3Q8 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #000; */
  /* background: url('../images/banner.jpg'); */
  opacity: 1;
}

.cid-tA5gUnL3Q8 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tA5gUnL3Q8 .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tA5gUnL3Q8 .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-tA5gUnL3Q8 .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tA5gUnL3Q8 .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tA5gUnL3Q8 .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-tA5gUnL3Q8 .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-tA5gUnL3Q8 .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-tA5gUnL3Q8 .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-tA5gUnL3Q8 .mbr-desc {
  color: #ffffff;
}
.cid-tA5gUnL3Q8 .mbr-section-title {
  color: #ffffff;
}
.cid-tA5gUnL3Q8 .mbr-text {
  color: #ffffff;
}
.cid-tA5gVDdyIR {
  background: url('../images/logoBg.png') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.cid-tA5gVDdyIR .logiBadge {
  color: #eee9;
  font-size: 100px;
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  vertical-align: middle;
}
.cid-tA5gVDdyIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5gVDdyIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA5gVDdyIR .container-fluid {
  padding: 5rem 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .container {
    padding: 0 20px;
  }
}
.cid-tA5gVDdyIR .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .row {
    padding: 0;
  }
}
.cid-tA5gVDdyIR .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tA5gVDdyIR .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tA5gVDdyIR .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595966;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tA5gVDdyIR .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tA5gVDdyIR .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tA5gVDdyIR .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #814efa;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tA5gVDdyIR .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tA5gVDdyIR .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tA5gVDdyIR .mbr-number {
  color: #000;
}
.cid-tA5gVDdyIR .mbr-section-title {
  color: #5c5c5c;
}
.cid-tA5gVDdyIR .mbr-text {
  color: #5c5c5c;
  font-size: .9rem;
}
.cid-tA5h0a0qyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tA5h0a0qyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h0a0qyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h0a0qyM .container {
    padding: 0 20px;
  }
}
.cid-tA5h0a0qyM .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5h0a0qyM .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tA5h0a0qyM .title-wrapper .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5h0a0qyM .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-tA5h0a0qyM .title-wrapper .image-wrapper {
  position: relative;
}
.cid-tA5h0a0qyM .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #c3c6c8 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-tA5h0a0qyM .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tA5h0a0qyM .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-tA5h0a0qyM .text-wrapper .mbr-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tA5h0a0qyM .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tA5h0a0qyM .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.cid-tA5h0a0qyM .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tA5h0a0qyM .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA5h0a0qyM .row.cards .card {
    margin-bottom: 32px;
  }
}
.cid-tA5h0a0qyM .row.cards .card .card-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-tA5h0a0qyM .row.cards .card .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tA5h0a0qyM .row.cards .card .card-wrap a:hover .mbr-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cid-tA5h0a0qyM .row.cards .card .card-wrap a .mbr-link {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tA5h0a0qyM .mbr-section-title {
  color: #ffffff;
}
.cid-tA5h0a0qyM .mbr-text {
  color: #ffffff;
}
.cid-tA5h0a0qyM .mbr-number {
  color: #c3c6c8;
}
.cid-tA5h0a0qyM .mbr-desc {
  color: #ffffff;
}
.cid-tA5h0a0qyM .mbr-link {
  color: #ffffff;
}
.cid-tA5h1AFdOZ {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.cid-tA5h1AFdOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h1AFdOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .container {
    padding: 0 20px;
  }
}
.cid-tA5h1AFdOZ .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .row {
    padding: 0;
  }
}
.cid-tA5h1AFdOZ .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 55px;
  line-height: 1.15;
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5h1AFdOZ .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item {
    padding: 0 12px;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper {
  position: relative;
  padding: 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper {
    padding: 32px 16px;
  }
}
/*
.cid-tA5h1AFdOZ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #c3c6c8;
  opacity: 1;
}
*/
.cid-tA5h1AFdOZ .item .item-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: 12%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  filter: blur(180px);
  background-color: #6567ee;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img img {
  /* width: 112px; */
  height: 112px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c3c6c8;
  background-color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .mbr-name {
  color: #000000;
}
.cid-tA5h1AFdOZ .mbr-desc {
  color: #000000;
}
.cid-tA5h1AFdOZ .mbr-text {
  color: #000000;
}
.cid-tA5h4uSr8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tA5h4uSr8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h4uSr8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA5h4uSr8b .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5h4uSr8b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA5h4uSr8b .container {
    padding: 0 20px;
  }
}
.cid-tA5h4uSr8b .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-tA5h4uSr8b .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tA5h4uSr8b .row img {
    height: 300px;
  }
}
.cid-tA5l59cj2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-tA5l59cj2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5l59cj2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5l59cj2T .container {
    padding: 0 20px;
  }
}
.cid-tA5l59cj2T .row {
  padding: 50px;
  position: relative;
  overflow: hidden;
  margin: 0 16px;
}
@media (max-width: 992px) {
  .cid-tA5l59cj2T .row {
    padding: 50px 16px;
    margin: 0;
  }
}
.cid-tA5l59cj2T .row .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(200px);
}
/* .cid-tA5l59cj2T .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #c3c6c8;
  opacity: 1;
} */
.cid-tA5l59cj2T .row .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tA5l59cj2T .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5l59cj2T .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5l59cj2T .row .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5l59cj2T .row .item {
    margin-bottom: 32px;
  }
}
.cid-tA5l59cj2T .row .item .item-wrapper .item-img img {
  height: 75px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-tA5h9GfI5l {
  padding-top: 4rem;
  padding-bottom: 5rem;
  /* background-color: #2f3132; */
}
.cid-tA5h9GfI5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h9GfI5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h9GfI5l .container {
    padding: 0 20px;
  }
}
.cid-tA5h9GfI5l .row {
  margin: 0;
}
.cid-tA5h9GfI5l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5h9GfI5l .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5h9GfI5l .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-tA5h9GfI5l .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.cid-tA5h9GfI5l .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #c3c6c8;
}
.cid-tA5h9GfI5l .tab-content {
  position: relative;
}
.cid-tA5h9GfI5l .tab-content .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #c3c6c8 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-tA5h9GfI5l .tab-content .tab-pane {
  position: relative;
}
.cid-tA5h9GfI5l .tab-content .tab-pane img {
  border-radius: 50px;
  /* height: 500px; */
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tA5h9GfI5l .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-tA5h9GfI5l .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-tA5h9GfI5l .mbr-section-title {
  color: #ffffff;
}
.cid-tA5h9GfI5l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tA5h7hHOKu {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.cid-tA5h7hHOKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h7hHOKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA5h7hHOKu .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5h7hHOKu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA5h7hHOKu .container {
    padding: 0 20px;
  }
}
.cid-tA5h7hHOKu .container,
.cid-tA5h7hHOKu .container-fluid {
  position: relative;
}
.cid-tA5h7hHOKu .container .blur-wrap,
.cid-tA5h7hHOKu .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #c3c6c8 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-tA5h7hHOKu .row {
  padding: 50px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5h7hHOKu .row {
    padding: 32px 16px;
  }
}
/*
.cid-tA5h7hHOKu .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000;
  opacity: .3;
}
  */
.cid-tA5h7hHOKu .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-tA5h7hHOKu .row .card {
    margin-bottom: 16px;
  }
}
.cid-tA5h7hHOKu .row .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tA5jNmWcr9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tA5jNmWcr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5jNmWcr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5jNmWcr9 .container {
    padding: 0 20px;
  }
}
.cid-tA5jNmWcr9 .row {
  margin: 0;
}
.cid-tA5jNmWcr9 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5jNmWcr9 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5jNmWcr9 .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-tA5jNmWcr9 .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tA5jNmWcr9 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-tA5jNmWcr9 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5jNmWcr9 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-tA5jNmWcr9 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5jNmWcr9 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tA5jNmWcr9 .mbr-section-title {
  color: #ffffff;
}
.cid-tA5jNmWcr9 .panel-title-edit,
.cid-tA5jNmWcr9 .mbr-iconfont {
  color: #c3c6c8;
}
.cid-tA5jNmWcr9 .mbr-text {
  color: #ffffff;
}
.cid-tA5hf3tQJX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tA5hf3tQJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5hf3tQJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA5hf3tQJX .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5hf3tQJX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA5hf3tQJX .container {
    padding: 0 20px;
  }
}
.cid-tA5hf3tQJX .container,
.cid-tA5hf3tQJX .container-fluid {
  position: relative;
}
.cid-tA5hf3tQJX .container .blur-wrap,
.cid-tA5hf3tQJX .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #c3c6c8 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-tA5hf3tQJX .row.blur-row {
  padding: 50px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5hf3tQJX .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-tA5hf3tQJX .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: .3;
}
.cid-tA5hf3tQJX .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tA5hf3tQJX .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5hf3tQJX .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-tA5hf3tQJX .dragArea.row::before {
  content: none;
}
.cid-tA5hf3tQJX .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-tA5hf3tQJX .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-tA5hf3tQJX .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-tA5hf3tQJX .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-tA5hf3tQJX .dragArea.row .form-group .form-check .form-check-input {
  background-color: #c3c6c8;
  border-collapse: #c3c6c8;
}
.cid-tA5hf3tQJX .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-tA5hf3tQJX .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-tA5hf3tQJX .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-tA5hf3tQJX .row.forms-row::before {
  content: none !important;
}
.cid-tA5hf3tQJX .mbr-desc {
  color: #ffffff;
}
.cid-tA5hf3tQJX .mbr-text {
  color: #ffffff;
}
.cid-tA5hf3tQJX label {
  color: #c3c6c8;
}
.cid-tA5h5AopHQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #13283b;
}
.cid-tA5h5AopHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h5AopHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .container {
    padding: 0 20px;
  }
}
.cid-tA5h5AopHQ .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tA5h5AopHQ .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .row .list {
    margin-bottom: 32px;
  }
}
.cid-tA5h5AopHQ .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #c3c6c8;
}
.cid-tA5h5AopHQ .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tA5h5AopHQ .mbr-section-title {
  color: #ffffff;
}
.cid-tA5h5AopHQ .mbr-desc {
  color: #ffffff;
}
.cid-tA5h5AopHQ .mbr-text {
  color: #ffffff;
}
.cid-tA5h5AopHQ .list {
  color: #ffffff;
}
.cid-tA5h5AopHQ .copyright {
  color: #ffffff;
}