body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1285em;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1666em;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.125rem;
  line-height: 1.2058em;
  letter-spacing: .02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 22px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #6641e4 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #706359 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #041e35 !important;
  border-color: #041e35 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6641e4 !important;
  border-color: #6641e4 !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: #3d1ab5 !important;
  border-color: #3d1ab5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d1ab5 !important;
  border-color: #3d1ab5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #706359 !important;
  border-color: #706359 !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: #403833 !important;
  border-color: #403833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #041e35;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #041e35 !important;
  border-color: #041e35 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6641e4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3d1ab5 !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: #6641e4 !important;
  border-color: #6641e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #706359;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #403833 !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: #706359 !important;
  border-color: #706359 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #041e35 !important;
}
.text-success {
  color: #6641e4 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #706359 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3818a7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #37312c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #706359;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f6f4fd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afa39a;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #041e35 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  background-size: 100% 100%,90% 100%;
  background-position: 0 0, -1000% 0;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  color: #000000 !important;
  border: none;
  font-weight: 400;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  background-position: 0 0,150% 0;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  margin-left: 15px;
  margin-right: 3px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 16px;
  transition: all 0.6s ease-out;
}
.cid-ttRteJbtJm {
  z-index: 1000;
  width: 100%;
}
.cid-ttRteJbtJm .navbar-dropdown {
  background-color: #041e35 !important;
  padding: 0;
  position: fixed;
}
.cid-ttRteJbtJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #041e35 !important;
  background: #041e35;
}
.cid-ttRteJbtJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .menu_box .navbar.opened,
  .cid-ttRteJbtJm .menu_box .navbar-collapse {
    background-color: #041e35 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRteJbtJm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRteJbtJm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRteJbtJm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRteJbtJm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-ttRteJbtJm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRteJbtJm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRteJbtJm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRteJbtJm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRteJbtJm .offcanvas-body .mbr-text,
  .cid-ttRteJbtJm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRteJbtJm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRteJbtJm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRteJbtJm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRteJbtJm .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-ttRteJbtJm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRteJbtJm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRteJbtJm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRteJbtJm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRteJbtJm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRteJbtJm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRteJbtJm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRteJbtJm .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-ttRteJbtJm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRteJbtJm .offcanvas_box {
    display: none;
  }
}
.cid-ttRteJbtJm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRteJbtJm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRteJbtJm .container {
  display: flex;
  margin: auto;
}
.cid-ttRteJbtJm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ttRteJbtJm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRteJbtJm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRteJbtJm .navbar-caption {
  color: #ffffff;
}
.cid-ttRteJbtJm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .navbar-nav {
    margin: 0;
  }
}
.cid-ttRteJbtJm .dropdown-menu,
.cid-ttRteJbtJm .navbar.opened {
  background-color: false !important;
}
.cid-ttRteJbtJm .nav-item:focus,
.cid-ttRteJbtJm .nav-link:focus {
  outline: none;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRteJbtJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRteJbtJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRteJbtJm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRteJbtJm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRteJbtJm .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRteJbtJm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRteJbtJm .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRteJbtJm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRteJbtJm .navbar.collapsed {
  justify-content: center;
}
.cid-ttRteJbtJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRteJbtJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRteJbtJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRteJbtJm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRteJbtJm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRteJbtJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRteJbtJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRteJbtJm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRteJbtJm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRteJbtJm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRteJbtJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRteJbtJm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRteJbtJm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRteJbtJm .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRteJbtJm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRteJbtJm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRteJbtJm .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-ttRteJbtJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRteJbtJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRteJbtJm .dropdown-item.active,
.cid-ttRteJbtJm .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRteJbtJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRteJbtJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRteJbtJm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRteJbtJm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRteJbtJm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #041e35;
  background: #6641e4;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRteJbtJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRteJbtJm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttRteJbtJm .navbar {
    height: 70px;
  }
  .cid-ttRteJbtJm .navbar.opened {
    height: auto;
  }
  .cid-ttRteJbtJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRteJbtJm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRteJbtJm .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRteJbtJm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRteJbtJm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRteJbtJm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRteJbtJm .mbr-section-btn .btn,
.cid-ttRteJbtJm .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRteJbtJm .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRteJbtJm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRteJbtJm .text_widget {
  color: #000000;
}
.cid-ttRteJbtJm .mbr-section-subtitle,
.cid-ttRteJbtJm .text_widget,
.cid-ttRteJbtJm .mbr-section-btn {
  text-align: center;
}
.cid-ttRteJbtJm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxqn8WhHyK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/digitalwavesm-2000x1125.webp");
}
.cid-uxqn8WhHyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqn8WhHyK .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-uxqn8WhHyK .row {
    padding: 0 13px;
  }
}
.cid-uxqn8WhHyK .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uxqn8WhHyK .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uxqn8WhHyK .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxqn8WhHyK .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uxqn8WhHyK .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxqn8WhHyK .mbr-section-title {
  color: #ffffff;
}
.cid-uxqn8WhHyK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uxqn8WhHyK .mbr-section-title,
.cid-uxqn8WhHyK .mbr-section-btn,
.cid-uxqn8WhHyK .image-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uxjjqHlOBG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxjjqHlOBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjjqHlOBG .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-uxjjqHlOBG .row {
    padding: 0 13px;
  }
}
.cid-uxjjqHlOBG .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uxjjqHlOBG .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uxjjqHlOBG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxjjqHlOBG .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uxjjqHlOBG .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #041e35 !important;
}
.cid-uxjjqHlOBG .mbr-section-title {
  color: #ffffff;
}
.cid-uxjjqHlOBG .mbr-text {
  color: #041e35;
  text-align: left;
}
.cid-uxjjqHlOBG .mbr-section-title,
.cid-uxjjqHlOBG .mbr-section-btn,
.cid-uxjjqHlOBG .image-wrapper {
  text-align: left;
  color: #041e35;
}
.cid-uxqABEKu7U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #041e35;
}
.cid-uxqABEKu7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqABEKu7U .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-uxqABEKu7U .row {
    padding: 0 13px;
  }
}
.cid-uxqABEKu7U .row {
  justify-content: center;
}
.cid-uxqABEKu7U .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uxqABEKu7U .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-uxqABEKu7U .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-uxqABEKu7U .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxqABEKu7U .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #6641e4;
}
@media (max-width: 992px) {
  .cid-uxqABEKu7U .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #6641e4;
  }
}
.cid-uxqABEKu7U .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxqABEKu7U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxqABEKu7U .mbr-text {
  color: #ffffff;
}
.cid-uxHgd6FJNv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxHgd6FJNv .item-img {
  position: relative;
}
.cid-uxHgd6FJNv .item-img img {
  transition: all 0.2s;
}
.cid-uxHgd6FJNv .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uxHgd6FJNv .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uxHgd6FJNv .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uxHgd6FJNv .item:hover img {
  transform: scale(1.05);
}
.cid-uxHgd6FJNv .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uxHgd6FJNv .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uxHgd6FJNv .item-wrapper {
  position: relative;
  background: #041e35;
  border: 3px solid #041e35;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uxHgd6FJNv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uxHgd6FJNv .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uxHgd6FJNv .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #041e35;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uxHgd6FJNv .link-icon-wrapper .icon-wrap {
  background: #6641e4;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uxHgd6FJNv .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uxHgd6FJNv .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uxHgd6FJNv .link-icon-wrapper .svg1 path {
  fill: #041e35;
}
.cid-uxHgd6FJNv .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uxHgd6FJNv .link-icon-wrapper .svg2 path {
  fill: #041e35;
}
.cid-uxHgd6FJNv .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uxHgd6FJNv .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uxHgd6FJNv img,
.cid-uxHgd6FJNv .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uxHgd6FJNv .item:focus,
.cid-uxHgd6FJNv span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uxHgd6FJNv .item {
    margin-bottom: 1rem;
  }
}
.cid-uxHgd6FJNv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uxHgd6FJNv .item {
  padding: 0;
  margin: 0;
}
.cid-uxHgd6FJNv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxHgd6FJNv .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uxHgd6FJNv .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uxHgd6FJNv .mbr-section-subtitle,
.cid-uxHgd6FJNv .subtitle-wrap,
.cid-uxHgd6FJNv .mbr-section-btn {
  text-align: left;
}
.cid-uxHgd6FJNv .mbr-text,
.cid-uxHgd6FJNv .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uxqomnbMSc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxqomnbMSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqomnbMSc .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-uxqomnbMSc .row {
    padding: 0 13px;
  }
}
.cid-uxqomnbMSc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxqomnbMSc .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxqomnbMSc .cards-wrapper {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uxqomnbMSc .cards-wrapper {
    display: block;
  }
}
.cid-uxqomnbMSc .cards-wrapper .card-wrap {
  margin-left: 8px;
}
.cid-uxqomnbMSc .cards-wrapper .card-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uxqomnbMSc .cards-wrapper .card-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uxqomnbMSc .cards-wrapper .card-wrap {
    margin-left: 0;
  }
}
.cid-uxqomnbMSc .cards-wrapper .card-wrap .card-title {
  margin: 6px 0 20px;
}
.cid-uxqomnbMSc .cards-wrapper .card-wrap .card-text {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uxqomnbMSc form {
    margin-top: 48px;
  }
}
.cid-uxqomnbMSc form .dragArea.row .form-group {
  padding: 0 12.5px;
}
.cid-uxqomnbMSc form .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 8px 13px;
  border: none !important;
  border-bottom: 1px solid #041e35 !important;
  margin-bottom: 14px !important;
  border-radius: 0;
  box-shadow: none;
}
.cid-uxqomnbMSc form .dragArea.row .form-group .form-control::placeholder {
  color: #041e35;
}
.cid-uxqomnbMSc form .dragArea.row .form-group textarea {
  padding: 18px 13px;
}
.cid-uxqomnbMSc form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #041e35;
  border-color: #041e35;
}
.cid-uxqomnbMSc form .dragArea.row .mbr-section-btn {
  margin-top: 60px;
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-uxqomnbMSc form .dragArea.row .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #6641e4 100%), radial-gradient(circle at 50% 50%, #6641e4 0, rgba(255, 255, 255, 0) 70%);
  color: #ffffff !important;
}
.cid-uxqomnbMSc .mbr-section-title {
  color: #041e35;
}
.cid-uxqomnbMSc .mbr-text {
  color: #041e35;
}
.cid-uxqomnbMSc .card-title {
  color: #ffffff;
}
.cid-uxqomnbMSc .card-text {
  color: #ffffff;
}
.cid-uxqomnbMSc label {
  color: #b6b6b6;
}
.cid-uxqomnbMSc .form-check-label {
  color: #b6b6b6;
}
.cid-ttRtzGoUkw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-ttRtzGoUkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRtzGoUkw .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-ttRtzGoUkw .row {
    padding: 0 13px;
  }
}
.cid-ttRtzGoUkw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ttRtzGoUkw .card {
    margin-bottom: 50px;
  }
}
.cid-ttRtzGoUkw .logo-wrapper {
  margin-bottom: 18px;
}
.cid-ttRtzGoUkw .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-ttRtzGoUkw .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-ttRtzGoUkw .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttRtzGoUkw .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-ttRtzGoUkw .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-ttRtzGoUkw .list li {
  margin-bottom: 10px;
}
.cid-ttRtzGoUkw .list li:last-child {
  margin-bottom: 0;
}
.cid-ttRtzGoUkw .list li:hover {
  color: #ffffff;
}
.cid-ttRtzGoUkw .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-ttRtzGoUkw .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttRtzGoUkw .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRtzGoUkw .mbr-text,
.cid-ttRtzGoUkw .logo-wrapper {
  color: #ffffff;
}
.cid-uxkRfDnWDZ {
  z-index: 1000;
  width: 100%;
}
.cid-uxkRfDnWDZ .navbar-dropdown {
  background-color: #041e35 !important;
  padding: 0;
  position: fixed;
}
.cid-uxkRfDnWDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #041e35 !important;
  background: #041e35;
}
.cid-uxkRfDnWDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxkRfDnWDZ .menu_box .navbar.opened,
  .cid-uxkRfDnWDZ .menu_box .navbar-collapse {
    background-color: #041e35 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxkRfDnWDZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uxkRfDnWDZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uxkRfDnWDZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxkRfDnWDZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxkRfDnWDZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxkRfDnWDZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uxkRfDnWDZ .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uxkRfDnWDZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uxkRfDnWDZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uxkRfDnWDZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uxkRfDnWDZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uxkRfDnWDZ .offcanvas-body .mbr-text,
  .cid-uxkRfDnWDZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uxkRfDnWDZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uxkRfDnWDZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uxkRfDnWDZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uxkRfDnWDZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uxkRfDnWDZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uxkRfDnWDZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uxkRfDnWDZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uxkRfDnWDZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uxkRfDnWDZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxkRfDnWDZ .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-uxkRfDnWDZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uxkRfDnWDZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uxkRfDnWDZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uxkRfDnWDZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uxkRfDnWDZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uxkRfDnWDZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uxkRfDnWDZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxkRfDnWDZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxkRfDnWDZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxkRfDnWDZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxkRfDnWDZ .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-uxkRfDnWDZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxkRfDnWDZ .offcanvas_box {
    display: none;
  }
}
.cid-uxkRfDnWDZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uxkRfDnWDZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxkRfDnWDZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxkRfDnWDZ .container {
  display: flex;
  margin: auto;
}
.cid-uxkRfDnWDZ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxkRfDnWDZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxkRfDnWDZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uxkRfDnWDZ .navbar-caption {
  color: #ffffff;
}
.cid-uxkRfDnWDZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uxkRfDnWDZ .navbar-nav {
    margin: 0;
  }
}
.cid-uxkRfDnWDZ .dropdown-menu,
.cid-uxkRfDnWDZ .navbar.opened {
  background-color: false !important;
}
.cid-uxkRfDnWDZ .nav-item:focus,
.cid-uxkRfDnWDZ .nav-link:focus {
  outline: none;
}
.cid-uxkRfDnWDZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxkRfDnWDZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxkRfDnWDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxkRfDnWDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxkRfDnWDZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxkRfDnWDZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxkRfDnWDZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxkRfDnWDZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxkRfDnWDZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uxkRfDnWDZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxkRfDnWDZ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uxkRfDnWDZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxkRfDnWDZ .navbar.collapsed {
  justify-content: center;
}
.cid-uxkRfDnWDZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxkRfDnWDZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxkRfDnWDZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxkRfDnWDZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxkRfDnWDZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxkRfDnWDZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxkRfDnWDZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxkRfDnWDZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxkRfDnWDZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uxkRfDnWDZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxkRfDnWDZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxkRfDnWDZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxkRfDnWDZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxkRfDnWDZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxkRfDnWDZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxkRfDnWDZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxkRfDnWDZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxkRfDnWDZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxkRfDnWDZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxkRfDnWDZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxkRfDnWDZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxkRfDnWDZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxkRfDnWDZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxkRfDnWDZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxkRfDnWDZ .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-uxkRfDnWDZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxkRfDnWDZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxkRfDnWDZ .dropdown-item.active,
.cid-uxkRfDnWDZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uxkRfDnWDZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxkRfDnWDZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxkRfDnWDZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxkRfDnWDZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxkRfDnWDZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxkRfDnWDZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxkRfDnWDZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #041e35;
  background: #6641e4;
}
.cid-uxkRfDnWDZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxkRfDnWDZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxkRfDnWDZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxkRfDnWDZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxkRfDnWDZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxkRfDnWDZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxkRfDnWDZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxkRfDnWDZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxkRfDnWDZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxkRfDnWDZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxkRfDnWDZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxkRfDnWDZ .navbar {
    height: 70px;
  }
  .cid-uxkRfDnWDZ .navbar.opened {
    height: auto;
  }
  .cid-uxkRfDnWDZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxkRfDnWDZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uxkRfDnWDZ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uxkRfDnWDZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uxkRfDnWDZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uxkRfDnWDZ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxkRfDnWDZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxkRfDnWDZ .mbr-section-btn .btn,
