body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2a4fab !important;
}
.bg-success {
  background-color: #1b899d !important;
}
.bg-info {
  background-color: #6d88cd !important;
}
.bg-warning {
  background-color: #ffff27 !important;
}
.bg-danger {
  background-color: #f87587 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a4fab !important;
  border-color: #2a4fab !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #192f65 !important;
  border-color: #192f65 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #192f65 !important;
  border-color: #192f65 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f32541 !important;
  border-color: #f32541 !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: #b70a22 !important;
  border-color: #b70a22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b70a22 !important;
  border-color: #b70a22 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6d88cd !important;
  border-color: #6d88cd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3a59a9 !important;
  border-color: #3a59a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3a59a9 !important;
  border-color: #3a59a9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1b899d !important;
  border-color: #1b899d !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: #0e4853 !important;
  border-color: #0e4853 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e4853 !important;
  border-color: #0e4853 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff27 !important;
  border-color: #ffff27 !important;
  color: #272700 !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: #cfcf00 !important;
  border-color: #cfcf00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #272700 !important;
  background-color: #cfcf00 !important;
  border-color: #cfcf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f87587 !important;
  border-color: #f87587 !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: #f4223f !important;
  border-color: #f4223f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f4223f !important;
  border-color: #f4223f !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: #282828 !important;
  border-color: #282828 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a4fab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #192f65 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a4fab !important;
  border-color: #2a4fab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f32541;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b70a22 !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: #f32541 !important;
  border-color: #f32541 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d88cd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3a59a9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d88cd !important;
  border-color: #6d88cd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b899d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e4853 !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: #1b899d !important;
  border-color: #1b899d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffff27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcf00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #272700 !important;
  background-color: #ffff27 !important;
  border-color: #ffff27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f87587;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f4223f !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: #f87587 !important;
  border-color: #f87587 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #282828;
}
.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: #282828 !important;
  border-color: #282828 !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: #2a4fab !important;
}
.text-secondary {
  color: #f32541 !important;
}
.text-success {
  color: #1b899d !important;
}
.text-info {
  color: #6d88cd !important;
}
.text-warning {
  color: #ffff27 !important;
}
.text-danger {
  color: #f87587 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #282828 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #162959 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a9091f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c3d46 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #36539e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c0c000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f31433 !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;
}
.nav-tabs .nav-link.active {
  color: #2a4fab;
}
.nav-tabs .nav-link:not(.active) {
  color: #282828;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d88cd;
}
.alert-warning {
  background-color: #ffff27;
}
.alert-danger {
  background-color: #f87587;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2a4fab;
  border-color: #2a4fab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a4fab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7794de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56cce2;
}
.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: #fffff3;
}
.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-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2a4fab !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #2a4fab;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a4fab;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a4fab;
}
.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: #2a4fab;
  border-bottom-color: #2a4fab;
}
.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: #2a4fab !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: #f32541 !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='%232a4fab' %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;
}
.cid-t84vxMnINN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t84vxMnINN nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .menu_box .navbar.opened,
  .cid-t84vxMnINN .menu_box .navbar-collapse {
    background-color: #030303 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .menu_box .menu1 {
    display: none;
  }
}
.cid-t84vxMnINN .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-t84vxMnINN .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-t84vxMnINN .hamburger-container .menu,
.cid-t84vxMnINN .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-t84vxMnINN .hamburger-container .close {
  display: none;
}
.cid-t84vxMnINN .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-t84vxMnINN nav.opened .hamburger-container .menu,
.cid-t84vxMnINN nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-t84vxMnINN nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-t84vxMnINN .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t84vxMnINN .navbar-dropdown.navbar-short .navbar-logo img {
  height: 5;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .nav-item {
    position: relative;
  }
  .cid-t84vxMnINN .nav-item a {
    opacity: .5;
  }
  .cid-t84vxMnINN .nav-item a:hover,
  .cid-t84vxMnINN .nav-item a:focus {
    opacity: 1;
  }
  .cid-t84vxMnINN .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-t84vxMnINN .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-t84vxMnINN .offcanvas_image img {
    width: auto;
    height: 5;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t84vxMnINN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t84vxMnINN .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-t84vxMnINN .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-t84vxMnINN .offcanvas-body .mbr-text,
  .cid-t84vxMnINN .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t84vxMnINN .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-t84vxMnINN .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t84vxMnINN .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-t84vxMnINN .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-t84vxMnINN .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-t84vxMnINN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t84vxMnINN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t84vxMnINN .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-t84vxMnINN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t84vxMnINN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-t84vxMnINN .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-t84vxMnINN .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-t84vxMnINN .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-t84vxMnINN .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-t84vxMnINN .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #030303;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-t84vxMnINN .navbar.opened {
  transition: all 0.3s;
}
.cid-t84vxMnINN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t84vxMnINN .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-t84vxMnINN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t84vxMnINN .navbar.collapsed {
  justify-content: center;
}
.cid-t84vxMnINN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t84vxMnINN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t84vxMnINN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t84vxMnINN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t84vxMnINN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-t84vxMnINN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t84vxMnINN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t84vxMnINN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t84vxMnINN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t84vxMnINN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t84vxMnINN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t84vxMnINN .navbar.navbar-short {
  min-height: 120px;
}
.cid-t84vxMnINN .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-t84vxMnINN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-t84vxMnINN .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-t84vxMnINN .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .nav-item {
    margin: 0 !important;
  }
}
.cid-t84vxMnINN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t84vxMnINN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t84vxMnINN .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-t84vxMnINN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t84vxMnINN .offcanvas_box {
    display: none;
  }
}
.cid-t84vxMnINN .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t84vxMnINN .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t84vxMnINN .nav-link {
  position: relative;
}
.cid-t84vxMnINN .container {
  display: flex;
  margin: auto;
}
.cid-t84vxMnINN .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t84vxMnINN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t84vxMnINN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t84vxMnINN .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t84vxMnINN .navbar-nav {
    margin-left: 400px;
  }
}
.cid-t84vxMnINN .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t84vxMnINN .nav-item:focus,
.cid-t84vxMnINN .nav-link:focus {
  outline: none;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t84vxMnINN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t84vxMnINN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t84vxMnINN .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-t84vxMnINN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t84vxMnINN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t84vxMnINN .dropdown-item.active,
.cid-t84vxMnINN .dropdown-item:active {
  background-color: transparent;
}
.cid-t84vxMnINN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t84vxMnINN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-t84vxMnINN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t84vxMnINN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t84vxMnINN ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t84vxMnINN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t84vxMnINN button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #030303;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t84vxMnINN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t84vxMnINN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t84vxMnINN .navbar {
    height: 70px;
  }
  .cid-t84vxMnINN .navbar.opened {
    height: auto;
  }
  .cid-t84vxMnINN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t84vxMnINN .mbr-section-subtitle {
  color: #6870d1;
}
.cid-t84vxMnINN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-t84vxMnINN .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-t84vxMnINN .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-ugXJrTymOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugXJrTymOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugXJrTymOX .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-ugXJrTymOX .container {
    padding: 0 15px;
  }
}
.cid-ugXJrTymOX .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ugXJrTymOX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ugXJrTymOX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ugXJrTymOX .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ugXJrTymOX .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-ugXJrTymOX .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-ugXJrTymOX .mbr-section-title {
  color: #131c28;
}
.cid-ugXJrTymOX .mbr-desc {
  color: #131c28;
}
.cid-t84vAGDocT {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffff27;
}
@media (min-width: 992px) {
  .cid-t84vAGDocT .wrapper {
    padding: 0 28px;
  }
}
@media (min-width: 1400px) {
  .cid-t84vAGDocT .wrap {
    padding-right: 220px;
  }
}
.cid-t84vAGDocT .mbr-section-btn {
  margin-right: 0;
  margin-left: 0;
}
.cid-t84vAGDocT .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-t84vAGDocT .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-t84vAGDocT .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-t84vAGDocT .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-t84vAGDocT .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t84vAGDocT .mbr-section-title {
  text-align: center;
}
.cid-t84vAGDocT .mbr-text {
  text-align: center;
}
.cid-t84vG7j3L8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-t84vG7j3L8 .container-fluid {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
.cid-t84vG7j3L8 .image-wrapper {
  height: 100%;
}
.cid-t84vG7j3L8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugXYn5khgf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-ugXYn5khgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugXYn5khgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ugXYn5khgf .container {
    padding: 0 16px;
  }
}
.cid-ugXYn5khgf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ugXYn5khgf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ugXYn5khgf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugXYn5khgf .mbr-section-title {
  color: #030303;
}
.cid-ugXYn5khgf .mbr-text {
  color: #000000;
}
.cid-t84vIEdIcz {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .cid-t84vIEdIcz .wrapper {
    padding: 0 28px;
  }
}
.cid-t84vIEdIcz img,
.cid-t84vIEdIcz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t84vIEdIcz .item:focus,
.cid-t84vIEdIcz span:focus {
  outline: none;
}
.cid-t84vIEdIcz .item {
  margin-bottom: 2rem;
}
.cid-t84vIEdIcz .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t84vIEdIcz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84vIEdIcz .mbr-section-title {
  text-align: center;
}
.cid-ugXZAF3HII {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugXZAF3HII .container-fluid {
  padding: 0;
}
.cid-ugXZAF3HII .content-wrapper {
  background-color: #ffff27;
}
.cid-ugXZAF3HII .content-wrapper .text-wrapper {
  padding: 40px 68px 40px 48px;
}
.cid-ugXZAF3HII .content-wrapper .image-wrapper {
  width: 100%;
}
.cid-ugXZAF3HII .content-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 615px;
}
@media (max-width: 991px) {
  .cid-ugXZAF3HII .content-wrapper .image-wrapper img {
    height: 400px;
  }
  .cid-ugXZAF3HII .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ugYaUDru6U {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-ugYaUDru6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYaUDru6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYaUDru6U .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-ugYaUDru6U .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugYaUDru6U .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugYaUDru6U {
    align-items: center;
  }
  .cid-ugYaUDru6U .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugYaUDru6U .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugYaUDru6U {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugYaUDru6U .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugYaUDru6U .content-wrap {
    width: 100%;
  }
}
.cid-ugYaUDru6U .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-ugYaUDru6U .mbr-text,
.cid-ugYaUDru6U .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ugYaUDru6U .mbr-section-title,
.cid-ugYaUDru6U .line {
  color: #000000;
  text-align: center;
}
.cid-ugY1Z49ysn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffff27;
}
.cid-ugY1Z49ysn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugY1Z49ysn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugY1Z49ysn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ugY1Z49ysn .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugY1Z49ysn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugY1Z49ysn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugY1Z49ysn .container {
    padding: 0 24px;
  }
}
.cid-ugY1Z49ysn .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugY1Z49ysn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugY1Z49ysn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ugY1Z49ysn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugY1Z49ysn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugY1Z49ysn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugY1Z49ysn .item {
  margin-bottom: 32px;
}
.cid-ugY1Z49ysn .item .item-wrapper {
  height: 100%;
}
.cid-ugY1Z49ysn .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugY1Z49ysn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ugY1Z49ysn .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-ugY1Z49ysn .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ugY1Z49ysn .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-ugY1Z49ysn .item .item-wrapper .card-box .item-title,
.cid-ugY1Z49ysn .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-ugY1Z49ysn .item .item-wrapper .card-box .text-wrap .item-text,
.cid-ugY1Z49ysn .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-ugY1Z49ysn .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ugY1Z49ysn .item .item-wrapper .dark-card {
  background-color: #18212d;
  border: none;
}
.cid-ugY1Z49ysn .item .item-wrapper .middle-card {
  background-color: #6b818c;
  border: none;
}
.cid-ugY1Z49ysn .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-ugY1Z49ysn .mbr-desc,
.cid-ugY1Z49ysn .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-ugY1Z49ysn .mbr-text,
.cid-ugY1Z49ysn .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-ugY1Z49ysn .item-title {
  color: #18212d;
}
.cid-ugY1Z49ysn .item-text {
  color: #18212d;
}
.cid-ugY1Z49ysn .item-title_2 {
  color: #ffffff;
}
.cid-ugY1Z49ysn .item-text_2 {
  color: #ffffff;
}
.cid-ugY6x1mfdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-ugY6x1mfdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugY6x1mfdO .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-ugY6x1mfdO .container {
    padding: 0 20px;
  }
}
.cid-ugY6x1mfdO .row {
  margin: 0;
}
.cid-ugY6x1mfdO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugY6x1mfdO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugY6x1mfdO .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ugY6x1mfdO .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ugY6x1mfdO .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ugY6x1mfdO .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ugY6x1mfdO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugY3mvXCtM {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffff27;
}
.cid-ugY3mvXCtM .container-fluid {
  padding: 0;
}
.cid-ugY3mvXCtM .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-ugY3mvXCtM .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ugY3mvXCtM .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-ugY3mvXCtM .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-ugY3mvXCtM .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-ugY3mvXCtM .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ugY3mvXCtM .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-ugY3mvXCtM .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-ugY3mvXCtM .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-ugY3mvXCtM .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugY3mvXCtM .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-ugY3mvXCtM .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-ugY3mvXCtM .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-ugY5CEzLA7 {
  overflow: hidden;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.cid-ugY5CEzLA7 .container-fluid {
  padding: 0;
}
.cid-ugY5CEzLA7 .wrapper-text {
  padding: 100px 1rem;
}
@media (min-width: 768px) {
  .cid-ugY5CEzLA7 .wrapper-text {
    padding: 70px 80px;
  }
}
@media (min-width: 992px) {
  .cid-ugY5CEzLA7 .wrapper-text {
    padding: 130px 128px;
  }
}
.cid-ugY5CEzLA7 .text {
  background: #ffff27;
}
@media (min-width: 992px) {
  .cid-ugY5CEzLA7 .text {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.cid-ugY5CEzLA7 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-ugY5CEzLA7 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-ugY5CEzLA7 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
@media (max-width: 991px) {
  .cid-ugY5CEzLA7 .bg {
    height: 420px;
  }
}
.cid-ugY5CEzLA7 .card-label {
  color: #030303;
}
.cid-uMX0AxtTec {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-uMX0AxtTec .footer_caption a:hover {
  color: #f32541 !important;
}
.cid-uMX0AxtTec .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uMX0AxtTec .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uMX0AxtTec .footer_title {
  margin-bottom: 15px;
  opacity: .8;
  color: #0b0b0b;
}
.cid-uMX0AxtTec .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uMX0AxtTec .footer_items a:hover {
  color: #f32541 !important;
}
.cid-uMX0AxtTec .privacy {
  margin-bottom: 10px;
  color: #0b0b0b;
}
@media (max-width: 767px) {
  .cid-uMX0AxtTec .privacy {
    text-align: left;
  }
}
.cid-uMX0AxtTec .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uMX0AxtTec .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #0b0b0b;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uMX0AxtTec .divider {
    margin: 20px 0;
  }
  .cid-uMX0AxtTec .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uMX0AxtTec .footer_wrap img {
    margin: auto;
  }
  .cid-uMX0AxtTec .privacy {
    text-align: center;
  }
}
.cid-ugYbwkrLfl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYbwkrLfl nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugYbwkrLfl .menu_box .navbar.opened,
  .cid-ugYbwkrLfl .menu_box .navbar-collapse {
    background-color: #030303 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-ugYbwkrLfl .menu_box .menu1 {
    display: none;
  }
}
.cid-ugYbwkrLfl .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-ugYbwkrLfl .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-ugYbwkrLfl .hamburger-container .menu,
.cid-ugYbwkrLfl .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-ugYbwkrLfl .hamburger-container .close {
  display: none;
}
.cid-ugYbwkrLfl .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-ugYbwkrLfl nav.opened .hamburger-container .menu,
.cid-ugYbwkrLfl nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-ugYbwkrLfl nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-ugYbwkrLfl .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugYbwkrLfl .navbar-dropdown.navbar-short .navbar-logo img {
  height: 5;
}
@media (min-width: 992px) {
  .cid-ugYbwkrLfl .nav-item {
    position: relative;
  }
  .cid-ugYbwkrLfl .nav-item a {
    opacity: .5;
  }
  .cid-ugYbwkrLfl .nav-item a:hover,
  .cid-ugYbwkrLfl .nav-item a:focus {
    opacity: 1;
  }
  .cid-ugYbwkrLfl .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-ugYbwkrLfl .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-ugYbwkrLfl .offcanvas_image img {
    width: auto;
    height: 5;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugYbwkrLfl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugYbwkrLfl .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-ugYbwkrLfl .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-ugYbwkrLfl .offcanvas-body .mbr-text,
  .cid-ugYbwkrLfl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ugYbwkrLfl .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-ugYbwkrLfl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ugYbwkrLfl .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-ugYbwkrLfl .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-ugYbwkrLfl .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-ugYbwkrLfl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-ugYbwkrLfl .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-ugYbwkrLfl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-ugYbwkrLfl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-ugYbwkrLfl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-ugYbwkrLfl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugYbwkrLfl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugYbwkrLfl .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-ugYbwkrLfl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugYbwkrLfl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-ugYbwkrLfl .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-ugYbwkrLfl .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-ugYbwkrLfl .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-ugYbwkrLfl .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-ugYbwkrLfl .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #030303;
}
@media (min-width: 992px) {
  .cid-ugYbwkrLfl .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-ugYbwkrLfl .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYbwkrLfl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugYbwkrLfl .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-ugYbwkrLfl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ugYbwkrLfl .navbar.collapsed {
  justify-content: center;
}
.cid-ugYbwkrLfl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYbwkrLfl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugYbwkrLfl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYbwkrLfl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYbwkrLfl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYbwkrLfl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugYbwkrLfl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugYbwkrLfl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugYbwkrLfl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ugYbwkrLfl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYbwkrLfl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYbwkrLfl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugYbwkrLfl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYbwkrLfl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYbwkrLfl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYbwkrLfl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugYbwkrLfl .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-ugYbwkrLfl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugYbwkrLfl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugYbwkrLfl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYbwkrLfl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYbwkrLfl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugYbwkrLfl .navbar.navbar-short {
  min-height: 120px;
}
.cid-ugYbwkrLfl .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-ugYbwkrLfl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-ugYbwkrLfl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-ugYbwkrLfl .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-ugYbwkrLfl .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-ugYbwkrLfl .nav-item {
    margin: 0 !important;
  }
}
.cid-ugYbwkrLfl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugYbwkrLfl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ugYbwkrLfl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugYbwkrLfl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugYbwkrLfl .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-ugYbwkrLfl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugYbwkrLfl .offcanvas_box {
    display: none;
  }
}
.cid-ugYbwkrLfl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ugYbwkrLfl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugYbwkrLfl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYbwkrLfl .nav-link {
  position: relative;
}
.cid-ugYbwkrLfl .container {
  display: flex;
  margin: auto;
}
.cid-ugYbwkrLfl .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ugYbwkrLfl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugYbwkrLfl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ugYbwkrLfl .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-ugYbwkrLfl .navbar-nav {
    margin-left: 400px;
  }
}
.cid-ugYbwkrLfl .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ugYbwkrLfl .nav-item:focus,
.cid-ugYbwkrLfl .nav-link:focus {
  outline: none;
}
.cid-ugYbwkrLfl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYbwkrLfl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYbwkrLfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYbwkrLfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYbwkrLfl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYbwkrLfl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYbwkrLfl .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-ugYbwkrLfl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYbwkrLfl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYbwkrLfl .dropdown-item.active,
.cid-ugYbwkrLfl .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYbwkrLfl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYbwkrLfl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYbwkrLfl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYbwkrLfl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-ugYbwkrLfl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYbwkrLfl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYbwkrLfl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ugYbwkrLfl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYbwkrLfl button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #030303;
}
.cid-ugYbwkrLfl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ugYbwkrLfl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-ugYbwkrLfl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ugYbwkrLfl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ugYbwkrLfl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-ugYbwkrLfl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYbwkrLfl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYbwkrLfl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYbwkrLfl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYbwkrLfl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugYbwkrLfl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYbwkrLfl .navbar {
    height: 70px;
  }
  .cid-ugYbwkrLfl .navbar.opened {
    height: auto;
  }
  .cid-ugYbwkrLfl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugYbwkrLfl .mbr-section-subtitle {
  color: #6870d1;
}
.cid-ugYbwkrLfl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugYbwkrLfl .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-ugYbwkrLfl .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-ugYbwlYqPT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/library3-fuelling-ai-1108x832.jpg");
}
.cid-ugYbwlYqPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYbwlYqPT .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-ugYbwlYqPT .container {
    padding: 0 15px;
  }
}
.cid-ugYbwlYqPT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ugYbwlYqPT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ugYbwlYqPT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ugYbwlYqPT .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ugYbwlYqPT .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-ugYbwlYqPT .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-ugYbwlYqPT .mbr-section-title {
  color: #131c28;
}
.cid-ugYbwlYqPT .mbr-desc {
  color: #131c28;
}
.cid-ugYbwrh1lj {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugYbwrh1lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYbwrh1lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYbwrh1lj .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-ugYbwrh1lj .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugYbwrh1lj .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugYbwrh1lj {
    align-items: center;
  }
  .cid-ugYbwrh1lj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugYbwrh1lj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugYbwrh1lj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugYbwrh1lj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugYbwrh1lj .content-wrap {
    width: 100%;
  }
}
.cid-ugYbwrh1lj .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-ugYbwrh1lj .mbr-text,
.cid-ugYbwrh1lj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ugYbwrh1lj .mbr-section-title,
.cid-ugYbwrh1lj .line {
  color: #000000;
  text-align: center;
}
.cid-uMX0AxtTec {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-uMX0AxtTec .footer_caption a:hover {
  color: #f32541 !important;
}
.cid-uMX0AxtTec .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uMX0AxtTec .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uMX0AxtTec .footer_title {
  margin-bottom: 15px;
  opacity: .8;
  color: #0b0b0b;
}
.cid-uMX0AxtTec .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uMX0AxtTec .footer_items a:hover {
  color: #f32541 !important;
}
.cid-uMX0AxtTec .privacy {
  margin-bottom: 10px;
  color: #0b0b0b;
}
@media (max-width: 767px) {
  .cid-uMX0AxtTec .privacy {
    text-align: left;
  }
}
.cid-uMX0AxtTec .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uMX0AxtTec .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #0b0b0b;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uMX0AxtTec .divider {
    margin: 20px 0;
  }
  .cid-uMX0AxtTec .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uMX0AxtTec .footer_wrap img {
    margin: auto;
  }
  .cid-uMX0AxtTec .privacy {
    text-align: center;
  }
}
.cid-ugYd5S1kpu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYd5S1kpu nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugYd5S1kpu .menu_box .navbar.opened,
  .cid-ugYd5S1kpu .menu_box .navbar-collapse {
    background-color: #030303 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-ugYd5S1kpu .menu_box .menu1 {
    display: none;
  }
}
.cid-ugYd5S1kpu .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-ugYd5S1kpu .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-ugYd5S1kpu .hamburger-container .menu,
.cid-ugYd5S1kpu .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-ugYd5S1kpu .hamburger-container .close {
  display: none;
}
.cid-ugYd5S1kpu .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-ugYd5S1kpu nav.opened .hamburger-container .menu,
.cid-ugYd5S1kpu nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-ugYd5S1kpu nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-ugYd5S1kpu .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugYd5S1kpu .navbar-dropdown.navbar-short .navbar-logo img {
  height: 5;
}
@media (min-width: 992px) {
  .cid-ugYd5S1kpu .nav-item {
    position: relative;
  }
  .cid-ugYd5S1kpu .nav-item a {
    opacity: .5;
  }
  .cid-ugYd5S1kpu .nav-item a:hover,
  .cid-ugYd5S1kpu .nav-item a:focus {
    opacity: 1;
  }
  .cid-ugYd5S1kpu .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-ugYd5S1kpu .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-ugYd5S1kpu .offcanvas_image img {
    width: auto;
    height: 5;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugYd5S1kpu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugYd5S1kpu .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-ugYd5S1kpu .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-ugYd5S1kpu .offcanvas-body .mbr-text,
  .cid-ugYd5S1kpu .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ugYd5S1kpu .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-ugYd5S1kpu .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ugYd5S1kpu .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-ugYd5S1kpu .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-ugYd5S1kpu .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-ugYd5S1kpu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-ugYd5S1kpu .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-ugYd5S1kpu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-ugYd5S1kpu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-ugYd5S1kpu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-ugYd5S1kpu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugYd5S1kpu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugYd5S1kpu .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-ugYd5S1kpu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugYd5S1kpu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-ugYd5S1kpu .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-ugYd5S1kpu .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-ugYd5S1kpu .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-ugYd5S1kpu .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-ugYd5S1kpu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #030303;
}
@media (min-width: 992px) {
  .cid-ugYd5S1kpu .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-ugYd5S1kpu .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYd5S1kpu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugYd5S1kpu .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-ugYd5S1kpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ugYd5S1kpu .navbar.collapsed {
  justify-content: center;
}
.cid-ugYd5S1kpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYd5S1kpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugYd5S1kpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYd5S1kpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYd5S1kpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYd5S1kpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugYd5S1kpu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugYd5S1kpu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugYd5S1kpu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ugYd5S1kpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYd5S1kpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYd5S1kpu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugYd5S1kpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYd5S1kpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYd5S1kpu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYd5S1kpu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugYd5S1kpu .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-ugYd5S1kpu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugYd5S1kpu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugYd5S1kpu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYd5S1kpu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYd5S1kpu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugYd5S1kpu .navbar.navbar-short {
  min-height: 120px;
}
.cid-ugYd5S1kpu .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-ugYd5S1kpu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-ugYd5S1kpu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-ugYd5S1kpu .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-ugYd5S1kpu .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-ugYd5S1kpu .nav-item {
    margin: 0 !important;
  }
}
.cid-ugYd5S1kpu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugYd5S1kpu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ugYd5S1kpu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugYd5S1kpu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugYd5S1kpu .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-ugYd5S1kpu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugYd5S1kpu .offcanvas_box {
    display: none;
  }
}
.cid-ugYd5S1kpu .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ugYd5S1kpu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugYd5S1kpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYd5S1kpu .nav-link {
  position: relative;
}
.cid-ugYd5S1kpu .container {
  display: flex;
  margin: auto;
}
.cid-ugYd5S1kpu .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ugYd5S1kpu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugYd5S1kpu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ugYd5S1kpu .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-ugYd5S1kpu .navbar-nav {
    margin-left: 400px;
  }
}
.cid-ugYd5S1kpu .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ugYd5S1kpu .nav-item:focus,
.cid-ugYd5S1kpu .nav-link:focus {
  outline: none;
}
.cid-ugYd5S1kpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYd5S1kpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYd5S1kpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYd5S1kpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYd5S1kpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYd5S1kpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYd5S1kpu .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-ugYd5S1kpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYd5S1kpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYd5S1kpu .dropdown-item.active,
.cid-ugYd5S1kpu .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYd5S1kpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYd5S1kpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYd5S1kpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYd5S1kpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-ugYd5S1kpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYd5S1kpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYd5S1kpu ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ugYd5S1kpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYd5S1kpu button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #030303;
}
.cid-ugYd5S1kpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ugYd5S1kpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-ugYd5S1kpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ugYd5S1kpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ugYd5S1kpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-ugYd5S1kpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYd5S1kpu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYd5S1kpu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYd5S1kpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYd5S1kpu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugYd5S1kpu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYd5S1kpu .navbar {
    height: 70px;
  }
  .cid-ugYd5S1kpu .navbar.opened {
    height: auto;
  }
  .cid-ugYd5S1kpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugYd5S1kpu .mbr-section-subtitle {
  color: #6870d1;
}
.cid-ugYd5S1kpu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugYd5S1kpu .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-ugYd5S1kpu .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-ugYd5TyTWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/importance-of-technology-in-modern-invention-1200x686.jpg");
}
.cid-ugYd5TyTWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYd5TyTWh .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-ugYd5TyTWh .container {
    padding: 0 15px;
  }
}
.cid-ugYd5TyTWh .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ugYd5TyTWh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ugYd5TyTWh .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ugYd5TyTWh .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ugYd5TyTWh .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-ugYd5TyTWh .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-ugYd5TyTWh .mbr-section-title {
  color: #131c28;
}
.cid-ugYd5TyTWh .mbr-desc {
  color: #131c28;
}
.cid-ugYd5UDiJu {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugYd5UDiJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYd5UDiJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYd5UDiJu .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-ugYd5UDiJu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugYd5UDiJu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugYd5UDiJu {
    align-items: center;
  }
  .cid-ugYd5UDiJu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugYd5UDiJu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugYd5UDiJu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugYd5UDiJu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugYd5UDiJu .content-wrap {
    width: 100%;
  }
}
.cid-ugYd5UDiJu .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-ugYd5UDiJu .mbr-text,
.cid-ugYd5UDiJu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ugYd5UDiJu .mbr-section-title,
.cid-ugYd5UDiJu .line {
  color: #000000;
  text-align: center;
}
.cid-uMX0AxtTec {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-uMX0AxtTec .footer_caption a:hover {
  color: #f32541 !important;
}
.cid-uMX0AxtTec .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uMX0AxtTec .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uMX0AxtTec .footer_title {
  margin-bottom: 15px;
  opacity: .8;
  color: #0b0b0b;
}
.cid-uMX0AxtTec .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uMX0AxtTec .footer_items a:hover {
  color: #f32541 !important;
}
.cid-uMX0AxtTec .privacy {
  margin-bottom: 10px;
  color: #0b0b0b;
}
@media (max-width: 767px) {
  .cid-uMX0AxtTec .privacy {
    text-align: left;
  }
}
.cid-uMX0AxtTec .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uMX0AxtTec .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #0b0b0b;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uMX0AxtTec .divider {
    margin: 20px 0;
  }
  .cid-uMX0AxtTec .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uMX0AxtTec .footer_wrap img {
    margin: auto;
  }
  .cid-uMX0AxtTec .privacy {
    text-align: center;
  }
}
.cid-ugYdIllcLG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYdIllcLG nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugYdIllcLG .menu_box .navbar.opened,
  .cid-ugYdIllcLG .menu_box .navbar-collapse {
    background-color: #030303 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-ugYdIllcLG .menu_box .menu1 {
    display: none;
  }
}
.cid-ugYdIllcLG .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-ugYdIllcLG .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-ugYdIllcLG .hamburger-container .menu,
.cid-ugYdIllcLG .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-ugYdIllcLG .hamburger-container .close {
  display: none;
}
.cid-ugYdIllcLG .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-ugYdIllcLG nav.opened .hamburger-container .menu,
.cid-ugYdIllcLG nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-ugYdIllcLG nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-ugYdIllcLG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugYdIllcLG .navbar-dropdown.navbar-short .navbar-logo img {
  height: 5;
}
@media (min-width: 992px) {
  .cid-ugYdIllcLG .nav-item {
    position: relative;
  }
  .cid-ugYdIllcLG .nav-item a {
    opacity: .5;
  }
  .cid-ugYdIllcLG .nav-item a:hover,
  .cid-ugYdIllcLG .nav-item a:focus {
    opacity: 1;
  }
  .cid-ugYdIllcLG .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-ugYdIllcLG .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-ugYdIllcLG .offcanvas_image img {
    width: auto;
    height: 5;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugYdIllcLG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugYdIllcLG .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-ugYdIllcLG .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-ugYdIllcLG .offcanvas-body .mbr-text,
  .cid-ugYdIllcLG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ugYdIllcLG .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-ugYdIllcLG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ugYdIllcLG .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-ugYdIllcLG .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-ugYdIllcLG .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-ugYdIllcLG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-ugYdIllcLG .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-ugYdIllcLG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-ugYdIllcLG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-ugYdIllcLG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-ugYdIllcLG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugYdIllcLG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugYdIllcLG .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-ugYdIllcLG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugYdIllcLG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-ugYdIllcLG .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-ugYdIllcLG .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-ugYdIllcLG .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-ugYdIllcLG .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-ugYdIllcLG .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #030303;
}
@media (min-width: 992px) {
  .cid-ugYdIllcLG .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-ugYdIllcLG .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYdIllcLG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugYdIllcLG .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-ugYdIllcLG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ugYdIllcLG .navbar.collapsed {
  justify-content: center;
}
.cid-ugYdIllcLG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYdIllcLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugYdIllcLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYdIllcLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYdIllcLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYdIllcLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugYdIllcLG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugYdIllcLG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugYdIllcLG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ugYdIllcLG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYdIllcLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYdIllcLG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugYdIllcLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYdIllcLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYdIllcLG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYdIllcLG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugYdIllcLG .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-ugYdIllcLG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugYdIllcLG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugYdIllcLG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYdIllcLG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYdIllcLG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugYdIllcLG .navbar.navbar-short {
  min-height: 120px;
}
.cid-ugYdIllcLG .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-ugYdIllcLG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-ugYdIllcLG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-ugYdIllcLG .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-ugYdIllcLG .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-ugYdIllcLG .nav-item {
    margin: 0 !important;
  }
}
.cid-ugYdIllcLG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugYdIllcLG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ugYdIllcLG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugYdIllcLG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugYdIllcLG .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-ugYdIllcLG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugYdIllcLG .offcanvas_box {
    display: none;
  }
}
.cid-ugYdIllcLG .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ugYdIllcLG .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugYdIllcLG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYdIllcLG .nav-link {
  position: relative;
}
.cid-ugYdIllcLG .container {
  display: flex;
  margin: auto;
}
.cid-ugYdIllcLG .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ugYdIllcLG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugYdIllcLG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ugYdIllcLG .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-ugYdIllcLG .navbar-nav {
    margin-left: 400px;
  }
}
.cid-ugYdIllcLG .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ugYdIllcLG .nav-item:focus,
.cid-ugYdIllcLG .nav-link:focus {
  outline: none;
}
.cid-ugYdIllcLG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYdIllcLG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYdIllcLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYdIllcLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYdIllcLG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYdIllcLG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYdIllcLG .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-ugYdIllcLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYdIllcLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYdIllcLG .dropdown-item.active,
.cid-ugYdIllcLG .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYdIllcLG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYdIllcLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYdIllcLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYdIllcLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-ugYdIllcLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYdIllcLG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYdIllcLG ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ugYdIllcLG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYdIllcLG button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #030303;
}
.cid-ugYdIllcLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ugYdIllcLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-ugYdIllcLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ugYdIllcLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ugYdIllcLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-ugYdIllcLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYdIllcLG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYdIllcLG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYdIllcLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYdIllcLG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugYdIllcLG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYdIllcLG .navbar {
    height: 70px;
  }
  .cid-ugYdIllcLG .navbar.opened {
    height: auto;
  }
  .cid-ugYdIllcLG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugYdIllcLG .mbr-section-subtitle {
  color: #6870d1;
}
.cid-ugYdIllcLG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugYdIllcLG .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-ugYdIllcLG .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-ugYdImS6hm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/technologysummit-1212x800.jpg");
}
.cid-ugYdImS6hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYdImS6hm .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-ugYdImS6hm .container {
    padding: 0 15px;
  }
}
.cid-ugYdImS6hm .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ugYdImS6hm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ugYdImS6hm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ugYdImS6hm .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ugYdImS6hm .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-ugYdImS6hm .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-ugYdImS6hm .mbr-section-title {
  color: #131c28;
}
.cid-ugYdImS6hm .mbr-desc {
  color: #131c28;
}
.cid-ugYdInPc6f {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugYdInPc6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYdInPc6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYdInPc6f .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-ugYdInPc6f .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugYdInPc6f .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugYdInPc6f {
    align-items: center;
  }
  .cid-ugYdInPc6f .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugYdInPc6f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugYdInPc6f {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugYdInPc6f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugYdInPc6f .content-wrap {
    width: 100%;
  }
}
.cid-ugYdInPc6f .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-ugYdInPc6f .mbr-text,
.cid-ugYdInPc6f .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ugYdInPc6f .mbr-section-title,
.cid-ugYdInPc6f .line {
  color: #000000;
  text-align: center;
}
.cid-uMX0AxtTec {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-uMX0AxtTec .footer_caption a:hover {
  color: #f32541 !important;
}
.cid-uMX0AxtTec .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uMX0AxtTec .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uMX0AxtTec .footer_title {
  margin-bottom: 15px;
  opacity: .8;
  color: #0b0b0b;
}
.cid-uMX0AxtTec .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uMX0AxtTec .footer_items a:hover {
  color: #f32541 !important;
}
.cid-uMX0AxtTec .privacy {
  margin-bottom: 10px;
  color: #0b0b0b;
}
@media (max-width: 767px) {
  .cid-uMX0AxtTec .privacy {
    text-align: left;
  }
}
.cid-uMX0AxtTec .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uMX0AxtTec .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #0b0b0b;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uMX0AxtTec .divider {
    margin: 20px 0;
  }
  .cid-uMX0AxtTec .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uMX0AxtTec .footer_wrap img {
    margin: auto;
  }
  .cid-uMX0AxtTec .privacy {
    text-align: center;
  }
}
.cid-uMX0QYFUKL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMX0QYFUKL nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMX0QYFUKL .menu_box .navbar.opened,
  .cid-uMX0QYFUKL .menu_box .navbar-collapse {
    background-color: #030303 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-uMX0QYFUKL .menu_box .menu1 {
    display: none;
  }
}
.cid-uMX0QYFUKL .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-uMX0QYFUKL .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-uMX0QYFUKL .hamburger-container .menu,
.cid-uMX0QYFUKL .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-uMX0QYFUKL .hamburger-container .close {
  display: none;
}
.cid-uMX0QYFUKL .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-uMX0QYFUKL nav.opened .hamburger-container .menu,
.cid-uMX0QYFUKL nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-uMX0QYFUKL nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-uMX0QYFUKL .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uMX0QYFUKL .navbar-dropdown.navbar-short .navbar-logo img {
  height: 5;
}
@media (min-width: 992px) {
  .cid-uMX0QYFUKL .nav-item {
    position: relative;
  }
  .cid-uMX0QYFUKL .nav-item a {
    opacity: .5;
  }
  .cid-uMX0QYFUKL .nav-item a:hover,
  .cid-uMX0QYFUKL .nav-item a:focus {
    opacity: 1;
  }
  .cid-uMX0QYFUKL .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-uMX0QYFUKL .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-uMX0QYFUKL .offcanvas_image img {
    width: auto;
    height: 5;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMX0QYFUKL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMX0QYFUKL .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-uMX0QYFUKL .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-uMX0QYFUKL .offcanvas-body .mbr-text,
  .cid-uMX0QYFUKL .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMX0QYFUKL .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-uMX0QYFUKL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMX0QYFUKL .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-uMX0QYFUKL .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-uMX0QYFUKL .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-uMX0QYFUKL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-uMX0QYFUKL .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-uMX0QYFUKL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-uMX0QYFUKL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-uMX0QYFUKL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uMX0QYFUKL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMX0QYFUKL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMX0QYFUKL .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-uMX0QYFUKL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMX0QYFUKL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uMX0QYFUKL .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uMX0QYFUKL .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-uMX0QYFUKL .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-uMX0QYFUKL .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-uMX0QYFUKL .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #030303;
}
@media (min-width: 992px) {
  .cid-uMX0QYFUKL .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-uMX0QYFUKL .navbar.opened {
  transition: all 0.3s;
}
.cid-uMX0QYFUKL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMX0QYFUKL .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uMX0QYFUKL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMX0QYFUKL .navbar.collapsed {
  justify-content: center;
}
.cid-uMX0QYFUKL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMX0QYFUKL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMX0QYFUKL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMX0QYFUKL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMX0QYFUKL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMX0QYFUKL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMX0QYFUKL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMX0QYFUKL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMX0QYFUKL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMX0QYFUKL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMX0QYFUKL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMX0QYFUKL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMX0QYFUKL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMX0QYFUKL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMX0QYFUKL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMX0QYFUKL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMX0QYFUKL .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-uMX0QYFUKL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMX0QYFUKL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMX0QYFUKL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMX0QYFUKL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMX0QYFUKL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMX0QYFUKL .navbar.navbar-short {
  min-height: 120px;
}
.cid-uMX0QYFUKL .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-uMX0QYFUKL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-uMX0QYFUKL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-uMX0QYFUKL .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-uMX0QYFUKL .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMX0QYFUKL .nav-item {
    margin: 0 !important;
  }
}
.cid-uMX0QYFUKL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMX0QYFUKL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uMX0QYFUKL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMX0QYFUKL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMX0QYFUKL .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-uMX0QYFUKL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMX0QYFUKL .offcanvas_box {
    display: none;
  }
}
.cid-uMX0QYFUKL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMX0QYFUKL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMX0QYFUKL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMX0QYFUKL .nav-link {
  position: relative;
}
.cid-uMX0QYFUKL .container {
  display: flex;
  margin: auto;
}
.cid-uMX0QYFUKL .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMX0QYFUKL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMX0QYFUKL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uMX0QYFUKL .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uMX0QYFUKL .navbar-nav {
    margin-left: 400px;
  }
}
.cid-uMX0QYFUKL .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uMX0QYFUKL .nav-item:focus,
.cid-uMX0QYFUKL .nav-link:focus {
  outline: none;
}
.cid-uMX0QYFUKL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMX0QYFUKL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMX0QYFUKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMX0QYFUKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMX0QYFUKL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMX0QYFUKL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMX0QYFUKL .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-uMX0QYFUKL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMX0QYFUKL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMX0QYFUKL .dropdown-item.active,
.cid-uMX0QYFUKL .dropdown-item:active {
  background-color: transparent;
}
.cid-uMX0QYFUKL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMX0QYFUKL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMX0QYFUKL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMX0QYFUKL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-uMX0QYFUKL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMX0QYFUKL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMX0QYFUKL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uMX0QYFUKL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMX0QYFUKL button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #030303;
}
.cid-uMX0QYFUKL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uMX0QYFUKL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uMX0QYFUKL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-uMX0QYFUKL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-uMX0QYFUKL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-uMX0QYFUKL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMX0QYFUKL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMX0QYFUKL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMX0QYFUKL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMX0QYFUKL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMX0QYFUKL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMX0QYFUKL .navbar {
    height: 70px;
  }
  .cid-uMX0QYFUKL .navbar.opened {
    height: auto;
  }
  .cid-uMX0QYFUKL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMX0QYFUKL .mbr-section-subtitle {
  color: #6870d1;
}
.cid-uMX0QYFUKL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMX0QYFUKL .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-uMX0QYFUKL .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uMX0QZu8ak {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b54c36b6139ca5ce26e0b49d3a1bdbe658299df2-841x632-2.png-1024x768.png");
}
.cid-uMX0QZu8ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMX0QZu8ak .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-uMX0QZu8ak .container {
    padding: 0 15px;
  }
}
.cid-uMX0QZu8ak .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uMX0QZu8ak .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uMX0QZu8ak .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uMX0QZu8ak .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uMX0QZu8ak .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uMX0QZu8ak .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uMX0QZu8ak .mbr-section-title {
  color: #131c28;
}
.cid-uMX0QZu8ak .mbr-desc {
  color: #131c28;
}
.cid-uMX48Jlw5i {
  background-color: #fafafa;
  padding-top: 7rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uMX48Jlw5i .row {
    background-color: transparent;
    background-image: url("../../../assets/images/dots1.svg");
    background-repeat: repeat;
    background-size: 40px 40px;
  }
}
@media (min-width: 992px) {
  .cid-uMX48Jlw5i .content-wrapper {
    max-width: 600px;
    height: 560px;
    background-color: transparent;
    background-image: url("../../../assets/images/dots1.svg");
    background-repeat: repeat;
    background-size: 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uMX48Jlw5i .wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-uMX48Jlw5i .wrapper {
    padding: 0 28px;
  }
}
.cid-uMX48Jlw5i .text {
  position: relative;
}
.cid-uMX48Jlw5i .card-header {
  padding: 15px 0 !important;
  border-bottom: none;
  margin-bottom: 0px !important;
  background-color: transparent;
  border-top: 1px solid rgba(61, 61, 61, 0.3);
}
@media (min-width: 768px) {
  .cid-uMX48Jlw5i .card-header {
    padding: 15px 0 15px 0 !important;
  }
}
.cid-uMX48Jlw5i .panel-body {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
.cid-uMX48Jlw5i span {
  transform: rotate(45deg);
  transition: all 0.5s;
  font-size: 20px;
}
.cid-uMX48Jlw5i .collapsed span {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .cid-uMX48Jlw5i .content-block {
    padding-left: 60px;
  }
}
.cid-uMX48Jlw5i .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uMX48Jlw5i .panel-group {
  width: 100%;
}
.cid-uMX48Jlw5i .sign {
  font-family: 'Moririse2' !important;
}
.cid-uMX48Jlw5i .card {
  border-radius: 0px;
}
.cid-uMX48Jlw5i .card .card-header {
  border-radius: 0px;
  padding: 0;
}
.cid-uMX48Jlw5i .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uMX48Jlw5i .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMX48Jlw5i .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uMX48Jlw5i .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uMX48Jlw5i .link-title {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3);
  padding-bottom: 33px;
}
.cid-uMX48Jlw5i .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uMX48Jlw5i .mbr-text {
  margin-bottom: 84px;
}
.cid-uMX48Jlw5i .header-text,
.cid-uMX48Jlw5i .sign {
  color: #282828;
}
.cid-uMX48Jlw5i .panel-text {
  color: #282828;
  text-align: left;
}
.cid-uMX0R1b3UB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-uMX0R1b3UB .footer_caption a:hover {
  color: #f32541 !important;
}
.cid-uMX0R1b3UB .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uMX0R1b3UB .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uMX0R1b3UB .footer_title {
  margin-bottom: 15px;
  opacity: .8;
  color: #0b0b0b;
}
.cid-uMX0R1b3UB .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uMX0R1b3UB .footer_items a:hover {
  color: #f32541 !important;
}
.cid-uMX0R1b3UB .privacy {
  margin-bottom: 10px;
  color: #0b0b0b;
}
@media (max-width: 767px) {
  .cid-uMX0R1b3UB .privacy {
    text-align: left;
  }
}
.cid-uMX0R1b3UB .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uMX0R1b3UB .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #0b0b0b;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uMX0R1b3UB .divider {
    margin: 20px 0;
  }
  .cid-uMX0R1b3UB .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uMX0R1b3UB .footer_wrap img {
    margin: auto;
  }
  .cid-uMX0R1b3UB .privacy {
    text-align: center;
  }
}
.cid-uMX4fisfU6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMX4fisfU6 nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMX4fisfU6 .menu_box .navbar.opened,
  .cid-uMX4fisfU6 .menu_box .navbar-collapse {
    background-color: #030303 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-uMX4fisfU6 .menu_box .menu1 {
    display: none;
  }
}
.cid-uMX4fisfU6 .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-uMX4fisfU6 .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-uMX4fisfU6 .hamburger-container .menu,
.cid-uMX4fisfU6 .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-uMX4fisfU6 .hamburger-container .close {
  display: none;
}
.cid-uMX4fisfU6 .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-uMX4fisfU6 nav.opened .hamburger-container .menu,
.cid-uMX4fisfU6 nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-uMX4fisfU6 nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-uMX4fisfU6 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uMX4fisfU6 .navbar-dropdown.navbar-short .navbar-logo img {
  height: 5;
}
@media (min-width: 992px) {
  .cid-uMX4fisfU6 .nav-item {
    position: relative;
  }
  .cid-uMX4fisfU6 .nav-item a {
    opacity: .5;
  }
  .cid-uMX4fisfU6 .nav-item a:hover,
  .cid-uMX4fisfU6 .nav-item a:focus {
    opacity: 1;
  }
  .cid-uMX4fisfU6 .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-uMX4fisfU6 .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-uMX4fisfU6 .offcanvas_image img {
    width: auto;
    height: 5;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMX4fisfU6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMX4fisfU6 .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-uMX4fisfU6 .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-uMX4fisfU6 .offcanvas-body .mbr-text,
  .cid-uMX4fisfU6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMX4fisfU6 .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-uMX4fisfU6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMX4fisfU6 .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-uMX4fisfU6 .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-uMX4fisfU6 .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-uMX4fisfU6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-uMX4fisfU6 .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-uMX4fisfU6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-uMX4fisfU6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-uMX4fisfU6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uMX4fisfU6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMX4fisfU6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMX4fisfU6 .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-uMX4fisfU6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMX4fisfU6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uMX4fisfU6 .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uMX4fisfU6 .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-uMX4fisfU6 .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-uMX4fisfU6 .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-uMX4fisfU6 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #030303;
}
@media (min-width: 992px) {
  .cid-uMX4fisfU6 .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-uMX4fisfU6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMX4fisfU6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMX4fisfU6 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uMX4fisfU6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMX4fisfU6 .navbar.collapsed {
  justify-content: center;
}
.cid-uMX4fisfU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMX4fisfU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMX4fisfU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMX4fisfU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMX4fisfU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMX4fisfU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMX4fisfU6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMX4fisfU6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMX4fisfU6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMX4fisfU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMX4fisfU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMX4fisfU6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMX4fisfU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMX4fisfU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMX4fisfU6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMX4fisfU6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMX4fisfU6 .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-uMX4fisfU6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMX4fisfU6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMX4fisfU6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMX4fisfU6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMX4fisfU6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMX4fisfU6 .navbar.navbar-short {
  min-height: 120px;
}
.cid-uMX4fisfU6 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-uMX4fisfU6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-uMX4fisfU6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-uMX4fisfU6 .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-uMX4fisfU6 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMX4fisfU6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uMX4fisfU6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMX4fisfU6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uMX4fisfU6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMX4fisfU6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMX4fisfU6 .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-uMX4fisfU6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMX4fisfU6 .offcanvas_box {
    display: none;
  }
}
.cid-uMX4fisfU6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMX4fisfU6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMX4fisfU6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMX4fisfU6 .nav-link {
  position: relative;
}
.cid-uMX4fisfU6 .container {
  display: flex;
  margin: auto;
}
.cid-uMX4fisfU6 .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMX4fisfU6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMX4fisfU6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uMX4fisfU6 .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uMX4fisfU6 .navbar-nav {
    margin-left: 400px;
  }
}
.cid-uMX4fisfU6 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uMX4fisfU6 .nav-item:focus,
.cid-uMX4fisfU6 .nav-link:focus {
  outline: none;
}
.cid-uMX4fisfU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMX4fisfU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMX4fisfU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMX4fisfU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMX4fisfU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMX4fisfU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMX4fisfU6 .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-uMX4fisfU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMX4fisfU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMX4fisfU6 .dropdown-item.active,
.cid-uMX4fisfU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMX4fisfU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMX4fisfU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMX4fisfU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMX4fisfU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-uMX4fisfU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMX4fisfU6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMX4fisfU6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uMX4fisfU6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMX4fisfU6 button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #030303;
}
.cid-uMX4fisfU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uMX4fisfU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uMX4fisfU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-uMX4fisfU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-uMX4fisfU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-uMX4fisfU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMX4fisfU6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMX4fisfU6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMX4fisfU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMX4fisfU6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMX4fisfU6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMX4fisfU6 .navbar {
    height: 70px;
  }
  .cid-uMX4fisfU6 .navbar.opened {
    height: auto;
  }
  .cid-uMX4fisfU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMX4fisfU6 .mbr-section-subtitle {
  color: #6870d1;
}
.cid-uMX4fisfU6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMX4fisfU6 .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-uMX4fisfU6 .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uMX4fjy0ku {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/cs-blog-article-featured-reviews-best-practices-02-scaled.jpg-2000x1502.jpg");
}
.cid-uMX4fjy0ku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMX4fjy0ku .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-uMX4fjy0ku .container {
    padding: 0 15px;
  }
}
.cid-uMX4fjy0ku .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uMX4fjy0ku .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uMX4fjy0ku .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uMX4fjy0ku .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uMX4fjy0ku .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uMX4fjy0ku .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uMX4fjy0ku .mbr-section-title {
  color: #131c28;
}
.cid-uMX4fjy0ku .mbr-desc {
  color: #131c28;
}
.cid-uMX4fkwTje {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMX4fkwTje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMX4fkwTje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMX4fkwTje .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uMX4fkwTje .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uMX4fkwTje .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uMX4fkwTje {
    align-items: center;
  }
  .cid-uMX4fkwTje .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMX4fkwTje .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMX4fkwTje {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMX4fkwTje .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMX4fkwTje .content-wrap {
    width: 100%;
  }
}
.cid-uMX4fkwTje .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uMX4fkwTje .mbr-text,
.cid-uMX4fkwTje .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMX4fkwTje .mbr-section-title,
.cid-uMX4fkwTje .line {
  color: #000000;
  text-align: center;
}
.cid-uMX4fmvp4I {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-uMX4fmvp4I .footer_caption a:hover {
  color: #f32541 !important;
}
.cid-uMX4fmvp4I .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uMX4fmvp4I .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uMX4fmvp4I .footer_title {
  margin-bottom: 15px;
  opacity: .8;
  color: #0b0b0b;
}
.cid-uMX4fmvp4I .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uMX4fmvp4I .footer_items a:hover {
  color: #f32541 !important;
}
.cid-uMX4fmvp4I .privacy {
  margin-bottom: 10px;
  color: #0b0b0b;
}
@media (max-width: 767px) {
  .cid-uMX4fmvp4I .privacy {
    text-align: left;
  }
}
.cid-uMX4fmvp4I .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uMX4fmvp4I .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #0b0b0b;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uMX4fmvp4I .divider {
    margin: 20px 0;
  }
  .cid-uMX4fmvp4I .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uMX4fmvp4I .footer_wrap img {
    margin: auto;
  }
  .cid-uMX4fmvp4I .privacy {
    text-align: center;
  }
}
