@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: 1rem 1.2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00adb5 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00adb5 !important;
  border-color: #00adb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #005a5e !important;
  border-color: #005a5e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #005a5e !important;
  border-color: #005a5e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b1b33 !important;
  border-color: #1b1b33 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00adb5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #005a5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00adb5 !important;
  border-color: #00adb5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1b33;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1b33 !important;
  border-color: #1b1b33 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00adb5 !important;
}
.text-secondary {
  color: #1b1b33 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #004c4f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00adb5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00adb5;
  border-color: #00adb5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00adb5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #36f6ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00adb5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #00adb5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00adb5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00adb5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00adb5;
  border-bottom-color: #00adb5;
}
.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: #00adb5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1b1b33 !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='%2300adb5' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v6GTAH4r7A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6GTAH4r7A nav.navbar {
  position: fixed;
}
.cid-v6GTAH4r7A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6GTAH4r7A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6GTAH4r7A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6GTAH4r7A .dropdown-item:hover,
.cid-v6GTAH4r7A .dropdown-item:focus {
  background: #00adb5 !important;
  color: white !important;
}
.cid-v6GTAH4r7A .dropdown-item:hover span {
  color: white;
}
.cid-v6GTAH4r7A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6GTAH4r7A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6GTAH4r7A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6GTAH4r7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6GTAH4r7A .nav-link {
  position: relative;
}
.cid-v6GTAH4r7A .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6GTAH4r7A .container {
    flex-wrap: wrap;
  }
}
.cid-v6GTAH4r7A .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6GTAH4r7A .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6GTAH4r7A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6GTAH4r7A .dropdown-menu,
.cid-v6GTAH4r7A .navbar.opened {
  background: #1b1b33 !important;
}
.cid-v6GTAH4r7A .nav-item:focus,
.cid-v6GTAH4r7A .nav-link:focus {
  outline: none;
}
.cid-v6GTAH4r7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6GTAH4r7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6GTAH4r7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6GTAH4r7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6GTAH4r7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6GTAH4r7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6GTAH4r7A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b33;
}
.cid-v6GTAH4r7A .navbar.opened {
  transition: all 0.3s;
}
.cid-v6GTAH4r7A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6GTAH4r7A .navbar .navbar-logo img {
  width: auto;
}
.cid-v6GTAH4r7A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6GTAH4r7A .navbar.collapsed {
  justify-content: center;
}
.cid-v6GTAH4r7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6GTAH4r7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6GTAH4r7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-v6GTAH4r7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6GTAH4r7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6GTAH4r7A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6GTAH4r7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6GTAH4r7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6GTAH4r7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6GTAH4r7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6GTAH4r7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6GTAH4r7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6GTAH4r7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6GTAH4r7A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6GTAH4r7A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6GTAH4r7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6GTAH4r7A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6GTAH4r7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6GTAH4r7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6GTAH4r7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6GTAH4r7A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6GTAH4r7A .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6GTAH4r7A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6GTAH4r7A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6GTAH4r7A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6GTAH4r7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6GTAH4r7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6GTAH4r7A .dropdown-item.active,
.cid-v6GTAH4r7A .dropdown-item:active {
  background-color: transparent;
}
.cid-v6GTAH4r7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6GTAH4r7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6GTAH4r7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6GTAH4r7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b33;
}
.cid-v6GTAH4r7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6GTAH4r7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6GTAH4r7A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6GTAH4r7A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6GTAH4r7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6GTAH4r7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00adb5;
}
.cid-v6GTAH4r7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6GTAH4r7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6GTAH4r7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6GTAH4r7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6GTAH4r7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6GTAH4r7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6GTAH4r7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6GTAH4r7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6GTAH4r7A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6GTAH4r7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6GTAH4r7A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6GTAH4r7A .navbar {
    height: 70px;
  }
  .cid-v6GTAH4r7A .navbar.opened {
    height: auto;
  }
  .cid-v6GTAH4r7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnz2HDOfLi .modal-body .close {
  background: #1b1b1b;
}
.cid-vnz2HDOfLi .modal-body .close span {
  font-style: normal;
}
.cid-vnz2HDOfLi .carousel-inner > .active,
.cid-vnz2HDOfLi .carousel-inner > .next,
.cid-vnz2HDOfLi .carousel-inner > .prev {
  display: flex;
}
.cid-vnz2HDOfLi .carousel-control .icon-next,
.cid-vnz2HDOfLi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-vnz2HDOfLi .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-vnz2HDOfLi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vnz2HDOfLi .mbr-slider .carousel-control {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.cid-vnz2HDOfLi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vnz2HDOfLi .boxed-slider > div {
  position: relative;
}
.cid-vnz2HDOfLi .container img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}
.cid-vnz2HDOfLi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vnz2HDOfLi .mbr-table-cell {
  padding: 0;
}
.cid-vnz2HDOfLi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vnz2HDOfLi .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-vnz2HDOfLi .mbr-overlay {
  z-index: 1 !important;
  pointer-events: none;
}
.cid-vnz2HDOfLi .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 630px;
}
.cid-vnz2HDOfLi .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vnz2HDOfLi .carousel-item.active.right,
.cid-vnz2HDOfLi .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vnz2HDOfLi .carousel-item.active.left,
.cid-vnz2HDOfLi .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vnz2HDOfLi .carousel-item.active,
.cid-vnz2HDOfLi .carousel-item.next.left,
.cid-vnz2HDOfLi .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-vnz2HDOfLi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-vnz2HDOfLi .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators li.active,
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators li::after,
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vnz2HDOfLi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vnz2HDOfLi .mbr-slider > .container img {
  width: 100%;
}
.cid-vnz2HDOfLi .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-vnz2HDOfLi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vnz2HDOfLi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnz2HDOfLi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vnz2HDOfLi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vnz2HDOfLi .carousel-item .container.container-slide {
  position: relative !important;
  width: auto;
  min-height: 0;
  z-index: 20 !important;
}
.cid-vnz2HDOfLi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vnz2HDOfLi .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vnz2HDOfLi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vnz2HDOfLi .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vnz2HDOfLi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vnz2HDOfLi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vnz2HDOfLi .mbr-overlay ~ .container-slide {
  z-index: 20 !important;
  position: relative !important;
}
.cid-vnz2HDOfLi h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-vnz2HDOfLi .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-vnz2HDOfLi .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-vnz2HDOfLi .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vnz2HDOfLi .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-vnz2HDOfLi .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-vnz2HDOfLi .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-vnz2HDOfLi .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-vnz2HDOfLi .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-vnz2HDOfLi .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-vnz2HDOfLi H2 {
  text-align: left;
  color: #ffffff;
}
.cid-vnz2HDOfLi P {
  text-align: left;
}
.cid-vnz2HDOfLi .carousel-caption,
.cid-vnz2HDOfLi .mbr-section-btn,
.cid-vnz2HDOfLi h1,
.cid-vnz2HDOfLi h2,
.cid-vnz2HDOfLi h3,
.cid-vnz2HDOfLi p {
  position: relative !important;
  z-index: 30 !important;
  text-shadow: none !important;
}
.cid-vnz2HDOfLi .carousel-item .container,
.cid-vnz2HDOfLi .carousel-item .container-slide,
.cid-vnz2HDOfLi .mbr-overlay ~ .container-slide {
  z-index: 10 !important;
  position: relative !important;
}
.cid-vnz2HDOfLi .carousel-item .row,
.cid-vnz2HDOfLi .container-slide > .row,
.cid-vnz2HDOfLi .carousel-caption {
  position: absolute !important;
  top: 55% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.cid-vnz2HDOfLi h1,
.cid-vnz2HDOfLi h2,
.cid-vnz2HDOfLi h3,
.cid-vnz2HDOfLi p,
.cid-vnz2HDOfLi .mbr-text,
.cid-vnz2HDOfLi .mbr-section-btn,
.cid-vnz2HDOfLi .btn {
  position: relative !important;
  z-index: 30 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-control {
  z-index: 1000 !important;
  opacity: 1 !important;
  display: flex !important;
  visibility: visible !important;
}
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators {
  z-index: 1000 !important;
  opacity: 1 !important;
  display: flex !important;
  visibility: visible !important;
  background: none !important;
}
@media (max-width: 576px) {
  .cid-vnz2HDOfLi .mbr-slider .carousel-indicators {
    display: flex !important;
    visibility: visible !important;
  }
}
.cid-vnz2HDOfLi .mbr-slider .carousel-indicators li {
  opacity: 1 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-v6GYM6jPbC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6GYM6jPbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6GYM6jPbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6GYM6jPbC .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v6GYM6jPbC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6GYM6jPbC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6GYM6jPbC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6GYM6jPbC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v6GYM6jPbC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v6GYM6jPbC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6HLBt0byU {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #1b1b33;
}
.cid-v6HLBt0byU img,
.cid-v6HLBt0byU .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v6HLBt0byU .item:focus,
.cid-v6HLBt0byU span:focus {
  outline: none;
}
.cid-v6HLBt0byU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6HLBt0byU .item-wrapper {
  border-radius: 14px;
  position: relative;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6HLBt0byU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6HLBt0byU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6HLBt0byU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6HLBt0byU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6HLBt0byU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6HLBt0byU .mbr-section-title {
  color: #ffffff;
}
.cid-v6HLBt0byU .mbr-text,
.cid-v6HLBt0byU .mbr-section-btn {
  text-align: center;
}
.cid-v6HLBt0byU .item-title {
  text-align: center;
}
.cid-v6HLBt0byU .item-subtitle {
  text-align: left;
}
.cid-v6HLBt0byU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6HMZPj80z {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fundo.jpg");
}
.cid-v6HMZPj80z .container {
  max-width: 1312px;
}
.cid-v6HMZPj80z .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-v6HMZPj80z .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-v6HMZPj80z .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-v6HMZPj80z .btn {
  padding: 1.2rem 3.5rem 1.2rem;
  font-weight: 300;
}
.cid-v6HMZPj80z .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-v6HMZPj80z .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-v6HMZPj80z .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-v6HMZPj80z .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.0rem;
  border-radius: 50%;
  background-color: #007a7f;
}
.cid-v6HMZPj80z .advantage-icon span {
  color: #ffffff;
}
.cid-v6HMZPj80z .advantage-text {
  color: #ffffff;
}
.cid-v6HMZPj80z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6HMZPj80z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6HSTOcuNc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e5f6f7;
}
.cid-v6HSTOcuNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6HSTOcuNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6HSTOcuNc .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-v6HSTOcuNc .item .icon-wrap {
  text-align: center;
}
.cid-v6HSTOcuNc .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-v6HSTOcuNc .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #00adb5;
}
.cid-v6HSTOcuNc .item.first:before {
  display: none;
}
.cid-v6HSTOcuNc .item.five:before {
  display: none;
}
.cid-v6HSTOcuNc .icon-box {
  background: #00adb5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-v6HSTOcuNc .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-v6HSTOcuNc .mbr-iconfont {
  color: #00adb5 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v6HSTOcuNc .item:before {
    display: none;
  }
  .cid-v6HSTOcuNc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6IStm0zE4 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #e5f6f7;
}
.cid-v6ISW9iKWE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1b33;
}
.cid-v6ISW9iKWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6ISW9iKWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6ISW9iKWE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6ISW9iKWE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6ISW9iKWE .row {
    text-align: center;
  }
  .cid-v6ISW9iKWE .row > div {
    margin: auto;
  }
  .cid-v6ISW9iKWE .social-row {
    justify-content: center;
  }
}
.cid-v6ISW9iKWE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6ISW9iKWE .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v6ISW9iKWE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6ISW9iKWE .list {
    margin-bottom: 0rem;
  }
}
.cid-v6ISW9iKWE .mbr-text {
  color: #bbbbbb;
}
.cid-v6ISW9iKWE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6ISW9iKWE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6ISW9iKWE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vm8GLmpUkX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vm8GLmpUkX nav.navbar {
  position: fixed;
}
.cid-vm8GLmpUkX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm8GLmpUkX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vm8GLmpUkX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vm8GLmpUkX .dropdown-item:hover,
.cid-vm8GLmpUkX .dropdown-item:focus {
  background: #00adb5 !important;
  color: white !important;
}
.cid-vm8GLmpUkX .dropdown-item:hover span {
  color: white;
}
.cid-vm8GLmpUkX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm8GLmpUkX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm8GLmpUkX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm8GLmpUkX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm8GLmpUkX .nav-link {
  position: relative;
}
.cid-vm8GLmpUkX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm8GLmpUkX .container {
    flex-wrap: wrap;
  }
}
.cid-vm8GLmpUkX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm8GLmpUkX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vm8GLmpUkX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vm8GLmpUkX .dropdown-menu,
.cid-vm8GLmpUkX .navbar.opened {
  background: #1b1b33 !important;
}
.cid-vm8GLmpUkX .nav-item:focus,
.cid-vm8GLmpUkX .nav-link:focus {
  outline: none;
}
.cid-vm8GLmpUkX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm8GLmpUkX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vm8GLmpUkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm8GLmpUkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm8GLmpUkX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm8GLmpUkX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm8GLmpUkX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b33;
}
.cid-vm8GLmpUkX .navbar.opened {
  transition: all 0.3s;
}
.cid-vm8GLmpUkX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vm8GLmpUkX .navbar .navbar-logo img {
  width: auto;
}
.cid-vm8GLmpUkX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm8GLmpUkX .navbar.collapsed {
  justify-content: center;
}
.cid-vm8GLmpUkX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm8GLmpUkX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm8GLmpUkX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vm8GLmpUkX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm8GLmpUkX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm8GLmpUkX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm8GLmpUkX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm8GLmpUkX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm8GLmpUkX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm8GLmpUkX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm8GLmpUkX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm8GLmpUkX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm8GLmpUkX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm8GLmpUkX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm8GLmpUkX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm8GLmpUkX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm8GLmpUkX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vm8GLmpUkX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vm8GLmpUkX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm8GLmpUkX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vm8GLmpUkX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vm8GLmpUkX .navbar.navbar-short {
  min-height: 60px;
}
.cid-vm8GLmpUkX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vm8GLmpUkX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vm8GLmpUkX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vm8GLmpUkX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vm8GLmpUkX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm8GLmpUkX .dropdown-item.active,
.cid-vm8GLmpUkX .dropdown-item:active {
  background-color: transparent;
}
.cid-vm8GLmpUkX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm8GLmpUkX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm8GLmpUkX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm8GLmpUkX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b33;
}
.cid-vm8GLmpUkX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vm8GLmpUkX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm8GLmpUkX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vm8GLmpUkX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vm8GLmpUkX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vm8GLmpUkX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00adb5;
}
.cid-vm8GLmpUkX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vm8GLmpUkX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm8GLmpUkX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm8GLmpUkX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vm8GLmpUkX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm8GLmpUkX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm8GLmpUkX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm8GLmpUkX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm8GLmpUkX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vm8GLmpUkX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm8GLmpUkX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm8GLmpUkX .navbar {
    height: 70px;
  }
  .cid-vm8GLmpUkX .navbar.opened {
    height: auto;
  }
  .cid-vm8GLmpUkX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm8GLn8HzW {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/manutencao-gestao-pecas-700x394.jpg");
}
.cid-vm8GLn8HzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm8GLn8HzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm8GLn8HzW .mbr-section-title {
  color: #ffffff;
}
.cid-vm8GLn8HzW .mbr-text,
.cid-vm8GLn8HzW .mbr-section-btn {
  color: #ffffff;
}
.cid-vm8HO4j2cv {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background: radial-gradient(circle at 12% 20%, rgba(0, 188, 212, 0.08), transparent 28%), radial-gradient(circle at 90% 10%, rgba(13, 24, 48, 0.08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.cid-vm8HO4j2cv,
.cid-vm8HO4j2cv * {
  font-family: 'Roboto', sans-serif;
}
.cid-vm8HO4j2cv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 188, 212, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 188, 212, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.55;
  pointer-events: none;
}
.cid-vm8HO4j2cv::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  bottom: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 188, 212, 0.13), transparent 65%);
  pointer-events: none;
}
.cid-vm8HO4j2cv .container,
.cid-vm8HO4j2cv .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vm8HO4j2cv .mcr-title {
  margin-bottom: 24px;
  color: #111831;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.cid-vm8HO4j2cv .mcr-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  margin-top: 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, #07b8c8, #25d7e5);
  box-shadow: 0 10px 24px rgba(0, 188, 212, 0.26);
}
.cid-vm8HO4j2cv .mcr-lead {
  margin-bottom: 30px;
  color: #4a5568;
  line-height: 1.75;
}
.cid-vm8HO4j2cv .mcr-highlight-box {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(135deg, #111831 0%, #17223d 100%);
  border: 1px solid rgba(0, 188, 212, 0.22);
  box-shadow: 0 24px 55px rgba(17, 24, 49, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.cid-vm8HO4j2cv .mcr-highlight-box::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.3), transparent 65%);
}
.cid-vm8HO4j2cv .mcr-percent {
  min-width: 135px;
  color: #25d7e5;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.cid-vm8HO4j2cv .mcr-percent strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-shadow: 0 0 28px rgba(37, 215, 229, 0.45);
}
.cid-vm8HO4j2cv .mcr-highlight-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.58;
  position: relative;
  z-index: 2;
}
.cid-vm8HO4j2cv .mcr-main-card {
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 49, 0.08);
  box-shadow: 0 28px 70px rgba(17, 24, 49, 0.1), 0 8px 24px rgba(0, 188, 212, 0.06);
  position: relative;
  overflow: hidden;
}
.cid-vm8HO4j2cv .mcr-main-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, #111831, #07b8c8, #25d7e5);
}
.cid-vm8HO4j2cv .mcr-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #111831;
  font-size: 1.22rem;
  font-weight: 800;
}
.cid-vm8HO4j2cv .mcr-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #07b8c8;
  box-shadow: 0 0 18px rgba(0, 188, 212, 0.75);
}
.cid-vm8HO4j2cv .mcr-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cid-vm8HO4j2cv .mcr-feature-item {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fbfc 0%, #eef8fa 100%);
  border: 1px solid rgba(0, 188, 212, 0.12);
  transition: all 0.25s ease;
}
.cid-vm8HO4j2cv .mcr-feature-item:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 188, 212, 0.38);
  box-shadow: 0 18px 35px rgba(0, 188, 212, 0.12);
}
.cid-vm8HO4j2cv .mcr-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111831;
  border: 1px solid rgba(0, 188, 212, 0.35);
  color: #25d7e5;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(17, 24, 49, 0.16);
}
.cid-vm8HO4j2cv .mcr-feature-item h4 {
  margin: 0 0 8px 0;
  color: #111831;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}
.cid-vm8HO4j2cv .mcr-feature-item p {
  margin: 0;
  color: #5b6678;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vm8HO4j2cv .mcr-bottom-card {
  padding: 34px 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #111831 0%, #17223d 58%, #0b6673 100%);
  border: 1px solid rgba(0, 188, 212, 0.18);
  box-shadow: 0 24px 60px rgba(17, 24, 49, 0.16);
  position: relative;
  overflow: hidden;
}
.cid-vm8HO4j2cv .mcr-bottom-card::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -130px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.26), transparent 68%);
}
.cid-vm8HO4j2cv .mcr-bottom-card h3 {
  margin: 0;
  color: #25d7e5;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
}
.cid-vm8HO4j2cv .mcr-bottom-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-vm8HO4j2cv .mcr-title {
    font-size: 2.4rem;
  }
  .cid-vm8HO4j2cv .mcr-feature-grid {
    grid-template-columns: 1fr;
  }
  .cid-vm8HO4j2cv .mcr-highlight-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vm8HO4j2cv .mcr-percent strong {
    font-size: 3.7rem;
  }
}
@media (max-width: 575px) {
  .cid-vm8HO4j2cv .mcr-main-card,
  .cid-vm8HO4j2cv .mcr-bottom-card,
  .cid-vm8HO4j2cv .mcr-highlight-box {
    border-radius: 22px;
    padding: 22px;
  }
  .cid-vm8HO4j2cv .mcr-title {
    font-size: 2rem;
  }
  .cid-vm8HO4j2cv .mcr-lead {
    font-size: 1rem;
  }
  .cid-vm8HO4j2cv .mcr-bottom-card h3 {
    font-size: 1.45rem;
    margin-bottom: 12px;
  }
}
.cid-vm8GLs55m4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1b33;
}
.cid-vm8GLs55m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm8GLs55m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm8GLs55m4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vm8GLs55m4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm8GLs55m4 .row {
    text-align: center;
  }
  .cid-vm8GLs55m4 .row > div {
    margin: auto;
  }
  .cid-vm8GLs55m4 .social-row {
    justify-content: center;
  }
}
.cid-vm8GLs55m4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vm8GLs55m4 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vm8GLs55m4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vm8GLs55m4 .list {
    margin-bottom: 0rem;
  }
}
.cid-vm8GLs55m4 .mbr-text {
  color: #bbbbbb;
}
.cid-vm8GLs55m4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vm8GLs55m4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vm8GLs55m4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vm8ThxlN91 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vm8ThxlN91 nav.navbar {
  position: fixed;
}
.cid-vm8ThxlN91 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm8ThxlN91 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vm8ThxlN91 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vm8ThxlN91 .dropdown-item:hover,
.cid-vm8ThxlN91 .dropdown-item:focus {
  background: #00adb5 !important;
  color: white !important;
}
.cid-vm8ThxlN91 .dropdown-item:hover span {
  color: white;
}
.cid-vm8ThxlN91 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm8ThxlN91 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm8ThxlN91 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm8ThxlN91 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm8ThxlN91 .nav-link {
  position: relative;
}
.cid-vm8ThxlN91 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm8ThxlN91 .container {
    flex-wrap: wrap;
  }
}
.cid-vm8ThxlN91 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm8ThxlN91 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vm8ThxlN91 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vm8ThxlN91 .dropdown-menu,
.cid-vm8ThxlN91 .navbar.opened {
  background: #1b1b33 !important;
}
.cid-vm8ThxlN91 .nav-item:focus,
.cid-vm8ThxlN91 .nav-link:focus {
  outline: none;
}
.cid-vm8ThxlN91 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm8ThxlN91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vm8ThxlN91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm8ThxlN91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm8ThxlN91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm8ThxlN91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm8ThxlN91 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b33;
}
.cid-vm8ThxlN91 .navbar.opened {
  transition: all 0.3s;
}
.cid-vm8ThxlN91 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vm8ThxlN91 .navbar .navbar-logo img {
  width: auto;
}
.cid-vm8ThxlN91 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm8ThxlN91 .navbar.collapsed {
  justify-content: center;
}
.cid-vm8ThxlN91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm8ThxlN91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm8ThxlN91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vm8ThxlN91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm8ThxlN91 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm8ThxlN91 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm8ThxlN91 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm8ThxlN91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm8ThxlN91 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm8ThxlN91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm8ThxlN91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm8ThxlN91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm8ThxlN91 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm8ThxlN91 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm8ThxlN91 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm8ThxlN91 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm8ThxlN91 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vm8ThxlN91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vm8ThxlN91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm8ThxlN91 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vm8ThxlN91 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vm8ThxlN91 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vm8ThxlN91 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vm8ThxlN91 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vm8ThxlN91 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vm8ThxlN91 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vm8ThxlN91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm8ThxlN91 .dropdown-item.active,
.cid-vm8ThxlN91 .dropdown-item:active {
  background-color: transparent;
}
.cid-vm8ThxlN91 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm8ThxlN91 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm8ThxlN91 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm8ThxlN91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b33;
}
.cid-vm8ThxlN91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vm8ThxlN91 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm8ThxlN91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vm8ThxlN91 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vm8ThxlN91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vm8ThxlN91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00adb5;
}
.cid-vm8ThxlN91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vm8ThxlN91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm8ThxlN91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm8ThxlN91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vm8ThxlN91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm8ThxlN91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm8ThxlN91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm8ThxlN91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm8ThxlN91 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vm8ThxlN91 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm8ThxlN91 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm8ThxlN91 .navbar {
    height: 70px;
  }
  .cid-vm8ThxlN91 .navbar.opened {
    height: auto;
  }
  .cid-vm8ThxlN91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm8Thy6OMw {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/gestao-combustivel-816x459.jpg");
}
.cid-vm8Thy6OMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm8Thy6OMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm8Thy6OMw .mbr-section-title {
  color: #ffffff;
}
.cid-vm8Thy6OMw .mbr-text,
.cid-vm8Thy6OMw .mbr-section-btn {
  color: #ffffff;
}
.cid-vm8ThyzNwM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: radial-gradient(circle at 12% 20%, rgba(0, 188, 212, 0.08), transparent 28%), radial-gradient(circle at 90% 10%, rgba(13, 24, 48, 0.08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.cid-vm8ThyzNwM,
.cid-vm8ThyzNwM * {
  font-family: 'Roboto', sans-serif;
}
.cid-vm8ThyzNwM::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 188, 212, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 188, 212, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.55;
  pointer-events: none;
}
.cid-vm8ThyzNwM::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  bottom: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 188, 212, 0.13), transparent 65%);
  pointer-events: none;
}
.cid-vm8ThyzNwM .container,
.cid-vm8ThyzNwM .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vm8ThyzNwM .mcr-title {
  margin-bottom: 24px;
  color: #111831;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.cid-vm8ThyzNwM .mcr-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  margin-top: 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, #07b8c8, #25d7e5);
  box-shadow: 0 10px 24px rgba(0, 188, 212, 0.26);
}
.cid-vm8ThyzNwM .mcr-lead {
  margin-bottom: 22px;
  color: #4a5568;
  line-height: 1.75;
}
.cid-vm8ThyzNwM .mcr-highlight-box {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(135deg, #111831 0%, #17223d 100%);
  border: 1px solid rgba(0, 188, 212, 0.22);
  box-shadow: 0 24px 55px rgba(17, 24, 49, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.cid-vm8ThyzNwM .mcr-highlight-box::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.3), transparent 65%);
}
.cid-vm8ThyzNwM .mcr-percent {
  min-width: 150px;
  color: #25d7e5;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.cid-vm8ThyzNwM .mcr-percent strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 0 28px rgba(37, 215, 229, 0.45);
}
.cid-vm8ThyzNwM .mcr-highlight-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.58;
  position: relative;
  z-index: 2;
}
.cid-vm8ThyzNwM .mcr-main-card {
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 49, 0.08);
  box-shadow: 0 28px 70px rgba(17, 24, 49, 0.1), 0 8px 24px rgba(0, 188, 212, 0.06);
  position: relative;
  overflow: hidden;
}
.cid-vm8ThyzNwM .mcr-main-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, #111831, #07b8c8, #25d7e5);
}
.cid-vm8ThyzNwM .mcr-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #111831;
  font-size: 1.22rem;
  font-weight: 800;
}
.cid-vm8ThyzNwM .mcr-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #07b8c8;
  box-shadow: 0 0 18px rgba(0, 188, 212, 0.75);
}
.cid-vm8ThyzNwM .mcr-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cid-vm8ThyzNwM .mcr-feature-item {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fbfc 0%, #eef8fa 100%);
  border: 1px solid rgba(0, 188, 212, 0.12);
  transition: all 0.25s ease;
}
.cid-vm8ThyzNwM .mcr-feature-item:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 188, 212, 0.38);
  box-shadow: 0 18px 35px rgba(0, 188, 212, 0.12);
}
.cid-vm8ThyzNwM .mcr-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111831;
  border: 1px solid rgba(0, 188, 212, 0.35);
  color: #25d7e5;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(17, 24, 49, 0.16);
}
.cid-vm8ThyzNwM .mcr-feature-item h4 {
  margin: 0 0 8px 0;
  color: #111831;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}
.cid-vm8ThyzNwM .mcr-feature-item p {
  margin: 0;
  color: #5b6678;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vm8ThyzNwM .mcr-bottom-card {
  padding: 34px 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #111831 0%, #17223d 58%, #0b6673 100%);
  border: 1px solid rgba(0, 188, 212, 0.18);
  box-shadow: 0 24px 60px rgba(17, 24, 49, 0.16);
  position: relative;
  overflow: hidden;
}
.cid-vm8ThyzNwM .mcr-bottom-card::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -130px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.26), transparent 68%);
}
.cid-vm8ThyzNwM .mcr-bottom-card h3 {
  margin: 0;
  color: #25d7e5;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
}
.cid-vm8ThyzNwM .mcr-bottom-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-vm8ThyzNwM .mcr-title {
    font-size: 2.4rem;
  }
  .cid-vm8ThyzNwM .mcr-feature-grid {
    grid-template-columns: 1fr;
  }
  .cid-vm8ThyzNwM .mcr-highlight-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vm8ThyzNwM .mcr-percent strong {
    font-size: 2.8rem;
  }
}
@media (max-width: 575px) {
  .cid-vm8ThyzNwM .mcr-main-card,
  .cid-vm8ThyzNwM .mcr-bottom-card,
  .cid-vm8ThyzNwM .mcr-highlight-box {
    border-radius: 22px;
    padding: 22px;
  }
  .cid-vm8ThyzNwM .mcr-title {
    font-size: 2rem;
  }
  .cid-vm8ThyzNwM .mcr-lead {
    font-size: 1rem;
  }
  .cid-vm8ThyzNwM .mcr-bottom-card h3 {
    font-size: 1.45rem;
    margin-bottom: 12px;
  }
}
.cid-vm8Thz2iAL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1b33;
}
.cid-vm8Thz2iAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm8Thz2iAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm8Thz2iAL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vm8Thz2iAL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm8Thz2iAL .row {
    text-align: center;
  }
  .cid-vm8Thz2iAL .row > div {
    margin: auto;
  }
  .cid-vm8Thz2iAL .social-row {
    justify-content: center;
  }
}
.cid-vm8Thz2iAL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vm8Thz2iAL .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vm8Thz2iAL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vm8Thz2iAL .list {
    margin-bottom: 0rem;
  }
}
.cid-vm8Thz2iAL .mbr-text {
  color: #bbbbbb;
}
.cid-vm8Thz2iAL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vm8Thz2iAL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vm8Thz2iAL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vm91wrs9r1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vm91wrs9r1 nav.navbar {
  position: fixed;
}
.cid-vm91wrs9r1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm91wrs9r1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vm91wrs9r1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vm91wrs9r1 .dropdown-item:hover,
.cid-vm91wrs9r1 .dropdown-item:focus {
  background: #00adb5 !important;
  color: white !important;
}
.cid-vm91wrs9r1 .dropdown-item:hover span {
  color: white;
}
.cid-vm91wrs9r1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm91wrs9r1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm91wrs9r1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm91wrs9r1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm91wrs9r1 .nav-link {
  position: relative;
}
.cid-vm91wrs9r1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm91wrs9r1 .container {
    flex-wrap: wrap;
  }
}
.cid-vm91wrs9r1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm91wrs9r1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vm91wrs9r1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vm91wrs9r1 .dropdown-menu,
.cid-vm91wrs9r1 .navbar.opened {
  background: #1b1b33 !important;
}
.cid-vm91wrs9r1 .nav-item:focus,
.cid-vm91wrs9r1 .nav-link:focus {
  outline: none;
}
.cid-vm91wrs9r1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm91wrs9r1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vm91wrs9r1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm91wrs9r1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm91wrs9r1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm91wrs9r1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm91wrs9r1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b33;
}
.cid-vm91wrs9r1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vm91wrs9r1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vm91wrs9r1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vm91wrs9r1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm91wrs9r1 .navbar.collapsed {
  justify-content: center;
}
.cid-vm91wrs9r1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm91wrs9r1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm91wrs9r1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vm91wrs9r1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm91wrs9r1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm91wrs9r1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm91wrs9r1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm91wrs9r1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm91wrs9r1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm91wrs9r1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm91wrs9r1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm91wrs9r1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm91wrs9r1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm91wrs9r1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm91wrs9r1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm91wrs9r1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm91wrs9r1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vm91wrs9r1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vm91wrs9r1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm91wrs9r1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vm91wrs9r1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vm91wrs9r1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vm91wrs9r1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vm91wrs9r1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vm91wrs9r1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vm91wrs9r1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vm91wrs9r1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm91wrs9r1 .dropdown-item.active,
.cid-vm91wrs9r1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vm91wrs9r1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm91wrs9r1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm91wrs9r1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm91wrs9r1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b33;
}
.cid-vm91wrs9r1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vm91wrs9r1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm91wrs9r1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vm91wrs9r1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vm91wrs9r1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vm91wrs9r1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00adb5;
}
.cid-vm91wrs9r1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vm91wrs9r1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm91wrs9r1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm91wrs9r1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vm91wrs9r1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm91wrs9r1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm91wrs9r1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm91wrs9r1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm91wrs9r1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vm91wrs9r1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm91wrs9r1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm91wrs9r1 .navbar {
    height: 70px;
  }
  .cid-vm91wrs9r1 .navbar.opened {
    height: auto;
  }
  .cid-vm91wrs9r1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm91ws54dX {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/controle.jpg");
}
.cid-vm91ws54dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm91ws54dX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm91ws54dX .mbr-section-title {
  color: #ffffff;
}
.cid-vm91ws54dX .mbr-text,
.cid-vm91ws54dX .mbr-section-btn {
  color: #ffffff;
}
.cid-vm91wswoHm {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background: radial-gradient(circle at 10% 12%, rgba(0, 188, 212, 0.08), transparent 28%), radial-gradient(circle at 90% 18%, rgba(17, 24, 49, 0.08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.cid-vm91wswoHm,
.cid-vm91wswoHm * {
  font-family: 'Roboto', sans-serif;
}
.cid-vm91wswoHm::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 188, 212, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 188, 212, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.45;
  pointer-events: none;
}
.cid-vm91wswoHm::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 188, 212, 0.14), transparent 65%);
  pointer-events: none;
}
.cid-vm91wswoHm .container,
.cid-vm91wswoHm .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-top-card {
  padding: 42px 44px;
  border-radius: 34px;
  background: linear-gradient(135deg, #111831 0%, #17223d 58%, #0b6673 100%);
  box-shadow: 0 28px 70px rgba(17, 24, 49, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.cid-vm91wswoHm .mcr-top-card::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.28), transparent 70%);
}
.cid-vm91wswoHm .mcr-top-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.16), transparent 70%);
}
.cid-vm91wswoHm .mcr-top-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 22px;
  border-radius: 18px;
  background: rgba(37, 215, 229, 0.12);
  border: 1px solid rgba(37, 215, 229, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25d7e5;
  box-shadow: 0 16px 34px rgba(0, 188, 212, 0.22);
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-top-icon span {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: #25d7e5;
  color: transparent;
  box-shadow: 0 0 22px rgba(37, 215, 229, 0.95);
}
.cid-vm91wswoHm .mcr-main-title {
  max-width: 880px;
  margin: 0 auto 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-main-text {
  max-width: 880px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-solution-card {
  height: 100%;
  padding: 32px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.28s ease;
}
.cid-vm91wswoHm .mcr-solution-card:hover {
  transform: translateY(-6px);
}
.cid-vm91wswoHm .mcr-card-dark {
  background: #111831;
  border: 1px solid rgba(37, 215, 229, 0.18);
  box-shadow: 0 24px 60px rgba(17, 24, 49, 0.16);
}
.cid-vm91wswoHm .mcr-card-featured {
  background: radial-gradient(circle at 90% 0%, rgba(37, 215, 229, 0.22), transparent 34%), linear-gradient(135deg, #111831 0%, #17223d 55%, #0b6673 100%);
  border: 1px solid rgba(37, 215, 229, 0.3);
  box-shadow: 0 30px 76px rgba(0, 188, 212, 0.16);
}
.cid-vm91wswoHm .mcr-card-light {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 49, 0.08);
  box-shadow: 0 28px 70px rgba(17, 24, 49, 0.1), 0 8px 24px rgba(0, 188, 212, 0.06);
}
.cid-vm91wswoHm .mcr-solution-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, #111831, #07b8c8, #25d7e5);
}
.cid-vm91wswoHm .mcr-card-dark::after,
.cid-vm91wswoHm .mcr-card-featured::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -150px;
  bottom: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.18), transparent 68%);
  pointer-events: none;
}
.cid-vm91wswoHm .mcr-card-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(37, 215, 229, 0.2);
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  z-index: 1;
}
.cid-vm91wswoHm .mcr-card-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(37, 215, 229, 0.12);
  border: 1px solid rgba(37, 215, 229, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25d7e5;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 14px 28px rgba(0, 188, 212, 0.14);
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-solution-card h3 {
  margin: 0 0 18px;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-card-dark h3,
.cid-vm91wswoHm .mcr-card-featured h3 {
  color: #ffffff;
}
.cid-vm91wswoHm .mcr-card-light h3 {
  color: #111831;
}
.cid-vm91wswoHm .mcr-solution-card p {
  margin: 0 0 16px;
  font-size: 0.98rem;
  line-height: 1.62;
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-card-dark p,
.cid-vm91wswoHm .mcr-card-featured p {
  color: rgba(255, 255, 255, 0.76);
}
.cid-vm91wswoHm .mcr-card-light p {
  color: #5b6678;
}
.cid-vm91wswoHm .mcr-benefits-box {
  margin-top: 24px;
  padding: 22px;
  border-radius: 22px;
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-card-dark .mcr-benefits-box,
.cid-vm91wswoHm .mcr-card-featured .mcr-benefits-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vm91wswoHm .mcr-card-light .mcr-benefits-box {
  background: linear-gradient(180deg, #f7fbfc 0%, #eef8fa 100%);
  border: 1px solid rgba(0, 188, 212, 0.12);
}
.cid-vm91wswoHm .mcr-benefits-box h4 {
  margin: 0 0 16px;
  color: #25d7e5;
  font-size: 1rem;
  font-weight: 900;
}
.cid-vm91wswoHm .mcr-benefits-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vm91wswoHm .mcr-benefits-box li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 11px;
  font-size: 0.93rem;
  line-height: 1.42;
}
.cid-vm91wswoHm .mcr-benefits-box li:last-child {
  margin-bottom: 0;
}
.cid-vm91wswoHm .mcr-card-dark .mcr-benefits-box li,
.cid-vm91wswoHm .mcr-card-featured .mcr-benefits-box li {
  color: rgba(255, 255, 255, 0.8);
}
.cid-vm91wswoHm .mcr-card-light .mcr-benefits-box li {
  color: #4a5568;
}
.cid-vm91wswoHm .mcr-benefits-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #25d7e5;
  font-weight: 900;
}
.cid-vm91wswoHm .mcr-card-image-wrap {
  margin-top: 26px;
  padding: 10px;
  border-radius: 24px;
  background: radial-gradient(circle at 80% 10%, rgba(37, 215, 229, 0.22), transparent 34%), rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(37, 215, 229, 0.2);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.cid-vm91wswoHm .mcr-card-image-wrap::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 215, 229, 0.14), transparent 55%);
  pointer-events: none;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: all 0.28s ease;
}
.cid-vm91wswoHm .mcr-solution-card:hover .mcr-card-image {
  transform: scale(1.025);
}
.cid-vm91wswoHm .mcr-integrated-panel {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.cid-vm91wswoHm .mcr-mini-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7fbfc 0%, #eef8fa 100%);
  border: 1px solid rgba(0, 188, 212, 0.12);
  color: #111831;
  font-size: 0.95rem;
  font-weight: 800;
}
.cid-vm91wswoHm .mcr-mini-item span {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
  background: #25d7e5;
  box-shadow: 0 0 18px rgba(37, 215, 229, 0.8);
}
@media (max-width: 991px) {
  .cid-vm91wswoHm .mcr-top-card {
    padding: 34px 28px;
  }
  .cid-vm91wswoHm .mcr-main-title {
    font-size: 2.4rem;
  }
  .cid-vm91wswoHm .mcr-solution-card {
    padding: 28px;
  }
}
@media (max-width: 575px) {
  .cid-vm91wswoHm .mcr-top-card,
  .cid-vm91wswoHm .mcr-solution-card {
    border-radius: 24px;
  }
  .cid-vm91wswoHm .mcr-main-title {
    font-size: 2rem;
  }
  .cid-vm91wswoHm .mcr-main-text {
    font-size: 1rem;
  }
  .cid-vm91wswoHm .mcr-solution-card h3 {
    font-size: 1.28rem;
  }
  .cid-vm91wswoHm .mcr-card-number {
    font-size: 3.3rem;
  }
  .cid-vm91wswoHm .mcr-card-image-wrap {
    border-radius: 20px;
    padding: 8px;
  }
  .cid-vm91wswoHm .mcr-card-image {
    border-radius: 15px;
  }
}
.cid-vm91wsZCv6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1b33;
}
.cid-vm91wsZCv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm91wsZCv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm91wsZCv6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vm91wsZCv6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm91wsZCv6 .row {
    text-align: center;
  }
  .cid-vm91wsZCv6 .row > div {
    margin: auto;
  }
  .cid-vm91wsZCv6 .social-row {
    justify-content: center;
  }
}
.cid-vm91wsZCv6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vm91wsZCv6 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vm91wsZCv6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vm91wsZCv6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vm91wsZCv6 .mbr-text {
  color: #bbbbbb;
}
.cid-vm91wsZCv6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vm91wsZCv6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vm91wsZCv6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vm92j5gHrj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vm92j5gHrj nav.navbar {
  position: fixed;
}
.cid-vm92j5gHrj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm92j5gHrj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vm92j5gHrj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vm92j5gHrj .dropdown-item:hover,
.cid-vm92j5gHrj .dropdown-item:focus {
  background: #00adb5 !important;
  color: white !important;
}
.cid-vm92j5gHrj .dropdown-item:hover span {
  color: white;
}
.cid-vm92j5gHrj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm92j5gHrj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm92j5gHrj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm92j5gHrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm92j5gHrj .nav-link {
  position: relative;
}
.cid-vm92j5gHrj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm92j5gHrj .container {
    flex-wrap: wrap;
  }
}
.cid-vm92j5gHrj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm92j5gHrj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vm92j5gHrj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vm92j5gHrj .dropdown-menu,
.cid-vm92j5gHrj .navbar.opened {
  background: #1b1b33 !important;
}
.cid-vm92j5gHrj .nav-item:focus,
.cid-vm92j5gHrj .nav-link:focus {
  outline: none;
}
.cid-vm92j5gHrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm92j5gHrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vm92j5gHrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm92j5gHrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm92j5gHrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm92j5gHrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm92j5gHrj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b33;
}
.cid-vm92j5gHrj .navbar.opened {
  transition: all 0.3s;
}
.cid-vm92j5gHrj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vm92j5gHrj .navbar .navbar-logo img {
  width: auto;
}
.cid-vm92j5gHrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm92j5gHrj .navbar.collapsed {
  justify-content: center;
}
.cid-vm92j5gHrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm92j5gHrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm92j5gHrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vm92j5gHrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm92j5gHrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm92j5gHrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm92j5gHrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm92j5gHrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm92j5gHrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm92j5gHrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm92j5gHrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm92j5gHrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm92j5gHrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm92j5gHrj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm92j5gHrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm92j5gHrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm92j5gHrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vm92j5gHrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vm92j5gHrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm92j5gHrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vm92j5gHrj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vm92j5gHrj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vm92j5gHrj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vm92j5gHrj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vm92j5gHrj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vm92j5gHrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vm92j5gHrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm92j5gHrj .dropdown-item.active,
.cid-vm92j5gHrj .dropdown-item:active {
  background-color: transparent;
}
.cid-vm92j5gHrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm92j5gHrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm92j5gHrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm92j5gHrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b33;
}
.cid-vm92j5gHrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vm92j5gHrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm92j5gHrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vm92j5gHrj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vm92j5gHrj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vm92j5gHrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00adb5;
}
.cid-vm92j5gHrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vm92j5gHrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm92j5gHrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm92j5gHrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vm92j5gHrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm92j5gHrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm92j5gHrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm92j5gHrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm92j5gHrj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vm92j5gHrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm92j5gHrj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm92j5gHrj .navbar {
    height: 70px;
  }
  .cid-vm92j5gHrj .navbar.opened {
    height: auto;
  }
  .cid-vm92j5gHrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm92j6Ac01 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