.cid-uxkRfDnWDZ .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxkRfDnWDZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uxkRfDnWDZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxkRfDnWDZ .text_widget {
  color: #000000;
}
.cid-uxkRfDnWDZ .mbr-section-subtitle,
.cid-uxkRfDnWDZ .text_widget,
.cid-uxkRfDnWDZ .mbr-section-btn {
  text-align: center;
}
.cid-uxkRfDnWDZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxpsQRMlEW {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/digitalwavesm-2000x1125.webp");
}
.cid-uxpsQRMlEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpsQRMlEW .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-uxpsQRMlEW .row {
    padding: 0 13px;
  }
}
.cid-uxpsQRMlEW .row {
  justify-content: center;
}
.cid-uxpsQRMlEW .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uxpsQRMlEW .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-uxpsQRMlEW .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-uxpsQRMlEW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxpsQRMlEW .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uxpsQRMlEW .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
.cid-uxpsQRMlEW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxpsQRMlEW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxpsQRMlEW .mbr-text {
  color: #ffffff;
}
.cid-uxlxunaY4F {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/image13.webp");
}
.cid-uxlxunaY4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlxunaY4F .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-uxlxunaY4F .row {
    padding: 0 13px;
  }
}
.cid-uxlxunaY4F .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uxlxunaY4F .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uxlxunaY4F .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxlxunaY4F .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uxlxunaY4F .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxlxunaY4F .mbr-section-title {
  color: #ffffff;
}
.cid-uxlxunaY4F .mbr-text {
  color: #041e35;
  text-align: left;
}
.cid-uxlxunaY4F .mbr-section-title,
.cid-uxlxunaY4F .mbr-section-btn,
.cid-uxlxunaY4F .image-wrapper {
  text-align: left;
  color: #041e35;
}
.cid-uxlDiLia5t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #041e35;
}
.cid-uxlDiLia5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlDiLia5t .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-uxlDiLia5t .row {
    padding: 0 13px;
  }
}
.cid-uxlDiLia5t .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uxlDiLia5t .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uxlDiLia5t .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxlDiLia5t .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uxlDiLia5t .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxlDiLia5t .mbr-section-title {
  color: #ffffff;
}
.cid-uxlDiLia5t .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uxlDiLia5t .mbr-section-title,
.cid-uxlDiLia5t .mbr-section-btn,
.cid-uxlDiLia5t .image-wrapper {
  text-align: right;
}
.cid-uxkRfEbc3Z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/image12.webp");
}
.cid-uxkRfEbc3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkRfEbc3Z .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-uxkRfEbc3Z .row {
    padding: 0 13px;
  }
}
.cid-uxkRfEbc3Z .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uxkRfEbc3Z .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uxkRfEbc3Z .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxkRfEbc3Z .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uxkRfEbc3Z .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #041e35 !important;
}
.cid-uxkRfEbc3Z .mbr-section-title {
  color: #ffffff;
}
.cid-uxkRfEbc3Z .mbr-text {
  color: #041e35;
  text-align: left;
}
.cid-uxkRfEbc3Z .mbr-section-title,
.cid-uxkRfEbc3Z .mbr-section-btn,
.cid-uxkRfEbc3Z .image-wrapper {
  text-align: left;
  color: #041e35;
}
.cid-uxkRfHB5zw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxkRfHB5zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkRfHB5zw .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-uxkRfHB5zw .row {
    padding: 0 13px;
  }
}
.cid-uxkRfHB5zw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxkRfHB5zw .card {
    margin-bottom: 50px;
  }
}
.cid-uxkRfHB5zw .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uxkRfHB5zw .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uxkRfHB5zw .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uxkRfHB5zw .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxkRfHB5zw .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxkRfHB5zw .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uxkRfHB5zw .list li {
  margin-bottom: 10px;
}
.cid-uxkRfHB5zw .list li:last-child {
  margin-bottom: 0;
}
.cid-uxkRfHB5zw .list li:hover {
  color: #ffffff;
}
.cid-uxkRfHB5zw .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxkRfHB5zw .mbr-section-btn {
  margin-top: 18px;
}
.cid-uxkRfHB5zw .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxkRfHB5zw .mbr-text,
.cid-uxkRfHB5zw .logo-wrapper {
  color: #ffffff;
}
.cid-uxkTc0XuGl {
  z-index: 1000;
  width: 100%;
}
.cid-uxkTc0XuGl .navbar-dropdown {
  background-color: #041e35 !important;
  padding: 0;
  position: fixed;
}
.cid-uxkTc0XuGl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #041e35 !important;
  background: #041e35;
}
.cid-uxkTc0XuGl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxkTc0XuGl .menu_box .navbar.opened,
  .cid-uxkTc0XuGl .menu_box .navbar-collapse {
    background-color: #041e35 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxkTc0XuGl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uxkTc0XuGl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uxkTc0XuGl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxkTc0XuGl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxkTc0XuGl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxkTc0XuGl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uxkTc0XuGl .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uxkTc0XuGl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uxkTc0XuGl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uxkTc0XuGl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uxkTc0XuGl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uxkTc0XuGl .offcanvas-body .mbr-text,
  .cid-uxkTc0XuGl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uxkTc0XuGl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uxkTc0XuGl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uxkTc0XuGl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uxkTc0XuGl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uxkTc0XuGl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uxkTc0XuGl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uxkTc0XuGl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uxkTc0XuGl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uxkTc0XuGl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxkTc0XuGl .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-uxkTc0XuGl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uxkTc0XuGl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uxkTc0XuGl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uxkTc0XuGl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uxkTc0XuGl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uxkTc0XuGl .nav-item {
    margin: 0 !important;
  }
}
.cid-uxkTc0XuGl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxkTc0XuGl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxkTc0XuGl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxkTc0XuGl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxkTc0XuGl .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-uxkTc0XuGl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxkTc0XuGl .offcanvas_box {
    display: none;
  }
}
.cid-uxkTc0XuGl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uxkTc0XuGl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxkTc0XuGl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxkTc0XuGl .container {
  display: flex;
  margin: auto;
}
.cid-uxkTc0XuGl .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxkTc0XuGl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxkTc0XuGl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uxkTc0XuGl .navbar-caption {
  color: #ffffff;
}
.cid-uxkTc0XuGl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uxkTc0XuGl .navbar-nav {
    margin: 0;
  }
}
.cid-uxkTc0XuGl .dropdown-menu,
.cid-uxkTc0XuGl .navbar.opened {
  background-color: false !important;
}
.cid-uxkTc0XuGl .nav-item:focus,
.cid-uxkTc0XuGl .nav-link:focus {
  outline: none;
}
.cid-uxkTc0XuGl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxkTc0XuGl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxkTc0XuGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxkTc0XuGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxkTc0XuGl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxkTc0XuGl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxkTc0XuGl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxkTc0XuGl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxkTc0XuGl .navbar.opened {
  transition: all 0.3s;
}
.cid-uxkTc0XuGl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxkTc0XuGl .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uxkTc0XuGl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxkTc0XuGl .navbar.collapsed {
  justify-content: center;
}
.cid-uxkTc0XuGl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxkTc0XuGl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxkTc0XuGl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxkTc0XuGl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxkTc0XuGl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxkTc0XuGl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxkTc0XuGl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxkTc0XuGl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxkTc0XuGl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uxkTc0XuGl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxkTc0XuGl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxkTc0XuGl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxkTc0XuGl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxkTc0XuGl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxkTc0XuGl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxkTc0XuGl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxkTc0XuGl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxkTc0XuGl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxkTc0XuGl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxkTc0XuGl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxkTc0XuGl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxkTc0XuGl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxkTc0XuGl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxkTc0XuGl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxkTc0XuGl .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-uxkTc0XuGl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxkTc0XuGl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxkTc0XuGl .dropdown-item.active,
.cid-uxkTc0XuGl .dropdown-item:active {
  background-color: transparent;
}
.cid-uxkTc0XuGl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxkTc0XuGl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxkTc0XuGl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxkTc0XuGl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxkTc0XuGl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxkTc0XuGl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxkTc0XuGl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #041e35;
  background: #6641e4;
}
.cid-uxkTc0XuGl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxkTc0XuGl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxkTc0XuGl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxkTc0XuGl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxkTc0XuGl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxkTc0XuGl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxkTc0XuGl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxkTc0XuGl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxkTc0XuGl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxkTc0XuGl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxkTc0XuGl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxkTc0XuGl .navbar {
    height: 70px;
  }
  .cid-uxkTc0XuGl .navbar.opened {
    height: auto;
  }
  .cid-uxkTc0XuGl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxkTc0XuGl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uxkTc0XuGl .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uxkTc0XuGl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uxkTc0XuGl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uxkTc0XuGl .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxkTc0XuGl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxkTc0XuGl .mbr-section-btn .btn,
