.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ed7231 !important;
}
.bg-success {
  background-color: #00022b !important;
}
.bg-info {
  background-color: #4390d1 !important;
}
.bg-warning {
  background-color: #ed7231 !important;
}
.bg-danger {
  background-color: #075e54 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed7231 !important;
  border-color: #ed7231 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f19260 !important;
  border-color: #f19260 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f19260 !important;
  border-color: #f19260 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed7231 !important;
  border-color: #ed7231 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f19260 !important;
  border-color: #f19260 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f19260 !important;
  border-color: #f19260 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4390d1 !important;
  border-color: #4390d1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6ca8db !important;
  border-color: #6ca8db !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6ca8db !important;
  border-color: #6ca8db !important;
}
.btn-success,
.btn-success:active {
  background-color: #00022b !important;
  border-color: #00022b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00045e !important;
  border-color: #00045e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00045e !important;
  border-color: #00045e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ed7231 !important;
  border-color: #ed7231 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f19260 !important;
  border-color: #f19260 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f19260 !important;
  border-color: #f19260 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #075e54 !important;
  border-color: #075e54 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0b8d7e !important;
  border-color: #0b8d7e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b8d7e !important;
  border-color: #0b8d7e !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ed7231;
  color: #ed7231;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b74a10 !important;
  background-color: transparent !important;
  border-color: #b74a10 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed7231 !important;
  border-color: #ed7231 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed7231;
  color: #ed7231;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b74a10 !important;
  background-color: transparent !important;
  border-color: #b74a10 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed7231 !important;
  border-color: #ed7231 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4390d1;
  color: #4390d1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #256498 !important;
  background-color: transparent !important;
  border-color: #256498 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4390d1 !important;
  border-color: #4390d1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00022b;
  color: #00022b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00022b !important;
  border-color: #00022b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ed7231;
  color: #ed7231;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b74a10 !important;
  background-color: transparent !important;
  border-color: #b74a10 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ed7231 !important;
  border-color: #ed7231 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #075e54;
  color: #075e54;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010d0c !important;
  background-color: transparent !important;
  border-color: #010d0c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #075e54 !important;
  border-color: #075e54 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ed7231 !important;
}
.text-secondary {
  color: #ed7231 !important;
}
.text-success {
  color: #00022b !important;
}
.text-info {
  color: #4390d1 !important;
}
.text-warning {
  color: #ed7231 !important;
}
.text-danger {
  color: #075e54 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a9440f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a9440f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #225b8c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a9440f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #ed7231;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4390d1;
}
.alert-warning {
  background-color: #ed7231;
}
.alert-danger {
  background-color: #075e54;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed7231;
  border-color: #ed7231;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ed7231;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9196ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e7f1f9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf2ed;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #10d5be;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ed7231 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ed7231;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed7231;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed7231;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed7231;
  border-bottom-color: #ed7231;
}
.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: #ed7231 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ed7231 !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='%23ed7231' %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 {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #ed7231 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
img {
  border-radius: .3rem !important;
}
.cid-uzb16TyFOB .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uzb16TyFOB .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uzb16TyFOB .nav-item:focus,
.cid-uzb16TyFOB .nav-link:focus {
  outline: none;
}
.cid-uzb16TyFOB .text-white:hover,
.cid-uzb16TyFOB .text-white:active,
.cid-uzb16TyFOB .text-white:focus {
  color: white!important;
}
.cid-uzb16TyFOB .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uzb16TyFOB .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uzb16TyFOB .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uzb16TyFOB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uzb16TyFOB .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uzb16TyFOB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzb16TyFOB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzb16TyFOB .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uzb16TyFOB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzb16TyFOB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzb16TyFOB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uzb16TyFOB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzb16TyFOB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uzb16TyFOB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uzb16TyFOB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzb16TyFOB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzb16TyFOB .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uzb16TyFOB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzb16TyFOB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzb16TyFOB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzb16TyFOB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uzb16TyFOB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzb16TyFOB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzb16TyFOB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzb16TyFOB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzb16TyFOB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uzb16TyFOB .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uzb16TyFOB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uzb16TyFOB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzb16TyFOB .section {
  position: relative;
  overflow: visible!important;
}
.cid-uzb16TyFOB .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uzb16TyFOB .dropdown-item:hover {
  color: black!important;
}
.cid-uzb16TyFOB .dropdown-menu {
  background-color: white!important;
}
.cid-uzb16TyFOB .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uzb16TyFOB .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uzb16TyFOB .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uzb16TyFOB .nav-item .nav-link {
    position: relative;
  }
}
.cid-uzb16TyFOB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzb16TyFOB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzb16TyFOB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uzb16TyFOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzb16TyFOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzb16TyFOB .collapsed {
  flex-direction: row!important;
}
.cid-uzb16TyFOB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzb16TyFOB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzb16TyFOB .navbar-caption {
  font-weight: 600!important;
}
.cid-uzb16TyFOB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzb16TyFOB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzb16TyFOB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzb16TyFOB .dropdown-item.active,
.cid-uzb16TyFOB .dropdown-item:active {
  background-color: transparent;
}
.cid-uzb16TyFOB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzb16TyFOB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzb16TyFOB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzb16TyFOB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uzb16TyFOB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzb16TyFOB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzb16TyFOB .navbar-buttons {
  text-align: center;
}
.cid-uzb16TyFOB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzb16TyFOB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uzb16TyFOB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uzb16TyFOB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uzb16TyFOB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uzb16TyFOB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uzb16TyFOB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzb16TyFOB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uzb16TyFOB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uzb16TyFOB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzb16TyFOB .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uzb16TyFOB .nav-link {
  font-weight: 600!important;
}
.cid-uzb16TyFOB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzb16TyFOB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uzb16TyFOB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uzb16TyFOB .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzb16TyFOB .navbar {
    height: 77px;
  }
  .cid-uzb16TyFOB .navbar.opened {
    height: auto;
  }
  .cid-uzb16TyFOB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzb2oe6bBU {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-uzb2oe6bBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzb2oe6bBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzb2oe6bBU .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzb2oe6bBU .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzb2oe6bBU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzb2oe6bBU .container {
    padding: 0 16px;
  }
}
.cid-uzb2oe6bBU .card {
  justify-content: center;
}
.cid-uzb2oe6bBU .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzb2oe6bBU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzb2oe6bBU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzb2oe6bBU .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzb2oe6bBU .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uzb2oe6bBU iframe {
  border-radius: 3rem !important;
  height: 670px !important;
}
@media (max-width: 1200px) {
  .cid-uzb2oe6bBU iframe {
    height: 450px !important;
  }
}
.cid-uzb2oe6bBU .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uzb2oe6bBU .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uzb2oe6bBU .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uzb2oe6bBU .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uzb2oe6bBU .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uzb2oe6bBU .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uzb2oe6bBU .mbr-section-title {
  color: #ffffff;
}
.cid-uzb2oe6bBU .mbr-text {
  color: #f4f4f4;
}
.cid-uzaPwdgkXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uzaPwdgkXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzaPwdgkXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzaPwdgkXj .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uzaPwdgkXj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzaPwdgkXj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzaPwdgkXj .container {
    padding: 0 16px;
  }
}
.cid-uzaPwdgkXj .image-wrapper {
  height: 100%;
}
.cid-uzaPwdgkXj .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzaPwdgkXj .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: 0.3rem !important;
  }
}
.cid-uzaPwdgkXj .content-wrapper {
  padding: 150px 150px 150px 32px ;
  padding: 150px 32px 150px 150px;
}
@media (max-width: 1440px) {
  .cid-uzaPwdgkXj .content-wrapper {
    padding: 150px 32px 150px 96px;
  }
}
@media (max-width: 992px) {
  .cid-uzaPwdgkXj .content-wrapper {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 1440px) {
  .cid-uzaPwdgkXj .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uzaPwdgkXj .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uzaPwdgkXj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzaPwdgkXj .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uzaPwdgkXj .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzaPwdgkXj .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uzaPwdgkXj .mbr-section-title {
  color: #1c1c1c;
}
.cid-uzaPwdgkXj .mbr-text {
  color: #1c1c1c;
  text-align: left;
}
.cid-uBUTs7m7Ik {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-uBUTs7m7Ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUTs7m7Ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUTs7m7Ik .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uBUTs7m7Ik .team-card:hover {
  transform: translateY(-10px);
}
.cid-uBUTs7m7Ik .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uBUTs7m7Ik .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBUTs7m7Ik .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uBUTs7m7Ik .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUTs7m7Ik .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uBUTs7m7Ik .social-row {
  text-align: center;
}
.cid-uBUTs7m7Ik .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uBUTs7m7Ik .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uBUTs7m7Ik .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBUTs7m7Ik .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uBUTs7m7Ik .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uBUTs7m7Ik .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBUTs7m7Ik .embla__button--next,
.cid-uBUTs7m7Ik .embla__button--prev {
  display: flex;
}
.cid-uBUTs7m7Ik .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBUTs7m7Ik .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBUTs7m7Ik .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uBUTs7m7Ik .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBUTs7m7Ik .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBUTs7m7Ik .embla__button {
    top: auto;
  }
}
.cid-uBUTs7m7Ik .embla {
  position: relative;
  width: 100%;
}
.cid-uBUTs7m7Ik .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBUTs7m7Ik .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBUTs7m7Ik .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBUTs7m7Ik .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzckhNEqJ1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00022b;
}
.cid-uzckhNEqJ1 H1 {
  color: #ed7231;
  text-align: center;
}
.cid-uzckhNEqJ1 .mbr-text,
.cid-uzckhNEqJ1 .mbr-section-btn {
  color: #716c80;
}
.cid-uzckhNEqJ1 H3 {
  color: #716c80;
}
.cid-uzckhNEqJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzckhNEqJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcdyGXKll {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #00022b;
}
.cid-uzcdyGXKll p {
  line-height: 1.6;
}
.cid-uzcdyGXKll .card-box {
  width: -webkit-fill-available;
}
.cid-uzcdyGXKll .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uzcdyGXKll .card-img .img1 {
  color: #eb611d !important;
}
.cid-uzcdyGXKll .card-img .img2 {
  color: #eb611d !important;
}
.cid-uzcdyGXKll .card-img .img3 {
  color: #eb611d !important;
}
.cid-uzcdyGXKll .card-img .img4 {
  color: #eb611d !important;
}
.cid-uzcdyGXKll .card-img .img5 {
  color: #eb611d !important;
}
.cid-uzcdyGXKll .card-img .img6 {
  color: #eb611d !important;
}
.cid-uzcdyGXKll .mbr-iconfont {
  font-size: 3.5rem !important;
}
.cid-uzcdyGXKll .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uzcdyGXKll .card {
  height: 100%;
  margin: auto;
}
.cid-uzcdyGXKll img {
  width: 100%;
  heigth: auto;
}
.cid-uzcdyGXKll .card-title1 {
  color: #ed7231;
}
.cid-uzcdyGXKll .mbr-text1 {
  color: #716c80;
}
.cid-uzcdyGXKll .card-title2 {
  color: #ed7231;
}
.cid-uzcdyGXKll .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzcdyGXKll .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uzcdyGXKll .card-img {
    order: 1;
  }
  .cid-uzcdyGXKll .card-box {
    order: 2;
  }
}
.cid-uzcdyGXKll .card-img {
  width: auto;
}
.cid-uzcdyGXKll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcdyGXKll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBU1TdPkEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151b9a;
}
.cid-uBU1TdPkEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBU1TdPkEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBU1TdPkEV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBU1TdPkEV .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uBU1TdPkEV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBU1TdPkEV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBU1TdPkEV .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ed7231, #292739);
}
@media (max-width: 992px) {
  .cid-uBU1TdPkEV .border-wrap {
    margin-top: 32px;
  }
}
.cid-uBU1TdPkEV .mbr-section-title {
  color: #ffffff;
}
.cid-uBU1TdPkEV .mbr-text,
.cid-uBU1TdPkEV .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uBU1TdPkEV .mbr-section-title,
.cid-uBU1TdPkEV .mbr-section-btn {
  text-align: center;
}
.cid-uzaPwdwWP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uzaPwdwWP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzaPwdwWP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzaPwdwWP5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzaPwdwWP5 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzaPwdwWP5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzaPwdwWP5 .container {
    padding: 0 16px;
  }
}
.cid-uzaPwdwWP5 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzaPwdwWP5 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uzaPwdwWP5 .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #000000;
}
.cid-uzaPwdwWP5 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uzaPwdwWP5 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uzaPwdwWP5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uzaPwdwWP5 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uzaPwdwWP5 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uzaPwdwWP5 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uzaPwdwWP5 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uzaPwdwWP5 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uzaPwdwWP5 .mbr-section-title {
  color: #000000;
}
.cid-uzaPwdwWP5 .panel-number {
  color: #000000;
}
.cid-uzaPwdwWP5 .panel-title-edit {
  color: #000000;
}
.cid-uzaPwdwWP5 .panel-text {
  color: #000000;
}
.cid-uBU4rzkMoW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #00022b;
}
.cid-uBU4rzkMoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBU4rzkMoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBU4rzkMoW .container-fluid {
  max-width: 100%;
}
.cid-uBU4rzkMoW .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uBU4rzkMoW .mbr-section-title {
  color: #9b8db7;
}
.cid-uBU4rzkMoW .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uBU4rzkMoW .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uBU4rzkMoW .google-map {
    max-height: 75vh;
  }
}
.cid-uBU4rzkMoW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBU4rzkMoW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBU4rzkMoW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBU4rzkMoW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBUavkMDnl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uBUavkMDnl .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uBUavkMDnl .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uBUavkMDnl .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uBUavkMDnl .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBUavkMDnl .row > div {
    margin: auto;
  }
}
.cid-uBUavkMDnl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBUavkMDnl .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uBUavkMDnl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBUavkMDnl .list {
    margin-bottom: 0rem;
  }
}
.cid-uBUavkMDnl .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uBUavkMDnl .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uBUavkMDnl .row {
    display: grid;
  }
  .cid-uBUavkMDnl .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uBUavkMDnl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBUavkMDnl .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uBUavkMDnl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBUavkMDnl .mbr-section-subtitle {
  color: #c65108;
}
.cid-uBUavkMDnl .copyright {
  color: #c65108;
}
.cid-uBUavkMDnl .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBUavkMDnl .social-wrap .soc-item a {
  display: block;
}
.cid-uBUavkMDnl .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBUavkMDnl .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBUavkMDnl .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBV83YHsfu .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uBV83YHsfu .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uBV83YHsfu .nav-item:focus,
.cid-uBV83YHsfu .nav-link:focus {
  outline: none;
}
.cid-uBV83YHsfu .text-white:hover,
.cid-uBV83YHsfu .text-white:active,
.cid-uBV83YHsfu .text-white:focus {
  color: white!important;
}
.cid-uBV83YHsfu .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uBV83YHsfu .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uBV83YHsfu .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uBV83YHsfu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uBV83YHsfu .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uBV83YHsfu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBV83YHsfu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBV83YHsfu .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uBV83YHsfu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBV83YHsfu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBV83YHsfu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBV83YHsfu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBV83YHsfu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBV83YHsfu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBV83YHsfu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBV83YHsfu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBV83YHsfu .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uBV83YHsfu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBV83YHsfu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBV83YHsfu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBV83YHsfu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBV83YHsfu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBV83YHsfu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBV83YHsfu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBV83YHsfu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBV83YHsfu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBV83YHsfu .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uBV83YHsfu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBV83YHsfu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBV83YHsfu .section {
  position: relative;
  overflow: visible!important;
}
.cid-uBV83YHsfu .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uBV83YHsfu .dropdown-item:hover {
  color: black!important;
}
.cid-uBV83YHsfu .dropdown-menu {
  background-color: white!important;
}
.cid-uBV83YHsfu .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uBV83YHsfu .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uBV83YHsfu .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uBV83YHsfu .nav-item .nav-link {
    position: relative;
  }
}
.cid-uBV83YHsfu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBV83YHsfu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBV83YHsfu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uBV83YHsfu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBV83YHsfu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBV83YHsfu .collapsed {
  flex-direction: row!important;
}
.cid-uBV83YHsfu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBV83YHsfu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBV83YHsfu .navbar-caption {
  font-weight: 600!important;
}
.cid-uBV83YHsfu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBV83YHsfu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBV83YHsfu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBV83YHsfu .dropdown-item.active,
.cid-uBV83YHsfu .dropdown-item:active {
  background-color: transparent;
}
.cid-uBV83YHsfu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBV83YHsfu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBV83YHsfu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBV83YHsfu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uBV83YHsfu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBV83YHsfu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBV83YHsfu .navbar-buttons {
  text-align: center;
}
.cid-uBV83YHsfu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBV83YHsfu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uBV83YHsfu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBV83YHsfu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBV83YHsfu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBV83YHsfu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBV83YHsfu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBV83YHsfu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBV83YHsfu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBV83YHsfu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBV83YHsfu .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBV83YHsfu .nav-link {
  font-weight: 600!important;
}
.cid-uBV83YHsfu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBV83YHsfu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBV83YHsfu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBV83YHsfu .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBV83YHsfu .navbar {
    height: 77px;
  }
  .cid-uBV83YHsfu .navbar.opened {
    height: auto;
  }
  .cid-uBV83YHsfu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC6hUE3VRz {
  background-image: url("../../../assets/images/conectividade-segura-e-servidores-configurados-para-mxima-eficincia.webp");
}
.cid-uC6hUE3VRz .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bcfe1e;
  margin-bottom: 2rem;
}
.cid-uC6hUE3VRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6hUE3VRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6pezVdgv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uC6pezVdgv .container {
    padding: 0 24px;
  }
}
.cid-uC6pezVdgv .card {
  justify-content: center;
}
.cid-uC6pezVdgv .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uC6pezVdgv .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uC6pezVdgv .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC6pezVdgv .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uC6pezVdgv .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uC6pezVdgv .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uC6pezVdgv .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uC6pezVdgv .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uC6pezVdgv .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uC6pezVdgv .mbr-section-title {
  color: #F9F6E0;
}
.cid-uC6pezVdgv .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uC6pezVdgv .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uC6pezVdgv .mbr-section-btn {
  text-align: right;
}
.cid-uC6pezVdgv .mbr-section-title,
.cid-uC6pezVdgv .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uCzmv19V0Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzmv19V0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzmv19V0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzmv19V0Y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCzmv19V0Y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uCzmv19V0Y ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #ed7231;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uCzmv19V0Y H3 {
  text-align: center;
}
.cid-uC6rFpNsnK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC6rFpNsnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6rFpNsnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6rFpNsnK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uC6rFpNsnK .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uC6rFpNsnK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uC6rFpNsnK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uC6rFpNsnK .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uC6rFpNsnK .border-wrap {
    margin-top: 32px;
  }
}
.cid-uC6rFpNsnK .mbr-section-title {
  color: #ffffff;
}
.cid-uC6rFpNsnK .mbr-text,
.cid-uC6rFpNsnK .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uC6rFpNsnK .mbr-section-title,
.cid-uC6rFpNsnK .mbr-section-btn {
  text-align: center;
}
.cid-uC6yrhcLBC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #00022b;
}
.cid-uC6yrhcLBC .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uC6yrhcLBC .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uC6yrhcLBC .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uC6yrhcLBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6yrhcLBC .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-uC6yrhcLBC .container {
    padding: 0 30px;
  }
}
.cid-uC6yrhcLBC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uC6yrhcLBC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uC6yrhcLBC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uC6yrhcLBC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uC6yrhcLBC .mbr-section-title {
  color: #ffffff;
}
.cid-uC6yrhcLBC .mbr-text,
.cid-uC6yrhcLBC .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uC6yrhcLBC .mbr-section-title,
.cid-uC6yrhcLBC .mbr-section-btn {
  text-align: center;
}
.cid-uC6uOj26PV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00022b;
  overflow: hidden;
}
.cid-uC6uOj26PV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6uOj26PV .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-uC6uOj26PV .container {
    padding: 0 22px;
  }
}
.cid-uC6uOj26PV .row {
  justify-content: space-between;
}
.cid-uC6uOj26PV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper {
  display: none;
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-uC6uOj26PV .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-uC6uOj26PV .content-wrapper {
  padding-top: 40px;
}
.cid-uC6uOj26PV .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uC6uOj26PV .content-wrapper .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC6uOj26PV .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uC6uOj26PV .mbr-section-title {
  color: #ffffff;
}
.cid-uC6uOj26PV .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBV83ZzoN0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00022b;
}
.cid-uBV83ZzoN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV83ZzoN0 .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-uBV83ZzoN0 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBV83ZzoN0 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBV83ZzoN0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBV83ZzoN0 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uBV83ZzoN0 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBV83ZzoN0 .buttons-wrapper {
    text-align: left;
  }
}
.cid-uBV83ZzoN0 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uBV83ZzoN0 .mbr-section-title {
  color: #262642;
}
.cid-uBV83ZzoN0 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uBV83ZzoN0 .mbr-section-title,
.cid-uBV83ZzoN0 .buttons-wrapper {
  color: #ffffff;
}
.cid-uBV83ZX2Ft {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.cid-uBV83ZX2Ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV83ZX2Ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBV83ZX2Ft .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uBV83ZX2Ft .team-card:hover {
  transform: translateY(-10px);
}
.cid-uBV83ZX2Ft .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uBV83ZX2Ft .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBV83ZX2Ft .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uBV83ZX2Ft .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV83ZX2Ft .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uBV83ZX2Ft .social-row {
  text-align: center;
}
.cid-uBV83ZX2Ft .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uBV83ZX2Ft .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uBV83ZX2Ft .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBV83ZX2Ft .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uBV83ZX2Ft .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uBV83ZX2Ft .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBV83ZX2Ft .embla__button--next,
.cid-uBV83ZX2Ft .embla__button--prev {
  display: flex;
}
.cid-uBV83ZX2Ft .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBV83ZX2Ft .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBV83ZX2Ft .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uBV83ZX2Ft .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBV83ZX2Ft .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBV83ZX2Ft .embla__button {
    top: auto;
  }
}
.cid-uBV83ZX2Ft .embla {
  position: relative;
  width: 100%;
}
.cid-uBV83ZX2Ft .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBV83ZX2Ft .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBV83ZX2Ft .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBV83ZX2Ft .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uC6IriacCO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uC6IriacCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6IriacCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6IriacCO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uC6IriacCO .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uC6IriacCO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uC6IriacCO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uC6IriacCO .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uC6IriacCO .border-wrap {
    margin-top: 32px;
  }
}
.cid-uC6IriacCO .mbr-section-title {
  color: #ffffff;
}
.cid-uC6IriacCO .mbr-text,
.cid-uC6IriacCO .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uC6IriacCO .mbr-section-title,
.cid-uC6IriacCO .mbr-section-btn {
  text-align: center;
}
.cid-uBV840WFSa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uBV840WFSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV840WFSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBV840WFSa .container-fluid {
  max-width: 100%;
}
.cid-uBV840WFSa .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uBV840WFSa .mbr-section-title {
  color: #9b8db7;
}
.cid-uBV840WFSa .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uBV840WFSa .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uBV840WFSa .google-map {
    max-height: 75vh;
  }
}
.cid-uBV840WFSa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBV840WFSa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBV840WFSa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBV840WFSa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBV841r8CN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uBV841r8CN .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uBV841r8CN .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uBV841r8CN .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uBV841r8CN .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBV841r8CN .row > div {
    margin: auto;
  }
}
.cid-uBV841r8CN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBV841r8CN .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uBV841r8CN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBV841r8CN .list {
    margin-bottom: 0rem;
  }
}
.cid-uBV841r8CN .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uBV841r8CN .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uBV841r8CN .row {
    display: grid;
  }
  .cid-uBV841r8CN .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uBV841r8CN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBV841r8CN .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uBV841r8CN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBV841r8CN .mbr-section-subtitle {
  color: #c65108;
}
.cid-uBV841r8CN .copyright {
  color: #c65108;
}
.cid-uBV841r8CN .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBV841r8CN .social-wrap .soc-item a {
  display: block;
}
.cid-uBV841r8CN .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBV841r8CN .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBV841r8CN .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCpBLiCUo0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCpBLiCUo0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uCpBLiCUo0 .nav-item:focus,
.cid-uCpBLiCUo0 .nav-link:focus {
  outline: none;
}
.cid-uCpBLiCUo0 .text-white:hover,
.cid-uCpBLiCUo0 .text-white:active,
.cid-uCpBLiCUo0 .text-white:focus {
  color: white!important;
}
.cid-uCpBLiCUo0 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uCpBLiCUo0 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uCpBLiCUo0 .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uCpBLiCUo0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uCpBLiCUo0 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCpBLiCUo0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCpBLiCUo0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCpBLiCUo0 .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uCpBLiCUo0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCpBLiCUo0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCpBLiCUo0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uCpBLiCUo0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCpBLiCUo0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uCpBLiCUo0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uCpBLiCUo0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCpBLiCUo0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCpBLiCUo0 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCpBLiCUo0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCpBLiCUo0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCpBLiCUo0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uCpBLiCUo0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCpBLiCUo0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCpBLiCUo0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCpBLiCUo0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCpBLiCUo0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCpBLiCUo0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uCpBLiCUo0 .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uCpBLiCUo0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCpBLiCUo0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCpBLiCUo0 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uCpBLiCUo0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uCpBLiCUo0 .dropdown-item:hover {
  color: black!important;
}
.cid-uCpBLiCUo0 .dropdown-menu {
  background-color: white!important;
}
.cid-uCpBLiCUo0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uCpBLiCUo0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCpBLiCUo0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uCpBLiCUo0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uCpBLiCUo0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCpBLiCUo0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCpBLiCUo0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uCpBLiCUo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCpBLiCUo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCpBLiCUo0 .collapsed {
  flex-direction: row!important;
}
.cid-uCpBLiCUo0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCpBLiCUo0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCpBLiCUo0 .navbar-caption {
  font-weight: 600!important;
}
.cid-uCpBLiCUo0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCpBLiCUo0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCpBLiCUo0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCpBLiCUo0 .dropdown-item.active,
.cid-uCpBLiCUo0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCpBLiCUo0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCpBLiCUo0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCpBLiCUo0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCpBLiCUo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uCpBLiCUo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCpBLiCUo0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCpBLiCUo0 .navbar-buttons {
  text-align: center;
}
.cid-uCpBLiCUo0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCpBLiCUo0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uCpBLiCUo0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCpBLiCUo0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCpBLiCUo0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCpBLiCUo0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCpBLiCUo0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCpBLiCUo0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCpBLiCUo0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCpBLiCUo0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCpBLiCUo0 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCpBLiCUo0 .nav-link {
  font-weight: 600!important;
}
.cid-uCpBLiCUo0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCpBLiCUo0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCpBLiCUo0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uCpBLiCUo0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCpBLiCUo0 .navbar {
    height: 77px;
  }
  .cid-uCpBLiCUo0 .navbar.opened {
    height: auto;
  }
  .cid-uCpBLiCUo0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCpBLj5plt {
  background-image: url("../../../assets/images/formatacao-1280x812.webp");
}
.cid-uCpBLj5plt .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bcfe1e;
  margin-bottom: 2rem;
}
.cid-uCpBLj5plt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpBLj5plt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpBLjqkSn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCpBLjqkSn .container {
    padding: 0 24px;
  }
}
.cid-uCpBLjqkSn .card {
  justify-content: center;
}
.cid-uCpBLjqkSn .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCpBLjqkSn .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uCpBLjqkSn .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpBLjqkSn .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCpBLjqkSn .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uCpBLjqkSn .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uCpBLjqkSn .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCpBLjqkSn .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uCpBLjqkSn .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uCpBLjqkSn .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCpBLjqkSn .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uCpBLjqkSn .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uCpBLjqkSn .mbr-section-btn {
  text-align: right;
}
.cid-uCpBLjqkSn .mbr-section-title,
.cid-uCpBLjqkSn .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uCzzBAGMZ0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzzBAGMZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzzBAGMZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzzBAGMZ0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCzzBAGMZ0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uCzzBAGMZ0 ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #ed7231;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uCzzBAGMZ0 H3 {
  text-align: center;
}
.cid-uCpBLjXrWi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCpBLjXrWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpBLjXrWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpBLjXrWi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCpBLjXrWi .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCpBLjXrWi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCpBLjXrWi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCpBLjXrWi .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCpBLjXrWi .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCpBLjXrWi .mbr-section-title {
  color: #ffffff;
}
.cid-uCpBLjXrWi .mbr-text,
.cid-uCpBLjXrWi .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCpBLjXrWi .mbr-section-title,
.cid-uCpBLjXrWi .mbr-section-btn {
  text-align: center;
}
.cid-uCpBLkdLqu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #00022b;
}
.cid-uCpBLkdLqu .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpBLkdLqu .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpBLkdLqu .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpBLkdLqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpBLkdLqu .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-uCpBLkdLqu .container {
    padding: 0 30px;
  }
}
.cid-uCpBLkdLqu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCpBLkdLqu .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCpBLkdLqu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCpBLkdLqu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uCpBLkdLqu .mbr-section-title {
  color: #ffffff;
}
.cid-uCpBLkdLqu .mbr-text,
.cid-uCpBLkdLqu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCpBLkdLqu .mbr-section-title,
.cid-uCpBLkdLqu .mbr-section-btn {
  text-align: center;
}
.cid-uCpBLku0yy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00022b;
  overflow: hidden;
}
.cid-uCpBLku0yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpBLku0yy .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-uCpBLku0yy .container {
    padding: 0 22px;
  }
}
.cid-uCpBLku0yy .row {
  justify-content: space-between;
}
.cid-uCpBLku0yy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper {
  display: none;
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-uCpBLku0yy .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-uCpBLku0yy .content-wrapper {
  padding-top: 40px;
}
.cid-uCpBLku0yy .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uCpBLku0yy .content-wrapper .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCpBLku0yy .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCpBLku0yy .mbr-section-title {
  color: #ffffff;
}
.cid-uCpBLku0yy .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCpBLl5ZEC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00022b;
}
.cid-uCpBLl5ZEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpBLl5ZEC .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-uCpBLl5ZEC .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpBLl5ZEC .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCpBLl5ZEC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCpBLl5ZEC .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCpBLl5ZEC .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCpBLl5ZEC .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCpBLl5ZEC .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCpBLl5ZEC .mbr-section-title {
  color: #262642;
}
.cid-uCpBLl5ZEC .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uCpBLl5ZEC .mbr-section-title,
.cid-uCpBLl5ZEC .buttons-wrapper {
  color: #ffffff;
}
.cid-uCpBLlmcSM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.cid-uCpBLlmcSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpBLlmcSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpBLlmcSM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCpBLlmcSM .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCpBLlmcSM .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCpBLlmcSM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCpBLlmcSM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCpBLlmcSM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCpBLlmcSM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCpBLlmcSM .social-row {
  text-align: center;
}
.cid-uCpBLlmcSM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCpBLlmcSM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCpBLlmcSM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCpBLlmcSM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCpBLlmcSM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCpBLlmcSM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCpBLlmcSM .embla__button--next,
.cid-uCpBLlmcSM .embla__button--prev {
  display: flex;
}
.cid-uCpBLlmcSM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCpBLlmcSM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCpBLlmcSM .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCpBLlmcSM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCpBLlmcSM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCpBLlmcSM .embla__button {
    top: auto;
  }
}
.cid-uCpBLlmcSM .embla {
  position: relative;
  width: 100%;
}
.cid-uCpBLlmcSM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCpBLlmcSM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCpBLlmcSM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCpBLlmcSM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCpBLmPDNK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uCpBLmPDNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpBLmPDNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpBLmPDNK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCpBLmPDNK .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCpBLmPDNK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCpBLmPDNK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCpBLmPDNK .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCpBLmPDNK .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCpBLmPDNK .mbr-section-title {
  color: #ffffff;
}
.cid-uCpBLmPDNK .mbr-text,
.cid-uCpBLmPDNK .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCpBLmPDNK .mbr-section-title,
.cid-uCpBLmPDNK .mbr-section-btn {
  text-align: center;
}
.cid-uCpBLndPbw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uCpBLndPbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpBLndPbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpBLndPbw .container-fluid {
  max-width: 100%;
}
.cid-uCpBLndPbw .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uCpBLndPbw .mbr-section-title {
  color: #9b8db7;
}
.cid-uCpBLndPbw .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uCpBLndPbw .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uCpBLndPbw .google-map {
    max-height: 75vh;
  }
}
.cid-uCpBLndPbw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCpBLndPbw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCpBLndPbw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCpBLndPbw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCpBLnF9GZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uCpBLnF9GZ .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uCpBLnF9GZ .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uCpBLnF9GZ .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uCpBLnF9GZ .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uCpBLnF9GZ .row > div {
    margin: auto;
  }
}
.cid-uCpBLnF9GZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCpBLnF9GZ .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uCpBLnF9GZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpBLnF9GZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uCpBLnF9GZ .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uCpBLnF9GZ .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uCpBLnF9GZ .row {
    display: grid;
  }
  .cid-uCpBLnF9GZ .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uCpBLnF9GZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCpBLnF9GZ .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCpBLnF9GZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCpBLnF9GZ .mbr-section-subtitle {
  color: #c65108;
}
.cid-uCpBLnF9GZ .copyright {
  color: #c65108;
}
.cid-uCpBLnF9GZ .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCpBLnF9GZ .social-wrap .soc-item a {
  display: block;
}
.cid-uCpBLnF9GZ .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCpBLnF9GZ .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCpBLnF9GZ .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCpGYuUzSn .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCpGYuUzSn .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uCpGYuUzSn .nav-item:focus,
.cid-uCpGYuUzSn .nav-link:focus {
  outline: none;
}
.cid-uCpGYuUzSn .text-white:hover,
.cid-uCpGYuUzSn .text-white:active,
.cid-uCpGYuUzSn .text-white:focus {
  color: white!important;
}
.cid-uCpGYuUzSn .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uCpGYuUzSn .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uCpGYuUzSn .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uCpGYuUzSn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uCpGYuUzSn .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCpGYuUzSn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCpGYuUzSn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCpGYuUzSn .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uCpGYuUzSn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCpGYuUzSn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCpGYuUzSn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uCpGYuUzSn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCpGYuUzSn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uCpGYuUzSn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uCpGYuUzSn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCpGYuUzSn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCpGYuUzSn .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCpGYuUzSn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCpGYuUzSn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCpGYuUzSn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uCpGYuUzSn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCpGYuUzSn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCpGYuUzSn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCpGYuUzSn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCpGYuUzSn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCpGYuUzSn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uCpGYuUzSn .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uCpGYuUzSn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCpGYuUzSn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCpGYuUzSn .section {
  position: relative;
  overflow: visible!important;
}
.cid-uCpGYuUzSn .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uCpGYuUzSn .dropdown-item:hover {
  color: black!important;
}
.cid-uCpGYuUzSn .dropdown-menu {
  background-color: white!important;
}
.cid-uCpGYuUzSn .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uCpGYuUzSn .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCpGYuUzSn .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uCpGYuUzSn .nav-item .nav-link {
    position: relative;
  }
}
.cid-uCpGYuUzSn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCpGYuUzSn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCpGYuUzSn .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uCpGYuUzSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCpGYuUzSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCpGYuUzSn .collapsed {
  flex-direction: row!important;
}
.cid-uCpGYuUzSn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCpGYuUzSn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCpGYuUzSn .navbar-caption {
  font-weight: 600!important;
}
.cid-uCpGYuUzSn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCpGYuUzSn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCpGYuUzSn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCpGYuUzSn .dropdown-item.active,
.cid-uCpGYuUzSn .dropdown-item:active {
  background-color: transparent;
}
.cid-uCpGYuUzSn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCpGYuUzSn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCpGYuUzSn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCpGYuUzSn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uCpGYuUzSn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCpGYuUzSn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCpGYuUzSn .navbar-buttons {
  text-align: center;
}
.cid-uCpGYuUzSn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCpGYuUzSn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uCpGYuUzSn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCpGYuUzSn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCpGYuUzSn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCpGYuUzSn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCpGYuUzSn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCpGYuUzSn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCpGYuUzSn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCpGYuUzSn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCpGYuUzSn .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCpGYuUzSn .nav-link {
  font-weight: 600!important;
}
.cid-uCpGYuUzSn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCpGYuUzSn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCpGYuUzSn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uCpGYuUzSn .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCpGYuUzSn .navbar {
    height: 77px;
  }
  .cid-uCpGYuUzSn .navbar.opened {
    height: auto;
  }
  .cid-uCpGYuUzSn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCpGYvfbAR {
  background-image: url("../../../assets/images/proteja-seu-equipamento-com-uma-limpeza-profissional-1200x801.webp");
}
.cid-uCpGYvfbAR .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bcfe1e;
  margin-bottom: 2rem;
}
.cid-uCpGYvfbAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpGYvfbAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpGYvu3uv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCpGYvu3uv .container {
    padding: 0 24px;
  }
}
.cid-uCpGYvu3uv .card {
  justify-content: center;
}
.cid-uCpGYvu3uv .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCpGYvu3uv .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uCpGYvu3uv .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpGYvu3uv .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCpGYvu3uv .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uCpGYvu3uv .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uCpGYvu3uv .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCpGYvu3uv .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uCpGYvu3uv .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uCpGYvu3uv .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCpGYvu3uv .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uCpGYvu3uv .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uCpGYvu3uv .mbr-section-btn {
  text-align: right;
}
.cid-uCpGYvu3uv .mbr-section-title,
.cid-uCpGYvu3uv .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uCzAtgQ010 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzAtgQ010 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzAtgQ010 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzAtgQ010 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCzAtgQ010 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uCzAtgQ010 ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #ed7231;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uCzAtgQ010 H3 {
  text-align: center;
}
.cid-uCpGYw5qRx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCpGYw5qRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpGYw5qRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpGYw5qRx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCpGYw5qRx .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCpGYw5qRx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCpGYw5qRx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCpGYw5qRx .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCpGYw5qRx .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCpGYw5qRx .mbr-section-title {
  color: #ffffff;
}
.cid-uCpGYw5qRx .mbr-text,
.cid-uCpGYw5qRx .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCpGYw5qRx .mbr-section-title,
.cid-uCpGYw5qRx .mbr-section-btn {
  text-align: center;
}
.cid-uCpGYwmfC1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #00022b;
}
.cid-uCpGYwmfC1 .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpGYwmfC1 .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpGYwmfC1 .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpGYwmfC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpGYwmfC1 .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-uCpGYwmfC1 .container {
    padding: 0 30px;
  }
}
.cid-uCpGYwmfC1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCpGYwmfC1 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCpGYwmfC1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCpGYwmfC1 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uCpGYwmfC1 .mbr-section-title {
  color: #ffffff;
}
.cid-uCpGYwmfC1 .mbr-text,
.cid-uCpGYwmfC1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCpGYwmfC1 .mbr-section-title,
.cid-uCpGYwmfC1 .mbr-section-btn {
  text-align: center;
}
.cid-uCpGYwBWj9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00022b;
  overflow: hidden;
}
.cid-uCpGYwBWj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpGYwBWj9 .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-uCpGYwBWj9 .container {
    padding: 0 22px;
  }
}
.cid-uCpGYwBWj9 .row {
  justify-content: space-between;
}
.cid-uCpGYwBWj9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper {
  display: none;
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-uCpGYwBWj9 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-uCpGYwBWj9 .content-wrapper {
  padding-top: 40px;
}
.cid-uCpGYwBWj9 .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uCpGYwBWj9 .content-wrapper .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCpGYwBWj9 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCpGYwBWj9 .mbr-section-title {
  color: #ffffff;
}
.cid-uCpGYwBWj9 .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCpGYx0AJx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00022b;
}
.cid-uCpGYx0AJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpGYx0AJx .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-uCpGYx0AJx .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpGYx0AJx .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCpGYx0AJx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCpGYx0AJx .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCpGYx0AJx .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCpGYx0AJx .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCpGYx0AJx .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCpGYx0AJx .mbr-section-title {
  color: #262642;
}
.cid-uCpGYx0AJx .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uCpGYx0AJx .mbr-section-title,
.cid-uCpGYx0AJx .buttons-wrapper {
  color: #ffffff;
}
.cid-uCpGYxnITo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.cid-uCpGYxnITo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpGYxnITo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpGYxnITo .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCpGYxnITo .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCpGYxnITo .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCpGYxnITo .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCpGYxnITo .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCpGYxnITo .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCpGYxnITo .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCpGYxnITo .social-row {
  text-align: center;
}
.cid-uCpGYxnITo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCpGYxnITo .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCpGYxnITo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCpGYxnITo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCpGYxnITo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCpGYxnITo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCpGYxnITo .embla__button--next,
.cid-uCpGYxnITo .embla__button--prev {
  display: flex;
}
.cid-uCpGYxnITo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCpGYxnITo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCpGYxnITo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCpGYxnITo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCpGYxnITo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCpGYxnITo .embla__button {
    top: auto;
  }
}
.cid-uCpGYxnITo .embla {
  position: relative;
  width: 100%;
}
.cid-uCpGYxnITo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCpGYxnITo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCpGYxnITo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCpGYxnITo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCAbowqO5n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f4f4f4;
}
.cid-uCAbowqO5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCAbowqO5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCAbowqO5n .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCAbowqO5n .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCAbowqO5n .card-wrap {
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #f4f4f4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCAbowqO5n .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCAbowqO5n .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCAbowqO5n .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCAbowqO5n .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCAbowqO5n .social-row {
  text-align: center;
}
.cid-uCAbowqO5n .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCAbowqO5n .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCAbowqO5n .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCAbowqO5n .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCAbowqO5n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCAbowqO5n .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCAbowqO5n .embla__button--next,
.cid-uCAbowqO5n .embla__button--prev {
  display: flex;
}
.cid-uCAbowqO5n .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCAbowqO5n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCAbowqO5n .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCAbowqO5n .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCAbowqO5n .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCAbowqO5n .embla__button {
    top: auto;
  }
}
.cid-uCAbowqO5n .embla {
  position: relative;
  width: 100%;
}
.cid-uCAbowqO5n .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCAbowqO5n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCAbowqO5n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCAbowqO5n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCpGYyg8FT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uCpGYyg8FT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpGYyg8FT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpGYyg8FT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCpGYyg8FT .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCpGYyg8FT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCpGYyg8FT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCpGYyg8FT .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCpGYyg8FT .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCpGYyg8FT .mbr-section-title {
  color: #ffffff;
}
.cid-uCpGYyg8FT .mbr-text,
.cid-uCpGYyg8FT .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCpGYyg8FT .mbr-section-title,
.cid-uCpGYyg8FT .mbr-section-btn {
  text-align: center;
}
.cid-uCpGYyCZt8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uCpGYyCZt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpGYyCZt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpGYyCZt8 .container-fluid {
  max-width: 100%;
}
.cid-uCpGYyCZt8 .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uCpGYyCZt8 .mbr-section-title {
  color: #9b8db7;
}
.cid-uCpGYyCZt8 .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uCpGYyCZt8 .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uCpGYyCZt8 .google-map {
    max-height: 75vh;
  }
}
.cid-uCpGYyCZt8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCpGYyCZt8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCpGYyCZt8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCpGYyCZt8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCpGYz1wk2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uCpGYz1wk2 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uCpGYz1wk2 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uCpGYz1wk2 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uCpGYz1wk2 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uCpGYz1wk2 .row > div {
    margin: auto;
  }
}
.cid-uCpGYz1wk2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCpGYz1wk2 .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uCpGYz1wk2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpGYz1wk2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uCpGYz1wk2 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uCpGYz1wk2 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uCpGYz1wk2 .row {
    display: grid;
  }
  .cid-uCpGYz1wk2 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uCpGYz1wk2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCpGYz1wk2 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCpGYz1wk2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCpGYz1wk2 .mbr-section-subtitle {
  color: #c65108;
}
.cid-uCpGYz1wk2 .copyright {
  color: #c65108;
}
.cid-uCpGYz1wk2 .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCpGYz1wk2 .social-wrap .soc-item a {
  display: block;
}
.cid-uCpGYz1wk2 .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCpGYz1wk2 .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCpGYz1wk2 .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCpOoImGLM .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCpOoImGLM .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uCpOoImGLM .nav-item:focus,
.cid-uCpOoImGLM .nav-link:focus {
  outline: none;
}
.cid-uCpOoImGLM .text-white:hover,
.cid-uCpOoImGLM .text-white:active,
.cid-uCpOoImGLM .text-white:focus {
  color: white!important;
}
.cid-uCpOoImGLM .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uCpOoImGLM .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uCpOoImGLM .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uCpOoImGLM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uCpOoImGLM .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCpOoImGLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCpOoImGLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCpOoImGLM .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uCpOoImGLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCpOoImGLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCpOoImGLM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uCpOoImGLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCpOoImGLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uCpOoImGLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uCpOoImGLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCpOoImGLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCpOoImGLM .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCpOoImGLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCpOoImGLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCpOoImGLM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uCpOoImGLM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCpOoImGLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCpOoImGLM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCpOoImGLM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCpOoImGLM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCpOoImGLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uCpOoImGLM .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uCpOoImGLM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCpOoImGLM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCpOoImGLM .section {
  position: relative;
  overflow: visible!important;
}
.cid-uCpOoImGLM .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uCpOoImGLM .dropdown-item:hover {
  color: black!important;
}
.cid-uCpOoImGLM .dropdown-menu {
  background-color: white!important;
}
.cid-uCpOoImGLM .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uCpOoImGLM .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCpOoImGLM .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uCpOoImGLM .nav-item .nav-link {
    position: relative;
  }
}
.cid-uCpOoImGLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCpOoImGLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCpOoImGLM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uCpOoImGLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCpOoImGLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCpOoImGLM .collapsed {
  flex-direction: row!important;
}
.cid-uCpOoImGLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCpOoImGLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCpOoImGLM .navbar-caption {
  font-weight: 600!important;
}
.cid-uCpOoImGLM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCpOoImGLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCpOoImGLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCpOoImGLM .dropdown-item.active,
.cid-uCpOoImGLM .dropdown-item:active {
  background-color: transparent;
}
.cid-uCpOoImGLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCpOoImGLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCpOoImGLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCpOoImGLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uCpOoImGLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCpOoImGLM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCpOoImGLM .navbar-buttons {
  text-align: center;
}
.cid-uCpOoImGLM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCpOoImGLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uCpOoImGLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCpOoImGLM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCpOoImGLM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCpOoImGLM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCpOoImGLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCpOoImGLM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCpOoImGLM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCpOoImGLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCpOoImGLM .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCpOoImGLM .nav-link {
  font-weight: 600!important;
}
.cid-uCpOoImGLM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCpOoImGLM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCpOoImGLM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uCpOoImGLM .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCpOoImGLM .navbar {
    height: 77px;
  }
  .cid-uCpOoImGLM .navbar.opened {
    height: auto;
  }
  .cid-uCpOoImGLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCpOoIHcOj {
  background-image: url("../../../assets/images/upgrade-1200x800.webp");
}
.cid-uCpOoIHcOj .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bcfe1e;
  margin-bottom: 2rem;
}
.cid-uCpOoIHcOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpOoIHcOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpOoIZ9ZK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCpOoIZ9ZK .container {
    padding: 0 24px;
  }
}
.cid-uCpOoIZ9ZK .card {
  justify-content: center;
}
.cid-uCpOoIZ9ZK .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCpOoIZ9ZK .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uCpOoIZ9ZK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpOoIZ9ZK .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCpOoIZ9ZK .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uCpOoIZ9ZK .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uCpOoIZ9ZK .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCpOoIZ9ZK .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uCpOoIZ9ZK .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uCpOoIZ9ZK .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCpOoIZ9ZK .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uCpOoIZ9ZK .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uCpOoIZ9ZK .mbr-section-btn {
  text-align: right;
}
.cid-uCpOoIZ9ZK .mbr-section-title,
.cid-uCpOoIZ9ZK .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uCzzdy7KUx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzzdy7KUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzzdy7KUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzzdy7KUx ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCzzdy7KUx li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uCzzdy7KUx ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #ed7231;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uCzzdy7KUx H3 {
  text-align: center;
}
.cid-uCpOoJxB5Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCpOoJxB5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpOoJxB5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpOoJxB5Z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCpOoJxB5Z .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCpOoJxB5Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCpOoJxB5Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCpOoJxB5Z .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCpOoJxB5Z .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCpOoJxB5Z .mbr-section-title {
  color: #ffffff;
}
.cid-uCpOoJxB5Z .mbr-text,
.cid-uCpOoJxB5Z .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCpOoJxB5Z .mbr-section-title,
.cid-uCpOoJxB5Z .mbr-section-btn {
  text-align: center;
}
.cid-uCpOoJNzsk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #00022b;
}
.cid-uCpOoJNzsk .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpOoJNzsk .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpOoJNzsk .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCpOoJNzsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpOoJNzsk .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-uCpOoJNzsk .container {
    padding: 0 30px;
  }
}
.cid-uCpOoJNzsk .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCpOoJNzsk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCpOoJNzsk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCpOoJNzsk .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uCpOoJNzsk .mbr-section-title {
  color: #ffffff;
}
.cid-uCpOoJNzsk .mbr-text,
.cid-uCpOoJNzsk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCpOoJNzsk .mbr-section-title,
.cid-uCpOoJNzsk .mbr-section-btn {
  text-align: center;
}
.cid-uCpOoK4ZFi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00022b;
  overflow: hidden;
}
.cid-uCpOoK4ZFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpOoK4ZFi .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-uCpOoK4ZFi .container {
    padding: 0 22px;
  }
}
.cid-uCpOoK4ZFi .row {
  justify-content: space-between;
}
.cid-uCpOoK4ZFi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper {
  display: none;
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-uCpOoK4ZFi .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-uCpOoK4ZFi .content-wrapper {
  padding-top: 40px;
}
.cid-uCpOoK4ZFi .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uCpOoK4ZFi .content-wrapper .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCpOoK4ZFi .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCpOoK4ZFi .mbr-section-title {
  color: #ffffff;
}
.cid-uCpOoK4ZFi .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCpOoKACo8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00022b;
}
.cid-uCpOoKACo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpOoKACo8 .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-uCpOoKACo8 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpOoKACo8 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCpOoKACo8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCpOoKACo8 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCpOoKACo8 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCpOoKACo8 .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCpOoKACo8 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCpOoKACo8 .mbr-section-title {
  color: #262642;
}
.cid-uCpOoKACo8 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uCpOoKACo8 .mbr-section-title,
.cid-uCpOoKACo8 .buttons-wrapper {
  color: #ffffff;
}
.cid-uCpOoKW58Y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.cid-uCpOoKW58Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpOoKW58Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpOoKW58Y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCpOoKW58Y .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCpOoKW58Y .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCpOoKW58Y .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCpOoKW58Y .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCpOoKW58Y .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCpOoKW58Y .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCpOoKW58Y .social-row {
  text-align: center;
}
.cid-uCpOoKW58Y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCpOoKW58Y .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCpOoKW58Y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCpOoKW58Y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCpOoKW58Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCpOoKW58Y .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCpOoKW58Y .embla__button--next,
.cid-uCpOoKW58Y .embla__button--prev {
  display: flex;
}
.cid-uCpOoKW58Y .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCpOoKW58Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCpOoKW58Y .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCpOoKW58Y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCpOoKW58Y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCpOoKW58Y .embla__button {
    top: auto;
  }
}
.cid-uCpOoKW58Y .embla {
  position: relative;
  width: 100%;
}
.cid-uCpOoKW58Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCpOoKW58Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCpOoKW58Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCpOoKW58Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCpOoLSK8P {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uCpOoLSK8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpOoLSK8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpOoLSK8P .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCpOoLSK8P .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCpOoLSK8P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCpOoLSK8P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCpOoLSK8P .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCpOoLSK8P .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCpOoLSK8P .mbr-section-title {
  color: #ffffff;
}
.cid-uCpOoLSK8P .mbr-text,
.cid-uCpOoLSK8P .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCpOoLSK8P .mbr-section-title,
.cid-uCpOoLSK8P .mbr-section-btn {
  text-align: center;
}
.cid-uCpOoMg5c5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uCpOoMg5c5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpOoMg5c5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpOoMg5c5 .container-fluid {
  max-width: 100%;
}
.cid-uCpOoMg5c5 .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uCpOoMg5c5 .mbr-section-title {
  color: #9b8db7;
}
.cid-uCpOoMg5c5 .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uCpOoMg5c5 .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uCpOoMg5c5 .google-map {
    max-height: 75vh;
  }
}
.cid-uCpOoMg5c5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCpOoMg5c5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCpOoMg5c5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCpOoMg5c5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCpOoMEgR4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uCpOoMEgR4 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uCpOoMEgR4 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uCpOoMEgR4 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uCpOoMEgR4 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uCpOoMEgR4 .row > div {
    margin: auto;
  }
}
.cid-uCpOoMEgR4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCpOoMEgR4 .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uCpOoMEgR4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpOoMEgR4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uCpOoMEgR4 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uCpOoMEgR4 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uCpOoMEgR4 .row {
    display: grid;
  }
  .cid-uCpOoMEgR4 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uCpOoMEgR4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCpOoMEgR4 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCpOoMEgR4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCpOoMEgR4 .mbr-section-subtitle {
  color: #c65108;
}
.cid-uCpOoMEgR4 .copyright {
  color: #c65108;
}
.cid-uCpOoMEgR4 .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCpOoMEgR4 .social-wrap .soc-item a {
  display: block;
}
.cid-uCpOoMEgR4 .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCpOoMEgR4 .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCpOoMEgR4 .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCr7oVuobx .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCr7oVuobx .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uCr7oVuobx .nav-item:focus,
.cid-uCr7oVuobx .nav-link:focus {
  outline: none;
}
.cid-uCr7oVuobx .text-white:hover,
.cid-uCr7oVuobx .text-white:active,
.cid-uCr7oVuobx .text-white:focus {
  color: white!important;
}
.cid-uCr7oVuobx .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uCr7oVuobx .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uCr7oVuobx .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uCr7oVuobx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uCr7oVuobx .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCr7oVuobx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCr7oVuobx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCr7oVuobx .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uCr7oVuobx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCr7oVuobx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCr7oVuobx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uCr7oVuobx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCr7oVuobx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uCr7oVuobx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uCr7oVuobx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCr7oVuobx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCr7oVuobx .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCr7oVuobx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCr7oVuobx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCr7oVuobx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uCr7oVuobx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCr7oVuobx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCr7oVuobx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCr7oVuobx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCr7oVuobx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCr7oVuobx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uCr7oVuobx .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uCr7oVuobx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCr7oVuobx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCr7oVuobx .section {
  position: relative;
  overflow: visible!important;
}
.cid-uCr7oVuobx .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uCr7oVuobx .dropdown-item:hover {
  color: black!important;
}
.cid-uCr7oVuobx .dropdown-menu {
  background-color: white!important;
}
.cid-uCr7oVuobx .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uCr7oVuobx .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCr7oVuobx .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uCr7oVuobx .nav-item .nav-link {
    position: relative;
  }
}
.cid-uCr7oVuobx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCr7oVuobx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCr7oVuobx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uCr7oVuobx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCr7oVuobx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCr7oVuobx .collapsed {
  flex-direction: row!important;
}
.cid-uCr7oVuobx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCr7oVuobx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCr7oVuobx .navbar-caption {
  font-weight: 600!important;
}
.cid-uCr7oVuobx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCr7oVuobx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCr7oVuobx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCr7oVuobx .dropdown-item.active,
.cid-uCr7oVuobx .dropdown-item:active {
  background-color: transparent;
}
.cid-uCr7oVuobx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCr7oVuobx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCr7oVuobx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCr7oVuobx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uCr7oVuobx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCr7oVuobx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCr7oVuobx .navbar-buttons {
  text-align: center;
}
.cid-uCr7oVuobx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCr7oVuobx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uCr7oVuobx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCr7oVuobx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCr7oVuobx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCr7oVuobx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCr7oVuobx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCr7oVuobx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCr7oVuobx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCr7oVuobx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCr7oVuobx .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCr7oVuobx .nav-link {
  font-weight: 600!important;
}
.cid-uCr7oVuobx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCr7oVuobx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCr7oVuobx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uCr7oVuobx .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCr7oVuobx .navbar {
    height: 77px;
  }
  .cid-uCr7oVuobx .navbar.opened {
    height: auto;
  }
  .cid-uCr7oVuobx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCr7oVP9yi {
  background-image: url("../../../assets/images/impressora-1920x1080.webp");
}
.cid-uCr7oVP9yi .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bcfe1e;
  margin-bottom: 2rem;
}
.cid-uCr7oVP9yi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr7oVP9yi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr7oW52rt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCr7oW52rt .container {
    padding: 0 24px;
  }
}
.cid-uCr7oW52rt .card {
  justify-content: center;
}
.cid-uCr7oW52rt .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCr7oW52rt .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uCr7oW52rt .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCr7oW52rt .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCr7oW52rt .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uCr7oW52rt .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uCr7oW52rt .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCr7oW52rt .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uCr7oW52rt .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uCr7oW52rt .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCr7oW52rt .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uCr7oW52rt .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uCr7oW52rt .mbr-section-btn {
  text-align: right;
}
.cid-uCr7oW52rt .mbr-section-title,
.cid-uCr7oW52rt .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uCzAHd5i7d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzAHd5i7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzAHd5i7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzAHd5i7d ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCzAHd5i7d li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uCzAHd5i7d ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #ed7231;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uCzAHd5i7d H3 {
  text-align: center;
}
.cid-uCr7oWRxlc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCr7oWRxlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr7oWRxlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr7oWRxlc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCr7oWRxlc .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCr7oWRxlc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCr7oWRxlc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCr7oWRxlc .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCr7oWRxlc .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCr7oWRxlc .mbr-section-title {
  color: #ffffff;
}
.cid-uCr7oWRxlc .mbr-text,
.cid-uCr7oWRxlc .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCr7oWRxlc .mbr-section-title,
.cid-uCr7oWRxlc .mbr-section-btn {
  text-align: center;
}
.cid-uCr7oXdWlU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #00022b;
}
.cid-uCr7oXdWlU .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCr7oXdWlU .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCr7oXdWlU .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCr7oXdWlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr7oXdWlU .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-uCr7oXdWlU .container {
    padding: 0 30px;
  }
}
.cid-uCr7oXdWlU .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCr7oXdWlU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCr7oXdWlU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCr7oXdWlU .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uCr7oXdWlU .mbr-section-title {
  color: #ffffff;
}
.cid-uCr7oXdWlU .mbr-text,
.cid-uCr7oXdWlU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCr7oXdWlU .mbr-section-title,
.cid-uCr7oXdWlU .mbr-section-btn {
  text-align: center;
}
.cid-uCr7oXuiVL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00022b;
  overflow: hidden;
}
.cid-uCr7oXuiVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr7oXuiVL .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-uCr7oXuiVL .container {
    padding: 0 22px;
  }
}
.cid-uCr7oXuiVL .row {
  justify-content: space-between;
}
.cid-uCr7oXuiVL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper {
  display: none;
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-uCr7oXuiVL .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-uCr7oXuiVL .content-wrapper {
  padding-top: 40px;
}
.cid-uCr7oXuiVL .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uCr7oXuiVL .content-wrapper .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCr7oXuiVL .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCr7oXuiVL .mbr-section-title {
  color: #ffffff;
}
.cid-uCr7oXuiVL .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCr7oXVgK8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00022b;
}
.cid-uCr7oXVgK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr7oXVgK8 .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-uCr7oXVgK8 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCr7oXVgK8 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCr7oXVgK8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCr7oXVgK8 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCr7oXVgK8 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCr7oXVgK8 .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCr7oXVgK8 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCr7oXVgK8 .mbr-section-title {
  color: #262642;
}
.cid-uCr7oXVgK8 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uCr7oXVgK8 .mbr-section-title,
.cid-uCr7oXVgK8 .buttons-wrapper {
  color: #ffffff;
}
.cid-uCr7oYhg2S {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.cid-uCr7oYhg2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr7oYhg2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr7oYhg2S .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCr7oYhg2S .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCr7oYhg2S .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCr7oYhg2S .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCr7oYhg2S .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCr7oYhg2S .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCr7oYhg2S .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCr7oYhg2S .social-row {
  text-align: center;
}
.cid-uCr7oYhg2S .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCr7oYhg2S .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCr7oYhg2S .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCr7oYhg2S .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCr7oYhg2S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCr7oYhg2S .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCr7oYhg2S .embla__button--next,
.cid-uCr7oYhg2S .embla__button--prev {
  display: flex;
}
.cid-uCr7oYhg2S .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCr7oYhg2S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCr7oYhg2S .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCr7oYhg2S .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCr7oYhg2S .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCr7oYhg2S .embla__button {
    top: auto;
  }
}
.cid-uCr7oYhg2S .embla {
  position: relative;
  width: 100%;
}
.cid-uCr7oYhg2S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCr7oYhg2S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCr7oYhg2S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCr7oYhg2S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCr7oZyybu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uCr7oZyybu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr7oZyybu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr7oZyybu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCr7oZyybu .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCr7oZyybu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCr7oZyybu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCr7oZyybu .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCr7oZyybu .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCr7oZyybu .mbr-section-title {
  color: #ffffff;
}
.cid-uCr7oZyybu .mbr-text,
.cid-uCr7oZyybu .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCr7oZyybu .mbr-section-title,
.cid-uCr7oZyybu .mbr-section-btn {
  text-align: center;
}
.cid-uCr7oZUEgE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uCr7oZUEgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr7oZUEgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr7oZUEgE .container-fluid {
  max-width: 100%;
}
.cid-uCr7oZUEgE .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uCr7oZUEgE .mbr-section-title {
  color: #9b8db7;
}
.cid-uCr7oZUEgE .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uCr7oZUEgE .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uCr7oZUEgE .google-map {
    max-height: 75vh;
  }
}
.cid-uCr7oZUEgE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCr7oZUEgE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCr7oZUEgE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCr7oZUEgE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCr7p0jhUb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uCr7p0jhUb .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uCr7p0jhUb .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uCr7p0jhUb .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uCr7p0jhUb .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uCr7p0jhUb .row > div {
    margin: auto;
  }
}
.cid-uCr7p0jhUb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCr7p0jhUb .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uCr7p0jhUb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCr7p0jhUb .list {
    margin-bottom: 0rem;
  }
}
.cid-uCr7p0jhUb .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uCr7p0jhUb .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uCr7p0jhUb .row {
    display: grid;
  }
  .cid-uCr7p0jhUb .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uCr7p0jhUb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCr7p0jhUb .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCr7p0jhUb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCr7p0jhUb .mbr-section-subtitle {
  color: #c65108;
}
.cid-uCr7p0jhUb .copyright {
  color: #c65108;
}
.cid-uCr7p0jhUb .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCr7p0jhUb .social-wrap .soc-item a {
  display: block;
}
.cid-uCr7p0jhUb .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCr7p0jhUb .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCr7p0jhUb .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCrdaagRJo .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCrdaagRJo .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uCrdaagRJo .nav-item:focus,
.cid-uCrdaagRJo .nav-link:focus {
  outline: none;
}
.cid-uCrdaagRJo .text-white:hover,
.cid-uCrdaagRJo .text-white:active,
.cid-uCrdaagRJo .text-white:focus {
  color: white!important;
}
.cid-uCrdaagRJo .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uCrdaagRJo .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uCrdaagRJo .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uCrdaagRJo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uCrdaagRJo .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCrdaagRJo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCrdaagRJo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCrdaagRJo .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uCrdaagRJo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCrdaagRJo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCrdaagRJo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uCrdaagRJo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCrdaagRJo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uCrdaagRJo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uCrdaagRJo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCrdaagRJo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCrdaagRJo .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCrdaagRJo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCrdaagRJo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCrdaagRJo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uCrdaagRJo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCrdaagRJo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCrdaagRJo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCrdaagRJo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCrdaagRJo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCrdaagRJo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uCrdaagRJo .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uCrdaagRJo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCrdaagRJo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCrdaagRJo .section {
  position: relative;
  overflow: visible!important;
}
.cid-uCrdaagRJo .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uCrdaagRJo .dropdown-item:hover {
  color: black!important;
}
.cid-uCrdaagRJo .dropdown-menu {
  background-color: white!important;
}
.cid-uCrdaagRJo .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uCrdaagRJo .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCrdaagRJo .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uCrdaagRJo .nav-item .nav-link {
    position: relative;
  }
}
.cid-uCrdaagRJo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCrdaagRJo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCrdaagRJo .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uCrdaagRJo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCrdaagRJo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCrdaagRJo .collapsed {
  flex-direction: row!important;
}
.cid-uCrdaagRJo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCrdaagRJo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCrdaagRJo .navbar-caption {
  font-weight: 600!important;
}
.cid-uCrdaagRJo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCrdaagRJo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCrdaagRJo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCrdaagRJo .dropdown-item.active,
.cid-uCrdaagRJo .dropdown-item:active {
  background-color: transparent;
}
.cid-uCrdaagRJo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCrdaagRJo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCrdaagRJo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCrdaagRJo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uCrdaagRJo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCrdaagRJo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCrdaagRJo .navbar-buttons {
  text-align: center;
}
.cid-uCrdaagRJo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCrdaagRJo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uCrdaagRJo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCrdaagRJo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCrdaagRJo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCrdaagRJo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCrdaagRJo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCrdaagRJo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCrdaagRJo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCrdaagRJo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCrdaagRJo .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCrdaagRJo .nav-link {
  font-weight: 600!important;
}
.cid-uCrdaagRJo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCrdaagRJo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCrdaagRJo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uCrdaagRJo .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCrdaagRJo .navbar {
    height: 77px;
  }
  .cid-uCrdaagRJo .navbar.opened {
    height: auto;
  }
  .cid-uCrdaagRJo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCrdaaBCyS {
  background-image: url("../../../assets/images/reparo-de-tela-para-notebook6-1200x795.webp");
}
.cid-uCrdaaBCyS .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bcfe1e;
  margin-bottom: 2rem;
}
.cid-uCrdaaBCyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrdaaBCyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrdaaT2LP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCrdaaT2LP .container {
    padding: 0 24px;
  }
}
.cid-uCrdaaT2LP .card {
  justify-content: center;
}
.cid-uCrdaaT2LP .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCrdaaT2LP .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uCrdaaT2LP .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCrdaaT2LP .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCrdaaT2LP .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uCrdaaT2LP .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uCrdaaT2LP .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCrdaaT2LP .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uCrdaaT2LP .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uCrdaaT2LP .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCrdaaT2LP .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uCrdaaT2LP .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uCrdaaT2LP .mbr-section-btn {
  text-align: right;
}
.cid-uCrdaaT2LP .mbr-section-title,
.cid-uCrdaaT2LP .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uCzA6yW4dp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzA6yW4dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzA6yW4dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzA6yW4dp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCzA6yW4dp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uCzA6yW4dp ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #ed7231;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uCzA6yW4dp H3 {
  text-align: center;
}
.cid-uCrdabuc3j {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCrdabuc3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrdabuc3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrdabuc3j .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCrdabuc3j .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCrdabuc3j .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCrdabuc3j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCrdabuc3j .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCrdabuc3j .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCrdabuc3j .mbr-section-title {
  color: #ffffff;
}
.cid-uCrdabuc3j .mbr-text,
.cid-uCrdabuc3j .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCrdabuc3j .mbr-section-title,
.cid-uCrdabuc3j .mbr-section-btn {
  text-align: center;
}
.cid-uCrdabOe4l {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #00022b;
}
.cid-uCrdabOe4l .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCrdabOe4l .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCrdabOe4l .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCrdabOe4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrdabOe4l .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-uCrdabOe4l .container {
    padding: 0 30px;
  }
}
.cid-uCrdabOe4l .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCrdabOe4l .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCrdabOe4l .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCrdabOe4l .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uCrdabOe4l .mbr-section-title {
  color: #ffffff;
}
.cid-uCrdabOe4l .mbr-text,
.cid-uCrdabOe4l .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCrdabOe4l .mbr-section-title,
.cid-uCrdabOe4l .mbr-section-btn {
  text-align: center;
}
.cid-uCrdac7w7R {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00022b;
  overflow: hidden;
}
.cid-uCrdac7w7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrdac7w7R .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-uCrdac7w7R .container {
    padding: 0 22px;
  }
}
.cid-uCrdac7w7R .row {
  justify-content: space-between;
}
.cid-uCrdac7w7R .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper {
  display: none;
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-uCrdac7w7R .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-uCrdac7w7R .content-wrapper {
  padding-top: 40px;
}
.cid-uCrdac7w7R .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uCrdac7w7R .content-wrapper .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCrdac7w7R .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCrdac7w7R .mbr-section-title {
  color: #ffffff;
}
.cid-uCrdac7w7R .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCrdacDacC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00022b;
}
.cid-uCrdacDacC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrdacDacC .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-uCrdacDacC .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCrdacDacC .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCrdacDacC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCrdacDacC .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCrdacDacC .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCrdacDacC .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCrdacDacC .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCrdacDacC .mbr-section-title {
  color: #262642;
}
.cid-uCrdacDacC .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uCrdacDacC .mbr-section-title,
.cid-uCrdacDacC .buttons-wrapper {
  color: #ffffff;
}
.cid-uCrdacXR2n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.cid-uCrdacXR2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrdacXR2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrdacXR2n .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCrdacXR2n .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCrdacXR2n .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCrdacXR2n .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCrdacXR2n .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCrdacXR2n .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCrdacXR2n .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCrdacXR2n .social-row {
  text-align: center;
}
.cid-uCrdacXR2n .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCrdacXR2n .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCrdacXR2n .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCrdacXR2n .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCrdacXR2n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCrdacXR2n .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCrdacXR2n .embla__button--next,
.cid-uCrdacXR2n .embla__button--prev {
  display: flex;
}
.cid-uCrdacXR2n .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCrdacXR2n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCrdacXR2n .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCrdacXR2n .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCrdacXR2n .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCrdacXR2n .embla__button {
    top: auto;
  }
}
.cid-uCrdacXR2n .embla {
  position: relative;
  width: 100%;
}
.cid-uCrdacXR2n .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCrdacXR2n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCrdacXR2n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCrdacXR2n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCrdae5vM2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uCrdae5vM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrdae5vM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrdae5vM2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCrdae5vM2 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCrdae5vM2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCrdae5vM2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCrdae5vM2 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCrdae5vM2 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCrdae5vM2 .mbr-section-title {
  color: #ffffff;
}
.cid-uCrdae5vM2 .mbr-text,
.cid-uCrdae5vM2 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCrdae5vM2 .mbr-section-title,
.cid-uCrdae5vM2 .mbr-section-btn {
  text-align: center;
}
.cid-uCrdaeqEJu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uCrdaeqEJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrdaeqEJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrdaeqEJu .container-fluid {
  max-width: 100%;
}
.cid-uCrdaeqEJu .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uCrdaeqEJu .mbr-section-title {
  color: #9b8db7;
}
.cid-uCrdaeqEJu .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uCrdaeqEJu .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uCrdaeqEJu .google-map {
    max-height: 75vh;
  }
}
.cid-uCrdaeqEJu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCrdaeqEJu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCrdaeqEJu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCrdaeqEJu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCrdaeUcJv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uCrdaeUcJv .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uCrdaeUcJv .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uCrdaeUcJv .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uCrdaeUcJv .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uCrdaeUcJv .row > div {
    margin: auto;
  }
}
.cid-uCrdaeUcJv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCrdaeUcJv .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uCrdaeUcJv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCrdaeUcJv .list {
    margin-bottom: 0rem;
  }
}
.cid-uCrdaeUcJv .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uCrdaeUcJv .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uCrdaeUcJv .row {
    display: grid;
  }
  .cid-uCrdaeUcJv .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uCrdaeUcJv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCrdaeUcJv .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCrdaeUcJv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCrdaeUcJv .mbr-section-subtitle {
  color: #c65108;
}
.cid-uCrdaeUcJv .copyright {
  color: #c65108;
}
.cid-uCrdaeUcJv .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCrdaeUcJv .social-wrap .soc-item a {
  display: block;
}
.cid-uCrdaeUcJv .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCrdaeUcJv .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCrdaeUcJv .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCr2zGK0uC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCr2zGK0uC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uCr2zGK0uC .nav-item:focus,
.cid-uCr2zGK0uC .nav-link:focus {
  outline: none;
}
.cid-uCr2zGK0uC .text-white:hover,
.cid-uCr2zGK0uC .text-white:active,
.cid-uCr2zGK0uC .text-white:focus {
  color: white!important;
}
.cid-uCr2zGK0uC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uCr2zGK0uC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uCr2zGK0uC .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uCr2zGK0uC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uCr2zGK0uC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCr2zGK0uC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCr2zGK0uC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCr2zGK0uC .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uCr2zGK0uC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCr2zGK0uC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCr2zGK0uC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uCr2zGK0uC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCr2zGK0uC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uCr2zGK0uC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uCr2zGK0uC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCr2zGK0uC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCr2zGK0uC .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCr2zGK0uC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCr2zGK0uC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCr2zGK0uC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uCr2zGK0uC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCr2zGK0uC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCr2zGK0uC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCr2zGK0uC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCr2zGK0uC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCr2zGK0uC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uCr2zGK0uC .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uCr2zGK0uC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCr2zGK0uC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCr2zGK0uC .section {
  position: relative;
  overflow: visible!important;
}
.cid-uCr2zGK0uC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uCr2zGK0uC .dropdown-item:hover {
  color: black!important;
}
.cid-uCr2zGK0uC .dropdown-menu {
  background-color: white!important;
}
.cid-uCr2zGK0uC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uCr2zGK0uC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCr2zGK0uC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uCr2zGK0uC .nav-item .nav-link {
    position: relative;
  }
}
.cid-uCr2zGK0uC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCr2zGK0uC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCr2zGK0uC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uCr2zGK0uC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCr2zGK0uC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCr2zGK0uC .collapsed {
  flex-direction: row!important;
}
.cid-uCr2zGK0uC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCr2zGK0uC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCr2zGK0uC .navbar-caption {
  font-weight: 600!important;
}
.cid-uCr2zGK0uC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCr2zGK0uC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCr2zGK0uC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCr2zGK0uC .dropdown-item.active,
.cid-uCr2zGK0uC .dropdown-item:active {
  background-color: transparent;
}
.cid-uCr2zGK0uC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCr2zGK0uC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCr2zGK0uC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCr2zGK0uC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uCr2zGK0uC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCr2zGK0uC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCr2zGK0uC .navbar-buttons {
  text-align: center;
}
.cid-uCr2zGK0uC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCr2zGK0uC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uCr2zGK0uC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCr2zGK0uC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCr2zGK0uC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCr2zGK0uC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCr2zGK0uC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCr2zGK0uC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCr2zGK0uC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCr2zGK0uC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCr2zGK0uC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCr2zGK0uC .nav-link {
  font-weight: 600!important;
}
.cid-uCr2zGK0uC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCr2zGK0uC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCr2zGK0uC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uCr2zGK0uC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCr2zGK0uC .navbar {
    height: 77px;
  }
  .cid-uCr2zGK0uC .navbar.opened {
    height: auto;
  }
  .cid-uCr2zGK0uC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCr2zHaBOj {
  background-image: url("../../../assets/images/reparo-de-carcaa-de-notebook-1920x1281.webp");
}
.cid-uCr2zHaBOj .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bcfe1e;
  margin-bottom: 2rem;
}
.cid-uCr2zHaBOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr2zHaBOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr2zHv9hZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCr2zHv9hZ .container {
    padding: 0 24px;
  }
}
.cid-uCr2zHv9hZ .card {
  justify-content: center;
}
.cid-uCr2zHv9hZ .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCr2zHv9hZ .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uCr2zHv9hZ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCr2zHv9hZ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCr2zHv9hZ .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uCr2zHv9hZ .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uCr2zHv9hZ .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCr2zHv9hZ .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uCr2zHv9hZ .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uCr2zHv9hZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCr2zHv9hZ .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uCr2zHv9hZ .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uCr2zHv9hZ .mbr-section-btn {
  text-align: right;
}
.cid-uCr2zHv9hZ .mbr-section-title,
.cid-uCr2zHv9hZ .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uCzzQIpD1B {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzzQIpD1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzzQIpD1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzzQIpD1B ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCzzQIpD1B li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uCzzQIpD1B ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #ed7231;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uCzzQIpD1B H3 {
  text-align: center;
}
.cid-uCr2zIm8D3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCr2zIm8D3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr2zIm8D3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr2zIm8D3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCr2zIm8D3 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCr2zIm8D3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCr2zIm8D3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCr2zIm8D3 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCr2zIm8D3 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCr2zIm8D3 .mbr-section-title {
  color: #ffffff;
}
.cid-uCr2zIm8D3 .mbr-text,
.cid-uCr2zIm8D3 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCr2zIm8D3 .mbr-section-title,
.cid-uCr2zIm8D3 .mbr-section-btn {
  text-align: center;
}
.cid-uCr2zIB5ty {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #00022b;
}
.cid-uCr2zIB5ty .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCr2zIB5ty .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCr2zIB5ty .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCr2zIB5ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr2zIB5ty .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-uCr2zIB5ty .container {
    padding: 0 30px;
  }
}
.cid-uCr2zIB5ty .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCr2zIB5ty .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCr2zIB5ty .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCr2zIB5ty .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uCr2zIB5ty .mbr-section-title {
  color: #ffffff;
}
.cid-uCr2zIB5ty .mbr-text,
.cid-uCr2zIB5ty .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCr2zIB5ty .mbr-section-title,
.cid-uCr2zIB5ty .mbr-section-btn {
  text-align: center;
}
.cid-uCr2zISe9B {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00022b;
  overflow: hidden;
}
.cid-uCr2zISe9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr2zISe9B .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-uCr2zISe9B .container {
    padding: 0 22px;
  }
}
.cid-uCr2zISe9B .row {
  justify-content: space-between;
}
.cid-uCr2zISe9B .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper {
  display: none;
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-uCr2zISe9B .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-uCr2zISe9B .content-wrapper {
  padding-top: 40px;
}
.cid-uCr2zISe9B .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uCr2zISe9B .content-wrapper .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCr2zISe9B .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCr2zISe9B .mbr-section-title {
  color: #ffffff;
}
.cid-uCr2zISe9B .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCr2zJmw4d {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00022b;
}
.cid-uCr2zJmw4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr2zJmw4d .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-uCr2zJmw4d .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCr2zJmw4d .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCr2zJmw4d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCr2zJmw4d .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCr2zJmw4d .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCr2zJmw4d .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCr2zJmw4d .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCr2zJmw4d .mbr-section-title {
  color: #262642;
}
.cid-uCr2zJmw4d .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uCr2zJmw4d .mbr-section-title,
.cid-uCr2zJmw4d .buttons-wrapper {
  color: #ffffff;
}
.cid-uCr2zJLXzR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.cid-uCr2zJLXzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr2zJLXzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr2zJLXzR .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCr2zJLXzR .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCr2zJLXzR .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCr2zJLXzR .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCr2zJLXzR .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCr2zJLXzR .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCr2zJLXzR .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCr2zJLXzR .social-row {
  text-align: center;
}
.cid-uCr2zJLXzR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCr2zJLXzR .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCr2zJLXzR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCr2zJLXzR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCr2zJLXzR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCr2zJLXzR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCr2zJLXzR .embla__button--next,
.cid-uCr2zJLXzR .embla__button--prev {
  display: flex;
}
.cid-uCr2zJLXzR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCr2zJLXzR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCr2zJLXzR .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCr2zJLXzR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCr2zJLXzR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCr2zJLXzR .embla__button {
    top: auto;
  }
}
.cid-uCr2zJLXzR .embla {
  position: relative;
  width: 100%;
}
.cid-uCr2zJLXzR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCr2zJLXzR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCr2zJLXzR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCr2zJLXzR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCCdkryW5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f4f4f4;
}
.cid-uCCdkryW5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCdkryW5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCdkryW5q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCCdkryW5q .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCCdkryW5q .card-wrap {
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #f4f4f4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCCdkryW5q .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCCdkryW5q .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCCdkryW5q .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCCdkryW5q .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCCdkryW5q .social-row {
  text-align: center;
}
.cid-uCCdkryW5q .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCCdkryW5q .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCCdkryW5q .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCCdkryW5q .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCCdkryW5q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCCdkryW5q .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCCdkryW5q .embla__button--next,
.cid-uCCdkryW5q .embla__button--prev {
  display: flex;
}
.cid-uCCdkryW5q .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCCdkryW5q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCCdkryW5q .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCCdkryW5q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCCdkryW5q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCCdkryW5q .embla__button {
    top: auto;
  }
}
.cid-uCCdkryW5q .embla {
  position: relative;
  width: 100%;
}
.cid-uCCdkryW5q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCCdkryW5q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCCdkryW5q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCCdkryW5q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCr2zKGylC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uCr2zKGylC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr2zKGylC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr2zKGylC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCr2zKGylC .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCr2zKGylC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCr2zKGylC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCr2zKGylC .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCr2zKGylC .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCr2zKGylC .mbr-section-title {
  color: #ffffff;
}
.cid-uCr2zKGylC .mbr-text,
.cid-uCr2zKGylC .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCr2zKGylC .mbr-section-title,
.cid-uCr2zKGylC .mbr-section-btn {
  text-align: center;
}
.cid-uCr2zL3iRt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uCr2zL3iRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr2zL3iRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr2zL3iRt .container-fluid {
  max-width: 100%;
}
.cid-uCr2zL3iRt .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uCr2zL3iRt .mbr-section-title {
  color: #9b8db7;
}
.cid-uCr2zL3iRt .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uCr2zL3iRt .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uCr2zL3iRt .google-map {
    max-height: 75vh;
  }
}
.cid-uCr2zL3iRt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCr2zL3iRt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCr2zL3iRt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCr2zL3iRt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCr2zLsPfh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uCr2zLsPfh .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uCr2zLsPfh .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uCr2zLsPfh .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uCr2zLsPfh .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uCr2zLsPfh .row > div {
    margin: auto;
  }
}
.cid-uCr2zLsPfh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCr2zLsPfh .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uCr2zLsPfh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCr2zLsPfh .list {
    margin-bottom: 0rem;
  }
}
.cid-uCr2zLsPfh .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uCr2zLsPfh .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uCr2zLsPfh .row {
    display: grid;
  }
  .cid-uCr2zLsPfh .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uCr2zLsPfh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCr2zLsPfh .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCr2zLsPfh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCr2zLsPfh .mbr-section-subtitle {
  color: #c65108;
}
.cid-uCr2zLsPfh .copyright {
  color: #c65108;
}
.cid-uCr2zLsPfh .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCr2zLsPfh .social-wrap .soc-item a {
  display: block;
}
.cid-uCr2zLsPfh .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCr2zLsPfh .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCr2zLsPfh .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uCrjvY1HXT .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCrjvY1HXT .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uCrjvY1HXT .nav-item:focus,
.cid-uCrjvY1HXT .nav-link:focus {
  outline: none;
}
.cid-uCrjvY1HXT .text-white:hover,
.cid-uCrjvY1HXT .text-white:active,
.cid-uCrjvY1HXT .text-white:focus {
  color: white!important;
}
.cid-uCrjvY1HXT .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #00022b;
}
.cid-uCrjvY1HXT .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uCrjvY1HXT .navbar.opened {
  transition: all .3s;
  background: #00022b !important;
}
.cid-uCrjvY1HXT .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uCrjvY1HXT .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCrjvY1HXT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCrjvY1HXT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCrjvY1HXT .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uCrjvY1HXT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCrjvY1HXT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCrjvY1HXT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uCrjvY1HXT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCrjvY1HXT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uCrjvY1HXT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uCrjvY1HXT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCrjvY1HXT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCrjvY1HXT .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCrjvY1HXT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCrjvY1HXT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCrjvY1HXT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uCrjvY1HXT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCrjvY1HXT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCrjvY1HXT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCrjvY1HXT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCrjvY1HXT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCrjvY1HXT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uCrjvY1HXT .navbar.navbar-short {
  background: #00022b !important;
  min-height: 60px;
}
.cid-uCrjvY1HXT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCrjvY1HXT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCrjvY1HXT .section {
  position: relative;
  overflow: visible!important;
}
.cid-uCrjvY1HXT .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uCrjvY1HXT .dropdown-item:hover {
  color: black!important;
}
.cid-uCrjvY1HXT .dropdown-menu {
  background-color: white!important;
}
.cid-uCrjvY1HXT .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uCrjvY1HXT .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCrjvY1HXT .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uCrjvY1HXT .nav-item .nav-link {
    position: relative;
  }
}
.cid-uCrjvY1HXT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCrjvY1HXT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCrjvY1HXT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uCrjvY1HXT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCrjvY1HXT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCrjvY1HXT .collapsed {
  flex-direction: row!important;
}
.cid-uCrjvY1HXT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCrjvY1HXT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCrjvY1HXT .navbar-caption {
  font-weight: 600!important;
}
.cid-uCrjvY1HXT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCrjvY1HXT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCrjvY1HXT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCrjvY1HXT .dropdown-item.active,
.cid-uCrjvY1HXT .dropdown-item:active {
  background-color: transparent;
}
.cid-uCrjvY1HXT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCrjvY1HXT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCrjvY1HXT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCrjvY1HXT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00022b;
}
.cid-uCrjvY1HXT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCrjvY1HXT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCrjvY1HXT .navbar-buttons {
  text-align: center;
}
.cid-uCrjvY1HXT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCrjvY1HXT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed7231;
}
.cid-uCrjvY1HXT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCrjvY1HXT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCrjvY1HXT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCrjvY1HXT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCrjvY1HXT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCrjvY1HXT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCrjvY1HXT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCrjvY1HXT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCrjvY1HXT .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCrjvY1HXT .nav-link {
  font-weight: 600!important;
}
.cid-uCrjvY1HXT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCrjvY1HXT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCrjvY1HXT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uCrjvY1HXT .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCrjvY1HXT .navbar {
    height: 77px;
  }
  .cid-uCrjvY1HXT .navbar.opened {
    height: auto;
  }
  .cid-uCrjvY1HXT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCrjvYMxk9 {
  background-image: url("../../../assets/images/desoxidao-placa6-2000x1334.webp");
}
.cid-uCrjvYMxk9 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bcfe1e;
  margin-bottom: 2rem;
}
.cid-uCrjvYMxk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrjvYMxk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrjvZcJJ6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCrjvZcJJ6 .container {
    padding: 0 24px;
  }
}
.cid-uCrjvZcJJ6 .card {
  justify-content: center;
}
.cid-uCrjvZcJJ6 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCrjvZcJJ6 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uCrjvZcJJ6 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCrjvZcJJ6 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCrjvZcJJ6 .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uCrjvZcJJ6 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uCrjvZcJJ6 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uCrjvZcJJ6 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uCrjvZcJJ6 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uCrjvZcJJ6 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCrjvZcJJ6 .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uCrjvZcJJ6 .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uCrjvZcJJ6 .mbr-section-btn {
  text-align: right;
}
.cid-uCrjvZcJJ6 .mbr-section-title,
.cid-uCrjvZcJJ6 .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uCzAg80Lfn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzAg80Lfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzAg80Lfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzAg80Lfn ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCzAg80Lfn li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uCzAg80Lfn ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #ed7231;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uCzAg80Lfn H3 {
  text-align: center;
}
.cid-uCrjvZYurR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCrjvZYurR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrjvZYurR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrjvZYurR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCrjvZYurR .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCrjvZYurR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCrjvZYurR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCrjvZYurR .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCrjvZYurR .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCrjvZYurR .mbr-section-title {
  color: #ffffff;
}
.cid-uCrjvZYurR .mbr-text,
.cid-uCrjvZYurR .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCrjvZYurR .mbr-section-title,
.cid-uCrjvZYurR .mbr-section-btn {
  text-align: center;
}
.cid-uCrjw0qXeT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #00022b;
}
.cid-uCrjw0qXeT .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCrjw0qXeT .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCrjw0qXeT .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCrjw0qXeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrjw0qXeT .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-uCrjw0qXeT .container {
    padding: 0 30px;
  }
}
.cid-uCrjw0qXeT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCrjw0qXeT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCrjw0qXeT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCrjw0qXeT .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uCrjw0qXeT .mbr-section-title {
  color: #ffffff;
}
.cid-uCrjw0qXeT .mbr-text,
.cid-uCrjw0qXeT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCrjw0qXeT .mbr-section-title,
.cid-uCrjw0qXeT .mbr-section-btn {
  text-align: center;
}
.cid-uCrjw0VwfJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00022b;
  overflow: hidden;
}
.cid-uCrjw0VwfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrjw0VwfJ .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-uCrjw0VwfJ .container {
    padding: 0 22px;
  }
}
.cid-uCrjw0VwfJ .row {
  justify-content: space-between;
}
.cid-uCrjw0VwfJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper {
  display: none;
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-uCrjw0VwfJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-uCrjw0VwfJ .content-wrapper {
  padding-top: 40px;
}
.cid-uCrjw0VwfJ .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uCrjw0VwfJ .content-wrapper .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCrjw0VwfJ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCrjw0VwfJ .mbr-section-title {
  color: #ffffff;
}
.cid-uCrjw0VwfJ .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCrjw1KdP7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #00022b;
}
.cid-uCrjw1KdP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrjw1KdP7 .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-uCrjw1KdP7 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCrjw1KdP7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCrjw1KdP7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCrjw1KdP7 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCrjw1KdP7 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCrjw1KdP7 .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCrjw1KdP7 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCrjw1KdP7 .mbr-section-title {
  color: #262642;
}
.cid-uCrjw1KdP7 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uCrjw1KdP7 .mbr-section-title,
.cid-uCrjw1KdP7 .buttons-wrapper {
  color: #ffffff;
}
.cid-uCrjw2dil3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f4f4f4;
}
.cid-uCrjw2dil3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrjw2dil3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrjw2dil3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCrjw2dil3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCrjw2dil3 .card-wrap {
  border-bottom: outset;
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCrjw2dil3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCrjw2dil3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCrjw2dil3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCrjw2dil3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCrjw2dil3 .social-row {
  text-align: center;
}
.cid-uCrjw2dil3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCrjw2dil3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCrjw2dil3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCrjw2dil3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCrjw2dil3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCrjw2dil3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCrjw2dil3 .embla__button--next,
.cid-uCrjw2dil3 .embla__button--prev {
  display: flex;
}
.cid-uCrjw2dil3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCrjw2dil3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCrjw2dil3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCrjw2dil3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCrjw2dil3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCrjw2dil3 .embla__button {
    top: auto;
  }
}
.cid-uCrjw2dil3 .embla {
  position: relative;
  width: 100%;
}
.cid-uCrjw2dil3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCrjw2dil3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCrjw2dil3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCrjw2dil3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCCde3NPKn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f4f4f4;
}
.cid-uCCde3NPKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCde3NPKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCde3NPKn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCCde3NPKn .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCCde3NPKn .card-wrap {
  padding-top: 20px !important;
  align-self: anchor-center !important;
  background: #f4f4f4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCCde3NPKn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCCde3NPKn .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCCde3NPKn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCCde3NPKn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCCde3NPKn .social-row {
  text-align: center;
}
.cid-uCCde3NPKn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCCde3NPKn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCCde3NPKn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCCde3NPKn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCCde3NPKn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uCCde3NPKn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCCde3NPKn .embla__button--next,
.cid-uCCde3NPKn .embla__button--prev {
  display: flex;
}
.cid-uCCde3NPKn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCCde3NPKn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCCde3NPKn .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCCde3NPKn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCCde3NPKn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCCde3NPKn .embla__button {
    top: auto;
  }
}
.cid-uCCde3NPKn .embla {
  position: relative;
  width: 100%;
}
.cid-uCCde3NPKn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCCde3NPKn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCCde3NPKn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCCde3NPKn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCrjw4pVo0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uCrjw4pVo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrjw4pVo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrjw4pVo0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCrjw4pVo0 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCrjw4pVo0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCrjw4pVo0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCrjw4pVo0 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCrjw4pVo0 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCrjw4pVo0 .mbr-section-title {
  color: #ffffff;
}
.cid-uCrjw4pVo0 .mbr-text,
.cid-uCrjw4pVo0 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCrjw4pVo0 .mbr-section-title,
.cid-uCrjw4pVo0 .mbr-section-btn {
  text-align: center;
}
.cid-uCrjw4Js9R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uCrjw4Js9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrjw4Js9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrjw4Js9R .container-fluid {
  max-width: 100%;
}
.cid-uCrjw4Js9R .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uCrjw4Js9R .mbr-section-title {
  color: #9b8db7;
}
.cid-uCrjw4Js9R .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uCrjw4Js9R .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uCrjw4Js9R .google-map {
    max-height: 75vh;
  }
}
.cid-uCrjw4Js9R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCrjw4Js9R .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCrjw4Js9R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCrjw4Js9R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCrjw5cRyS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00022b;
}
.cid-uCrjw5cRyS .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uCrjw5cRyS .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uCrjw5cRyS .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uCrjw5cRyS .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uCrjw5cRyS .row > div {
    margin: auto;
  }
}
.cid-uCrjw5cRyS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCrjw5cRyS .list {
  list-style: none;
  padding-left: 0;
  color: #c65108;
}
@media (max-width: 991px) {
  .cid-uCrjw5cRyS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCrjw5cRyS .list {
    margin-bottom: 0rem;
  }
}
.cid-uCrjw5cRyS .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uCrjw5cRyS .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uCrjw5cRyS .row {
    display: grid;
  }
  .cid-uCrjw5cRyS .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uCrjw5cRyS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCrjw5cRyS .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCrjw5cRyS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCrjw5cRyS .mbr-section-subtitle {
  color: #c65108;
}
.cid-uCrjw5cRyS .copyright {
  color: #c65108;
}
.cid-uCrjw5cRyS .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCrjw5cRyS .social-wrap .soc-item a {
  display: block;
}
.cid-uCrjw5cRyS .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCrjw5cRyS .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uCrjw5cRyS .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