.cid-vm92j6Ac01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm92j6Ac01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/wallpaper-mcr-2.jpg");
}
.cid-vm92j6Ac01 .mbr-section-title {
  color: #ffffff;
}
.cid-vm92j6Ac01 .mbr-text,
.cid-vm92j6Ac01 .mbr-section-btn {
  color: #ffffff;
}
.cid-vm92j6Ac01 .mbr-background-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
.cid-vm92j6Ac01 .mbr-background-video-preview {
  display: none !important;
}
.cid-vm92j6Ac01 .mbr-background-video iframe,
.cid-vm92j6Ac01 .mbr-background-video video {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: 177.78vh !important;
  height: 56.25vw !important;
  transform: translate(-50%, -100%) !important;
}
.cid-vm92j7KD8h {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: radial-gradient(circle at 12% 18%, rgba(0, 188, 212, 0.08), transparent 28%), radial-gradient(circle at 88% 12%, rgba(17, 24, 49, 0.08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.cid-vm92j7KD8h,
.cid-vm92j7KD8h * {
  font-family: 'Roboto', sans-serif;
}
.cid-vm92j7KD8h::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 188, 212, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 188, 212, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.45;
  pointer-events: none;
}
.cid-vm92j7KD8h::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -240px;
  bottom: -280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 188, 212, 0.14), transparent 65%);
  pointer-events: none;
}
.cid-vm92j7KD8h .container,
.cid-vm92j7KD8h .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vm92j7KD8h .mcr-title {
  margin-bottom: 24px;
  color: #111831;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.cid-vm92j7KD8h .mcr-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  margin-top: 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, #07b8c8, #25d7e5);
  box-shadow: 0 10px 24px rgba(0, 188, 212, 0.26);
}
.cid-vm92j7KD8h .mcr-lead {
  margin-bottom: 22px;
  color: #4a5568;
  line-height: 1.75;
}
.cid-vm92j7KD8h .mcr-highlight-box {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 30px;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(135deg, #111831 0%, #17223d 58%, #0b6673 100%);
  border: 1px solid rgba(0, 188, 212, 0.22);
  box-shadow: 0 24px 55px rgba(17, 24, 49, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.cid-vm92j7KD8h .mcr-highlight-box::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.3), transparent 65%);
}
.cid-vm92j7KD8h .mcr-highlight-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(37, 215, 229, 0.12);
  border: 1px solid rgba(37, 215, 229, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cid-vm92j7KD8h .mcr-highlight-icon span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #25d7e5;
  box-shadow: 0 0 0 8px rgba(37, 215, 229, 0.12), 0 0 28px rgba(37, 215, 229, 0.9);
}
.cid-vm92j7KD8h .mcr-highlight-box h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.cid-vm92j7KD8h .mcr-highlight-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.58;
  position: relative;
  z-index: 2;
}
.cid-vm92j7KD8h .mcr-map-card {
  padding: 24px;
  border-radius: 32px;
  background: radial-gradient(circle at 85% 10%, rgba(37, 215, 229, 0.2), transparent 30%), linear-gradient(135deg, #111831 0%, #17223d 58%, #07111f 100%);
  border: 1px solid rgba(37, 215, 229, 0.2);
  box-shadow: 0 32px 80px rgba(17, 24, 49, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}
.cid-vm92j7KD8h .mcr-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(37, 215, 229, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 215, 229, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
}
.cid-vm92j7KD8h .mcr-map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  position: relative;
  z-index: 2;
}
.cid-vm92j7KD8h .mcr-map-header div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cid-vm92j7KD8h .mcr-map-header strong {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 215, 229, 0.12);
  border: 1px solid rgba(37, 215, 229, 0.28);
  color: #25d7e5;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.cid-vm92j7KD8h .mcr-map-status {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #25d7e5;
  box-shadow: 0 0 18px rgba(37, 215, 229, 0.95);
}
.cid-vm92j7KD8h .mcr-map-area {
  min-height: 390px;
  border-radius: 24px;
  background: radial-gradient(circle at 30% 25%, rgba(37, 215, 229, 0.16), transparent 22%), radial-gradient(circle at 70% 75%, rgba(37, 215, 229, 0.12), transparent 28%), rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.cid-vm92j7KD8h .mcr-route-line {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #25d7e5, transparent);
  box-shadow: 0 0 18px rgba(37, 215, 229, 0.55);
  opacity: 0.85;
}
.cid-vm92j7KD8h .route-one {
  width: 72%;
  left: 10%;
  top: 34%;
  transform: rotate(-16deg);
}
.cid-vm92j7KD8h .route-two {
  width: 62%;
  left: 24%;
  top: 56%;
  transform: rotate(13deg);
}
.cid-vm92j7KD8h .route-three {
  width: 50%;
  left: 18%;
  top: 74%;
  transform: rotate(-8deg);
}
.cid-vm92j7KD8h .mcr-pin {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #07b8c8, #25d7e5);
  box-shadow: 0 0 0 10px rgba(37, 215, 229, 0.1), 0 0 28px rgba(37, 215, 229, 0.65);
}
.cid-vm92j7KD8h .mcr-pin span {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background: #ffffff;
}
.cid-vm92j7KD8h .pin-one {
  left: 18%;
  top: 25%;
}
.cid-vm92j7KD8h .pin-two {
  right: 22%;
  top: 46%;
}
.cid-vm92j7KD8h .pin-three {
  left: 36%;
  bottom: 15%;
}
.cid-vm92j7KD8h .mcr-vehicle-card {
  position: absolute;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(7, 17, 31, 0.78);
  border: 1px solid rgba(37, 215, 229, 0.26);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}
.cid-vm92j7KD8h .mcr-vehicle-card strong {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
}
.cid-vm92j7KD8h .mcr-vehicle-card small {
  display: block;
  margin-top: 3px;
  color: #25d7e5;
  font-size: 0.76rem;
  font-weight: 700;
}
.cid-vm92j7KD8h .vehicle-one {
  left: 9%;
  top: 48%;
}
.cid-vm92j7KD8h .vehicle-two {
  right: 9%;
  top: 24%;
}
.cid-vm92j7KD8h .mcr-map-dashboard {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.cid-vm92j7KD8h .mcr-dash-item {
  padding: 16px 12px;
  border-radius: 18px;
  background: rgba(7, 17, 31, 0.78);
  border: 1px solid rgba(37, 215, 229, 0.18);
  backdrop-filter: blur(10px);
  text-align: center;
}
.cid-vm92j7KD8h .mcr-dash-item strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 900;
}
.cid-vm92j7KD8h .mcr-dash-item span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.25;
}
.cid-vm92j7KD8h .mcr-feature-card {
  height: 100%;
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 49, 0.08);
  box-shadow: 0 24px 58px rgba(17, 24, 49, 0.09), 0 8px 22px rgba(0, 188, 212, 0.05);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.cid-vm92j7KD8h .mcr-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #111831, #07b8c8, #25d7e5);
}
.cid-vm92j7KD8h .mcr-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(17, 24, 49, 0.12), 0 12px 28px rgba(0, 188, 212, 0.1);
}
.cid-vm92j7KD8h .mcr-feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #111831;
  border: 1px solid rgba(0, 188, 212, 0.35);
  color: #25d7e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(17, 24, 49, 0.16);
}
.cid-vm92j7KD8h .mcr-feature-card h3 {
  margin: 0 0 12px;
  color: #111831;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.cid-vm92j7KD8h .mcr-feature-card p {
  margin: 0;
  color: #5b6678;
  font-size: 0.94rem;
  line-height: 1.58;
}
@media (max-width: 991px) {
  .cid-vm92j7KD8h .mcr-title {
    font-size: 2.4rem;
  }
  .cid-vm92j7KD8h .mcr-map-area {
    min-height: 360px;
  }
}
@media (max-width: 575px) {
  .cid-vm92j7KD8h .mcr-title {
    font-size: 2rem;
  }
  .cid-vm92j7KD8h .mcr-lead {
    font-size: 1rem;
  }
  .cid-vm92j7KD8h .mcr-highlight-box,
  .cid-vm92j7KD8h .mcr-map-card,
  .cid-vm92j7KD8h .mcr-feature-card {
    border-radius: 22px;
  }
  .cid-vm92j7KD8h .mcr-highlight-box {
    flex-direction: column;
    padding: 22px;
  }
  .cid-vm92j7KD8h .mcr-map-card {
    padding: 18px;
  }
  .cid-vm92j7KD8h .mcr-map-area {
    min-height: 430px;
  }
  .cid-vm92j7KD8h .mcr-map-dashboard {
    grid-template-columns: 1fr;
  }
  .cid-vm92j7KD8h .mcr-vehicle-card {
    transform: scale(0.92);
  }
  .cid-vm92j7KD8h .vehicle-one {
    left: 6%;
    top: 42%;
  }
  .cid-vm92j7KD8h .vehicle-two {
    right: 4%;
    top: 18%;
  }
}
.cid-vm92j8k3QT {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1b33;
}
.cid-vm92j8k3QT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm92j8k3QT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm92j8k3QT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vm92j8k3QT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm92j8k3QT .row {
    text-align: center;
  }
  .cid-vm92j8k3QT .row > div {
    margin: auto;
  }
  .cid-vm92j8k3QT .social-row {
    justify-content: center;
  }
}
.cid-vm92j8k3QT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vm92j8k3QT .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vm92j8k3QT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vm92j8k3QT .list {
    margin-bottom: 0rem;
  }
}
.cid-vm92j8k3QT .mbr-text {
  color: #bbbbbb;
}
.cid-vm92j8k3QT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vm92j8k3QT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vm92j8k3QT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vm931vALdX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vm931vALdX nav.navbar {
  position: fixed;
}
.cid-vm931vALdX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm931vALdX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vm931vALdX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vm931vALdX .dropdown-item:hover,
.cid-vm931vALdX .dropdown-item:focus {
  background: #00adb5 !important;
  color: white !important;
}
.cid-vm931vALdX .dropdown-item:hover span {
  color: white;
}
.cid-vm931vALdX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm931vALdX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm931vALdX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm931vALdX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm931vALdX .nav-link {
  position: relative;
}
.cid-vm931vALdX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm931vALdX .container {
    flex-wrap: wrap;
  }
}
.cid-vm931vALdX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vm931vALdX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vm931vALdX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vm931vALdX .dropdown-menu,
.cid-vm931vALdX .navbar.opened {
  background: #1b1b33 !important;
}
.cid-vm931vALdX .nav-item:focus,
.cid-vm931vALdX .nav-link:focus {
  outline: none;
}
.cid-vm931vALdX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm931vALdX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vm931vALdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm931vALdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm931vALdX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm931vALdX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm931vALdX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b33;
}
.cid-vm931vALdX .navbar.opened {
  transition: all 0.3s;
}
.cid-vm931vALdX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vm931vALdX .navbar .navbar-logo img {
  width: auto;
}
.cid-vm931vALdX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm931vALdX .navbar.collapsed {
  justify-content: center;
}
.cid-vm931vALdX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm931vALdX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm931vALdX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vm931vALdX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm931vALdX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm931vALdX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm931vALdX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm931vALdX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm931vALdX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm931vALdX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm931vALdX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm931vALdX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm931vALdX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm931vALdX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm931vALdX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm931vALdX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm931vALdX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vm931vALdX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vm931vALdX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm931vALdX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vm931vALdX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vm931vALdX .navbar.navbar-short {
  min-height: 60px;
}
.cid-vm931vALdX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vm931vALdX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vm931vALdX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vm931vALdX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vm931vALdX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm931vALdX .dropdown-item.active,
.cid-vm931vALdX .dropdown-item:active {
  background-color: transparent;
}
.cid-vm931vALdX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm931vALdX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm931vALdX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm931vALdX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b33;
}
.cid-vm931vALdX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vm931vALdX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm931vALdX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vm931vALdX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vm931vALdX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vm931vALdX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00adb5;
}
.cid-vm931vALdX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vm931vALdX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm931vALdX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm931vALdX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vm931vALdX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm931vALdX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm931vALdX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm931vALdX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm931vALdX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vm931vALdX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm931vALdX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm931vALdX .navbar {
    height: 70px;
  }
  .cid-vm931vALdX .navbar.opened {
    height: auto;
  }
  .cid-vm931vALdX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm931xuklx {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/telemetria.jpg");
}
.cid-vm931xuklx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm931xuklx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm931xuklx .mbr-section-title {
  color: #ffffff;
}
.cid-vm931xuklx .mbr-text,
.cid-vm931xuklx .mbr-section-btn {
  color: #ffffff;
}
.cid-vm931y6KBC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: radial-gradient(circle at 12% 18%, rgba(0, 188, 212, 0.08), transparent 28%), radial-gradient(circle at 88% 12%, rgba(17, 24, 49, 0.08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.cid-vm931y6KBC,
.cid-vm931y6KBC * {
  font-family: 'Roboto', sans-serif;
}
.cid-vm931y6KBC::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 188, 212, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 188, 212, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.45;
  pointer-events: none;
}
.cid-vm931y6KBC::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -240px;
  bottom: -280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 188, 212, 0.14), transparent 65%);
  pointer-events: none;
}
.cid-vm931y6KBC .container,
.cid-vm931y6KBC .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vm931y6KBC .mcr-title {
  margin-bottom: 24px;
  color: #111831;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.cid-vm931y6KBC .mcr-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  margin-top: 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, #07b8c8, #25d7e5);
  box-shadow: 0 10px 24px rgba(0, 188, 212, 0.26);
}
.cid-vm931y6KBC .mcr-lead {
  margin-bottom: 22px;
  color: #4a5568;
  line-height: 1.75;
}
.cid-vm931y6KBC .mcr-highlight-box {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(135deg, #111831 0%, #17223d 100%);
  border: 1px solid rgba(0, 188, 212, 0.22);
  box-shadow: 0 24px 55px rgba(17, 24, 49, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.cid-vm931y6KBC .mcr-highlight-box::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.3), transparent 65%);
}
.cid-vm931y6KBC .mcr-highlight-number {
  min-width: 150px;
  color: #25d7e5;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.cid-vm931y6KBC .mcr-highlight-number strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.07em;
  text-transform: none;
  text-shadow: 0 0 28px rgba(37, 215, 229, 0.45);
}
.cid-vm931y6KBC .mcr-highlight-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.58;
  position: relative;
  z-index: 2;
}
.cid-vm931y6KBC .mcr-system-showcase {
  min-height: 500px;
  padding: 34px;
  border-radius: 34px;
  background: radial-gradient(circle at 82% 16%, rgba(37, 215, 229, 0.22), transparent 30%), radial-gradient(circle at 12% 84%, rgba(37, 215, 229, 0.14), transparent 34%), linear-gradient(135deg, #111831 0%, #17223d 58%, #07111f 100%);
  border: 1px solid rgba(37, 215, 229, 0.22);
  box-shadow: 0 34px 90px rgba(17, 24, 49, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  position: relative;
  overflow: hidden;
}
.cid-vm931y6KBC .mcr-system-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(37, 215, 229, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 215, 229, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.34;
  pointer-events: none;
}
.cid-vm931y6KBC .mcr-system-showcase::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -170px;
  bottom: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 215, 229, 0.2), transparent 68%);
  pointer-events: none;
}
.cid-vm931y6KBC .mcr-showcase-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 42%;
  top: 36%;
  border-radius: 50%;
  background: rgba(37, 215, 229, 0.16);
  filter: blur(38px);
  z-index: 1;
}
.cid-vm931y6KBC .mcr-desktop-screen {
  position: absolute;
  right: 26px;
  top: 78px;
  width: 78%;
  border-radius: 22px;
  padding: 10px;
  background: linear-gradient(180deg, #263047 0%, #0b1224 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35), 0 0 42px rgba(37, 215, 229, 0.13);
  z-index: 3;
}
.cid-vm931y6KBC .mcr-screen-topbar {
  height: 26px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cid-vm931y6KBC .mcr-screen-topbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}
.cid-vm931y6KBC .mcr-screen-topbar span:first-child {
  background: #25d7e5;
  box-shadow: 0 0 12px rgba(37, 215, 229, 0.8);
}
.cid-vm931y6KBC .mcr-desktop-image-wrap {
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 215, 229, 0.18);
}
.cid-vm931y6KBC .mcr-desktop-image {
  width: 100%;
  display: block;
  border-radius: 15px;
}
.cid-vm931y6KBC .mcr-mobile-screen {
  position: absolute;
  left: 28px;
  bottom: 34px;
  width: 32%;
  max-width: 190px;
  min-width: 150px;
  padding: 12px 10px 14px;
  border-radius: 28px;
  background: linear-gradient(180deg, #263047 0%, #07111f 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), 0 0 42px rgba(37, 215, 229, 0.16);
  z-index: 5;
}
.cid-vm931y6KBC .mcr-mobile-screen::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 29px;
  background: linear-gradient(135deg, rgba(37, 215, 229, 0.38), transparent 42%, rgba(255, 255, 255, 0.1));
  pointer-events: none;
  opacity: 0.55;
}
.cid-vm931y6KBC .mcr-mobile-speaker {
  width: 46px;
  height: 5px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  position: relative;
  z-index: 2;
}
.cid-vm931y6KBC .mcr-mobile-image-wrap {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}
.cid-vm931y6KBC .mcr-mobile-image {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.cid-vm931y6KBC .mcr-showcase-badge {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.78);
  border: 1px solid rgba(37, 215, 229, 0.28);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}