.cid-uxkTc0XuGl .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxkTc0XuGl .mbr-section-subtitle {
  color: #000000;
}
.cid-uxkTc0XuGl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxkTc0XuGl .text_widget {
  color: #000000;
}
.cid-uxkTc0XuGl .mbr-section-subtitle,
.cid-uxkTc0XuGl .text_widget,
.cid-uxkTc0XuGl .mbr-section-btn {
  text-align: center;
}
.cid-uxkTc0XuGl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxHXMh33AF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/charlesdeluvio-lks7vei-eag-unsplash-2000x1333.webp");
}
.cid-uxHXMh33AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHXMh33AF .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-uxHXMh33AF .row {
    padding: 0 13px;
  }
}
.cid-uxHXMh33AF .row {
  justify-content: center;
}
.cid-uxHXMh33AF .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uxHXMh33AF .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-uxHXMh33AF .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-uxHXMh33AF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHXMh33AF .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uxHXMh33AF .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
.cid-uxHXMh33AF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHXMh33AF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxHXMh33AF .mbr-text {
  color: #ffffff;
}
.cid-uxHMIZkaCH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxHMIZkaCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHMIZkaCH .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-uxHMIZkaCH .row {
    padding: 0 13px;
  }
}
.cid-uxHMIZkaCH .image-wrapper {
  height: 100%;
}
.cid-uxHMIZkaCH .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHMIZkaCH .image-wrapper img {
    height: 400px;
  }
}
.cid-uxHMIZkaCH .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxHMIZkaCH .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uxHMIZkaCH .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxHMIZkaCH .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uxHMIZkaCH .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHMIZkaCH .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uxHMIZkaCH .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uxHMIZkaCH .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #6641e4 100%), radial-gradient(circle at 50% 50%, #6641e4 0, rgba(255, 255, 255, 0) 70%);
  color: #6641e4 !important;
}
.cid-uxHMIZkaCH .mbr-section-title {
  color: #ffffff;
}
.cid-uxHMIZkaCH .mbr-text {
  color: #ffffff;
}
.cid-uxHN3FyaIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxHN3FyaIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHN3FyaIt .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-uxHN3FyaIt .row {
    padding: 0 13px;
  }
}
.cid-uxHN3FyaIt .image-wrapper {
  height: 100%;
}
.cid-uxHN3FyaIt .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHN3FyaIt .image-wrapper img {
    height: 400px;
  }
}
.cid-uxHN3FyaIt .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxHN3FyaIt .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uxHN3FyaIt .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxHN3FyaIt .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uxHN3FyaIt .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHN3FyaIt .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uxHN3FyaIt .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uxHN3FyaIt .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxHN3FyaIt .mbr-section-title {
  color: #ffffff;
}
.cid-uxHN3FyaIt .mbr-text {
  color: #041e35;
}
.cid-uxHN3FyaIt .mbr-section-title,
.cid-uxHN3FyaIt .mbr-section-btn {
  color: #041e35;
}
.cid-uxHN4tFzQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041e35;
}
.cid-uxHN4tFzQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHN4tFzQU .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-uxHN4tFzQU .row {
    padding: 0 13px;
  }
}
.cid-uxHN4tFzQU .image-wrapper {
  height: 100%;
}
.cid-uxHN4tFzQU .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHN4tFzQU .image-wrapper img {
    height: 400px;
  }
}
.cid-uxHN4tFzQU .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxHN4tFzQU .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uxHN4tFzQU .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxHN4tFzQU .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uxHN4tFzQU .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHN4tFzQU .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uxHN4tFzQU .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uxHN4tFzQU .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxHN4tFzQU .mbr-section-title {
  color: #ffffff;
}
.cid-uxHN4tFzQU .mbr-text {
  color: #ffffff;
}
.cid-uxHN7xIclM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxHN7xIclM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHN7xIclM .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-uxHN7xIclM .row {
    padding: 0 13px;
  }
}
.cid-uxHN7xIclM .image-wrapper {
  height: 100%;
}
.cid-uxHN7xIclM .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHN7xIclM .image-wrapper img {
    height: 400px;
  }
}
.cid-uxHN7xIclM .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxHN7xIclM .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uxHN7xIclM .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxHN7xIclM .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uxHN7xIclM .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHN7xIclM .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uxHN7xIclM .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uxHN7xIclM .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxHN7xIclM .mbr-section-title {
  color: #ffffff;
}
.cid-uxHN7xIclM .mbr-text {
  color: #041e35;
}
.cid-uxHN7xIclM .mbr-section-title,
.cid-uxHN7xIclM .mbr-section-btn {
  color: #041e35;
}
.cid-uxkTc6dVQw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxkTc6dVQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkTc6dVQw .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-uxkTc6dVQw .row {
    padding: 0 13px;
  }
}
.cid-uxkTc6dVQw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxkTc6dVQw .card {
    margin-bottom: 50px;
  }
}
.cid-uxkTc6dVQw .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uxkTc6dVQw .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uxkTc6dVQw .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uxkTc6dVQw .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxkTc6dVQw .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxkTc6dVQw .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uxkTc6dVQw .list li {
  margin-bottom: 10px;
}
.cid-uxkTc6dVQw .list li:last-child {
  margin-bottom: 0;
}
.cid-uxkTc6dVQw .list li:hover {
  color: #ffffff;
}
.cid-uxkTc6dVQw .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxkTc6dVQw .mbr-section-btn {
  margin-top: 18px;
}
.cid-uxkTc6dVQw .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxkTc6dVQw .mbr-text,
.cid-uxkTc6dVQw .logo-wrapper {
  color: #ffffff;
}
.cid-uxIyvZMOVq.popup-builder {
  background-color: #ffffff;
}
.cid-uxIyvZMOVq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxIyvZMOVq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxIyvZMOVq .modal-content,
.cid-uxIyvZMOVq .modal-dialog {
  height: auto;
}
.cid-uxIyvZMOVq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxIyvZMOVq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxIyvZMOVq .form-wrapper .mbr-form .form-group,
  .cid-uxIyvZMOVq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxIyvZMOVq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxIyvZMOVq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxIyvZMOVq .mbr-text {
  text-align: center;
  color: #041e35;
}
.cid-uxIyvZMOVq .pt-0 {
  padding-top: 0 !important;
}
.cid-uxIyvZMOVq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxIyvZMOVq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxIyvZMOVq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxIyvZMOVq .modal-open {
  overflow: hidden;
}
.cid-uxIyvZMOVq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxIyvZMOVq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxIyvZMOVq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxIyvZMOVq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uxIyvZMOVq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxIyvZMOVq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxIyvZMOVq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxIyvZMOVq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uxIyvZMOVq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxIyvZMOVq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxIyvZMOVq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxIyvZMOVq .modal-backdrop.show {
  opacity: .5;
}
.cid-uxIyvZMOVq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uxIyvZMOVq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxIyvZMOVq .modal-header {
    padding: 1rem;
  }
}
.cid-uxIyvZMOVq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxIyvZMOVq .modal-header .close svg {
  fill: #041e35;
}
.cid-uxIyvZMOVq .modal-header .close:hover {
  opacity: 1;
}
.cid-uxIyvZMOVq .modal-header .close:focus {
  outline: none;
}
.cid-uxIyvZMOVq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #041e35;
}
.cid-uxIyvZMOVq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxIyvZMOVq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxIyvZMOVq .modal-body {
    padding: 1rem;
  }
}
.cid-uxIyvZMOVq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxIyvZMOVq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxIyvZMOVq .modal-footer {
    padding: 1rem;
  }
}
.cid-uxIyvZMOVq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxIyvZMOVq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxIyvZMOVq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxIyvZMOVq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxIyvZMOVq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxIyvZMOVq .modal-lg,
  .cid-uxIyvZMOVq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxIyvZMOVq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxIyvZMOVq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxIyvZMOVq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uxIyvZMOVq .form-group {
  margin-bottom: 1rem;
}
.cid-uxIyvZMOVq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxIyvZMOVq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxIyvZMOVq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxIyvZMOVq .mbr-section-btn {
  margin: 0;
}
.cid-uxIyvZMOVq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxp9ag7v08 {
  z-index: 1000;
  width: 100%;
}
.cid-uxp9ag7v08 .navbar-dropdown {
  background-color: #041e35 !important;
  padding: 0;
  position: fixed;
}
.cid-uxp9ag7v08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #041e35 !important;
  background: #041e35;
}
.cid-uxp9ag7v08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxp9ag7v08 .menu_box .navbar.opened,
  .cid-uxp9ag7v08 .menu_box .navbar-collapse {
    background-color: #041e35 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxp9ag7v08 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uxp9ag7v08 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uxp9ag7v08 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxp9ag7v08 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxp9ag7v08 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxp9ag7v08 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uxp9ag7v08 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uxp9ag7v08 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uxp9ag7v08 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uxp9ag7v08 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uxp9ag7v08 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uxp9ag7v08 .offcanvas-body .mbr-text,
  .cid-uxp9ag7v08 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uxp9ag7v08 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uxp9ag7v08 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uxp9ag7v08 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uxp9ag7v08 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uxp9ag7v08 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uxp9ag7v08 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uxp9ag7v08 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uxp9ag7v08 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uxp9ag7v08 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxp9ag7v08 .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-uxp9ag7v08 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uxp9ag7v08 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uxp9ag7v08 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uxp9ag7v08 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uxp9ag7v08 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uxp9ag7v08 .nav-item {
    margin: 0 !important;
  }
}
.cid-uxp9ag7v08 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxp9ag7v08 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxp9ag7v08 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxp9ag7v08 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxp9ag7v08 .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-uxp9ag7v08 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxp9ag7v08 .offcanvas_box {
    display: none;
  }
}
.cid-uxp9ag7v08 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uxp9ag7v08 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxp9ag7v08 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxp9ag7v08 .container {
  display: flex;
  margin: auto;
}
.cid-uxp9ag7v08 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxp9ag7v08 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxp9ag7v08 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uxp9ag7v08 .navbar-caption {
  color: #ffffff;
}
.cid-uxp9ag7v08 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uxp9ag7v08 .navbar-nav {
    margin: 0;
  }
}
.cid-uxp9ag7v08 .dropdown-menu,
.cid-uxp9ag7v08 .navbar.opened {
  background-color: false !important;
}
.cid-uxp9ag7v08 .nav-item:focus,
.cid-uxp9ag7v08 .nav-link:focus {
  outline: none;
}
.cid-uxp9ag7v08 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxp9ag7v08 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxp9ag7v08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxp9ag7v08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxp9ag7v08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxp9ag7v08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxp9ag7v08 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxp9ag7v08 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxp9ag7v08 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxp9ag7v08 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxp9ag7v08 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uxp9ag7v08 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxp9ag7v08 .navbar.collapsed {
  justify-content: center;
}
.cid-uxp9ag7v08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxp9ag7v08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxp9ag7v08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxp9ag7v08 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxp9ag7v08 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxp9ag7v08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxp9ag7v08 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxp9ag7v08 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxp9ag7v08 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uxp9ag7v08 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxp9ag7v08 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxp9ag7v08 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxp9ag7v08 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxp9ag7v08 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxp9ag7v08 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxp9ag7v08 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxp9ag7v08 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxp9ag7v08 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxp9ag7v08 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxp9ag7v08 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxp9ag7v08 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxp9ag7v08 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxp9ag7v08 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxp9ag7v08 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxp9ag7v08 .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-uxp9ag7v08 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxp9ag7v08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxp9ag7v08 .dropdown-item.active,
.cid-uxp9ag7v08 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxp9ag7v08 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxp9ag7v08 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxp9ag7v08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxp9ag7v08 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxp9ag7v08 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxp9ag7v08 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxp9ag7v08 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #041e35;
  background: #6641e4;
}
.cid-uxp9ag7v08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxp9ag7v08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxp9ag7v08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp9ag7v08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp9ag7v08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxp9ag7v08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp9ag7v08 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxp9ag7v08 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxp9ag7v08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp9ag7v08 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxp9ag7v08 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxp9ag7v08 .navbar {
    height: 70px;
  }
  .cid-uxp9ag7v08 .navbar.opened {
    height: auto;
  }
  .cid-uxp9ag7v08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxp9ag7v08 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uxp9ag7v08 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uxp9ag7v08 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uxp9ag7v08 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uxp9ag7v08 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxp9ag7v08 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxp9ag7v08 .mbr-section-btn .btn,
.cid-uxp9ag7v08 .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxp9ag7v08 .mbr-section-subtitle {
  color: #000000;
}
.cid-uxp9ag7v08 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxp9ag7v08 .text_widget {
  color: #000000;
}
.cid-uxp9ag7v08 .mbr-section-subtitle,
.cid-uxp9ag7v08 .text_widget,
.cid-uxp9ag7v08 .mbr-section-btn {
  text-align: center;
}
.cid-uxp9ag7v08 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxp9agKQMG {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/image13.webp");
}
.cid-uxp9agKQMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp9agKQMG .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-uxp9agKQMG .row {
    padding: 0 13px;
  }
}
.cid-uxp9agKQMG .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uxp9agKQMG .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uxp9agKQMG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxp9agKQMG .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uxp9agKQMG .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxp9agKQMG .mbr-section-title {
  color: #ffffff;
}
.cid-uxp9agKQMG .mbr-text {
  color: #041e35;
  text-align: left;
}
.cid-uxp9agKQMG .mbr-section-title,
.cid-uxp9agKQMG .mbr-section-btn,
.cid-uxp9agKQMG .image-wrapper {
  text-align: left;
  color: #041e35;
}
.cid-uxp9ah6Co8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #041e35;
}
.cid-uxp9ah6Co8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp9ah6Co8 .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-uxp9ah6Co8 .row {
    padding: 0 13px;
  }
}
.cid-uxp9ah6Co8 .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uxp9ah6Co8 .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uxp9ah6Co8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxp9ah6Co8 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uxp9ah6Co8 .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxp9ah6Co8 .mbr-section-title {
  color: #ffffff;
}
.cid-uxp9ah6Co8 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uxp9ah6Co8 .mbr-section-title,
.cid-uxp9ah6Co8 .mbr-section-btn,
.cid-uxp9ah6Co8 .image-wrapper {
  text-align: right;
}
.cid-uxp9ahpSc0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/image12.webp");
}
.cid-uxp9ahpSc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp9ahpSc0 .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-uxp9ahpSc0 .row {
    padding: 0 13px;
  }
}
.cid-uxp9ahpSc0 .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uxp9ahpSc0 .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uxp9ahpSc0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxp9ahpSc0 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uxp9ahpSc0 .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #041e35 !important;
}
.cid-uxp9ahpSc0 .mbr-section-title {
  color: #ffffff;
}
.cid-uxp9ahpSc0 .mbr-text {
  color: #041e35;
  text-align: left;
}
.cid-uxp9ahpSc0 .mbr-section-title,
.cid-uxp9ahpSc0 .mbr-section-btn,
.cid-uxp9ahpSc0 .image-wrapper {
  text-align: left;
  color: #041e35;
}
.cid-uxp9aigxiR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxp9aigxiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp9aigxiR .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-uxp9aigxiR .row {
    padding: 0 13px;
  }
}
.cid-uxp9aigxiR .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxp9aigxiR .card {
    margin-bottom: 50px;
  }
}
.cid-uxp9aigxiR .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uxp9aigxiR .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uxp9aigxiR .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uxp9aigxiR .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxp9aigxiR .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxp9aigxiR .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uxp9aigxiR .list li {
  margin-bottom: 10px;
}
.cid-uxp9aigxiR .list li:last-child {
  margin-bottom: 0;
}
.cid-uxp9aigxiR .list li:hover {
  color: #ffffff;
}
.cid-uxp9aigxiR .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxp9aigxiR .mbr-section-btn {
  margin-top: 18px;
}
.cid-uxp9aigxiR .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxp9aigxiR .mbr-text,
.cid-uxp9aigxiR .logo-wrapper {
  color: #ffffff;
}
.cid-uxIklrBNWE {
  z-index: 1000;
  width: 100%;
}
.cid-uxIklrBNWE .navbar-dropdown {
  background-color: #041e35 !important;
  padding: 0;
  position: fixed;
}
.cid-uxIklrBNWE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #041e35 !important;
  background: #041e35;
}
.cid-uxIklrBNWE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxIklrBNWE .menu_box .navbar.opened,
  .cid-uxIklrBNWE .menu_box .navbar-collapse {
    background-color: #041e35 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxIklrBNWE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uxIklrBNWE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uxIklrBNWE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxIklrBNWE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxIklrBNWE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxIklrBNWE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uxIklrBNWE .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uxIklrBNWE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uxIklrBNWE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uxIklrBNWE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uxIklrBNWE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uxIklrBNWE .offcanvas-body .mbr-text,
  .cid-uxIklrBNWE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uxIklrBNWE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uxIklrBNWE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uxIklrBNWE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uxIklrBNWE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uxIklrBNWE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uxIklrBNWE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uxIklrBNWE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uxIklrBNWE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uxIklrBNWE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxIklrBNWE .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-uxIklrBNWE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uxIklrBNWE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uxIklrBNWE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uxIklrBNWE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uxIklrBNWE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uxIklrBNWE .nav-item {
    margin: 0 !important;
  }
}
.cid-uxIklrBNWE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxIklrBNWE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxIklrBNWE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxIklrBNWE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxIklrBNWE .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-uxIklrBNWE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxIklrBNWE .offcanvas_box {
    display: none;
  }
}
.cid-uxIklrBNWE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uxIklrBNWE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxIklrBNWE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxIklrBNWE .container {
  display: flex;
  margin: auto;
}
.cid-uxIklrBNWE .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxIklrBNWE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxIklrBNWE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uxIklrBNWE .navbar-caption {
  color: #ffffff;
}
.cid-uxIklrBNWE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uxIklrBNWE .navbar-nav {
    margin: 0;
  }
}
.cid-uxIklrBNWE .dropdown-menu,
.cid-uxIklrBNWE .navbar.opened {
  background-color: false !important;
}
.cid-uxIklrBNWE .nav-item:focus,
.cid-uxIklrBNWE .nav-link:focus {
  outline: none;
}
.cid-uxIklrBNWE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxIklrBNWE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxIklrBNWE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxIklrBNWE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxIklrBNWE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxIklrBNWE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxIklrBNWE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxIklrBNWE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxIklrBNWE .navbar.opened {
  transition: all 0.3s;
}
.cid-uxIklrBNWE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxIklrBNWE .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uxIklrBNWE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxIklrBNWE .navbar.collapsed {
  justify-content: center;
}
.cid-uxIklrBNWE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxIklrBNWE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxIklrBNWE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxIklrBNWE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxIklrBNWE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxIklrBNWE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxIklrBNWE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxIklrBNWE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxIklrBNWE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uxIklrBNWE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxIklrBNWE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxIklrBNWE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxIklrBNWE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxIklrBNWE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxIklrBNWE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxIklrBNWE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxIklrBNWE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxIklrBNWE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxIklrBNWE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxIklrBNWE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxIklrBNWE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxIklrBNWE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxIklrBNWE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxIklrBNWE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxIklrBNWE .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-uxIklrBNWE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxIklrBNWE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxIklrBNWE .dropdown-item.active,
.cid-uxIklrBNWE .dropdown-item:active {
  background-color: transparent;
}
.cid-uxIklrBNWE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxIklrBNWE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxIklrBNWE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxIklrBNWE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxIklrBNWE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxIklrBNWE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxIklrBNWE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #041e35;
  background: #6641e4;
}
.cid-uxIklrBNWE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxIklrBNWE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxIklrBNWE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxIklrBNWE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxIklrBNWE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxIklrBNWE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxIklrBNWE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxIklrBNWE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxIklrBNWE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxIklrBNWE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxIklrBNWE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxIklrBNWE .navbar {
    height: 70px;
  }
  .cid-uxIklrBNWE .navbar.opened {
    height: auto;
  }
  .cid-uxIklrBNWE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxIklrBNWE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uxIklrBNWE .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uxIklrBNWE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uxIklrBNWE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uxIklrBNWE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxIklrBNWE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxIklrBNWE .mbr-section-btn .btn,