.cid-vm931y6KBC .mcr-showcase-badge span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25d7e5;
  box-shadow: 0 0 18px rgba(37, 215, 229, 0.95);
}
.cid-vm931y6KBC .mcr-feature-card {
  height: 100%;
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 49, 0.08);
  box-shadow: 0 24px 58px rgba(17, 24, 49, 0.09), 0 8px 22px rgba(0, 188, 212, 0.05);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.cid-vm931y6KBC .mcr-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #111831, #07b8c8, #25d7e5);
}
.cid-vm931y6KBC .mcr-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(17, 24, 49, 0.12), 0 12px 28px rgba(0, 188, 212, 0.1);
}
.cid-vm931y6KBC .mcr-feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #111831;
  border: 1px solid rgba(0, 188, 212, 0.35);
  color: #25d7e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(17, 24, 49, 0.16);
}
.cid-vm931y6KBC .mcr-feature-card h3 {
  margin: 0 0 12px;
  color: #111831;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.cid-vm931y6KBC .mcr-feature-card p {
  margin: 0;
  color: #5b6678;
  font-size: 0.94rem;
  line-height: 1.58;
}
@media (max-width: 991px) {
  .cid-vm931y6KBC .mcr-title {
    font-size: 2.4rem;
  }
  .cid-vm931y6KBC .mcr-system-showcase {
    min-height: 620px;
  }
  .cid-vm931y6KBC .mcr-desktop-screen {
    width: calc(48%);
    right: 26px;
    left: 26px;
    top: 46px;
  }
  .cid-vm931y6KBC .mcr-mobile-screen {
    left: 34px;
    bottom: 34px;
    width: 34%;
    max-width: 200px;
  }
  .cid-vm931y6KBC .mcr-showcase-badge {
    right: 34px;
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .cid-vm931y6KBC .mcr-title {
    font-size: 2rem;
  }
  .cid-vm931y6KBC .mcr-lead {
    font-size: 1rem;
  }
  .cid-vm931y6KBC .mcr-highlight-box,
  .cid-vm931y6KBC .mcr-system-showcase,
  .cid-vm931y6KBC .mcr-feature-card {
    border-radius: 22px;
  }
  .cid-vm931y6KBC .mcr-highlight-box {
    flex-direction: column;
    padding: 22px;
  }
  .cid-vm931y6KBC .mcr-highlight-number strong {
    font-size: 2.2rem;
  }
  .cid-vm931y6KBC .mcr-system-showcase {
    min-height: auto;
    padding: 18px;
  }
  .cid-vm931y6KBC .mcr-desktop-screen,
  .cid-vm931y6KBC .mcr-mobile-screen,
  .cid-vm931y6KBC .mcr-showcase-badge {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
  }
  .cid-vm931y6KBC .mcr-desktop-screen {
    margin-bottom: 22px;
  }
  .cid-vm931y6KBC .mcr-mobile-screen {
    width: 68%;
    max-width: 220px;
    margin: 0 auto 20px;
  }
  .cid-vm931y6KBC .mcr-showcase-badge {
    justify-content: center;
    width: 100%;
  }
}
.cid-vm931yyaMx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1b33;
}
.cid-vm931yyaMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm931yyaMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm931yyaMx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vm931yyaMx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm931yyaMx .row {
    text-align: center;
  }
  .cid-vm931yyaMx .row > div {
    margin: auto;
  }
  .cid-vm931yyaMx .social-row {
    justify-content: center;
  }
}
.cid-vm931yyaMx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vm931yyaMx .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vm931yyaMx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vm931yyaMx .list {
    margin-bottom: 0rem;
  }
}
.cid-vm931yyaMx .mbr-text {
  color: #bbbbbb;
}
.cid-vm931yyaMx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vm931yyaMx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vm931yyaMx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vmH032Vl0x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vmH032Vl0x nav.navbar {
  position: fixed;
}
.cid-vmH032Vl0x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmH032Vl0x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmH032Vl0x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vmH032Vl0x .dropdown-item:hover,
.cid-vmH032Vl0x .dropdown-item:focus {
  background: #00adb5 !important;
  color: white !important;
}
.cid-vmH032Vl0x .dropdown-item:hover span {
  color: white;
}
.cid-vmH032Vl0x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmH032Vl0x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmH032Vl0x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmH032Vl0x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmH032Vl0x .nav-link {
  position: relative;
}
.cid-vmH032Vl0x .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vmH032Vl0x .container {
    flex-wrap: wrap;
  }
}
.cid-vmH032Vl0x .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vmH032Vl0x .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vmH032Vl0x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmH032Vl0x .dropdown-menu,
.cid-vmH032Vl0x .navbar.opened {
  background: #1b1b33 !important;
}
.cid-vmH032Vl0x .nav-item:focus,
.cid-vmH032Vl0x .nav-link:focus {
  outline: none;
}
.cid-vmH032Vl0x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmH032Vl0x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmH032Vl0x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmH032Vl0x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmH032Vl0x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmH032Vl0x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmH032Vl0x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b33;
}
.cid-vmH032Vl0x .navbar.opened {
  transition: all 0.3s;
}
.cid-vmH032Vl0x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmH032Vl0x .navbar .navbar-logo img {
  width: auto;
}
.cid-vmH032Vl0x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmH032Vl0x .navbar.collapsed {
  justify-content: center;
}
.cid-vmH032Vl0x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmH032Vl0x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmH032Vl0x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vmH032Vl0x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmH032Vl0x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmH032Vl0x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vmH032Vl0x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmH032Vl0x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmH032Vl0x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmH032Vl0x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmH032Vl0x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmH032Vl0x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmH032Vl0x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmH032Vl0x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vmH032Vl0x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmH032Vl0x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmH032Vl0x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmH032Vl0x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmH032Vl0x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmH032Vl0x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vmH032Vl0x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vmH032Vl0x .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmH032Vl0x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmH032Vl0x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmH032Vl0x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmH032Vl0x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmH032Vl0x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmH032Vl0x .dropdown-item.active,
.cid-vmH032Vl0x .dropdown-item:active {
  background-color: transparent;
}
.cid-vmH032Vl0x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmH032Vl0x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmH032Vl0x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmH032Vl0x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b33;
}
.cid-vmH032Vl0x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmH032Vl0x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmH032Vl0x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmH032Vl0x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmH032Vl0x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmH032Vl0x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00adb5;
}
.cid-vmH032Vl0x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmH032Vl0x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmH032Vl0x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmH032Vl0x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmH032Vl0x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmH032Vl0x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmH032Vl0x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmH032Vl0x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmH032Vl0x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmH032Vl0x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmH032Vl0x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmH032Vl0x .navbar {
    height: 70px;
  }
  .cid-vmH032Vl0x .navbar.opened {
    height: auto;
  }
  .cid-vmH032Vl0x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmH033zp3O {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpaper-mcr-2.jpg");
}
.cid-vmH033zp3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmH033zp3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmH033zp3O .mbr-section-title {
  color: #ffffff;
}
.cid-vmH033zp3O .mbr-text,
.cid-vmH033zp3O .mbr-section-btn {
  color: #ffffff;
}
.cid-vmH0ytbWEL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vmH0ytbWEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmH0ytbWEL .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-vmH0ytbWEL .container {
    padding: 0 24px;
  }
}
.cid-vmH0ytbWEL .image-wrapper {
  padding-right: 0px;
}
@media (max-width: 992px) {
  .cid-vmH0ytbWEL .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vmH0ytbWEL .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-vmH0ytbWEL .image-wrapper img {
    height: 350px;
  }
}
.cid-vmH0ytbWEL .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-vmH0ytbWEL .content-wrapper {
    padding: 0;
  }
}
.cid-vmH0ytbWEL .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vmH0ytbWEL .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vmH0ytbWEL .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vmH0ytbWEL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmH0ytbWEL .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmH0ytbWEL .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-vmH0ytbWEL .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #1b1b33;
}
.cid-vmH0ytbWEL .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #1b1b33;
}
.cid-vmH0ytbWEL .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-vmH0ytbWEL .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-vmH0ytbWEL .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-vmH0ytbWEL .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #ffffff;
  background-color: #1b1b33;
}
.cid-vmH0ytbWEL .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vmH0ytbWEL .mbr-section-title {
  color: #262642;
}
.cid-vmH0ytbWEL .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-vmH0ytbWEL .card-text {
  color: #262642;
}
.cid-vmH0z4WoMK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #1a727d;
}
.cid-vmH0z4WoMK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vmH0z4WoMK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vmH0z4WoMK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vmH0z4WoMK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vmH0z4WoMK .mbr-section-title {
  color: #ffffff;
}
.cid-vmH034qBhB {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1b33;
}
.cid-vmH034qBhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmH034qBhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmH034qBhB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vmH034qBhB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vmH034qBhB .row {
    text-align: center;
  }
  .cid-vmH034qBhB .row > div {
    margin: auto;
  }
  .cid-vmH034qBhB .social-row {
    justify-content: center;
  }
}
.cid-vmH034qBhB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vmH034qBhB .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vmH034qBhB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmH034qBhB .list {
    margin-bottom: 0rem;
  }
}
.cid-vmH034qBhB .mbr-text {
  color: #bbbbbb;
}
.cid-vmH034qBhB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vmH034qBhB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vmH034qBhB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vmHSnCkAJT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vmHSnCkAJT nav.navbar {
  position: fixed;
}
.cid-vmHSnCkAJT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmHSnCkAJT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmHSnCkAJT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vmHSnCkAJT .dropdown-item:hover,
.cid-vmHSnCkAJT .dropdown-item:focus {
  background: #00adb5 !important;
  color: white !important;
}
.cid-vmHSnCkAJT .dropdown-item:hover span {
  color: white;
}
.cid-vmHSnCkAJT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmHSnCkAJT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmHSnCkAJT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmHSnCkAJT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmHSnCkAJT .nav-link {
  position: relative;
}
.cid-vmHSnCkAJT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vmHSnCkAJT .container {
    flex-wrap: wrap;
  }
}
.cid-vmHSnCkAJT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vmHSnCkAJT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vmHSnCkAJT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmHSnCkAJT .dropdown-menu,
.cid-vmHSnCkAJT .navbar.opened {
  background: #1b1b33 !important;
}
.cid-vmHSnCkAJT .nav-item:focus,
.cid-vmHSnCkAJT .nav-link:focus {
  outline: none;
}
.cid-vmHSnCkAJT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmHSnCkAJT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmHSnCkAJT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmHSnCkAJT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmHSnCkAJT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmHSnCkAJT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmHSnCkAJT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b33;
}
.cid-vmHSnCkAJT .navbar.opened {
  transition: all 0.3s;
}
.cid-vmHSnCkAJT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmHSnCkAJT .navbar .navbar-logo img {
  width: auto;
}
.cid-vmHSnCkAJT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmHSnCkAJT .navbar.collapsed {
  justify-content: center;
}
.cid-vmHSnCkAJT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmHSnCkAJT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmHSnCkAJT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vmHSnCkAJT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmHSnCkAJT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmHSnCkAJT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vmHSnCkAJT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmHSnCkAJT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmHSnCkAJT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmHSnCkAJT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmHSnCkAJT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmHSnCkAJT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmHSnCkAJT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmHSnCkAJT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vmHSnCkAJT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmHSnCkAJT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmHSnCkAJT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmHSnCkAJT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmHSnCkAJT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmHSnCkAJT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vmHSnCkAJT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vmHSnCkAJT .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmHSnCkAJT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmHSnCkAJT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmHSnCkAJT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmHSnCkAJT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmHSnCkAJT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmHSnCkAJT .dropdown-item.active,
.cid-vmHSnCkAJT .dropdown-item:active {
  background-color: transparent;
}
.cid-vmHSnCkAJT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmHSnCkAJT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmHSnCkAJT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmHSnCkAJT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b33;
}
.cid-vmHSnCkAJT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmHSnCkAJT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmHSnCkAJT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmHSnCkAJT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmHSnCkAJT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmHSnCkAJT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00adb5;
}
.cid-vmHSnCkAJT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmHSnCkAJT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmHSnCkAJT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmHSnCkAJT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmHSnCkAJT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmHSnCkAJT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmHSnCkAJT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmHSnCkAJT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmHSnCkAJT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmHSnCkAJT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmHSnCkAJT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmHSnCkAJT .navbar {
    height: 70px;
  }
  .cid-vmHSnCkAJT .navbar.opened {
    height: auto;
  }
  .cid-vmHSnCkAJT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmHSnD2GO7 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpaper-mcr-3.jpg");
}
.cid-vmHSnD2GO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmHSnD2GO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmHSnD2GO7 .mbr-section-title {
  color: #ffffff;
}
.cid-vmHSnD2GO7 .mbr-text,
.cid-vmHSnD2GO7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vmHSnDwlYM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vmHSnDwlYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmHSnDwlYM .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-vmHSnDwlYM .container {
    padding: 0 24px;
  }
}
.cid-vmHSnDwlYM .image-wrapper {
  padding-right: 0px;
}
@media (max-width: 992px) {
  .cid-vmHSnDwlYM .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vmHSnDwlYM .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-vmHSnDwlYM .image-wrapper img {
    height: 350px;
  }
}
.cid-vmHSnDwlYM .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-vmHSnDwlYM .content-wrapper {
    padding: 0;
  }
}
.cid-vmHSnDwlYM .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vmHSnDwlYM .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vmHSnDwlYM .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vmHSnDwlYM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmHSnDwlYM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmHSnDwlYM .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-vmHSnDwlYM .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #1b1b33;
}
.cid-vmHSnDwlYM .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #1b1b33;
}
.cid-vmHSnDwlYM .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-vmHSnDwlYM .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-vmHSnDwlYM .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-vmHSnDwlYM .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #ffffff;
  background-color: #1b1b33;
}
.cid-vmHSnDwlYM .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vmHSnDwlYM .mbr-section-title {
  color: #262642;
}
.cid-vmHSnDwlYM .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-vmHSnDwlYM .card-text {
  color: #262642;
}
.cid-vmHSB6rtCt {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #1a727d;
}
.cid-vmHSB6rtCt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vmHSB6rtCt form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vmHSB6rtCt form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vmHSB6rtCt form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vmHSB6rtCt .mbr-section-title {
  color: #ffffff;
}
.cid-vmHSnEE5In {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1b33;
}
.cid-vmHSnEE5In .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmHSnEE5In .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmHSnEE5In .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vmHSnEE5In .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vmHSnEE5In .row {
    text-align: center;
  }
  .cid-vmHSnEE5In .row > div {
    margin: auto;
  }
  .cid-vmHSnEE5In .social-row {
    justify-content: center;
  }
}
.cid-vmHSnEE5In .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vmHSnEE5In .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vmHSnEE5In .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmHSnEE5In .list {
    margin-bottom: 0rem;
  }
}
.cid-vmHSnEE5In .mbr-text {
  color: #bbbbbb;
}
.cid-vmHSnEE5In .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vmHSnEE5In .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vmHSnEE5In div > *:last-child {
    margin-top: 0 !important;
  }
}