.cid-uxIklrBNWE .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIklrBNWE .mbr-section-subtitle {
  color: #000000;
}
.cid-uxIklrBNWE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxIklrBNWE .text_widget {
  color: #000000;
}
.cid-uxIklrBNWE .mbr-section-subtitle,
.cid-uxIklrBNWE .text_widget,
.cid-uxIklrBNWE .mbr-section-btn {
  text-align: center;
}
.cid-uxIklrBNWE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxIklsdtrJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/compliance-5899190-1280-882x588.webp");
}
.cid-uxIklsdtrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIklsdtrJ .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-uxIklsdtrJ .row {
    padding: 0 13px;
  }
}
.cid-uxIklsdtrJ .row {
  justify-content: center;
}
.cid-uxIklsdtrJ .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uxIklsdtrJ .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-uxIklsdtrJ .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-uxIklsdtrJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxIklsdtrJ .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uxIklsdtrJ .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
.cid-uxIklsdtrJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxIklsdtrJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxIklsdtrJ .mbr-text {
  color: #ffffff;
}
.cid-uxIklsxnAV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxIklsxnAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIklsxnAV .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-uxIklsxnAV .row {
    padding: 0 13px;
  }
}
.cid-uxIklsxnAV .image-wrapper {
  height: 100%;
}
.cid-uxIklsxnAV .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxIklsxnAV .image-wrapper img {
    height: 400px;
  }
}
.cid-uxIklsxnAV .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxIklsxnAV .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uxIklsxnAV .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxIklsxnAV .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uxIklsxnAV .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxIklsxnAV .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uxIklsxnAV .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uxIklsxnAV .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #6641e4 100%), radial-gradient(circle at 50% 50%, #6641e4 0, rgba(255, 255, 255, 0) 70%);
  color: #6641e4 !important;
}
.cid-uxIklsxnAV .mbr-section-title {
  color: #ffffff;
}
.cid-uxIklsxnAV .mbr-text {
  color: #ffffff;
}
.cid-uxIy7hJGC6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxIy7hJGC6 .item-img {
  position: relative;
}
.cid-uxIy7hJGC6 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uxIy7hJGC6 .card-text {
    padding-left: 4rem;
  }
}
.cid-uxIy7hJGC6 h5 {
  line-height: 1.2;
}
.cid-uxIy7hJGC6 .card {
  margin-bottom: 2rem;
}
.cid-uxIy7hJGC6 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uxIy7hJGC6 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uxIy7hJGC6 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #041e35;
}
@media (max-width: 992px) {
  .cid-uxIy7hJGC6 .image-wrapper {
    min-height: 200px;
  }
}
.cid-uxIy7hJGC6 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uxIy7hJGC6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uxIy7hJGC6 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uxIy7hJGC6 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uxIy7hJGC6 .link-icon-wrapper .icon-wrap {
  background: #6641e4;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uxIy7hJGC6 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uxIy7hJGC6 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uxIy7hJGC6 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uxIy7hJGC6 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uxIy7hJGC6 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uxIy7hJGC6 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uxIy7hJGC6 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uxIy7hJGC6 img,
.cid-uxIy7hJGC6 .item-img {
  width: 100%;
}
.cid-uxIy7hJGC6 .item:focus,
.cid-uxIy7hJGC6 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uxIy7hJGC6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uxIy7hJGC6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxIy7hJGC6 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uxIy7hJGC6 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uxIy7hJGC6 .mbr-section-subtitle,
.cid-uxIy7hJGC6 .subtitle-wrap,
.cid-uxIy7hJGC6 .mbr-section-btn {
  text-align: left;
}
.cid-uxIy7hJGC6 .mbr-text,
.cid-uxIy7hJGC6 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uxIy7hJGC6 .mbr-text {
  color: #041e35;
}
.cid-uxIy7hJGC6 .mbr-title2 {
  color: #041e35;
}
.cid-uxIkltXI5j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxIkltXI5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIkltXI5j .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-uxIkltXI5j .row {
    padding: 0 13px;
  }
}
.cid-uxIkltXI5j .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxIkltXI5j .card {
    margin-bottom: 50px;
  }
}
.cid-uxIkltXI5j .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uxIkltXI5j .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uxIkltXI5j .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uxIkltXI5j .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxIkltXI5j .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxIkltXI5j .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uxIkltXI5j .list li {
  margin-bottom: 10px;
}
.cid-uxIkltXI5j .list li:last-child {
  margin-bottom: 0;
}
.cid-uxIkltXI5j .list li:hover {
  color: #ffffff;
}
.cid-uxIkltXI5j .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxIkltXI5j .mbr-section-btn {
  margin-top: 18px;
}
.cid-uxIkltXI5j .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIkltXI5j .mbr-text,
.cid-uxIkltXI5j .logo-wrapper {
  color: #ffffff;
}
.cid-uxSKKN0eI3.popup-builder {
  background-color: #ffffff;
}
.cid-uxSKKN0eI3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxSKKN0eI3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxSKKN0eI3 .modal-content,
.cid-uxSKKN0eI3 .modal-dialog {
  height: auto;
}
.cid-uxSKKN0eI3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxSKKN0eI3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxSKKN0eI3 .form-wrapper .mbr-form .form-group,
  .cid-uxSKKN0eI3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxSKKN0eI3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxSKKN0eI3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxSKKN0eI3 .mbr-text {
  text-align: center;
  color: #041e35;
}
.cid-uxSKKN0eI3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uxSKKN0eI3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxSKKN0eI3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxSKKN0eI3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxSKKN0eI3 .modal-open {
  overflow: hidden;
}
.cid-uxSKKN0eI3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxSKKN0eI3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxSKKN0eI3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxSKKN0eI3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uxSKKN0eI3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxSKKN0eI3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxSKKN0eI3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxSKKN0eI3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uxSKKN0eI3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxSKKN0eI3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxSKKN0eI3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxSKKN0eI3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uxSKKN0eI3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uxSKKN0eI3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKKN0eI3 .modal-header {
    padding: 1rem;
  }
}
.cid-uxSKKN0eI3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxSKKN0eI3 .modal-header .close svg {
  fill: #041e35;
}
.cid-uxSKKN0eI3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uxSKKN0eI3 .modal-header .close:focus {
  outline: none;
}
.cid-uxSKKN0eI3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #041e35;
}
.cid-uxSKKN0eI3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxSKKN0eI3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKKN0eI3 .modal-body {
    padding: 1rem;
  }
}
.cid-uxSKKN0eI3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxSKKN0eI3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKKN0eI3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uxSKKN0eI3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxSKKN0eI3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxSKKN0eI3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxSKKN0eI3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxSKKN0eI3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxSKKN0eI3 .modal-lg,
  .cid-uxSKKN0eI3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxSKKN0eI3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxSKKN0eI3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxSKKN0eI3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uxSKKN0eI3 .form-group {
  margin-bottom: 1rem;
}
.cid-uxSKKN0eI3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxSKKN0eI3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxSKKN0eI3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxSKKN0eI3 .mbr-section-btn {
  margin: 0;
}
.cid-uxSKKN0eI3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxIkIJ9XSt {
  z-index: 1000;
  width: 100%;
}
.cid-uxIkIJ9XSt .navbar-dropdown {
  background-color: #041e35 !important;
  padding: 0;
  position: fixed;
}
.cid-uxIkIJ9XSt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #041e35 !important;
  background: #041e35;
}
.cid-uxIkIJ9XSt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxIkIJ9XSt .menu_box .navbar.opened,
  .cid-uxIkIJ9XSt .menu_box .navbar-collapse {
    background-color: #041e35 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxIkIJ9XSt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uxIkIJ9XSt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uxIkIJ9XSt .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxIkIJ9XSt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxIkIJ9XSt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxIkIJ9XSt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uxIkIJ9XSt .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uxIkIJ9XSt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uxIkIJ9XSt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uxIkIJ9XSt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uxIkIJ9XSt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uxIkIJ9XSt .offcanvas-body .mbr-text,
  .cid-uxIkIJ9XSt .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uxIkIJ9XSt .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uxIkIJ9XSt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uxIkIJ9XSt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uxIkIJ9XSt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uxIkIJ9XSt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uxIkIJ9XSt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uxIkIJ9XSt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uxIkIJ9XSt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uxIkIJ9XSt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxIkIJ9XSt .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-uxIkIJ9XSt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uxIkIJ9XSt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uxIkIJ9XSt .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uxIkIJ9XSt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uxIkIJ9XSt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uxIkIJ9XSt .nav-item {
    margin: 0 !important;
  }
}
.cid-uxIkIJ9XSt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxIkIJ9XSt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxIkIJ9XSt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxIkIJ9XSt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxIkIJ9XSt .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-uxIkIJ9XSt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxIkIJ9XSt .offcanvas_box {
    display: none;
  }
}
.cid-uxIkIJ9XSt .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uxIkIJ9XSt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxIkIJ9XSt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxIkIJ9XSt .container {
  display: flex;
  margin: auto;
}
.cid-uxIkIJ9XSt .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxIkIJ9XSt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxIkIJ9XSt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uxIkIJ9XSt .navbar-caption {
  color: #ffffff;
}
.cid-uxIkIJ9XSt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uxIkIJ9XSt .navbar-nav {
    margin: 0;
  }
}
.cid-uxIkIJ9XSt .dropdown-menu,
.cid-uxIkIJ9XSt .navbar.opened {
  background-color: false !important;
}
.cid-uxIkIJ9XSt .nav-item:focus,
.cid-uxIkIJ9XSt .nav-link:focus {
  outline: none;
}
.cid-uxIkIJ9XSt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxIkIJ9XSt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxIkIJ9XSt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxIkIJ9XSt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxIkIJ9XSt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxIkIJ9XSt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxIkIJ9XSt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxIkIJ9XSt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxIkIJ9XSt .navbar.opened {
  transition: all 0.3s;
}
.cid-uxIkIJ9XSt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxIkIJ9XSt .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uxIkIJ9XSt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxIkIJ9XSt .navbar.collapsed {
  justify-content: center;
}
.cid-uxIkIJ9XSt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxIkIJ9XSt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxIkIJ9XSt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxIkIJ9XSt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxIkIJ9XSt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxIkIJ9XSt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxIkIJ9XSt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxIkIJ9XSt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxIkIJ9XSt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uxIkIJ9XSt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxIkIJ9XSt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxIkIJ9XSt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxIkIJ9XSt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxIkIJ9XSt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxIkIJ9XSt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxIkIJ9XSt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxIkIJ9XSt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxIkIJ9XSt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxIkIJ9XSt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxIkIJ9XSt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxIkIJ9XSt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxIkIJ9XSt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxIkIJ9XSt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxIkIJ9XSt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxIkIJ9XSt .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-uxIkIJ9XSt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxIkIJ9XSt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxIkIJ9XSt .dropdown-item.active,
.cid-uxIkIJ9XSt .dropdown-item:active {
  background-color: transparent;
}
.cid-uxIkIJ9XSt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxIkIJ9XSt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxIkIJ9XSt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxIkIJ9XSt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxIkIJ9XSt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxIkIJ9XSt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxIkIJ9XSt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #041e35;
  background: #6641e4;
}
.cid-uxIkIJ9XSt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxIkIJ9XSt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxIkIJ9XSt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxIkIJ9XSt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxIkIJ9XSt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxIkIJ9XSt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxIkIJ9XSt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxIkIJ9XSt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxIkIJ9XSt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxIkIJ9XSt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxIkIJ9XSt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxIkIJ9XSt .navbar {
    height: 70px;
  }
  .cid-uxIkIJ9XSt .navbar.opened {
    height: auto;
  }
  .cid-uxIkIJ9XSt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxIkIJ9XSt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uxIkIJ9XSt .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uxIkIJ9XSt .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uxIkIJ9XSt .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uxIkIJ9XSt .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxIkIJ9XSt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxIkIJ9XSt .mbr-section-btn .btn,
.cid-uxIkIJ9XSt .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIkIJ9XSt .mbr-section-subtitle {
  color: #000000;
}
.cid-uxIkIJ9XSt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxIkIJ9XSt .text_widget {
  color: #000000;
}
.cid-uxIkIJ9XSt .mbr-section-subtitle,
.cid-uxIkIJ9XSt .text_widget,
.cid-uxIkIJ9XSt .mbr-section-btn {
  text-align: center;
}
.cid-uxIkIJ9XSt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxIkIJTG43 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/keyboard-3689225-1280-773x460.webp");
}
.cid-uxIkIJTG43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIkIJTG43 .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-uxIkIJTG43 .row {
    padding: 0 13px;
  }
}
.cid-uxIkIJTG43 .row {
  justify-content: center;
}
.cid-uxIkIJTG43 .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uxIkIJTG43 .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-uxIkIJTG43 .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-uxIkIJTG43 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxIkIJTG43 .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uxIkIJTG43 .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
.cid-uxIkIJTG43 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxIkIJTG43 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxIkIJTG43 .mbr-text {
  color: #ffffff;
}
.cid-uxIkIKzdnW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #041e35;
}
.cid-uxIkIKzdnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIkIKzdnW .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-uxIkIKzdnW .row {
    padding: 0 13px;
  }
}
.cid-uxIkIKzdnW .image-wrapper {
  height: 100%;
}
.cid-uxIkIKzdnW .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxIkIKzdnW .image-wrapper img {
    height: 400px;
  }
}
.cid-uxIkIKzdnW .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxIkIKzdnW .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uxIkIKzdnW .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxIkIKzdnW .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uxIkIKzdnW .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxIkIKzdnW .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uxIkIKzdnW .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uxIkIKzdnW .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIkIKzdnW .mbr-section-title {
  color: #ffffff;
}
.cid-uxIkIKzdnW .mbr-text {
  color: #ffffff;
}
.cid-uxIkIKzdnW .mbr-section-title,
.cid-uxIkIKzdnW .mbr-section-btn {
  color: #ffffff;
}
.cid-uxIDnpY4qw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxIDnpY4qw .item-img {
  position: relative;
}
.cid-uxIDnpY4qw .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uxIDnpY4qw .card-text {
    padding-left: 4rem;
  }
}
.cid-uxIDnpY4qw h5 {
  line-height: 1.2;
}
.cid-uxIDnpY4qw .card {
  margin-bottom: 2rem;
}
.cid-uxIDnpY4qw .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uxIDnpY4qw .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uxIDnpY4qw .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #041e35;
}
@media (max-width: 992px) {
  .cid-uxIDnpY4qw .image-wrapper {
    min-height: 200px;
  }
}
.cid-uxIDnpY4qw .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uxIDnpY4qw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uxIDnpY4qw .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uxIDnpY4qw .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uxIDnpY4qw .link-icon-wrapper .icon-wrap {
  background: #6641e4;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uxIDnpY4qw .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uxIDnpY4qw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uxIDnpY4qw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uxIDnpY4qw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uxIDnpY4qw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uxIDnpY4qw .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uxIDnpY4qw .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uxIDnpY4qw img,
.cid-uxIDnpY4qw .item-img {
  width: 100%;
}
.cid-uxIDnpY4qw .item:focus,
.cid-uxIDnpY4qw span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uxIDnpY4qw .item {
    margin-bottom: 1rem;
  }
}
.cid-uxIDnpY4qw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxIDnpY4qw .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uxIDnpY4qw .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uxIDnpY4qw .mbr-section-subtitle,
.cid-uxIDnpY4qw .subtitle-wrap,
.cid-uxIDnpY4qw .mbr-section-btn {
  text-align: left;
}
.cid-uxIDnpY4qw .mbr-text,
.cid-uxIDnpY4qw .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uxIDnpY4qw .mbr-text {
  color: #041e35;
}
.cid-uxIDnpY4qw .mbr-title2 {
  color: #041e35;
}
.cid-uxIkIM4ryd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxIkIM4ryd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIkIM4ryd .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-uxIkIM4ryd .row {
    padding: 0 13px;
  }
}
.cid-uxIkIM4ryd .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxIkIM4ryd .card {
    margin-bottom: 50px;
  }
}
.cid-uxIkIM4ryd .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uxIkIM4ryd .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uxIkIM4ryd .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uxIkIM4ryd .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxIkIM4ryd .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxIkIM4ryd .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uxIkIM4ryd .list li {
  margin-bottom: 10px;
}
.cid-uxIkIM4ryd .list li:last-child {
  margin-bottom: 0;
}
.cid-uxIkIM4ryd .list li:hover {
  color: #ffffff;
}
.cid-uxIkIM4ryd .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxIkIM4ryd .mbr-section-btn {
  margin-top: 18px;
}
.cid-uxIkIM4ryd .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIkIM4ryd .mbr-text,
.cid-uxIkIM4ryd .logo-wrapper {
  color: #ffffff;
}
.cid-uxSKL10zHB.popup-builder {
  background-color: #ffffff;
}
.cid-uxSKL10zHB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxSKL10zHB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxSKL10zHB .modal-content,
.cid-uxSKL10zHB .modal-dialog {
  height: auto;
}
.cid-uxSKL10zHB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxSKL10zHB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxSKL10zHB .form-wrapper .mbr-form .form-group,
  .cid-uxSKL10zHB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxSKL10zHB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxSKL10zHB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxSKL10zHB .mbr-text {
  text-align: center;
  color: #041e35;
}
.cid-uxSKL10zHB .pt-0 {
  padding-top: 0 !important;
}
.cid-uxSKL10zHB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxSKL10zHB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxSKL10zHB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxSKL10zHB .modal-open {
  overflow: hidden;
}
.cid-uxSKL10zHB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxSKL10zHB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxSKL10zHB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxSKL10zHB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uxSKL10zHB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxSKL10zHB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxSKL10zHB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxSKL10zHB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uxSKL10zHB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxSKL10zHB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxSKL10zHB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxSKL10zHB .modal-backdrop.show {
  opacity: .5;
}
.cid-uxSKL10zHB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uxSKL10zHB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKL10zHB .modal-header {
    padding: 1rem;
  }
}
.cid-uxSKL10zHB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxSKL10zHB .modal-header .close svg {
  fill: #041e35;
}
.cid-uxSKL10zHB .modal-header .close:hover {
  opacity: 1;
}
.cid-uxSKL10zHB .modal-header .close:focus {
  outline: none;
}
.cid-uxSKL10zHB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #041e35;
}
.cid-uxSKL10zHB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxSKL10zHB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKL10zHB .modal-body {
    padding: 1rem;
  }
}
.cid-uxSKL10zHB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxSKL10zHB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKL10zHB .modal-footer {
    padding: 1rem;
  }
}
.cid-uxSKL10zHB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxSKL10zHB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxSKL10zHB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxSKL10zHB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxSKL10zHB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxSKL10zHB .modal-lg,
  .cid-uxSKL10zHB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxSKL10zHB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxSKL10zHB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxSKL10zHB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uxSKL10zHB .form-group {
  margin-bottom: 1rem;
}
.cid-uxSKL10zHB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxSKL10zHB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxSKL10zHB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxSKL10zHB .mbr-section-btn {
  margin: 0;
}
.cid-uxSKL10zHB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxIl8sgALI {
  z-index: 1000;
  width: 100%;
}
.cid-uxIl8sgALI .navbar-dropdown {
  background-color: #041e35 !important;
  padding: 0;
  position: fixed;
}
.cid-uxIl8sgALI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #041e35 !important;
  background: #041e35;
}
.cid-uxIl8sgALI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxIl8sgALI .menu_box .navbar.opened,
  .cid-uxIl8sgALI .menu_box .navbar-collapse {
    background-color: #041e35 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxIl8sgALI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uxIl8sgALI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uxIl8sgALI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxIl8sgALI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxIl8sgALI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxIl8sgALI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uxIl8sgALI .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uxIl8sgALI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uxIl8sgALI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uxIl8sgALI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uxIl8sgALI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uxIl8sgALI .offcanvas-body .mbr-text,
  .cid-uxIl8sgALI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uxIl8sgALI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uxIl8sgALI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uxIl8sgALI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uxIl8sgALI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uxIl8sgALI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uxIl8sgALI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uxIl8sgALI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uxIl8sgALI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uxIl8sgALI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxIl8sgALI .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-uxIl8sgALI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uxIl8sgALI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uxIl8sgALI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uxIl8sgALI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uxIl8sgALI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uxIl8sgALI .nav-item {
    margin: 0 !important;
  }
}
.cid-uxIl8sgALI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxIl8sgALI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxIl8sgALI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxIl8sgALI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxIl8sgALI .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-uxIl8sgALI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxIl8sgALI .offcanvas_box {
    display: none;
  }
}
.cid-uxIl8sgALI .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uxIl8sgALI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxIl8sgALI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxIl8sgALI .container {
  display: flex;
  margin: auto;
}
.cid-uxIl8sgALI .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxIl8sgALI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxIl8sgALI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uxIl8sgALI .navbar-caption {
  color: #ffffff;
}
.cid-uxIl8sgALI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uxIl8sgALI .navbar-nav {
    margin: 0;
  }
}
.cid-uxIl8sgALI .dropdown-menu,
.cid-uxIl8sgALI .navbar.opened {
  background-color: false !important;
}
.cid-uxIl8sgALI .nav-item:focus,
.cid-uxIl8sgALI .nav-link:focus {
  outline: none;
}
.cid-uxIl8sgALI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxIl8sgALI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxIl8sgALI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxIl8sgALI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxIl8sgALI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxIl8sgALI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxIl8sgALI .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxIl8sgALI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxIl8sgALI .navbar.opened {
  transition: all 0.3s;
}
.cid-uxIl8sgALI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxIl8sgALI .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uxIl8sgALI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxIl8sgALI .navbar.collapsed {
  justify-content: center;
}
.cid-uxIl8sgALI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxIl8sgALI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxIl8sgALI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxIl8sgALI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxIl8sgALI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxIl8sgALI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxIl8sgALI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxIl8sgALI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxIl8sgALI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uxIl8sgALI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxIl8sgALI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxIl8sgALI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxIl8sgALI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxIl8sgALI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxIl8sgALI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxIl8sgALI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxIl8sgALI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxIl8sgALI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxIl8sgALI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxIl8sgALI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxIl8sgALI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxIl8sgALI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxIl8sgALI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxIl8sgALI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxIl8sgALI .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-uxIl8sgALI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxIl8sgALI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxIl8sgALI .dropdown-item.active,
.cid-uxIl8sgALI .dropdown-item:active {
  background-color: transparent;
}
.cid-uxIl8sgALI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxIl8sgALI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxIl8sgALI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxIl8sgALI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxIl8sgALI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxIl8sgALI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxIl8sgALI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #041e35;
  background: #6641e4;
}
.cid-uxIl8sgALI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxIl8sgALI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxIl8sgALI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxIl8sgALI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxIl8sgALI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxIl8sgALI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxIl8sgALI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxIl8sgALI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxIl8sgALI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxIl8sgALI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxIl8sgALI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxIl8sgALI .navbar {
    height: 70px;
  }
  .cid-uxIl8sgALI .navbar.opened {
    height: auto;
  }
  .cid-uxIl8sgALI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxIl8sgALI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uxIl8sgALI .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uxIl8sgALI .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uxIl8sgALI .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uxIl8sgALI .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxIl8sgALI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxIl8sgALI .mbr-section-btn .btn,
.cid-uxIl8sgALI .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIl8sgALI .mbr-section-subtitle {
  color: #000000;
}
.cid-uxIl8sgALI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxIl8sgALI .text_widget {
  color: #000000;
}
.cid-uxIl8sgALI .mbr-section-subtitle,
.cid-uxIl8sgALI .text_widget,
.cid-uxIl8sgALI .mbr-section-btn {
  text-align: center;
}
.cid-uxIl8sgALI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxIl8tgaMJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/data-protection-4394633-1280-773x515.webp");
}
.cid-uxIl8tgaMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIl8tgaMJ .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-uxIl8tgaMJ .row {
    padding: 0 13px;
  }
}
.cid-uxIl8tgaMJ .row {
  justify-content: center;
}
.cid-uxIl8tgaMJ .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uxIl8tgaMJ .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-uxIl8tgaMJ .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-uxIl8tgaMJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxIl8tgaMJ .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uxIl8tgaMJ .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
.cid-uxIl8tgaMJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxIl8tgaMJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxIl8tgaMJ .mbr-text {
  color: #ffffff;
}
.cid-uxIl8uHOBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041e35;
}
.cid-uxIl8uHOBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIl8uHOBm .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-uxIl8uHOBm .row {
    padding: 0 13px;
  }
}
.cid-uxIl8uHOBm .image-wrapper {
  height: 100%;
}
.cid-uxIl8uHOBm .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxIl8uHOBm .image-wrapper img {
    height: 400px;
  }
}
.cid-uxIl8uHOBm .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxIl8uHOBm .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uxIl8uHOBm .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxIl8uHOBm .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uxIl8uHOBm .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxIl8uHOBm .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uxIl8uHOBm .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uxIl8uHOBm .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIl8uHOBm .mbr-section-title {
  color: #ffffff;
}
.cid-uxIl8uHOBm .mbr-text {
  color: #ffffff;
}
.cid-uxIl8uHOBm .mbr-section-title,
.cid-uxIl8uHOBm .mbr-section-btn {
  color: #ffffff;
}
.cid-uxIMd7iEGe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxIMd7iEGe .item-img {
  position: relative;
}
.cid-uxIMd7iEGe .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uxIMd7iEGe .card-text {
    padding-left: 4rem;
  }
}
.cid-uxIMd7iEGe h5 {
  line-height: 1.2;
}
.cid-uxIMd7iEGe .card {
  margin-bottom: 2rem;
}
.cid-uxIMd7iEGe .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uxIMd7iEGe .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uxIMd7iEGe .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #041e35;
}
@media (max-width: 992px) {
  .cid-uxIMd7iEGe .image-wrapper {
    min-height: 200px;
  }
}
.cid-uxIMd7iEGe .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uxIMd7iEGe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uxIMd7iEGe .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uxIMd7iEGe .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uxIMd7iEGe .link-icon-wrapper .icon-wrap {
  background: #6641e4;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uxIMd7iEGe .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uxIMd7iEGe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uxIMd7iEGe .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uxIMd7iEGe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uxIMd7iEGe .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uxIMd7iEGe .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uxIMd7iEGe .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uxIMd7iEGe img,
.cid-uxIMd7iEGe .item-img {
  width: 100%;
}
.cid-uxIMd7iEGe .item:focus,
.cid-uxIMd7iEGe span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uxIMd7iEGe .item {
    margin-bottom: 1rem;
  }
}
.cid-uxIMd7iEGe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxIMd7iEGe .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uxIMd7iEGe .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uxIMd7iEGe .mbr-section-subtitle,
.cid-uxIMd7iEGe .subtitle-wrap,
.cid-uxIMd7iEGe .mbr-section-btn {
  text-align: left;
}
.cid-uxIMd7iEGe .mbr-text,
.cid-uxIMd7iEGe .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uxIMd7iEGe .mbr-text {
  color: #041e35;
}
.cid-uxIMd7iEGe .mbr-title2 {
  color: #041e35;
}
.cid-uxIl8v4NbE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxIl8v4NbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIl8v4NbE .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-uxIl8v4NbE .row {
    padding: 0 13px;
  }
}
.cid-uxIl8v4NbE .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxIl8v4NbE .card {
    margin-bottom: 50px;
  }
}
.cid-uxIl8v4NbE .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uxIl8v4NbE .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uxIl8v4NbE .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uxIl8v4NbE .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxIl8v4NbE .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxIl8v4NbE .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uxIl8v4NbE .list li {
  margin-bottom: 10px;
}
.cid-uxIl8v4NbE .list li:last-child {
  margin-bottom: 0;
}
.cid-uxIl8v4NbE .list li:hover {
  color: #ffffff;
}
.cid-uxIl8v4NbE .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxIl8v4NbE .mbr-section-btn {
  margin-top: 18px;
}
.cid-uxIl8v4NbE .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIl8v4NbE .mbr-text,
.cid-uxIl8v4NbE .logo-wrapper {
  color: #ffffff;
}
.cid-uxSKLfSJ36.popup-builder {
  background-color: #ffffff;
}
.cid-uxSKLfSJ36.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxSKLfSJ36.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxSKLfSJ36 .modal-content,
.cid-uxSKLfSJ36 .modal-dialog {
  height: auto;
}
.cid-uxSKLfSJ36 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxSKLfSJ36 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxSKLfSJ36 .form-wrapper .mbr-form .form-group,
  .cid-uxSKLfSJ36 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxSKLfSJ36 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxSKLfSJ36 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxSKLfSJ36 .mbr-text {
  text-align: center;
  color: #041e35;
}
.cid-uxSKLfSJ36 .pt-0 {
  padding-top: 0 !important;
}
.cid-uxSKLfSJ36 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxSKLfSJ36 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxSKLfSJ36 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxSKLfSJ36 .modal-open {
  overflow: hidden;
}
.cid-uxSKLfSJ36 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxSKLfSJ36 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxSKLfSJ36 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxSKLfSJ36 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uxSKLfSJ36 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxSKLfSJ36 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxSKLfSJ36 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxSKLfSJ36 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uxSKLfSJ36 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxSKLfSJ36 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxSKLfSJ36 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxSKLfSJ36 .modal-backdrop.show {
  opacity: .5;
}
.cid-uxSKLfSJ36 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uxSKLfSJ36 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKLfSJ36 .modal-header {
    padding: 1rem;
  }
}
.cid-uxSKLfSJ36 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxSKLfSJ36 .modal-header .close svg {
  fill: #041e35;
}
.cid-uxSKLfSJ36 .modal-header .close:hover {
  opacity: 1;
}
.cid-uxSKLfSJ36 .modal-header .close:focus {
  outline: none;
}
.cid-uxSKLfSJ36 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #041e35;
}
.cid-uxSKLfSJ36 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxSKLfSJ36 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKLfSJ36 .modal-body {
    padding: 1rem;
  }
}
.cid-uxSKLfSJ36 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxSKLfSJ36 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKLfSJ36 .modal-footer {
    padding: 1rem;
  }
}
.cid-uxSKLfSJ36 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxSKLfSJ36 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxSKLfSJ36 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxSKLfSJ36 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxSKLfSJ36 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxSKLfSJ36 .modal-lg,
  .cid-uxSKLfSJ36 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxSKLfSJ36 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxSKLfSJ36 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxSKLfSJ36 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uxSKLfSJ36 .form-group {
  margin-bottom: 1rem;
}
.cid-uxSKLfSJ36 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxSKLfSJ36 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxSKLfSJ36 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxSKLfSJ36 .mbr-section-btn {
  margin: 0;
}
.cid-uxSKLfSJ36 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxIl0TIoSl {
  z-index: 1000;
  width: 100%;
}
.cid-uxIl0TIoSl .navbar-dropdown {
  background-color: #041e35 !important;
  padding: 0;
  position: fixed;
}
.cid-uxIl0TIoSl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #041e35 !important;
  background: #041e35;
}
.cid-uxIl0TIoSl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxIl0TIoSl .menu_box .navbar.opened,
  .cid-uxIl0TIoSl .menu_box .navbar-collapse {
    background-color: #041e35 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxIl0TIoSl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uxIl0TIoSl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uxIl0TIoSl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxIl0TIoSl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxIl0TIoSl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxIl0TIoSl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uxIl0TIoSl .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uxIl0TIoSl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uxIl0TIoSl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uxIl0TIoSl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uxIl0TIoSl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uxIl0TIoSl .offcanvas-body .mbr-text,
  .cid-uxIl0TIoSl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uxIl0TIoSl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uxIl0TIoSl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uxIl0TIoSl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uxIl0TIoSl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uxIl0TIoSl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uxIl0TIoSl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uxIl0TIoSl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uxIl0TIoSl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uxIl0TIoSl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxIl0TIoSl .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-uxIl0TIoSl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uxIl0TIoSl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uxIl0TIoSl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uxIl0TIoSl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uxIl0TIoSl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uxIl0TIoSl .nav-item {
    margin: 0 !important;
  }
}
.cid-uxIl0TIoSl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxIl0TIoSl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxIl0TIoSl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxIl0TIoSl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxIl0TIoSl .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-uxIl0TIoSl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxIl0TIoSl .offcanvas_box {
    display: none;
  }
}
.cid-uxIl0TIoSl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uxIl0TIoSl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxIl0TIoSl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxIl0TIoSl .container {
  display: flex;
  margin: auto;
}
.cid-uxIl0TIoSl .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxIl0TIoSl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxIl0TIoSl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uxIl0TIoSl .navbar-caption {
  color: #ffffff;
}
.cid-uxIl0TIoSl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uxIl0TIoSl .navbar-nav {
    margin: 0;
  }
}
.cid-uxIl0TIoSl .dropdown-menu,
.cid-uxIl0TIoSl .navbar.opened {
  background-color: false !important;
}
.cid-uxIl0TIoSl .nav-item:focus,
.cid-uxIl0TIoSl .nav-link:focus {
  outline: none;
}
.cid-uxIl0TIoSl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxIl0TIoSl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxIl0TIoSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxIl0TIoSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxIl0TIoSl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxIl0TIoSl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxIl0TIoSl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxIl0TIoSl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxIl0TIoSl .navbar.opened {
  transition: all 0.3s;
}
.cid-uxIl0TIoSl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxIl0TIoSl .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uxIl0TIoSl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxIl0TIoSl .navbar.collapsed {
  justify-content: center;
}
.cid-uxIl0TIoSl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxIl0TIoSl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxIl0TIoSl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxIl0TIoSl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxIl0TIoSl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxIl0TIoSl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxIl0TIoSl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxIl0TIoSl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxIl0TIoSl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uxIl0TIoSl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxIl0TIoSl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxIl0TIoSl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxIl0TIoSl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxIl0TIoSl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxIl0TIoSl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxIl0TIoSl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxIl0TIoSl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxIl0TIoSl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxIl0TIoSl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxIl0TIoSl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxIl0TIoSl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxIl0TIoSl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxIl0TIoSl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxIl0TIoSl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxIl0TIoSl .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-uxIl0TIoSl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxIl0TIoSl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxIl0TIoSl .dropdown-item.active,
.cid-uxIl0TIoSl .dropdown-item:active {
  background-color: transparent;
}
.cid-uxIl0TIoSl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxIl0TIoSl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxIl0TIoSl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxIl0TIoSl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxIl0TIoSl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxIl0TIoSl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxIl0TIoSl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #041e35;
  background: #6641e4;
}
.cid-uxIl0TIoSl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxIl0TIoSl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxIl0TIoSl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxIl0TIoSl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxIl0TIoSl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxIl0TIoSl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxIl0TIoSl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxIl0TIoSl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxIl0TIoSl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxIl0TIoSl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxIl0TIoSl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxIl0TIoSl .navbar {
    height: 70px;
  }
  .cid-uxIl0TIoSl .navbar.opened {
    height: auto;
  }
  .cid-uxIl0TIoSl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxIl0TIoSl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uxIl0TIoSl .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uxIl0TIoSl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uxIl0TIoSl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uxIl0TIoSl .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxIl0TIoSl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxIl0TIoSl .mbr-section-btn .btn,
.cid-uxIl0TIoSl .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIl0TIoSl .mbr-section-subtitle {
  color: #000000;
}
.cid-uxIl0TIoSl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxIl0TIoSl .text_widget {
  color: #000000;
}
.cid-uxIl0TIoSl .mbr-section-subtitle,
.cid-uxIl0TIoSl .text_widget,
.cid-uxIl0TIoSl .mbr-section-btn {
  text-align: center;
}
.cid-uxIl0TIoSl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxIl0UtzqB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/cyber-4610993-1280-773x515.webp");
}
.cid-uxIl0UtzqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIl0UtzqB .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-uxIl0UtzqB .row {
    padding: 0 13px;
  }
}
.cid-uxIl0UtzqB .row {
  justify-content: center;
}
.cid-uxIl0UtzqB .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uxIl0UtzqB .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-uxIl0UtzqB .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-uxIl0UtzqB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxIl0UtzqB .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uxIl0UtzqB .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
.cid-uxIl0UtzqB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxIl0UtzqB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxIl0UtzqB .mbr-text {
  color: #ffffff;
}
.cid-uxIl0VSe1P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #041e35;
}
.cid-uxIl0VSe1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIl0VSe1P .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-uxIl0VSe1P .row {
    padding: 0 13px;
  }
}
.cid-uxIl0VSe1P .image-wrapper {
  height: 100%;
}
.cid-uxIl0VSe1P .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxIl0VSe1P .image-wrapper img {
    height: 400px;
  }
}
.cid-uxIl0VSe1P .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxIl0VSe1P .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uxIl0VSe1P .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxIl0VSe1P .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uxIl0VSe1P .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxIl0VSe1P .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uxIl0VSe1P .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uxIl0VSe1P .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIl0VSe1P .mbr-section-title {
  color: #ffffff;
}
.cid-uxIl0VSe1P .mbr-text {
  color: #ffffff;
}
.cid-uxIKNViM8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxIKNViM8a .item-img {
  position: relative;
}
.cid-uxIKNViM8a .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uxIKNViM8a .card-text {
    padding-left: 4rem;
  }
}
.cid-uxIKNViM8a h5 {
  line-height: 1.2;
}
.cid-uxIKNViM8a .card {
  margin-bottom: 2rem;
}
.cid-uxIKNViM8a .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uxIKNViM8a .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uxIKNViM8a .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #041e35;
}
@media (max-width: 992px) {
  .cid-uxIKNViM8a .image-wrapper {
    min-height: 200px;
  }
}
.cid-uxIKNViM8a .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uxIKNViM8a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uxIKNViM8a .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uxIKNViM8a .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uxIKNViM8a .link-icon-wrapper .icon-wrap {
  background: #6641e4;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uxIKNViM8a .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uxIKNViM8a .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uxIKNViM8a .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uxIKNViM8a .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uxIKNViM8a .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uxIKNViM8a .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uxIKNViM8a .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uxIKNViM8a img,
.cid-uxIKNViM8a .item-img {
  width: 100%;
}
.cid-uxIKNViM8a .item:focus,
.cid-uxIKNViM8a span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uxIKNViM8a .item {
    margin-bottom: 1rem;
  }
}
.cid-uxIKNViM8a .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxIKNViM8a .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uxIKNViM8a .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uxIKNViM8a .mbr-section-subtitle,
.cid-uxIKNViM8a .subtitle-wrap,
.cid-uxIKNViM8a .mbr-section-btn {
  text-align: left;
}
.cid-uxIKNViM8a .mbr-text,
.cid-uxIKNViM8a .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uxIKNViM8a .mbr-text {
  color: #041e35;
}
.cid-uxIKNViM8a .mbr-title2 {
  color: #041e35;
}
.cid-uxIl0WDyx2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #041e35;
}
.cid-uxIl0WDyx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIl0WDyx2 .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-uxIl0WDyx2 .row {
    padding: 0 13px;
  }
}
.cid-uxIl0WDyx2 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxIl0WDyx2 .card {
    margin-bottom: 50px;
  }
}
.cid-uxIl0WDyx2 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uxIl0WDyx2 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uxIl0WDyx2 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uxIl0WDyx2 .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxIl0WDyx2 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxIl0WDyx2 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uxIl0WDyx2 .list li {
  margin-bottom: 10px;
}
.cid-uxIl0WDyx2 .list li:last-child {
  margin-bottom: 0;
}
.cid-uxIl0WDyx2 .list li:hover {
  color: #ffffff;
}
.cid-uxIl0WDyx2 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uxIl0WDyx2 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uxIl0WDyx2 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uxIl0WDyx2 .mbr-text,
.cid-uxIl0WDyx2 .logo-wrapper {
  color: #ffffff;
}
.cid-uxSKL8GMS7.popup-builder {
  background-color: #ffffff;
}
.cid-uxSKL8GMS7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxSKL8GMS7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxSKL8GMS7 .modal-content,
.cid-uxSKL8GMS7 .modal-dialog {
  height: auto;
}
.cid-uxSKL8GMS7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxSKL8GMS7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxSKL8GMS7 .form-wrapper .mbr-form .form-group,
  .cid-uxSKL8GMS7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxSKL8GMS7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxSKL8GMS7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxSKL8GMS7 .mbr-text {
  text-align: center;
  color: #041e35;
}
.cid-uxSKL8GMS7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uxSKL8GMS7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxSKL8GMS7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxSKL8GMS7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxSKL8GMS7 .modal-open {
  overflow: hidden;
}
.cid-uxSKL8GMS7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxSKL8GMS7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxSKL8GMS7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxSKL8GMS7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uxSKL8GMS7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxSKL8GMS7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxSKL8GMS7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxSKL8GMS7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uxSKL8GMS7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxSKL8GMS7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxSKL8GMS7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxSKL8GMS7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uxSKL8GMS7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uxSKL8GMS7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKL8GMS7 .modal-header {
    padding: 1rem;
  }
}
.cid-uxSKL8GMS7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxSKL8GMS7 .modal-header .close svg {
  fill: #041e35;
}
.cid-uxSKL8GMS7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uxSKL8GMS7 .modal-header .close:focus {
  outline: none;
}
.cid-uxSKL8GMS7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #041e35;
}
.cid-uxSKL8GMS7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxSKL8GMS7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKL8GMS7 .modal-body {
    padding: 1rem;
  }
}
.cid-uxSKL8GMS7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxSKL8GMS7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxSKL8GMS7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uxSKL8GMS7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxSKL8GMS7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxSKL8GMS7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxSKL8GMS7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxSKL8GMS7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxSKL8GMS7 .modal-lg,
  .cid-uxSKL8GMS7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxSKL8GMS7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxSKL8GMS7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxSKL8GMS7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uxSKL8GMS7 .form-group {
  margin-bottom: 1rem;
}
.cid-uxSKL8GMS7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxSKL8GMS7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxSKL8GMS7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxSKL8GMS7 .mbr-section-btn {
  margin: 0;
}
.cid-uxSKL8GMS7 .mbr-section-btn .btn {
  margin: 0;
}
